StkEphemerisFile Properties |
The StkEphemerisFile type exposes the following members.
Name | Description | |
---|---|---|
CovarianceData |
Gets or sets the covariance data.
| |
Data |
Gets or sets the ephemeris data.
| |
Properties |
Gets a dictionary of key and value pairs in the STK ephemeris file. After an StkEphemerisFile is
read, this dictionary contains all the key and value pairs in the file. When writing an
StkEphemerisFile, these properties are written back to the file, but only if another
property does not offer an authoritative value. For example, if the CoordinateSystem
property is set, any "CoordinateSystem" property in this collection will be overwritten.
| |
PropertiesWithUnsupportedValues |
Gets a dictionary of property names and values for the properties with values specified in the file that
are not supported by the StkEphemerisFile reader. Any information contained in these
properties may not be captured by the reader.
| |
SegmentBoundaryTimes |
Gets or sets the list of segment boundary times in the STK ephemeris file.
Segment boundary times are times that should not be interpolated over.
| |
UnsupportedProperties |
Gets a dictionary of property names and values for the properties that are contained in the file but that
are not supported by the StkEphemerisFile reader. Any information contained in these properties
may not be captured by the reader.
| |
Version |
Gets or sets the ephemeris file version.
|