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<AppliedPCVS> |
RinexObservationHeader.getListAppliedPCVS()
Get the list of antenna center variation 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<AppliedPCVS> |
RinexClock.getListAppliedPCVS()
Getter for the applied phase center variations.
|
Modifier and Type | Method and Description |
---|---|
void |
RinexClock.addAppliedPCVS(AppliedPCVS appliedPCVS)
Add an applied phase center variations.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.