Ephemeris.GetInterpolatedVectorData Method

Top 

Description

Interpolates values at the given epoch from the ephemeris at the specified columns using the interpolator selected for that column and returns the interpolated results as an array. Only works for FreeFlyer Ephemeris Version 2.0 and higher.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

Ephemeris.GetInterpolatedVectorData(TimeSpan epoch)

Array

Interpolates all columns at the given epoch from the ephemeris at the specified columns using the interpolator selected for that column and returns the interpolated results as an array. Only works for FreeFlyer Ephemeris Version 2.0 and higher.

Ephemeris.GetInterpolatedVectorData(TimeSpan epoch, Array columnIndices)

Array

Interpolates the columns specified by 'columnIndices' at the given epoch from the ephemeris at the specified columns using the interpolator selected for that column and returns the interpolated results as an array. Only works for FreeFlyer Ephemeris Version 2.0 and higher.

Ephemeris.GetInterpolatedVectorData(TimeSpan epoch, StringArray columnLabels)

Array

Interpolates the columns specified by 'columnLabels' at the given epoch from the ephemeris at the specified columns using the interpolator selected for that column and returns the interpolated results as an array. Only works for FreeFlyer Ephemeris Version 2.0 and higher.

 

 

See also

Ephemeris Object

Working with Ephemerides

Ephemerides and AHF