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: arrayThe array to wrap.
row: int, optionalThe starting logical row of the array.
start: int, optionalThe starting column in the row associated with this object. Used for subsetting the columns of the FITS_rec object.
end: int, optionalThe 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__