Package org.orekit.files.sinex
Class SinexBias
java.lang.Object
org.orekit.files.sinex.AbstractSinex
org.orekit.files.sinex.SinexBias
Container for Solution INdependent EXchange (SINEX) files.
- Since:
- 13.0
- Author:
- Bryan Cazabonne, Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionSinexBias(TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate, BiasDescription description, Map<String, StationDifferentialSignalBias> stationsDsb, Map<SatInSystem, SatelliteDifferentialSignalBias> satellitesDsb, Map<String, StationObservableSpecificSignalBias> stationsOsb, Map<SatInSystem, SatelliteObservableSpecificSignalBias> satellitesOsb) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the bias description.Get the DSB data for satellites.Get the OSB data for satellites.Get the DSB data for stations.Get the OSB data for stations.Methods inherited from class org.orekit.files.sinex.AbstractSinex
getCreationDate, getFileEpochEndTime, getFileEpochStartTime, getTimeScales
-
Constructor Details
-
SinexBias
public SinexBias(TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate, BiasDescription description, Map<String, StationDifferentialSignalBias> stationsDsb, Map<SatInSystem, SatelliteDifferentialSignalBias> satellitesDsb, Map<String, StationObservableSpecificSignalBias> stationsOsb, Map<SatInSystem, SatelliteObservableSpecificSignalBias> satellitesOsb) Simple constructor.- Parameters:
timeScales- time scalescreationDate- SINEX file creation datestartDate- start time of the data used in the Sinex solutionendDate- end time of the data used in the Sinex solutiondescription- bias descriptionstationsDsb- DSB data for stationssatellitesDsb- DSB data for satellitesstationsOsb- OSB data for stationssatellitesOsb- OSB data for satellites
-
-
Method Details
-
getDescription
Get the bias description.- Returns:
- bias description
-
getStationsDsb
Get the DSB data for stations.- Returns:
- DSB data for stations, indexed by station site code
-
getSatellitesDsb
Get the DSB data for satellites.- Returns:
- DSB data for satellites
-
getStationsOsb
Get the OSB data for stations.- Returns:
- OSB data for stations, indexed by station site code
-
getSatellitesOsb
Get the OSB data for satellites.- Returns:
- OSB data for satellites
-