-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isotopic abundance corrections mess up default radiative gamma recipe #174
Comments
I think it's unacceptable to refuse to parse. There are plenty of papers that use VALD line lists as-is on scientific investigations where they should have changed the isotopic mixture. Rightly or wrongly, because those papers are published it means at least someone in the community said that was OK (maybe because they didn't know the consequences). It's good to hope for a higher standard, but I don't think we can enforce it by just not parsing. As we discussed on Slack, I'm not sure that we can even do things correctly here. I can't seem to find what isotopic fractions VALD assumed for any element. Thankfully, it doesn't seem to be an option for the user to change, otherwise users could change their mixtures and the mixture would not be outputted in the VALD format, which would make it totally impossible to undo. I think the right balance here could be:
If we did this I'd say that the documentation page should highlight exactly why this is an issue, with some figures. I am thinking something like:
But doing any of this also means we should also make it easy and well-documented for users to adjust the line list to a new isotopic mixture. You've already got the logic for this, but it's not yet in an idiot-proof set of functions in Korg (AFAIK). On that note: doing this would mean you'd have to keep track of the current isotopic mixtures in the line list object, right? |
I think emitting a warning, and creating a docs page is a good option.
Not yet, correct. Part of the hesitation has that really isotopes should be more deeply integrated into Korg than they currently are. It's easy to enough to to linelist preprocessing, and I suppose I could write functions to make it easier, but I'm kind of inclined to hold off on making it dead-easy to adjust isotopes until there's a solution I'm happier with.
|
When the radiative broadening factor is not available, it is estimated from the wavelength and
log_gf
value. Thatlog_gf
value will be wrong if it was adjusted for isotopic abundances.#173 addresses this for turbospectrum and VALD linelists in the case that Korg does the adjustment itself, but in cases where VALD has already done the adjustment, it's not obvious what should be done.
options:
The text was updated successfully, but these errors were encountered: