enable#
- astropy.units.cds.enable()[source]#
Enable CDS units so they appear in results of
find_equivalent_unitsandcompose. This will disable all of the “default”astropy.unitsunits, since there are some namespace clashes between the two.This may be used with the
withstatement to enable CDS units only temporarily.