Skip to content

pipeline README: the CONFIG block is not pre-filled for 34-ID-E#10

Merged
marinerhemant merged 1 commit into
mainfrom
docs/readme-config-accuracy
Jul 24, 2026
Merged

pipeline README: the CONFIG block is not pre-filled for 34-ID-E#10
marinerhemant merged 1 commit into
mainfrom
docs/readme-config-accuracy

Conversation

@marinerhemant

Copy link
Copy Markdown
Member

Found while syncing the beamline install to merged main: the installed run_laue.sh is byte-identical to the repo's, whose CONFIG defaults are portable (WORK=$HOME/laue_run, PY=python). The quick start claimed the 34-ID-E values were "already filled in" and that editing the block was how to change them.

Every run in the July 2026 campaign actually carried the site paths in the environment. Left as written, a new user follows the quick start, silently gets WORK=$HOME/laue_run, and the parameter lookup fails against a path that was never theirs — a wrong path, not a missing one.

Shows the env-carrying launch line, keeps the table as the 34-ID-E reference values, notes that every CONFIG entry is ${VAR:-default} so either route works, and states what an unset WORK does.

Docs only.

The quick start said the beamline's values were "already filled in" and that
editing the CONFIG block was the way to change them. The installed
run_laue.sh is byte-identical to the repo's, whose defaults are portable
(WORK=$HOME/laue_run, PY=python) -- the site paths are supplied per run in
the environment, which is how every run in the July 2026 campaign was
actually launched.

Left as written, a new user follows the quick start, gets WORK=$HOME/laue_run,
and the parameter lookup fails against a path that was never theirs. Show the
env-carrying launch line instead, keep the table as the 34-ID-E reference
values, and say what an unset WORK does.
@marinerhemant
marinerhemant merged commit 7ab17d3 into main Jul 24, 2026
@marinerhemant
marinerhemant deleted the docs/readme-config-accuracy branch July 24, 2026 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant