-
Notifications
You must be signed in to change notification settings - Fork 169
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
Create C framework in STCAL ramp fitting #7735
Comments
Fixed by #8355 |
Comment by Howard Bushouse on JIRA: Fixed by #8355 and by spacetelescope/stcal#156 |
Howard Bushouse So can we now pass an argument to the jwst ramp_fitting code to tell it to use the C version? What's the relevant flag? |
Comment by Kenneth MacDonald on JIRA: David Law there are two ways you can use the C extension. If you feel comfortable changing the code you can hard code the This way allows you to run the pipeline using the C extension. Unfortunately, since the The second way is programmatically. To run the C extension code programmatically requires an already computed
jwst/jwst/ramp_fitting/ramp_fit_step.py Line 402 in aaf38ad
However, this morning I was given authorization to change the above |
Comment by Melanie Clarke on JIRA: Ticket for the spec change is JP-3632. |
Kenneth MacDonald I just tested providing average_dark_current in combination with the C ramp fitting code in the tagged 1.7.1 version of stcal. Looks like things are behaving as expected. I think that means that we can close this ticket since it's merged and working. Further discussion on passing arguments to change the algorithm, or broader long-term testing can take place on JP-3632 and https://jira.stsci.edu/browse/JP-3594 |
Issue JP-3121 was created on JIRA by Kenneth MacDonald:
Create C framework in STCAL to prepare for refactoring part of ramp fitting in C.
The text was updated successfully, but these errors were encountered: