c_setephem - Load the ASCII ephemeris information into the ephemeris structure and fill other information needed by the model into the structure

SYNTAX

FUNCTION c_setephem (eline, model)

    char *eline;
    struct MODEL *model;

PARAMETERS

eline (char *, input)

Line of ephemeris data in ASCII format. The values in this buffer may have been obtained by calling c_readephem().

model (struct MODEL *, output)

Structure containing the model and orbital information.

DESCRIPTION

Load the ASCII ephemeris information into the ephemeris structure and fill the element rates needed by the model into the structure.

RETURN VALUE

c_setephem() has no return value.