|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mbari.hobilabs.HS2CalibrationFileReader
Reads the HS2 calibration files. The usage is:
HS2CalibrationFileReader hcfr = new HS2CalibrationFileReader( ... )
Properties p = hcfr.getProperties();
The calibration information is stored in the properties object.
| Constructor Summary | |
HS2CalibrationFileReader(java.io.File file)
|
|
HS2CalibrationFileReader(java.lang.String filename)
|
|
| Method Summary | |
java.util.Properties |
getProperties()
Returns a Properties object for the values found in the calibration file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HS2CalibrationFileReader(java.lang.String filename)
throws java.io.IOException
filename - Name of the calibration file to read
public HS2CalibrationFileReader(java.io.File file)
throws java.io.IOException
| Method Detail |
public java.util.Properties getProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||