bundles / astropy latest / astropy / io / fits / column / _parse_tdisp_format
function
astropy.io.fits.column:_parse_tdisp_format
source: /astropy/io/fits/column.py :2600
Signature
def _parse_tdisp_format ( tdisp ) Summary
Parse the TDISPn keywords for ASCII and binary tables into a (format, width, precision, exponential) tuple (the TDISP values for ASCII and binary are identical except for 'Lw', which is only present in BINTABLE extensions.
Parameters
tdisp: strTDISPn FITS Header keyword. Used to specify display formatting.
Returns
: formatc: strThe format characters from TDISPn
: width: strThe width int value from TDISPn
: precision: strThe precision int value from TDISPn
: exponential: strThe exponential int value from TDISPn
Aliases
-
astropy.io.fits.column._parse_tdisp_format