astropy:docs

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 unicode(string [, encoding[, errors]]) -> object

Methods Summary

to_string(unit) Convert a unit object to a string.

Attributes Documentation

name = u'fits'

Methods Documentation

to_string(unit)[source] [edit on github]

Convert a unit object to a string.

Page Contents