Beam monitor #9

Merged
glavic_a merged 4 commits from beam_monitor into main 2026-08-27 10:32:26 +02:00
Owner

Fixes in the read_beam_monitor_stream:

  • The start time was not allways recognised correctly (data type?). Using eventStartTime now.
  • Indexing of the np arrays was wrong.
  • Summation was wrong: sum() gave one value, np.sum() allows for summing along one axes only.

The version is tested with actual data sets.

Fixes in the `read_beam_monitor_stream`: - The start time was not allways recognised correctly (data type?). Using `eventStartTime` now. - Indexing of the np arrays was wrong. - Summation was wrong: `sum()` gave one value, `np.sum()` allows for summing along one axes only. The version is tested with actual data sets.
stahn added 3 commits 2026-08-26 10:39:55 +02:00
fix in summing over neutron beam time bins (.sum() to np.sum(..., axis=1))
Unit Testing / test (3.10) (pull_request) Successful in 1m10s
Unit Testing / test (3.12) (pull_request) Successful in 1m7s
Unit Testing / test (3.9) (pull_request) Successful in 1m6s
Unit Testing / test (3.11) (pull_request) Successful in 1m23s
Unit Testing / test (3.8) (pull_request) Successful in 1m24s
d60e405152
glavic_a added 1 commit 2026-08-27 10:26:49 +02:00
eos/file_reader.py aktualisiert
Unit Testing / test (3.11) (pull_request) Successful in 1m4s
Unit Testing / test (3.8) (pull_request) Successful in 1m3s
Unit Testing / test (3.10) (pull_request) Successful in 1m28s
Unit Testing / test (3.12) (pull_request) Successful in 1m28s
Unit Testing / test (3.9) (pull_request) Successful in 1m25s
Pull Request Merged / autoupdate_minor (pull_request) Successful in 4s
707e00b360
Some simplifications and cleanups
glavic_a merged commit ca2275ca68 into main 2026-08-27 10:32:26 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sinq-reflectometry/eos#9