-
Notifications
You must be signed in to change notification settings - Fork 26
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
How to add absorption to the model and set upper and lower limits #303
Comments
The fitting of the absorption features should be working normally. What you're seeing is just a plotting issue. The error you posted is old code. The current plotting code definitely has something else under Can you try installing the master branch? You can use |
Thanks for your comment! I reinstalled PAHFIT using Then I checked out the other branch and installed it again using However, I noticed that some checks for this branch were unsuccessful, as indicated on the github page, so perhaps this branch is temporarily unavailable? |
Which checks are you referring to? I am not a aware of any particular problems. |
I am referring to the red crosses shown on the https://github.com/PAHFIT/pahfit/tree/dev page. Since I am a beginner, I don't know what this symbol means, but I guess it doesn't matter and the code works fine. |
Thanks for bringing this up, it looks like one of the tests was not adapted to a recent format change of the So this does not mean that anything is wrong, and since I am actively using the dev branch for my research (+ my changes committed on top of it), I assume it should also work for you. |
Thank you for your answer! |
I am a graduate student and I am trying to fit the NIRSPEC g395h spectrum using PAHFIT. According to Lai+2020, I added the short wavelength feature in the yaml file.
When I start running the script
I got the following error
Does this mean that the absorption feature cannot be applied in the current version?
In addition, I checked the feature table and found that the wavelength and fwhm of the features I added did not have upper and lower limits set. How should I set them correctly?
The text was updated successfully, but these errors were encountered: