Generic#

class astropy.units.format.Generic(*args, **kwargs)[source]#

Bases: 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.

Attributes Summary

name

Methods Summary

parse(s[, debug])

Convert a string to a unit object.

Attributes Documentation

name = 'generic'#

Methods Documentation

classmethod parse(s, debug=False)[source]#

Convert a string to a unit object.