Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Christopher Waters
Christopher WatersReporter
Yousuke Utsumi
Yousuke UtsumiReviewers
Andrés Alejandro Plazas Malagón
Story Points
1
RubinTeam
Data Release Production
Priority
Checklist
Checklist
Created April 27, 2023 at 7:10 PM
Updated May 4, 2023 at 11:55 PM
Resolved May 4, 2023 at 11:55 PM
The current implementation of the Brighter Fatter correction takes amatrix from the full covariance fit as-is (they are all positive). However, because of inconsistency in the sign, it doesn't match the current implementation of Coulton's BF correction algorithm (it assumes negative). When it applies the correction, the sign of amatrix needs to be flipped by a -> -a.
I don't know where this fix should go though.