{ } Raw JSON

bundles / astropy 7.0.1 / astropy / io / fits / hdu / hdulist / HDUList / info

function

astropy.io.fits.hdu.hdulist:HDUList.info

source: /astropy/io/fits/hdu/hdulist.py :1083

Signature

def   info ( self output = None )

Summary

Summarize the info of the HDUs in this HDUList.

Extended Summary

Note that this function prints its results to the console---it does not return a value.

Parameters

output : file-like or bool, optional

A file-like object to write the output to. If False, does not output to a file and instead returns a list of tuples representing the HDU info. Writes to sys.stdout by default.

Aliases

  • astropy.io.fits.HDUList.info