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

[BPASS] BPASS Time Bins For Stellar System Models #71

Closed RyotaInagaki1 closed 3 years ago

RyotaInagaki1 commented 3 years ago

Do BPASS time bins apply for the individual stellar system models? In other words, are BPASS stellar system models (i.e. the files that are in HOKI.MODELS_PATH) meant to hold information for just the ages in the range 6.0 <= log10(age) <= 11.0? I am asking this since the HOKI CMD.py uses time bins (for 6.0, 6.1, ..., 11.0 in log10(age)) even though it directly accesses the BPASS stellar system models.

HeloiseS commented 3 years ago

Hi!

That's a great question. The actual stellar models do not limit themselves to the BPASS time bins and so the CMD class actually does the binning for you. That's a very important step and a rather tricky one - that's why it's automated.

Hope this helps!