Files
csaxs_bec/bin
menzelandClaude Opus 5 8007a8c8ea
CI for csaxs_bec / test (push) Successful in 1m44s
debug: recover the scan command from the file itself
Asked where the scan command can be recovered reliably. It is in the master
file: the file writer stores the whole scan metadata under
/entry/collection/metadata/bec (file_writer.py:255), including request_inputs,
which holds the arguments the scan was actually called with -- arg_bundle,
inputs and kwargs.

That beats notebooks, logbooks and recollection, because it is written by the
component that ran the scan rather than by anyone describing it afterwards.
It also settles the open question directly: whether S00473 was 0.65 um or
6.5 um is answerable from the file, not from the email thread.

--command prints it and stops, request_inputs first.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-25 12:27:25 +02:00
..