Closed RazerM closed 9 years ago
The astrodynamics.constants module will contain constants from the IAU 2009/2012 System of Astronomical Constants (PDF).
astrodynamics.constants
Initially I had planned for these to be instances of astropy.units.quantity.Quantity, as I had started to do with astrodynamics.constants.wgs84.
astropy.units.quantity.Quantity
astrodynamics.constants.wgs84
I think that the astropy.constants.Constant class should be used, allowing source and uncertainty information to be captured.
astropy.constants.Constant
astrodynamics.constants.Constant was adapted from astropy.constants.Constant
astrodynamics.constants.Constant
The
astrodynamics.constants
module will contain constants from the IAU 2009/2012 System of Astronomical Constants (PDF).Initially I had planned for these to be instances of
astropy.units.quantity.Quantity
, as I had started to do withastrodynamics.constants.wgs84
.I think that the
astropy.constants.Constant
class should be used, allowing source and uncertainty information to be captured.