Bases: astropy.units.core.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.
Attributes Summary
bases | Return the bases of the unit. |
powers | Return the powers of the unit. |
scale | Return the scale of the unit. |
Methods Summary
decompose([bases]) | Return a unit object composed of only irreducible units. |
Attributes Documentation
Methods Documentation
Return a unit object composed of only irreducible units.
Parameters : | bases : sequence of UnitBase, optional
|
---|---|
Returns : | unit : CompositeUnit object
|