FUNCTION c_acqskip (fdesc, nrecs)
long *fdesc; long nrecs;
File descriptor returned from c_acqopen().
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.
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().
c_acqskip() returns
E_SUCC --> Successful completion. E_FAIL --> Operation failed.