c_acqskip - Skip a specified number of lines within an AVHRR acquisition image

SYNTAX

FUNCTION c_acqskip (fdesc, nrecs)

    long 	*fdesc;	
    long	nrecs;

PARAMETERS

fdesc (long *, input)

File descriptor returned from c_acqopen().

nrecs (long, input)

The number of lines to skip within the acquisition image. A positive value will skip the current file position forward, while a negative value will skip it backward.

DESCRIPTION

The c_acqskip() routine skips a specified number of lines from the current position within an AVHRR acquisition image. The size of a line is defined in the station identification file station;ids contained in ADAPSTABLES. This value is associated with the acquisition image when it is opened with c_acqopen().

RETURN VALUE

c_acqskip() returns

    E_SUCC --> Successful completion.
    E_FAIL --> Operation failed.