Package org.orekit.files.ilrs
Class CRD
java.lang.Object
org.orekit.files.ilrs.CRD
This class stores all the information of the Consolidated laser ranging Data Format (CRD) parsed
by CRDParser. It contains the header and a list of data records.
- Since:
- 10.3
- Author:
- Bryan Cazabonne, Rongwang Li
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPointing angles record.static classCalibration Record.static classCalibration Detail Record.static classData block containing a set of data contain in the CRD file.static classRange record -- Full rate, Sampled Engineering/Quicklook.static classMeteorological data.static classThis data record contains a minimal set of meteorological data.static classRange record -- Normal Point.static classRange record.static classRange Supplement Record.static classSession (Pass) Statistics Record. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataBlock(CRD.CRDDataBlock dataBlock) Add a data block to the current list of data blocks.static StringformatIntegerOrNaN(int value, int valueNotAvailable) Format the integer value as a string, or the stringVALUE_NOT_AVAILABLE.Get the comments contained in the file.Get the data blocks contain in the file.static StringReplace all " NaN" with " na".
-
Field Details
-
STR_VALUE_NOT_AVAILABLE
Value of 'not available' or 'not applicable' or 'no information'.- See Also:
-
STR_NAN
String of "NaN".- See Also:
-
PATTERN_NAN
Pattern of "NaN".
-
-
Constructor Details
-
CRD
public CRD()Constructor.
-
-
Method Details
-
formatIntegerOrNaN
Format the integer value as a string, or the stringVALUE_NOT_AVAILABLE.- Parameters:
value- the valuevalueNotAvailable- the value means not available- Returns:
- a string
- Since:
- 12.0
-
handleNaN
Replace all " NaN" with " na".- Parameters:
crdString- the original string- Returns:
- the string
- Since:
- 12.0
-
addDataBlock
Add a data block to the current list of data blocks.- Parameters:
dataBlock- data block to add
-
getComments
Get the comments contained in the file.- Returns:
- the comments contained in the file
-
getDataBlocks
Get the data blocks contain in the file.- Returns:
- the data blocks contain in the file
-