Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ip_diffim, obs_base, obs_cfht, obs_decam, obs_file, obs_lsstSim, obs_monocam, obs_sdss, obs_subaru, obs_test, pipe_tasks
-
Labels:
-
Story Points:8
-
Epic Link:
-
Sprint:DRP S17-1, DRP S17-2, DRP S17-3, DRP S17-4, DRP S17-5, DRP S17-6
-
Team:Data Release Production
Description
This ticket will incorporate psf-matched coadds into DRP and include the following:
1) Develop plan for processing Psf-Matched coadds as part of DRP including interface in pipe_tasks commandline tasks, and butler data product naming convention and mapped filesystem paths: https://community.lsst.org/t/who-are-the-stakeholders-for-psf-matched-coadds/1439
2) RFC plan.
3) Add new data products to appropriate mapper files, including getting input on ones with unique file paths like obs_subaru and obs_sdss.
4) Edit command line tasks (currently WarpAndPsfMatch, MakeCoaddTempExp, AssembleCoadd) to treat psf-matched and non-psf-matched coadds as separate entities.
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Assignee | Simon Krughoff [ krughoff ] | Yusra AlSayyad [ yusra ] |
Sprint | DRP S17-1 [ 303 ] |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Sprint | DRP S17-1 [ 303 ] | DRP S17-1, DRP S17-2 [ 303, 356 ] |
Rank | Ranked higher |
Story Points | 6 | 8 |
Sprint | DRP S17-1, DRP S17-2 [ 303, 356 ] | DRP S17-1, DRP S17-2, DRP S17-3 [ 303, 356, 360 ] |
Rank | Ranked higher |
Reviewers | Paul Price [ price ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Sprint | DRP S17-1, DRP S17-2, DRP S17-3 [ 303, 356, 360 ] | DRP S17-1, DRP S17-2, DRP S17-3, DRP S17-4 [ 303, 356, 360, 363 ] |
Rank | Ranked higher |
Sprint | DRP S17-1, DRP S17-2, DRP S17-3, DRP S17-4 [ 303, 356, 360, 363 ] | DRP S17-1, DRP S17-2, DRP S17-3, DRP S17-4, DRP S17-5 [ 303, 356, 360, 363, 364 ] |
Rank | Ranked higher |
Sprint | DRP S17-1, DRP S17-2, DRP S17-3, DRP S17-4, DRP S17-5 [ 303, 356, 360, 363, 364 ] | DRP S17-1, DRP S17-2, DRP S17-3, DRP S17-4, DRP S17-5, DRP S17-6 [ 303, 356, 360, 363, 364, 365 ] |
Rank | Ranked higher |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Paul do you have time for a review? Prefer PRs?
Few notes:
DM-8290, and we need to start thinking of assembleCoadd working with both types of tempExps simultaneously. coaddBase.getTempExpDatasetName() is everywhere, and previously assumed that only one type of tempExp was used per instance of assembleCoadd. On this ticket, the assembleCoadd tempExpType is designated by maintaining state in a self.warpType instance variable; I am not attached to this implementation, and we can postpone until epicDM-8290.Jenkins is running now.