Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: analysis_ap, analysis_tools, ap_verify, ci_hsc_gen3, ci_middleware, ctrl_bps, ctrl_mpexec, daf_butler, dax_obscore, ip_isr, jointcal, meas_algorithms, obs_base, obs_cfht, obs_decam, obs_lsst, obs_subaru, pipe_base, pipe_tasks, pipelines_check, skymap, verify
-
Labels:
-
Story Points:4
-
Epic Link:
-
Team:Ops Middleware
-
Urgent?:No
Description
Back in 2021 in DM-30966, we added butler.dimensions to the API. Unfortunately hardly anyone noticed and so we have a lot of code everywhere that still does butler.registry.dimensions.
The following packages need to be fixed as part of the migration to make butler.registry disappear.
- analysis_ap
- analysis_tools
- ap_pipe-notebooks
- ap_verify
- ci_hsc_gen3
- ci_middleware
- ctrl_bps
- ctrl_mpexec
- daf_butler
- daf_butler_migrate
- dax_obscore
- ip_isr
- jointcal
- meas_algorithms
- obs_base
- obs_cfht
- obs_decam
- obs_lsst
- obs_subaru
- pipe_base
- pipe_tasks
- pipelines_check
- skymap
- testdata_decam
- verify
I think the best plan is to do each package independently with tickets/DM-xxx-package branches so we do not have to keep lots of branches all rebased for one big review.
Attachments
Issue Links
- relates to
-
DM-30966 Make Spectractions Gen3-serializable
- Done
The analysis_tools PR looks good to me.