|
Terrenus HRPT v2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectterrenus.telemetry.AbstractTelemetryStream
terrenus.telemetry.HRPTStream
terrenus.telemetry.NOAA1bHRPTStream
public class NOAA1bHRPTStream
The NOAA1bHRPTStream
class reads NOAA 1b format data
files and extracts just the HRPT frame data. The format supported
has two variants:
Field Summary |
---|
Fields inherited from class terrenus.telemetry.HRPTStream |
---|
AUX_SYNC_BLOCK, BLOCK_LENGTHS, BLOCK_OFFSETS, EARTH_BLOCK, FRAME_SYNC_BLOCK, ID_BLOCK, INTERNAL_TARGET_BLOCK, SPACE_BLOCK, SPARE_BLOCK, SYNC_DELTA_BLOCK, TELEMETRY_BLOCK, TIME_CODE_BLOCK, TIP_BLOCK |
Fields inherited from class terrenus.telemetry.AbstractTelemetryStream |
---|
input |
Constructor Summary | |
---|---|
NOAA1bHRPTStream(java.lang.String fileName)
Creates a new stream using the specified file as input. |
Method Summary | |
---|---|
java.nio.ByteBuffer |
getBlock(int frame,
int block)
Gets the data for the specified block. |
java.lang.String |
getFormat()
Gets a description of the underlying data format. |
Methods inherited from class terrenus.telemetry.HRPTStream |
---|
checkFrame, getBlockCount, getBlockLength, getBlockPosition, getDecoder |
Methods inherited from class terrenus.telemetry.AbstractTelemetryStream |
---|
checkStream, getDayCount, getFrameCount, getFramePosition, getInputBuffer, getYear, initStream, main, setDayCount, setYear |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NOAA1bHRPTStream(java.lang.String fileName) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public java.lang.String getFormat()
TelemetryStream
public java.nio.ByteBuffer getBlock(int frame, int block)
TelemetryStream
getBlock
in interface TelemetryStream
getBlock
in class AbstractTelemetryStream
frame
- the frame to get data.block
- the block number to get data.
|
Terrenus HRPT v2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |