c_setdrop - Retrieve the dropped line information from an ASCII buffer

SYNTAX

#include "archio.h"

FUNCTION c_setdrop (buffer, drop)

    char buffer[][HDR_SIZ+1];
    struct DROPPED *drop;

PARAMETERS

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

ASCII buffer containing the dropped line information. This buffer is retrieved from the associated AHDR or ADDR file.

drop (struct DROPPED *, output)

AVHRR dropped line structure to be filled with the dropped line information.

DESCRIPTION

Extracts the dropped line information from the ASCII buffer and save it in the AVHRR dropped line structure.

RETURN VALUE

c_setdrop() returns

    E_SUCC (0)  --> Successful completion.
    E_FAIL (-1) --> Operation failed.