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
This forces resample to write out a temporary file for the model between science and variance array resampling. This could likely be avoided perhaps as part of a larger refactoring of resample to combine variance and science array resampling.
The text was updated successfully, but these errors were encountered:
Issue JP-3713 was created on JIRA by Brett Graham:
resample during many_to_one uses the datamodel as temporary storage for
iscale
:jwst/jwst/resample/resample.py
Line 367 in 8efc26f
that is later used during variance array resampling:
jwst/jwst/resample/resample.py
Line 551 in 8efc26f
and then removed from the model:
jwst/jwst/resample/resample.py
Line 414 in 8efc26f
This forces resample to write out a temporary file for the model between science and variance array resampling. This could likely be avoided perhaps as part of a larger refactoring of resample to combine variance and science array resampling.
The text was updated successfully, but these errors were encountered: