08b9baa0e096dcf4c5ced4391993e40bd4fcf31d
The radial walk decides how far out the beam stop blocks a ring entirely by comparing each ring median against the largest background further out, and it refuses to judge a ring holding fewer than MIN_RING_PIXELS valid pixels - but it was building that outward maximum over every ring, including the ones it had just refused. At the corner of the detector a ring holds nine pixels and its median is one pixel's mean, so a single recorded reflection out there becomes the background that every ring inside it is compared against. Measured on the 38 rotation regression crystals, sampling 59 frames instead of 60: on one crystal the outward maximum moved from a 2544 pixel ring at r = 437 (median 12.53) to a 9 pixel ring at r = 1155 (median 32.37), the threshold went up 2.6x with it, and the walk marched from r = 32 to r = 391 - 33 223 masked pixels became 182 661, everything out to about 13 A declared to be inside the beam stop. The ring medians the walk actually reads changed by less than 1% between the two samples; only the reference did. Taking the maximum over the countable rings alone leaves the mask bit-identical on 38 of 38 at the default 60 frames and on 37 of 38 at 59 frames, the exception being the repair. Over the 114 samples of 38 crystals at 59, 60 and 61 frames, the outward maximum was set by an unjudgeable ring 8 times; 7 of those were within six pixels of the beam centre, where the suffix maximum does not reach the rings that matter, and the eighth is the failure above.
Jungfraujoch
Application to receive data from the PSI JUNGFRAU and EIGER detectors.
All documentation is now placed in docs/ subdirectory and for the current version hosted on Jungfraujoch Read The Docs page.
Languages
C++
74.7%
HTML
8%
C
6.4%
TypeScript
4.4%
Tcl
2.3%
Other
4.1%