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