next up previous contents
Next: *xrfitsmperfits* -- Up: Reading FITS files Previous: Reading FITS files

*t2d* -- FITS tape to disk for files with binary tables

 

To read data from your ROSAT tape use the task t2d. Make sure you are in a directory with 10 Mbytes of space. If your data are in RDF format there will be 13 PSPC FITS files (8 HRI). If your data are in US Rev0 format, or is from the Rev0 archive there will be more FITS files.

Tape handling is site-dependent. Users at SAO should refer to the SAO-HEAD IRAF Users Site Guide for details concerning tape access. Assuming the user is set up so that a tape drive is available and accessible:

  
  To mount 9 track tapes at SAO:

    cfa#: rsh reel                                   # remote logon to reel
    cfa250: getdev mtq                             # assign tape drive mtq.
                        # The other choices are posted on the input drives.
    cfa250: cd iraf                   # Enter directory with login.cl file.

  cfa#: cl 
  cl> allocate mtq                 # IRAF allocation (this specific to SAO)
  device mtq is already allocated              # ignore this message, it is
                                                         # allocated to you
  
  
  cl> dataio

  da> t2d
  
  Input file descriptor: mtq
  List of files:                             # carriage return (for all files)
  Output file root name:  rostape

To conserve on disk space you can load only selected files from the tape.

US Rev0 FITS files used by PROS analysis are ``2-12,14,25" for PSPC (HRI ``2-6,8"). See the ROSAT Data Products Guide for file descriptions.

RDF FITS files are packaged in a smaller number of FITS files with multiple extensions in each file, see explain_xdata for a description; the tape list follows:

            PSPC RDF tape list                  HRI RDF tape list          

    tape001 -> list of files on tape    tape001 -> list of files on tape
    tape002 -> rp110590n00_bas.fits     tape002 -> rh110267n00_bas.fits
    tape003 -> rp110590n00_im1.fits     tape003 -> rh110267n00_im1.fits
    tape004 -> rp110590n00_im2.fits     tape004 -> rh110267n00_bk1.fits
    tape005 -> rp110590n00_im3.fits     tape005 -> rh110267n00_src.fits
    tape006 -> rp110590n00_bk1.fits     tape006 -> rh110267n00_anc.fits
    tape007 -> rp110590n00_bk2.fits     tape007 -> rh110267n00_his.fits
    tape008 -> rp110590n00_bk3.fits     tape008 -> rh110267n00_prt.fits
    tape009 -> rp110590n00_mex.fits
    tape010 -> rp110590n00_ime.fits
    tape011 -> rp110590n00_src.fits
    tape012 -> rp110590n00_anc.fits
    tape013 -> rp110590n00_his.fits
    tape014 -> rp110590n00_prt.fits
The differences in RDF, US Rev0, MPE Rev0 data are described in help file_compare.



Belinda Wilkes
Wed Jul 5 04:38:15 EDT 1995