Package org.orekit.files.rinex.section
Class RinexClockObsBaseHeader
java.lang.Object
org.orekit.files.rinex.section.RinexBaseHeader
org.orekit.files.rinex.section.RinexClockObsBaseHeader
- Direct Known Subclasses:
RinexClockHeader,RinexObservationHeader
Base container for both Rinex clock and observations headers.
- Since:
- 14.0
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRinexClockObsBaseHeader(RinexFileType fileType) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAppliedDCBS(AppliedDCBS appliedDCBS) Add applied differential code bias corrections.voidaddAppliedPCVS(AppliedPCVS appliedPCVS) Add antenna center variation corrections.Get the list of applied differential code bias corrections.Get the list of antenna center variation corrections.Get an unmodifiable view of the map of observation types.voidsetTypeObs(SatelliteSystem system, List<String> types) Set the number of observations for a satellite.Methods inherited from class org.orekit.files.rinex.section.RinexBaseHeader
checkType, checkType, getCreationDate, getCreationDateComponents, getCreationTimeZone, getDoi, getFileType, getFormatVersion, getLabelIndex, getLeapSecondsDayNum, getLeapSecondsFuture, getLeapSecondsGNSS, getLeapSecondsWeekNum, getLicense, getProgramName, getReceiverNumber, getReceiverType, getReceiverVersion, getRunByName, getSatelliteSystem, getStationInformation, matchFound, parseProgramRunByDate, parseProgramRunByDate, parseSatelliteSystem, parseVersionFileTypeSatelliteSystem, setCreationDate, setCreationDateComponents, setCreationTimeZone, setDoi, setFormatVersion, setLeapSecondsDayNum, setLeapSecondsFuture, setLeapSecondsGNSS, setLeapSecondsWeekNum, setLicense, setProgramName, setReceiverNumber, setReceiverType, setReceiverVersion, setRunByName, setSatelliteSystem, setStationInformation
-
Constructor Details
-
RinexClockObsBaseHeader
Simple constructor.- Parameters:
fileType- file type
-
-
Method Details
-
setTypeObs
Set the number of observations for a satellite.- Parameters:
system- satellite systemtypes- observation types
-
getTypeObs
Get an unmodifiable view of the map of observation types.- Returns:
- unmodifiable view of the map of observation types
-
addAppliedDCBS
Add applied differential code bias corrections.- Parameters:
appliedDCBS- applied differential code bias corrections to add
-
getListAppliedDCBS
Get the list of applied differential code bias corrections.- Returns:
- list of applied differential code bias corrections
-
addAppliedPCVS
Add antenna center variation corrections.- Parameters:
appliedPCVS- antenna center variation corrections
-
getListAppliedPCVS
Get the list of antenna center variation corrections.- Returns:
- List of antenna center variation corrections
-