c_tometa - Convert the AVHRR model information to the CEOS_IEF meta data format

SYNTAX

#include "adaps.h"

FUNCTION c_tometa (model, meta_data)

    struct MODEL *model;
    char meta_data[META_LINES][HDR_SIZ+1];

PARAMETERS

model (struct MODEL *, input)

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

meta_data (char [META_LINES][HDR_SIZ+1], output)

ASCII buffer to store the CEOS_IEF meta data in.

DESCRIPTION

Store all of the header information within a buffer in the CEOS_IEF meta data format.

RETURN VALUE

c_tometa() has no return value.