HeloiseS/hoki: The `AgeWizard` release
Description
Summary
At the core of v1.5 is the age_utils
module and the AgeWizard
pipeline.
The utilities provided in there allow the easy implementation of the age determination method for resolved stellar populations that is presented in Stevance et al. in prep.
Other more general upgrades were implemented as well and are summarised below.
New Features New Modules- hoki.age_utils: Utilities to find ages using BPASS models.
- hoki.utils.exceptions: Hoki specific error messages and warniings created to help debugging
- hoki.utils.hoki_objects: contains the class HokiObject()
hoki.age_utils
AgeWizard
: Toolkit and pipeline to find ages by comparing observational data to model HRDs or CMDs.
hoki.utils.exceptions
HokiWarning
HokiUserWarning
HokiDeprecationWarning
HokiFormatWarning
HokiFormatError
HokiFatalError
HokiKeyError
find_coordinates
: Matches observational data to model CMD or HRD and retrieves their postional coordinates in Temperature-Luminosity space or Colour-Magnitude spacenormalise_1d
: Divides a 1D array by its total sumcalculate_individual_pdfs
: Calculates the Age Probability Distribution Functions of an ensemble of sources by comparing them to a requested HRD or CMDcalculate_distributions
: Searches through CMD/HRDs to collate the age distributions for a set of locations on the CMD/HRDs
CMD.make()
now has a parametermag_filter
andcol_filters
instead offilter1
andfilter2
so that the Magnitude Axis filter can be independent of the colour combinationCMD.at_log_age()
now has tests and is included in the tutorials.
Hoki classes like HRDiagrams or CMD are now all HokiObjects. At the moment all they inherit are the following class attributes:
t = hoki.constants.BPASS_TIME_BINS
dt = hoki.constants.BPASS_TIME_INTERVALS
time_weight_grid = hoki.constants.BPASS_TIME_WEIGHT_GRID
Associated Pull Requests:
- Update to AgeWizard
- Update to CMD
- The AgeWizard Pull Request
Files
HeloiseS/hoki-v1.5.0.zip
Files
(35.1 MB)
Name | Size | Download all |
---|---|---|
md5:9b032639d51a3899cf26c76d32d85f44
|
35.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/HeloiseS/hoki/tree/v1.5.0 (URL)