9.1.2 RFITS


next up previous contents
Next: 9.1.3 GBO_MASK Up: 9.1 Accessing Ground-Based FITS Previous: 9.1.1 Directory and File

9.1.2 RFITS

RFITS reads a standard format FITS file by typing:  
IDL> img = rfits(infil, header=header)
  where img is the image, infil is the input file name, and is the string array with the data header in it. It is possible to use the option to convert the data into some physical units. For example, the magnetogram data would be converted to gauss.
IDL> img = rfits('/yd0/gbo92_37/gkm920907.1442', head=head, /scale)


ydac@mssly1.mssl.ucl.ac.uk