FFEphemProperties.ColumnInterpolators Property

Top 

Description

The interpolators used for the columns in the ephemeris. The indices of this array correspond to the indices of the columns added to the ephemeris object (e.g. index 0 holds the interpolator for the 1st column of the ephemeris, index 1 for the 2nd column, etc.). Note that the 0 index of the ColumnInterpolators array contains the interpolator for the Epoch and thus cannot be changed. Only works for FreeFlyer Ephemeris Version 2.0 and higher.

0 = 5th Order Spline

1 = 8th Order Lagrange

2 = 10th Order Lagrange

3 = 0th Order Interpolation

 

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.

 

Attributes

Type:

Array of integer (size = 7)

Access:

read/write

Default Value:

{ }

Valid Values:

Value

Label

0

5th Order Spline

1

8th Order Lagrange

2

10th Order Lagrange

3

0th Order Interpolation

 

Syntax

myVariable1 = myFFEphemProperties1.ColumnInterpolators[0];

 

myFFEphemProperties1.ColumnInterpolators[0] = myVariable1;

 

Example 1

 

See also

FFEphemProperties Object

Working with Ephemerides