Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_mosaic
-
Labels:None
-
Story Points:10
-
Epic Link:
-
Sprint:Science Pipelines DM-W16-6, DRP X16-2, DRP X16-3, DRP F16-1, DRP F16-2
-
Team:Data Release Production
Description
We have an old, bitrotted version of meas_mosaic on the LSST side, created in a failed attempt to get it running on LSST PhoSim data.
Now that we're making a serious effort to get HSC data running through the LSST pipeline, we'll need to get it running with the LSST pipeline at least on HSC data, which will probably involve just merging everything from the HSC side over, and then fixing it until it builds and runs.
For this issue, we'll assume that we're going to use the Eigen backend for the matrix solver, rather than the MKL one we use on the HSC side. That will make it much slower (since MKL is multithreaded and we can't make Eigen multithreaded for just meas_mosaic), but hopefully still usable.
Attachments
Issue Links
- blocks
-
DM-6466 Compare meas_mosaic-ed HSC and LSST coadds
- Done
- is blocked by
-
DM-3106 Add slot for calibration flux
- Done
-
DM-5472 Update meas_mosaic for compatibility with new single frame processing
- Done
- is FF-depended by
-
DM-5827 Compare LSST and HSC pipelines through through multi-band coadd processing
- Done
- is triggering
-
DM-9013 Re-enable MKL/OpenBLAS
- Done
- relates to
-
DM-4373 HSC backport: Add tract conveniences
- Done
-
DM-6647 Adapt qa analysis script to apply corrections measured by meas_mosaic
- Done
-
DM-2980 refactor coaddition code
- Done
- mentioned in
-
Page Loading...
John, would you be able to give this a look? The meas_mosaic work is on the tickets/
DM-2674branch and you'll need the u/lauren/DM-2674branch on obs_subaru to run mosaic.py.