Constructor and Description |
---|
AemSatelliteEphemeris(List<AEMFile.AttitudeEphemeridesBlock> blocks)
Create a container for the set of ephemeris blocks in the file that pertain to
a single satellite.
|
Modifier and Type | Method and Description |
---|---|
List<AEMFile.AttitudeEphemeridesBlock> |
getSegments()
Get the segments of the attitude ephemeris.
|
AbsoluteDate |
getStart()
Get the start date of the attitude ephemeris.
|
AbsoluteDate |
getStop()
Get the end date of the attitude ephemeris.
|
public AemSatelliteEphemeris(List<AEMFile.AttitudeEphemeridesBlock> blocks)
blocks
- containing ephemeris data for the satellite.public List<AEMFile.AttitudeEphemeridesBlock> getSegments()
Ephemeris segments are typically used to split an attitude ephemeris around discontinuous events, such as maneuvers.
public AbsoluteDate getStart()
public AbsoluteDate getStop()
Copyright © 2002-2020 CS GROUP. All rights reserved.