Patch for the submission of our revised manuscript of "A_systematic_aging_method_I: NGC 300 ...."
Feature Patch
The `AgeWizard` algorithm has been slightly amended. [[PR39]](https://github.com/HeloiseS/hoki/pull/39). Here is a summary of the changes:
* The individual star age probability distribution functions are now such that the **probability that a star has an age older than the current age of the Universe is 0**
* The **total probability density function is now calculated from the individual star PDFs, not from their un-normalised distributions**. The original algorithm effectively leads to a higher weighting of stars found in densely populated regions of the HRD and CMDs. As a result, stars in the giant branch carried a significantly lower weight than main sequence stars. This is problematic because these stars carry the most reliable information about age since their evolutionary phase is much shorter lived than the Main Sequence. Consequently, normalising the distributions over time before combining them is a first step towards making the age determination more accurate. Further steps can be taken by the human and these will be described in soon-to-come tutorials and publications. Feel free to contact hfstevancegmail.com if you need more detail about this.
New Feature
- Creating of the `stats` package [[PR23]](https://github.com/HeloiseS/hoki/pull/23) [[PR34]](https://github.com/HeloiseS/hoki/pull/34/)
Currently this only contains the `starcounts.py` module, which implements the method of [Dorn-Wallenstein & Levesque 2020](https://ui.adsabs.harvard.edu/abs/2020ApJ...896..164D/abstract) to retrieve the underlying count ratio of the
- Compatibility with BPASS v2.2.2 (which includes Gaia Filters) [[PR22]](https://github.com/HeloiseS/hoki/pull/22) [[29]](https://github.com/HeloiseS/hoki/pull/29). Note that BPASS data for Gaia filters are not public yet but you may contact Jan J. Eldridge if you need them (jj.eldridgeauckland.ac.nz).
Bug Fixes:
- HRD plotting - one type had the wrong x axis [[PR33]](https://github.com/HeloiseS/hoki/pull/33)