isochrones
isochrones copied to clipboard
Docs clarification
Hi @timothydmorton,
I see in the docstring for StarModel that the input stellar density prior should be in [g/cc], but in the example I'm running it seems as though the density returned by
mod.derived_samples['density']
is given in units of [solar density]. What are the appropriate units for the samples returned by this expression?
Thanks!
It should be in g/cc, as the derived samples should be interpolating this column: https://github.com/timothydmorton/isochrones/blob/666164387bfbbffece1ca0bf03a72a48a3dc9d89/isochrones/models.py#L86 Solar mean density is pretty close to 1 g/cc, though; can you show me what you are finding?