Uses of Class
org.orekit.files.ilrs.CRD.CalibrationDetail
Packages that use CRD.CalibrationDetail
Package
Description
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.CalibrationDetailModifier and TypeMethodDescriptionCRD.CRDDataBlock.getCalibrationDetailData()Get the calibration detail data for the data block.CRD.CRDDataBlock.getCalibrationDetailRecords()Get the CalibrationDetail record(s) related to the default system configuration id.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.CalibrationDetailModifier and TypeMethodDescriptionvoidCRD.CRDDataBlock.addCalibrationDetailData(CRD.CalibrationDetail cal) Add an entry to the list of calibration detail data.