Package org.orekit.files.sinex
Class Sinex
java.lang.Object
org.orekit.files.sinex.AbstractSinex
org.orekit.files.sinex.Sinex
Container for Solution INdependent EXchange (SINEX) files.
- Since:
- 13.0
- Author:
- Bryan Cazabonne, Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionSinex(TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate, Map<SatInSystem, Map<GnssSignal, Vector3D>> satellitesPhaseCenters, Map<String, Station> stations, Map<AbsoluteDate, SinexEopEntry> eop) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetEopLoader(ITRFVersion itrfVersion) Get the parsed EOP data.Get the parsed satellites phase centers.Get the parsed station data.Methods inherited from class org.orekit.files.sinex.AbstractSinex
getCreationDate, getFileEpochEndTime, getFileEpochStartTime, getTimeScales
-
Constructor Details
-
Sinex
public Sinex(TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate, Map<SatInSystem, Map<GnssSignal, Vector3D>> satellitesPhaseCenters, Map<String, Station> stations, Map<AbsoluteDate, SinexEopEntry> eop) 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 solutionsatellitesPhaseCenters- satellites phase centersstations- station dataeop- Earth Orientation Parameters data
-
-
Method Details
-
getSatellitesPhaseCenters
Get the parsed satellites phase centers.- Returns:
- unmodifiable view of parsed satellites phase centers
-
getStations
Get the parsed station data.- Returns:
- unmodifiable view of parsed station data
-
getEopLoader
Get the parsed EOP data.- Parameters:
itrfVersion- ITRF version corresponding to the entries- Returns:
- loader for EOP data
-