Package | Description |
---|---|
org.orekit.files.rinex.observation |
This package provides classes related to RINEX observation files.
|
Modifier and Type | Method and Description |
---|---|
SatInSystem |
GlonassSatelliteChannel.getSatellite()
Get the satellite identifier.
|
SatInSystem |
ObservationDataSet.getSatellite()
Get observed satellite.
|
Modifier and Type | Method and Description |
---|---|
Map<SatInSystem,Map<ObservationType,Integer>> |
RinexObservationHeader.getNbObsPerSat()
Get an unmodifiable view of the map of number of observations per satellites.
|
List<SatInSystem> |
PhaseShiftCorrection.getSatsCorrected()
Get the list of satellites involved.
|
Modifier and Type | Method and Description |
---|---|
void |
RinexObservationHeader.setNbObsPerSatellite(SatInSystem sat,
ObservationType type,
int nbObs)
Set number of observations for a satellite.
|
Constructor and Description |
---|
GlonassSatelliteChannel(SatInSystem satellite,
int k)
Simple constructor.
|
ObservationDataSet(SatInSystem satellite,
AbsoluteDate tObs,
int eventFlag,
double rcvrClkOffset,
List<ObservationData> observationData)
Simple constructor.
|
Constructor and Description |
---|
PhaseShiftCorrection(SatelliteSystem satSystemPhaseShift,
ObservationType typeObsPhaseShift,
double phaseShiftCorrection,
List<SatInSystem> satsPhaseShift)
Simple constructor.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.