Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_algorithms, pipe_tasks
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:AP S22-4 (March), AP S22-5 (April)
-
Team:Alert Production
-
Urgent?:No
Description
ScaleVarianceTask is used in image differencing, and the refactored ImageDifferenceTask (DM-33001) will soon be in ip_diffim instead of pipe_tasks. The current ScaleVarianceTask lives in pipe_tasks, so it would create a circular dependency to import it in ip_diffim. Instead, it should be moved to meas_algorithms, where it would fit in with similar measurement algorithms like SubtractBackgroundTask.
PRs:
https://github.com/lsst/meas_algorithms/pull/276
https://github.com/lsst/pipe_tasks/pull/656