[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


FXMOVE Source code in fxmove.pro

FXMOVE

Name
     FXMOVE
Purpose
     Skip a specified number of extensions in a FITS file
Calling Sequence
     STATUS=FXMOVE(UNIT, N_EXT, /Silent)
Input Parameters
     UNIT     = An open unit descriptor for a FITS data stream.
     N_EXT   = Number of extensions to skip.
Optional Input Parameters
     /SILENT - If set, then any messages about invalid characters in the
               FITS file are suppressed.
Returns
     0 if successful.
    -1 if an error is encountered.
Common Blocks
      None.
Side Effects
      Repositions the file pointer.
Procedure
      Each FITS header is read in and parsed, and the file pointer is moved
      to where the next FITS extension header until the desired
      extension is reached.
Procedures Used
      FXPAR(), MRD_HREAD, MRD_SKIP
Revision History
      Extracted from FXPOSIT 8-March-2000 by T. McGlynn
      Added /SILENT keyword  14-Dec-2000 by W. Landsman
      Save time by not reading the full header  W. Landsman   Feb. 2003

Last modified by pro2html on 2003 February 27 at 04:39 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically