HeloiseS / hoki

Bridging the gap between observation and theory
https://heloises.github.io/hoki/intro.html
BSD 3-Clause "New" or "Revised" License
47 stars 8 forks source link

Add a feature to HRDs to get age PDF #9

Closed HeloiseS closed 4 years ago

HeloiseS commented 4 years ago

Context

Knowing the Luminosity and Temperature of am observed star or cluster we can place them on the HRD and find which BPASS HRD bin they fall into. From this we can plot the probabilities of that particular bin being filled at each time step and normalise, giving us an age probability distribution.

Feature Requirements

Given an observed luminosity and temperature, the age pdf should be returned. Given a table of observed luminosities and temperature the age pdfS should be returned

=> This will probably be best done in a pandas data frame where the ages bins are columns and the rows are a set of L and T, i.e. individual objects.

HeloiseS commented 4 years ago

irrelevant - this is captured by age_utils and AgeWizard