Uses of Class
org.orekit.files.ilrs.CRD.Calibration
-
Packages that use CRD.Calibration Package Description org.orekit.files.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats. -
-
Uses of CRD.Calibration in org.orekit.files.ilrs
Subclasses of CRD.Calibration in org.orekit.files.ilrs Modifier and Type Class Description static class
CRD.CalibrationDetail
Calibration Detail Record.Methods in org.orekit.files.ilrs that return types with arguments of type CRD.Calibration Modifier and Type Method Description List<CRD.Calibration>
CRD.CRDDataBlock. getCalibrationData()
Get the calibration data for the data block.List<CRD.Calibration>
CRD.CRDDataBlock. getCalibrationRecords()
Get the Calibration record(s) related to the default system configuration id.List<CRD.Calibration>
CRD.CRDDataBlock. getCalibrationRecords(String systemConfigurationId)
Get the Calibration record(s) related to the given systemConfigurationId.Methods in org.orekit.files.ilrs with parameters of type CRD.Calibration Modifier and Type Method Description void
CRD.CRDDataBlock. addCalibrationData(CRD.Calibration cal)
Add an entry to the list of calibration data.
-