c_toephem - Store the ephemeris information in an ASCII buffer

SYNTAX

#include "adaps.h"

FUNCTION c_toephem (model, buffer)

    struct MODEL *model;
    char buffer[];

PARAMETERS

model (struct MODEL *, input)

AVHRR model structure containing the ephemeris information for an archive image.

buffer (char [], output)

ASCII buffer to store the ephemeris information in.

DESCRIPTION

Store all of the ephemeris information in an ASCII buffer.

RETURN VALUE

c_toephem() has no return value.