Package | Description |
---|---|
org.orekit.gnss |
This package provides classes related to GNSS applications.
|
org.orekit.gnss.clock |
This package provides classes related to navigation clock files.
|
Modifier and Type | Method and Description |
---|---|
List<AppliedDCBS> |
RinexObservationHeader.getListAppliedDCBS()
Get the list of applied differential code bias corrections.
|
Constructor and Description |
---|
RinexObservationHeader(double rinexVersion,
SatelliteSystem satelliteSystem,
String markerName,
String markerNumber,
String markerType,
String observerName,
String agencyName,
String receiverNumber,
String receiverType,
String receiverVersion,
String antennaNumber,
String antennaType,
Vector3D approxPos,
double antHeight,
Vector2D eccentricities,
Vector3D antRefPoint,
String obsCode,
Vector3D antPhaseCenter,
Vector3D antBSight,
double antAzi,
Vector3D antZeroDir,
Vector3D centerMass,
String sigStrengthUnit,
double interval,
AbsoluteDate tFirstObs,
AbsoluteDate tLastObs,
int clkOffset,
List<AppliedDCBS> listAppliedDCBS,
List<AppliedPCVS> listAppliedPCVS,
List<RinexObservationLoader.Parser.PhaseShiftCorrection> phaseShiftCorrections,
int leapSeconds,
int leapSecondsFuture,
int leapSecondsWeekNum,
int leapSecondsDayNum)
Simple constructor, for Rinex 3 Header.
|
Modifier and Type | Method and Description |
---|---|
List<AppliedDCBS> |
RinexClock.getListAppliedDCBS()
Getter for the applied differential code bias corrections.
|
Modifier and Type | Method and Description |
---|---|
void |
RinexClock.addAppliedDCBS(AppliedDCBS appliedDCBS)
Add an applied differencial code bias corrections.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.