Bases: astropy.units.NamedUnit
Irreducible units are the units that all other units are defined in terms of.
Examples are meters, seconds, kilograms, amperes, etc. There is only once instance of such a unit per type.
Methods Summary
decompose([bases]) | Return a unit object composed of only irreducible units. |
Methods Documentation
Return a unit object composed of only irreducible units.
Parameters: | bases : sequence of UnitBase, optional
|
---|---|
Returns: | unit : CompositeUnit object
|