Skip to content

Commit

Permalink
[edit] Set back to 95
Browse files Browse the repository at this point in the history
  • Loading branch information
LouConreux committed Dec 12, 2024
1 parent 5e9ac77 commit f75e4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lute/tasks/geom_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def min_intensity(self, powder):
logger.info(f"Threshold for pixel outliers: {threshold:.2e}")
nice_pix = powder < threshold
SNRs = []
Imins = np.arange(98, 100, 0.1)
Imins = np.arange(95, 100, 0.1)
for Imin in Imins:
threshold = np.percentile(powder[nice_pix], Imin)
signal_pixels = powder[nice_pix][powder[nice_pix] > threshold]
Expand Down

0 comments on commit f75e4a6

Please sign in to comment.