Package | Description |
---|---|
org.orekit.files.ilrs |
This package provides parsers for laser ranging data stored in CDR and CPF formats.
|
Modifier and Type | Class and Description |
---|---|
static class |
CRD.CalibrationDetail
Calibration Detail Record.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
CRD.CRDDataBlock.addCalibrationData(CRD.Calibration cal)
Add an entry to the list of calibration data.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.