Bases: astropy.units.format.Base
A “generic” format.
The syntax of the format is based directly on the FITS standard, but instead of only supporting the units that FITS knows about, it supports any unit available in the astropy.units namespace.
Methods Summary
parse(s[, debug]) | Convert a string to a unit object. |
to_string(unit) | Convert a unit object to a string. |
Methods Documentation
Convert a string to a unit object.
Convert a unit object to a string.