listfits

listfits(fitsfile)[source]

List the HDU and typical data rows of a fits file:

[Description] [Examples] [Development] [Details]

Parameters
  • fitsfile (string) - Name of input fits file

Description

A list of the HDU (Header Data Unit) of a FITS file will be written to the logger. The HDU consists of a header and typically a data table.

Examples

To write the header information of a FITS file to the CASA logger:

listfits(fitsfile='filename.fits')
Development

No additional development details

Parameter Details

Detailed descriptions of each function parameter

fitsfile (string) - Name of input fits file