Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Arun Kannawadi
Arun KannawadiReporter
Arun Kannawadi
Arun KannawadiReviewers
Lee Kelvin
Story Points
2
RubinTeam
Data Release Production
Components
Checklist
Checklist
Created January 28, 2022 at 7:11 PM
Updated March 20, 2022 at 1:28 AM
Resolved February 8, 2022 at 8:32 PM
https://rubinobs.atlassian.net/browse/DM-31345#icft=DM-31345 modified the call to `getTraceRadius` to `getDeterminantRadius` to keep the size definition consistent. However, the determinant radius measured by baseSdssShape may not always be defined, especially when PSF model contains negative pixels, leading to failures. These were the causes for the rare failures in MERIAN processing by @Lee Kelvin and a single DP0.2 error reported in this Confluence page. While the resolution to accept it as it is, the fix is fairly straightforward (replace all calls of `getDeterminantRadius` to `getTraceRadius`). This change will still result in failures when the PSF moments themselves are undefined. This ticket also makes the error message more useful so that the cause of this failure becomes apparent.