Ephemeris.GetInterpolatedVectorData(TimeSpan) Method

Top 

Description

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.

 

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.

 

Method Signature

Ephemeris.GetInterpolatedVectorData(

TimeSpan epoch)

 

 

Arguments

epoch


Description:

The epoch at which to obtain the interpolated results.

 

 

 

Return Value

Type:

Array of number

 

 

Returns an array of the interpolated values from the ephemeris at the specified epoch in the order of the column(s) specified. If no columns are specified, interpolates the entire vector in the order that it appears in the ephemeris.

 

Syntax

myArray1 = myEphemeris1.GetInterpolatedVectorData(myTimeSpan1);

 

 

See also

Ephemeris Object

Ephemeris.GetInterpolatedVectorData

Working with Ephemerides

Ephemerides and AHF