public class AEMFile extends ADMFile
Modifier and Type | Class and Description |
---|---|
static class |
AEMFile.AemSatelliteEphemeris
AEM ephemeris blocks for a single satellite.
|
class |
AEMFile.AttitudeEphemeridesBlock
The Attitude Ephemerides Blocks class contain metadata
and the list of attitude data lines.
|
Constructor and Description |
---|
AEMFile()
AEMFile constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addAttitudeBlock()
Add a block to the list of ephemeris blocks.
|
void |
checkTimeSystems()
Check that, according to the CCSDS standard, every AEMBlock has the same time system.
|
List<AEMFile.AttitudeEphemeridesBlock> |
getAttitudeBlocks()
Get the list of attitude ephemerides blocks as an unmodifiable list.
|
Map<String,AEMFile.AemSatelliteEphemeris> |
getSatellites()
Get the attitude loaded ephemeris for each satellite in the file.
|
getConventions, getCreationDate, getDataContext, getFormatVersion, getHeaderComment, getMissionReferenceDate, getMu, getOriginator, setConventions, setCreationDate, setDataContext, setFormatVersion, setHeaderComment, setMissionReferenceDate, setMu, setOriginator
public void addAttitudeBlock()
public List<AEMFile.AttitudeEphemeridesBlock> getAttitudeBlocks()
public void checkTimeSystems()
public Map<String,AEMFile.AemSatelliteEphemeris> getSatellites()
Copyright © 2002-2020 CS GROUP. All rights reserved.