Package | Description |
---|---|
org.orekit.gnss |
This package provides classes related to GNSS applications.
|
Modifier and Type | Method and Description |
---|---|
List<RinexObservationLoader.Parser.PhaseShiftCorrection> |
RinexObservationHeader.getPhaseShiftCorrections()
Get the list of phase shift correction used to generate phases consistent w/r to cycle shifts.
|
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.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.