duan_jandClaude Fable 5 e4e4a44868
CI / lint (push) Failing after 15s
CI / test (3.11) (push) Skipped
CI / test (3.12) (push) Skipped
CI / test (3.13) (push) Skipped
CI / lint (pull_request) Failing after 22s
CI / test (3.11) (pull_request) Skipped
CI / test (3.12) (pull_request) Skipped
CI / test (3.13) (pull_request) Skipped
WIP: return grid centre when no crystal in raster scan (#10)
raster_highest_score always returns the argmax cell, which lands on
noise when the loop has no crystal. Add a grid-wide weakness guard:
when max(spots_low_res) < min_low_res_spots OR max(spots_indexed) <
min_spots_indexed, return a CenterOfMassModel at the geometric grid
centre instead of collecting at a noisy cell. Thresholds are tunable
parameters (defaults 10.0 and 1).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-28 13:47:36 +02:00
2026-07-27 09:47:46 +02:00
2026-07-27 09:47:46 +02:00
2026-07-27 07:48:36 +00:00
S
Description
Shared components for AareDAQ, AareDB, etc.
274 KiB
v0.2.0
Latest
2026-07-27 09:48:33 +02:00
Languages
Python 100%