Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Team:Data Release Production
Description
These are the last science-impacting features we aim to include in the release:
DM-9855: Select images for coadd based on PSF qualityDM-9795: CModel priors are weighted incorrectly relative to likelihoodDM-9862: Update meas_mosaic's wcs/fcr output files to reflect LSST coordinate systemDM-9885: Rename deepCoadd_srcMatch as deepCoadd_measMatch (blocked byRFC-306)DM-9828: Enable rectangular binSizes in SubtractBackgroundTaskDM-9985: Reduce Wcs pickle sizeDM-9926: Reduce memory footprint of meas_mosaic readDM-9556: All NaNs in coord_ra and coord_dec columns in deepCoadd forced src tables
In the future we also hope to include:
DM-5766: Implement spatial exposure selection task
Attachments
Issue Links
- blocks
-
DM-10129 Process HSC RC dataset using Stack version chosen for the full S17B reprocessing
- Done
- is blocked by
-
DM-9556 All NaNs in coord_ra and coord_dec columns in deepCoadd forced src tables
- Done
-
DM-9795 CModel priors are weighted incorrectly relative to likelihood
- Done
-
DM-9862 Update meas_mosaic's wcs/fcr output files to reflect LSST coordinate system
- Done
-
DM-9828 Enable rectangular binSizes in SubtractBackgroundTask
- Done
-
DM-9855 Select images for coadd based on PSF quality.
- Done
-
DM-9885 Rename deepCoadd_srcMatch as deepCoadd_measMatch
- Done
-
DM-9926 Reduce memory footprint of meas_mosaic read
- Done
-
DM-9985 Reduce Wcs pickle size
- Done
DM-9855:Merged to HSC/master after rebasing tickets/
DM-9855branches for pipe_tasks and obs_subaru onto HSC/master. Only conflict was an addition of imports (including from __future__) to pipe_tasks/selectImages.py on the ticket branches; these needed to be reordered to make sure the __future__ imports came first.