Package | Description |
---|---|
org.orekit.estimation.measurements.gnss |
This package provides methods to handle GNSS measurements.
|
org.orekit.gnss |
This package provides classes related to GNSS applications.
|
org.orekit.gnss.antenna |
This package provides classes related to receiver and satellites antenna modeling.
|
Modifier and Type | Method and Description |
---|---|
Map<Frequency,List<AbsoluteDate>> |
CycleSlipDetectorResults.getCycleSlipMap()
Get the cycle slip Map with contains the results.
|
protected List<Map<Frequency,org.orekit.estimation.measurements.gnss.AbstractCycleSlipDetector.DataForDetection>> |
AbstractCycleSlipDetector.getStuffReference()
Get the stuff (all the things needed for, the detector).
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCycleSlipDetector.cycleSlipDataSet(String nameSat,
AbsoluteDate date,
double value,
Frequency freq)
Set the data: collect data at the current Date, at the current frequency, for a given satellite, add it within the attributes data and stuff.
|
AbsoluteDate |
CycleSlipDetectorResults.getBeginDate(Frequency f)
Return the date of validity beginning of the detector.
|
protected double |
NarrowLaneCombination.getCombinedFrequency(Frequency f1,
Frequency f2)
Get the combined frequency of two measurements.
|
protected double |
WideLaneCombination.getCombinedFrequency(Frequency f1,
Frequency f2)
Get the combined frequency of two measurements.
|
protected abstract double |
AbstractDualFrequencyCombination.getCombinedFrequency(Frequency f1,
Frequency f2)
Get the combined frequency of two measurements.
|
protected double |
GeometryFreeCombination.getCombinedFrequency(Frequency f1,
Frequency f2)
Get the combined frequency of two measurements.
|
protected double |
IonosphereFreeCombination.getCombinedFrequency(Frequency f1,
Frequency f2)
Get the combined frequency of two measurements.
|
protected double |
NarrowLaneCombination.getCombinedValue(double obs1,
Frequency f1,
double obs2,
Frequency f2)
Get the combined observed value of two measurements.
|
protected double |
WideLaneCombination.getCombinedValue(double obs1,
Frequency f1,
double obs2,
Frequency f2)
Get the combined observed value of two measurements.
|
protected abstract double |
AbstractDualFrequencyCombination.getCombinedValue(double obs1,
Frequency f1,
double obs2,
Frequency f2)
Get the combined observed value of two measurements.
|
protected double |
GeometryFreeCombination.getCombinedValue(double obs1,
Frequency f1,
double obs2,
Frequency f2)
Get the combined observed value of two measurements.
|
protected double |
IonosphereFreeCombination.getCombinedValue(double obs1,
Frequency f1,
double obs2,
Frequency f2)
Get the combined observed value of two measurements.
|
AbsoluteDate |
CycleSlipDetectorResults.getEndDate(Frequency f)
Return the end date at the given frequency.
|
Modifier and Type | Method and Description |
---|---|
Frequency |
ObservationType.getFrequency(SatelliteSystem system)
Get the frequency for a specified satellite system.
|
static Frequency |
Frequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Frequency[] |
Frequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Frequency> |
Antenna.getFrequencies()
Get supported frequencies.
|
Modifier and Type | Method and Description |
---|---|
Vector3D |
Antenna.getEccentricities(Frequency frequency)
Get the phase center eccentricities.
|
double |
Antenna.getPhaseCenterVariation(Frequency frequency,
Vector3D direction)
Get the value of the phase center variation in a signal direction.
|
Constructor and Description |
---|
Antenna(String type,
String sinexCode,
Map<Frequency,FrequencyPattern> patterns)
Simple constructor.
|
ReceiverAntenna(String type,
String sinexCode,
Map<Frequency,FrequencyPattern> patterns,
String serialNumber)
Simple constructor.
|
SatelliteAntenna(String type,
String sinexCode,
Map<Frequency,FrequencyPattern> patterns,
SatelliteSystem satelliteSystem,
int prnNumber,
SatelliteType satelliteType,
int satelliteCode,
String cosparID,
AbsoluteDate validFrom,
AbsoluteDate validUntil)
Simple constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.