Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
c6387d6
docs(tuning): scaffold the auto-tune explainer page
lisazacarias Aug 21, 2026
883c921
docs(tuning): port stepper_tol_factor to the explainer with a self-check
lisazacarias Aug 21, 2026
fe8c1cd
docs(tuning): address review findings on the tol factor port
lisazacarias Aug 21, 2026
3192b07
docs(tuning): port the _auto_tune loop with hand-traced convergence c…
lisazacarias Aug 21, 2026
e7ce179
docs(tuning): correct the loop port's oracle coverage and labelling
lisazacarias Aug 21, 2026
2656d0c
docs(tuning): add the interactive convergence simulator
lisazacarias Aug 21, 2026
11a3b88
docs(tuning): derive the section 2 prose figures at runtime
lisazacarias Aug 21, 2026
92cfd19
docs(tuning): explain the SCALE PV as the source of Hz per microstep
lisazacarias Aug 21, 2026
dff5891
docs(tuning): document chirp vs SELA and the mid-tune chirp widening
lisazacarias Aug 21, 2026
b7c3b4d
docs(tuning): add the tune_config state diagram
lisazacarias Aug 21, 2026
3fcaa26
docs(tuning): document the commissioning stages
lisazacarias Aug 21, 2026
24edd8c
docs(tuning): add the failure-mode table with fault injection
lisazacarias Aug 21, 2026
736655f
docs(tuning): link the auto-tune explainer from the docs index
lisazacarias Aug 21, 2026
ab7f59b
docs(tuning): note that the explainer must be opened locally
lisazacarias Aug 21, 2026
d8b8860
docs(tuning): move the abort Inject button to the row it actually dem…
lisazacarias Aug 21, 2026
577c87c
docs(tuning): resync the explainer with main after #270, #286 and #287
lisazacarias Aug 21, 2026
996bad6
docs(tuning): widen the detune slider and make the zero-step guard dr…
lisazacarias Aug 21, 2026
945386f
docs(tuning): correct the piezo's role and NSTEPS_COLD in the explainer
lisazacarias Aug 24, 2026
1ec2bc3
fix(rf-commissioning): drop the incorrect 2 K hint from the probe-mov…
lisazacarias Aug 24, 2026
0748a44
Merge branch 'main' into docs/auto-tune-explainer
lisazacarias Aug 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include *.md
recursive-include docs *.md
recursive-include docs *.html
include LICENSE
include pyproject.toml

Expand Down
Loading