{ } Raw JSON

bundles / astropy 7.0.1 / astropy / utils / decorators / canonical

lazyproperty

astropy.utils.decorators:canonical

source: /astropy/utils/decorators.py

Summary

Returns a 'canonical' string representation of this format.

Extended Summary

This is in the proper form of Tw.d where T is the single character data type code, w is the width in characters for this field, and d is the number of digits after the decimal place (for format codes 'E', 'F', and 'D' only).

Aliases

  • astropy.io.fits.ColDefs._col_format_cls.canonical
  • astropy.io.fits.column._AsciiColumnFormat.canonical