Generic

class astropy.units.format.generic.Generic [edit on github][source]

Bases: astropy.units.format.base.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)
to_string(unit)

Methods Documentation

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

Page Contents