You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently trying to use ndradex to fit some peak brightness temperatures. Was working very well before, but now for some reason when I run my fitting I get several warning messages stating: RADEX path or moldata does not exist. I wonder, is there a reason for this? I did try to install a few other RADEX python packages, so I wonder if that influenced anything?
The ndradex part of my code is simply the following:
where I am fitting the values in log-space, but converting them back when feeding to ndradex. When I get this warning, my fitting process always throws an assertion error of AssertionError: nan.
When I run the package outside of my fitting procedure, I don't ever see this error. For example, the following code does not seem to ever produce this warning for me:
Hi @astropenguin,
Currently trying to use ndradex to fit some peak brightness temperatures. Was working very well before, but now for some reason when I run my fitting I get several warning messages stating:
RADEX path or moldata does not exist
. I wonder, is there a reason for this? I did try to install a few other RADEX python packages, so I wonder if that influenced anything?The ndradex part of my code is simply the following:
where I am fitting the values in log-space, but converting them back when feeding to ndradex. When I get this warning, my fitting process always throws an assertion error of
AssertionError: nan
.When I run the package outside of my fitting procedure, I don't ever see this error. For example, the following code does not seem to ever produce this warning for me:
Additionally, I checked
which returns:
.../miniconda3/envs/astro38/lib/python3.8/site-packages/ndradex/bin
.Any guidance on how I can address this is appreciated. Thank you for such a nice and easy-to-use package!
Current Setup:
The text was updated successfully, but these errors were encountered: