#include "archio.h"
FUNCTION c_setdrop (buffer, drop)
char buffer[][HDR_SIZ+1]; struct DROPPED *drop;
ASCII buffer containing the dropped line information. This buffer is retrieved from the associated AHDR or ADDR file.
AVHRR dropped line structure to be filled with the dropped line information.
Extracts the dropped line information from the ASCII buffer and save it in the AVHRR dropped line structure.
c_setdrop() returns
E_SUCC (0) --> Successful completion. E_FAIL (-1) --> Operation failed.