Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-32396: Initial version of the near edge fallback on SdssCentroid. #227

Merged
merged 2 commits into from Jan 20, 2023

Conversation

enourbakhsh
Copy link
Contributor

No description provided.

@yalsayyad yalsayyad changed the title Initial version of the near edge fallback on SdssCentroid. DM-32396: Initial version of the near edge fallback on SdssCentroid. Nov 21, 2022
Copy link
Member

@TallJimbo TallJimbo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good so far, but I don't remember what we had considered still to-do here during pair programming.

include/lsst/meas/base/SdssCentroid.h Show resolved Hide resolved
if (errorFlag != NEAR_EDGE.number) {
_flagHandler.setValue(measRecord, SdssCentroidAlgorithm::FAILURE.number, true);
return;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's more conservative to keep considering this a FAILURE until we have evidence from processing that the fallback is not too bad.

Copy link
Member

@TallJimbo TallJimbo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@enourbakhsh enourbakhsh merged commit 467e8ee into main Jan 20, 2023
@enourbakhsh enourbakhsh deleted the tickets/DM-32396 branch January 20, 2023 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants