terrenus.instrument
Interface RadiometerDataWriter
- All Known Implementing Classes:
- AbstractRadiometerDataWriter, CWHDFDataWriter, CWNCDataWriter
public interface RadiometerDataWriter
The RadiometerDataWriter
interface is for classes
that write radiometer data frames to an output data sink.
writeData
void writeData(TelemetryDecoder decoder,
Radiometer radiometer,
int startFrame,
int endFrame,
RadiometerCalibrator.CalibrationType visibleCalType,
RadiometerCalibrator.CalibrationType thermalCalType)
throws java.io.IOException
- Writes radiometer channel and location data to a data output
sink.
- Parameters:
decoder
- the stream decoder to read data from.radiometer
- the radiometer instrument to write data for.startFrame
- the starting data frame to write.endFrame
- the ending data frame to write.visibleCalType
- the visible channel calibration type.thermalCalType
- the thermal channel calibration type.
- Throws:
java.io.IOException
- if an error occurred reading the
telemetry stream or writing radiometer data.