c_tohead - Store the AVHRR model information in an ASCII buffer

SYNTAX

#include "adaps.h"

FUNCTION c_tohead (model, buffer)

    struct MODEL *model;
    char buffer[][HDR_SIZ+1];

PARAMETERS

model (struct MODEL *, input)

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

buffer (char [][HDR_SIZ+1], output)

ASCII buffer to store the header information in.

DESCRIPTION

Store all of the header information in an ASCII buffer.

RETURN VALUE

c_tohead() has no return value.