bundles / astropy latest / astropy / io / fits / fitsrec / FITS_rec
class
astropy.io.fits.fitsrec:FITS_rec
source: /astropy/io/fits/fitsrec.py :149
Signature
class FITS_rec ( input ) Members
-
__array_finalize__ -
__del__ -
__getattribute__ -
__getitem__ -
__reduce__ -
__repr__ -
__setitem__ -
__setstate__ -
_cache_field -
_convert_ascii -
_convert_other -
_convert_p -
_convert_x -
_get_heap_data -
_get_raw_data -
_get_scale_factors -
_init -
_ipython_key_completions_ -
_scale_back -
_scale_back_ascii -
_scale_back_strings -
_update_column_attribute_changed -
_update_column_name -
copy -
field -
from_columns -
tolist
Summary
FITS record array class.
Extended Summary
FITS_rec is the data part of a table HDU's data part. This is a layer over the recarray, so we can deal with scaled columns.
It inherits all of the standard methods from numpy.ndarray.
Aliases
-
astropy.io.fits.FITS_rec