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.FrRangeMeasurement
Range record -- Full rate, Sampled Engineering/Quicklook.
|
static class |
CRD.NptRangeMeasurement
Range record -- Normal Point.
|
Modifier and Type | Method and Description |
---|---|
List<CRD.RangeMeasurement> |
CRD.CRDDataBlock.getRangeData()
Get the range data for the data block.
|
Modifier and Type | Method and Description |
---|---|
void |
CRD.CRDDataBlock.addRangeData(CRD.RangeMeasurement range)
Add an entry to the list of range data.
|
double |
CRD.CRDDataBlock.getWavelength(CRD.RangeMeasurement range)
Get the wavelength related to the given RangeMeasurement.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.