Package org.orekit.files.ilrs
Class CRDParser
java.lang.Object
org.orekit.files.ilrs.CRDParser
A parser for the CRD data file format.
It supports both 1.0 and 2.0 versions
Note: Not all the records are read by the parser. Only the most significants are parsed. Contributions are welcome to support more fields in the format.
- Since:
- 10.3
- Author:
- Bryan Cazabonne, Rongwang Li
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefault supported files name pattern for CRD files. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the time scale used to read the file.parse(DataSource source) Parse a CRD file.
-
Field Details
-
DEFAULT_CRD_SUPPORTED_NAMES
Default supported files name pattern for CRD files.- See Also:
-
-
Constructor Details
-
CRDParser
Default constructor.This constructor uses the
default data context. -
CRDParser
Constructor.- Parameters:
utc- utc time scale to read epochs
-
-
Method Details
-
getTimeScale
Get the time scale used to read the file.- Returns:
- the time scale used to read the file
-
parse
Parse a CRD file.- Parameters:
source- data source containing the CRD file.- Returns:
- a parsed CRD file.
- Throws:
IOException- ifreaderthrows one.
-