org.mbari.hobilabs
Class HRCalibrationFileReader
java.lang.Object
org.mbari.hobilabs.HRCalibrationFileReader
- public class HRCalibrationFileReader
- extends java.lang.Object
This is not a complete reader yet. Currently it simply returns the A Wave
info, used for calculating wavelength and the serialNumber of the calibration
file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HRCalibrationFileReader
public HRCalibrationFileReader(java.io.File calfile)
throws java.io.IOException
HRCalibrationFileReader
public HRCalibrationFileReader(java.lang.String calfile)
throws java.io.IOException
getAWave
public double[] getAWave()
getBWave
public double[] getBWave()
getCWave
public double[] getCWave()
getDWave
public double[] getDWave()
getWave
public double[] getWave(int channel)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
getWave
public double[] getWave(java.lang.String channel)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
getID
public java.lang.String getID()