Skip to content

Changing the pixel flagging scheme#6

Merged
anand-avinash merged 3 commits intomainfrom
fix_pixel_flagging
Jun 29, 2025
Merged

Changing the pixel flagging scheme#6
anand-avinash merged 3 commits intomainfrom
fix_pixel_flagging

Conversation

@anand-avinash
Copy link
Owner

@anand-avinash anand-avinash commented Jun 29, 2025

This PR changes how the pathological pixels are identified and flagged. Earlier, we were using the following two criteria:

  1. Comparing the determinant of the blocks of $P^t diag(N)^{-1}P$ for each pixel against zero.
  2. Comparing weighted_counts against count threshold (given by SolverType - 1)

We have updated them as follows:

  1. Comparing the absolute value of the determinant of the blocks of $P^t diag(N)^{-1}P$ for each pixel against zero.
  2. Comparing hit_counts against count threshold (given by SolverType - 1)

@anand-avinash anand-avinash merged commit b4ad76c into main Jun 29, 2025
16 checks passed
@anand-avinash anand-avinash deleted the fix_pixel_flagging branch June 29, 2025 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant