c_toatt - Store the attitude correction information in an ASCII buffer

SYNTAX

#include "adaps.h"

FUNCTION c_toatt (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 in which the attitude correction information will be stored.

DESCRIPTION

Store all of the attitude correction information in an ASCII buffer.

RETURN VALUE

c_toatt() has no return value.