Astropy
Data structures and transformations
astropy.constants
astropy.units
astropy.nddata
astropy.table
astropy.time
astropy.timeseries
astropy.coordinates
astropy.wcs
astropy.modeling
astropy.uncertainty
Files, I/O, and Communication
astropy.io.fits
astropy.io.ascii
astropy.io.votable
astropy.io.misc
astropy.io.typing
astropy.samp
Computations and utilities
astropy.cosmology
astropy.convolution
astropy.utils.iers
astropy.visualization
astropy.stats
Nuts and bolts
astropy.config
astropy.io.registry
astropy.utils
Bases: Basic
Basic
Tab-separated table.
Unlike the Basic reader, whitespace is not stripped from the beginning and end of either lines or individual column values.
Example:
col1 <tab> col2 <tab> col3 # Comment line 1 <tab> 2 <tab> 5
previous
StrType
next
TableOutputter