Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:6
-
Epic Link:
-
Sprint:Science Pipelines DM-S15-2, Science Pipelines DM-S15-3, Science Pipelines DM-S15-4
-
Team:Data Release Production
Description
DM-1903 provided a command line task which would transform a src catalogue into calibrated form. Here, we build on that to provide command line tasks for all source catalogues which will need to be ingested; will include at least deepCoadd_src, goodSeeingCoadd_src, chiSquaredCoadd_src.
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Sprint | Science Pipelines DM-S15-1 [ 140 ] | Science Pipelines DM-S15-2 [ 151 ] |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Reviewers | Jim Bosch [ jbosch ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Status | Reviewed [ 10101 ] | In Progress [ 3 ] |
Sprint | Science Pipelines DM-S15-2 [ 151 ] | Science Pipelines DM-S15-2, Science Pipelines DM-S15-3 [ 151, 155 ] |
Rank | Ranked higher |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Sprint | Science Pipelines DM-S15-2, Science Pipelines DM-S15-3 [ 151, 155 ] | Science Pipelines DM-S15-2, Science Pipelines DM-S15-3, Science Pipelines DM-S15-4 [ 151, 155, 159 ] |
Rank | Ranked higher |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Story Points | 3 | 6 |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Remote Link | This issue links to "Page (Confluence)" [ 12905 ] | This issue links to "Page (Confluence)" [ 12905 ] |
Jim, I am assigning this review to you because I'd actually appreciate a sanity check on whether this provides the functionality required. I'm worried about overloading you with too much reviewing though, so if you'd like to just give the design a quick check and then, if you're happy, hand it back to me to find somebody to do a detailed review, that would be fine. (That said, it's not an enormous amount of code, so you might prefer to just do it all yourself.)
The goal here was to provide a means of transforming "all" the different types of source. I did a brief audit of some obs_ repositories, and discovered quite a variety of different _src types. I am reluctant to attempt to hard-code transformation command line tasks for all of them: partly it seems like a lot of copy & paste effort, and partly because I suspect that several of them are very infrequently (...maybe never) used.
What I've done instead is provide a function that can generate an appropriate task on demand and demonstrated its use with obs_test as a proof of concept. It is then easy to provide tasks for other cameras as & when needed.