#include "adaps.h"
FUNCTION c_setatt (buffer, model)
char buffer[][HDR_SIZ+1]; struct MODEL *model;
ASCII buffer containing the attitude correction information. This buffer is retrieved from the associated AHDR or ADDR file.
AVHRR model structure to be filled with the attitude correction information.
Extract the attitude correction information from the ASCII buffer and save it in the AVHRR model structure.
c_setatt() has no return value.