Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_algorithms, pipe_tasks
-
Labels:
-
Story Points:3
-
Epic Link:
-
Sprint:Science Pipelines DM-S15-5, Science Pipelines DM-S15-6
-
Team:Alert Production
Description
We need to be able to coadd aperture corrections in much the same way we coadd PSFs.
See the HSC-side HSC-798 and HSC-897 implementation for a prototype:
https://hsc-jira.astro.princeton.edu/jira/browse/HSC-798
https://hsc-jira.astro.princeton.edu/jira/browse/HSC-897
with code here:
https://github.com/HyperSuprime-Cam/meas_algorithms/compare/d2782da175c...u/jbosch/DM-798
https://github.com/HyperSuprime-Cam/meas_algorithms/compare/c4fcab3251...u/price/HSC-897a
https://github.com/HyperSuprime-Cam/pipe_tasks/compare/6eb48e90be12d...u/price/HSC-897a
Attachments
Issue Links
Activity
Rank | Ranked higher |
Story Points | 2 |
Rank | Ranked higher |
Labels | Measurement | AppsPlanning Measurement |
Team | Camera Geom [ 10209 ] |
Story Points | 2 | 3 |
Team | Camera Geom [ 10209 ] | UW [ 10300 ] |
Description |
We need to be able to coadd aperture corrections in much the same way we coadd PSFs. See the HSC-side DM-798 implementation for a prototype. |
We need to be able to coadd aperture corrections in much the same way we coadd PSFs. See the HSC-side HSC-798 and HSC-897 implementation for a prototype: https://hsc-jira.astro.princeton.edu/jira/browse/HSC-798 https://hsc-jira.astro.princeton.edu/jira/browse/HSC-897 with code here: https://github.com/HyperSuprime-Cam/meas_algorithms/compare/d2782da175c...u/jbosch/DM-798 https://github.com/HyperSuprime-Cam/meas_algorithms/compare/c4fcab3251...u/price/HSC-897a https://github.com/HyperSuprime-Cam/pipe_tasks/compare/6eb48e90be12d...u/price/HSC-897a |
Labels | AppsPlanning Measurement | SciencePipelines |
Assignee | Jim Bosch [ jbosch ] |
Assignee | Russell Owen [ rowen ] |
Labels | SciencePipelines | HSC SciencePipelines |
Link | This issue is contained by DLP-287 [ DLP-287 ] |
Link | This issue is contained by DLP-287 [ DLP-287 ] |
Sprint | Science Pipelines DM-S15-5 [ 162 ] |
Watchers | Jim Bosch [ Jim Bosch ] | Jim Bosch, Paul Price, Simon Krughoff [ Jim Bosch, Paul Price, Simon Krughoff ] |
Sprint | Science Pipelines DM-S15-5 [ 162 ] | Science Pipelines DM-S15-5, Science Pipelines DM-S15-6 [ 162, 165 ] |
Rank | Ranked higher |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Component/s | meas_algorithms [ 10732 ] |
Component/s | meas_base [ 10750 ] |
Component/s | pipe_tasks [ 10726 ] |
Status | In Progress [ 3 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Labels | HSC SciencePipelines | SciencePipelines |
Does anyone have strong opinions on whether CoaddBoundedField should go in meas_algorithms or meas_base (or elsewhere)?
I plan to put makeCoaddBoundedField in the same package as CoaddBoundedField, since it uses that class and ApCorrMap and not much else.