Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_tasks
-
Labels:
-
Story Points:8
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
Remove all gen2 code from pipe_tasks.
Attachments
Issue Links
- blocks
-
DM-31047 Remove configuration from obs_* packages after Gen2 removal
- To Do
-
DM-35724 Remove gen2 from coadd_utils
- Done
-
DM-19374 pipe_task's optional dependency on ip_diffim isn't
- Done
- is triggering
-
DM-35871 Add refcat name arg to ReferenceObjectLoader init
- Done
- relates to
-
DM-35940 Cleanup return struct names
- To Do
-
DM-35939 Convert pipe_tasks to numpydoc and task topics
- Done
(1 relates to)
There are a few PRs here.
The big one is pipe_tasks: https://github.com/lsst/pipe_tasks/pull/712
This deprecates the old location of MakeWarpTask and so I've updated to the new location:
https://github.com/lsst/ci_hsc_gen3/pull/85
https://github.com/lsst/drp_pipe/pull/37
https://github.com/lsst/obs_subaru/pull/431
And this update broke obs_cfht because (a) there was still a gen2 test there (oops) and the tests were relying on some side-effects to load detector tests; this makes the detector testing work correctly without side effects: https://github.com/lsst/obs_cfht/pull/105