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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

Ephemeris.GetInterpolatedVectorData(Variable 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(Variable 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(Variable 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