{ } Raw JSON

bundles / astropy latest / astropy / io / fits / fitsrec / FITS_record / __init__

function

astropy.io.fits.fitsrec:FITS_record.__init__

source: /astropy/io/fits/fitsrec.py :44

Signature

def   __init__ ( self input row = 0 start = None end = None step = None base = None ** kwargs )

Parameters

input : array

The array to wrap.

row : int, optional

The starting logical row of the array.

start : int, optional

The starting column in the row associated with this object. Used for subsetting the columns of the FITS_rec object.

end : int, optional

The ending column in the row associated with this object. Used for subsetting the columns of the FITS_rec object.

Aliases

  • astropy.io.fits.FITS_record.__init__