Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:AP S22-5 (April)
-
Team:Alert Production
-
Urgent?:No
Description
When Karlo Mrakovcic was trying to build HSC goodSeeing coadds for use as AP templates, he ran into a problem with no skyCorr dataset. This ticket is to update the HSC-specific ApTemplate pipeline to fix this, and test it to make sure nothin awful happened. (While I'm at it, I should probably fix the comment in the subset definition area that errantly refers to DECam... oy).
Options include: (1) adding the skyCorr step or (2) turning skyCorr off in makeWarp. If (1) is chosen, it's important to keep in mind that skyCorr does not play well with patch and tract dataIds, per comments in the DRP-RC2 pipeline. So unless something changes in that regard and/or we desperately need skyCorr, it would be simplest to just explicitly turn it off in ApTemplate.
Relevant line to potentially add to pipeline:
skyCorr: # This comes from the obs_subaru DRP.yaml. Alternative is `doApplySkyCorr: False` in makeWarp.
|
class: lsst.pipe.drivers.skyCorrection.SkyCorrectionTask |
Just to be clear, is skyCorr something that's only needed for HSC, or should it be part of template generation in general (i.e., everything except DECam)?