Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_base
-
Labels:
-
Story Points:10
-
Epic Link:
-
Sprint:AP F21-2 (July)
-
Team:Alert Production
-
Urgent?:No
Description
The DPDD requires us to compute the chi squared of a point source model fit on difference imaging residuals. Develop a chi squared fit for the PSF model that can be run on the residuals which can be added to the source catalog. This may need to be run in the C++ layer at the point where the measurement is made.
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Sprint | AP S21-5 (April) [ 1084 ] |
Rank | Ranked higher |
Assignee | John Parejko [ parejkoj ] |
Story Points | 6 | 10 |
Rank | Ranked higher |
Rank | Ranked higher |
Sprint | AP S21-6 (May) [ 1088 ] |
Rank | Ranked lower |
Sprint | AP S21-6 (May) [ 1088 ] | AP S21-7 (June) [ 1096 ] |
Rank | Ranked lower |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Sprint | AP F21-1 (June) [ 1096 ] | AP F21-2 (July) [ 1102 ] |
Rank | Ranked higher |
Attachment | rc2-psf-chi2.png [ 51088 ] |
Reviewers | Eric Bellm, Krzysztof Findeisen [ ebellm, krzys ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Attachment | rc2-psf-chi2-1.png [ 51259 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
I wonder if it could be computed in https://github.com/lsst/meas_base/blob/master/src/PsfFlux.cc as part of PsfFluxAlgorithm::measure.