c_setatt - Retrieve the attitude correction information from an ASCII buffer

SYNTAX

#include "adaps.h"

FUNCTION c_setatt (buffer, model)

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

PARAMETERS

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

ASCII buffer containing the attitude correction information. This buffer is retrieved from the associated AHDR or ADDR file.

model (struct MODEL *, output)

AVHRR model structure to be filled with the attitude correction information.

DESCRIPTION

Extract the attitude correction information from the ASCII buffer and save it in the AVHRR model structure.

RETURN VALUE

c_setatt() has no return value.