Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw, datarel, ip_diffim, ip_isr, meas_algorithms, meas_base, obs_subaru, pipe_tasks
-
Labels:None
-
Story Points:12
-
Sprint:UW DM-S14-02
-
Team:Alert Production
Description
For all code that uses the ImageOrigin argument (either explicitly or using a bbox and the default value) change the code to use an explicit ImageOrigin of PARENT.
In other words, update all code to match the changes in DM-840 and DM-841.
This affects 40-ish modules in many packages. I am concerned about testing the modified code because we are missing unit tests for so many tasks. But we can do some data processing and check those results. I will want some help with that.
Attachments
Issue Links
- is cloned by
-
DM-849 Eliminate use of ImageOrigin argument
- Won't Fix
Eliminating LOCAL image origin turned to be a bad idea, so this ticket will not be done. Instead we will make the default origin be PARENT using
DM-840andDM-846first, thenDM-1176