c_acqclose - Close an AVHRR acquisition image

SYNTAX

FUNCTION c_acqclose (fdesc)

    long *fdesc;

PARAMETERS

fdesc (long *, input)

File descriptor returned by c_acqopen().

DESCRIPTION

The c_acqclose() routine closes the specified AVHRR acquisition image.

RETURN VALUE

c_acqclose() returns

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