ColumnECSV#
- class astropy.io.misc.ecsv.ColumnECSV(name, datatype, subtype=None, unit=None, description=None, format=None, meta=None)[source]#
Bases:
objectClass representing attributes of a column in an ECSV header.
- Attributes:
- name
python:str The name of the column.
- datatype
python:str The data type of the column as specified in the ECSV header.
- subtype
python:strorpython:None, optional The subtype of the column, if applicable.
- unit
python:strorpython:None, optional The unit of the column values, if specified.
- description
python:strorpython:None, optional A description of the column.
- format
python:strorpython:None, optional The format string for the column values.
- meta
python:dictorpython:None, optional Additional metadata associated with the column.
- name
Attributes Summary
Numpy type string describing the column CSV data.
Numpy dtype in the final column data
Shape of the column data
Attributes Documentation
- datatype = <dataclasses._MISSING_TYPE object>#
- description = None#
- format = None#
- meta = None#
- name = <dataclasses._MISSING_TYPE object>#
- subtype = None#
- unit = None#