Home
> Web Site Updates > AA+ v1.67
AA+ v1.67
March 20, 2016
Just to let everyone know that v1.67 of AA+ has been released. Updates for this version include:
- CAAPrecession::AdjustPositionUsingUniformProperMotion now ensures that the return value is in the normalized range for right ascension and declination.
- CAAPrecession::AdjustPositionUsingMotionInSpace now ensures that the return value is in the normalized range for right ascension and declination.
- CAAPrecession::PrecessEquatorial now ensures that the return value is in the normalized range for right ascension and declination.
- CAAPrecession::PrecessEquatorialFK4 now ensures that the return value is in the normalized range for right ascension and declination.
- CAAPrecession::PrecessEcliptic now ensures that the return value is in the normalized range for ecliptic longitude and latitude.
- CAAPrecession::PrecessEquatorialFK4 now adds the Equinox correction to the returned right ascension. Thanks to "Pavel" for reporting this issue.
- Optimized the code in CAAPrecession::PrecessEquatorial, CAAPrecession::PrecessEquatorialFK4 & CAAPrecession::PrecessEcliptic.
- Updated the documentation for CAAPrecession::PrecessEquatorialFK4 to be explicit on what coordinate system the parameters and return value are defined in. Thanks to "Pavel" for reporting this issue.
- Fixed a transcription error in the CAAGlobe::RhoSinThetaPrime and CAAGlobe::RhoCosThetaPrime functions. The value 6378149 was being used instead of the correct value 6378140. Thanks to "Pavel" for reporting this bug.
Categories: Web Site Updates