talensgj / jwst

Python library for science observations from the James Webb Space Telescope
https://jwst-pipeline.readthedocs.io/en/latest/
Other
1 stars 0 forks source link

Fallback solver #3

Closed radicamc closed 2 years ago

radicamc commented 2 years ago

Closes #

Resolves JP-

Description

This PR addresses ... Added fallback mode for the solver to use only x and y offsets and no rotation. This is achieved by toggling the no_rotation keyword in the solve_transform step.
Tested using the bugfix_solver notebook and ensured that run_extraction.py still runs without issue. Includes docstring updates.

Checklist