Ephemeris.GetInterpolatedVectorData(TimeSpan, StringArray) Method

Top 

Description

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.

 

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,


StringArray columnLabels)

 

 

Arguments

epoch


Description:

The epoch at which to obtain the interpolated results.

 

 

columnLabels


Description:

The labels that specify the columns to retrieve from in the ephemeris.

 

 

 

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, myStringArray1);

 

 

See also

Ephemeris Object

Ephemeris.GetInterpolatedVectorData

Working with Ephemerides

Ephemerides and AHF