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

Staircase aspect of the HR diagram isocontours [DOCS] #88

Closed AlexandreLegault closed 1 year ago

AlexandreLegault commented 1 year ago

Plotting HR diagrams using HOKI yields isocontours that have 'staircase' shapes for lower luminosities. Is it only due to the resolution of the grid steps or does it have some physical origin? Thanks!

HeloiseS commented 1 year ago

The shape of the isocontours is a result of matplotlib and the size of the grid which is np.meshgrid(np.arange(0.1, 10.1, 0.1), np.arange(-2.9, 7.1, 0.1)) - these ranges are quoted in the BPASS manual on page 18.