Fits

class astropy.units.format.Fits[source] [edit on github]

Bases: astropy.units.format.Generic

The FITS standard unit format.

This supports the format defined in the Units section of the FITS Standard.

Attributes Summary

name

Methods Summary

parse(s[, debug])
to_string(unit)

Attributes Documentation

name = u'fits'

Methods Documentation

classmethod parse(s, debug=False)[source] [edit on github]
classmethod to_string(unit)[source] [edit on github]