Archive

Archive for August, 2021

AA+ v2.35

August 21, 2021 Comments off

Just to let everyone know that v2.35 of AA+ has been released. Updates for this version include:

  • Reworked the algorithm to calculate the apparent semidiameter of the Moon in CAARiseTransitSet2::CalculateMoon. Tests indicate that this change only causes the rise / set times of the Moon to be a couple of seconds different compared to the old formula.
Categories: Web Site Updates

AA+ v2.34

August 20, 2021 Comments off

Just to let everyone know that v2.34 of AA+ has been released. Updates for this version include:

  • Fixed a bug in CAARiseTransitSet2::CalculateMoon in the calculation of the H0 value. In the book Meeus uses the value +0.125 degrees for the Moon, but this value is not correct in the context of the CAARiseTransitSet2 class as this class already takes diurnal parallax of the Moon into account. Instead the H0 value is now calculated with a new formula which provides more accurate times of Moon Rise and Set. Thanks to Stephen F. Booth for reporting these bug.
  • The CAARiseTransitSet2::CalculateMoon method now includes a new RefractionAtHorizon parameter. This value defaults to -0.5667 and corresponds to the amount of atmospheric refraction to use at the moment of Moon rise or set. Note that the actual H0 value for the Moon is not constant and is calculated from this value in this method using the apparent semidiameter of the Moon.
  • Updated the CAARiseTransitSet2::CalculateMoon method to support the ELP2000 and ELPMPP02 theories in addition to the Meeus ELP2000 truncated algorithms.
Categories: Web Site Updates

CScintillaCtrl, CScintillaView & CScintillaDoc v1.68

August 14, 2021 Comments off

Just to let everyone know that v1.68 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:

  • Updated class to work with Scintilla v5.1.1. New messages wrapped include: SCI_AUTOCSETOPTIONS, SCI_AUTOCGETOPTIONS & SCI_ALLOCATELINES.
Categories: Web Site Updates

AA+ v2.33

August 11, 2021 Comments off

Just to let everyone know that v2.33 of AA+ has been released. Updates for this version include:

  • Fixed various bugs in CAARiseTransitSet2::AddEvents related to the calculation of various twilight events. Thanks to Stephen F. Booth for reporting these bugs.
  • Changed AAPLUS_ELP2000_NO_HIGH_PRECISION preprocessor define to AAPLUS_NO_ELP2000 to be consistent with other AA+ preprocessor defines.
  • Changed AAPLUS_VSOP87_NO_HIGH_PRECISION preprocessor define to AAPLUS_NO_VSOP87 to be consistent with other AA+ preprocessor defines.
Categories: Web Site Updates

AA+ v2.32

August 9, 2021 Comments off

Just to let everyone know that v2.32 of AA+ has been released. Updates for this version include:

Categories: Web Site Updates