|
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.CHRPTStream
terrenus.telemetry.TeraScanCHRPTStream
public class TeraScanCHRPTStream
The TeraScanCHRPTStream
class reads TeraScan
CHRPT storage format. The file structure is as follows:
Field Summary |
---|
Fields inherited from class terrenus.telemetry.CHRPTStream |
---|
AUX_SYNC_BLOCK, BLOCK_LENGTHS, BLOCK_OFFSETS, EARTH_BLOCK, FRAME_SYNC_BLOCK, ID_BLOCK, INTERNAL_TARGET_BLOCK, SPACE_BLOCK, SPARE_BLOCK, TELEMETRY_BLOCK, TIME_CODE_BLOCK |
Fields inherited from class terrenus.telemetry.AbstractTelemetryStream |
---|
input |
Constructor Summary | |
---|---|
TeraScanCHRPTStream(java.lang.String fileName)
Creates a new stream using the specified file as input. |
Method Summary | |
---|---|
int |
getDayCount(int frame)
Gets the day count for the specified frame. |
java.lang.String |
getFormat()
Gets a description of the underlying data format. |
Methods inherited from class terrenus.telemetry.CHRPTStream |
---|
checkFrame, getBlockCount, getBlockLength, getBlockPosition, getDecoder |
Methods inherited from class terrenus.telemetry.AbstractTelemetryStream |
---|
checkStream, getBlock, 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 TeraScanCHRPTStream(java.lang.String fileName) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public java.lang.String getFormat()
TelemetryStream
public int getDayCount(int frame) throws java.io.IOException
CHRPTStream
getDayCount
in class CHRPTStream
java.io.IOException
|
Terrenus HRPT v2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |