bundles / astropy 7.0.1 / astropy / io / fits / column / Column
class
astropy.io.fits.column:Column
source: /astropy/io/fits/column.py :555
Signature
class Column ( name = None , format = None , unit = None , null = None , bscale = None , bzero = None , disp = None , start = None , dim = None , array = None , ascii = None , coord_type = None , coord_unit = None , coord_ref_point = None , coord_ref_value = None , coord_inc = None , time_ref_pos = None ) Members
-
__eq__ -
__hash__ -
__init__ -
__repr__ -
_convert_format -
_convert_to_valid_data_type -
_determine_formats -
_guess_format -
_verify_keywords -
copy
Summary
Class which contains the definition of one column, e.g. ttype, tform, etc. and the array containing values for the column.
Aliases
-
astropy.io.fits.Column