|
| | FITS_tutorial1.C |
| | Open a FITS file and retrieve the first plane of the image array as a TImage object
|
| |
| | FITS_tutorial2.C |
| | Open a FITS file whose primary array represents a spectrum (flux vs wavelength).
|
| |
| | FITS_tutorial3.C |
| | Open a FITS file and retrieve the first plane of the image array as a TImage object.
|
| |
| | FITS_tutorial4.C |
| | Open a FITS file whose primary array represents a spectrum (flux vs wavelength).
|
| |
| | FITS_tutorial5.C |
| | Open a FITS file whose primary array represents a spectrum (flux vs wavelength)
|
| |
| | FITS_tutorial6.C |
| | Open a FITS file whose primary array represents a spectrum table (flux vs wavelength) and dump its columns
|
| |
| | FITS_tutorial7.C |
| | Open a FITS file that contains a catalog of astronomical objects and dump some of its columns
|
| |
| | FITS_tutorial8.C |
| | Open a FITS file with columns containing variable-length arrays.
|
| |