c_setsat - Determine the initial satellite information needed for input to the model

SYNTAX

FUNCTION c_setsat (model)

    struct MODEL *model;

PARAMETERS

model (struct MODEL *, input / output)

Structure containing the model and orbital information.

DESCRIPTION

Load the structure containing model and orbital information with the initial satellite information needed for the model. The model structure should already contain image information (date, time, satellite, type, etc.) and ephemeris information (achieved by calling c_setephem()).

RETURN VALUE

c_setsat() has no return value.