{ } Raw JSON

bundles / astropy 7.0.1 / astropy / io / fits / column / ColDefs / __init__

function

astropy.io.fits.column:ColDefs.__init__

source: /astropy/io/fits/column.py :1467

Signature

def   __init__ ( self input ascii = False )

Parameters

input : sequence of `Column` or `ColDefs` or ndarray or `~numpy.recarray`

An existing table HDU, an existing ColDefs, or any multi-field Numpy array or numpy.recarray.

ascii : bool

Use True to ensure that ASCII table columns are used.

Aliases

  • astropy.io.fits.ColDefs.__init__