Source code for casatasks.information.listfits

#
# stub function definition file for docstring parsing
#

[docs]def listfits(fitsfile): r""" List the HDU and typical data rows of a fits file: [`Description`_] [`Examples`_] [`Development`_] [`Details`_] Parameters - fitsfile_ (path) - Name of input fits file .. _Description: 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: Examples To write the header information of a FITS file to the CASA logger: :: listfits(fitsfile='filename.fits') .. _Development: Development No additional development details .. _Details: Parameter Details Detailed descriptions of each function parameter .. _fitsfile: | ``fitsfile (path)`` - Name of input fits file """ pass