Details
-
Type:
Story
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_analysis, qa_explorer, Science Pipelines
-
Labels:None
-
Story Points:0.5
-
Team:SQuaRE
Description
1. Record the CCD and `visit` of the individual source in the catalog so that it is available for later analysis.
3. Update `analyzeData` to use these newly available CCD and `visit` information in the catalog.
I fixed two items that were a mistake on my part and removed them from the description above.
The information needed is in the source IDs, so I'm a bit reluctant to duplicate it by saving extra data, though in lieu of a good general reverse lookup in our camera mappers that may be the best solution. If saving that information is easy to do and doesn't require a lot of code, then I'd say please do it, but otherwise I suggest not. I can continue to hack up the code (but not commit my hacks next time) to do the necessary reverse lookup.