Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
664621e
wip[feat]: add flyscan plan
shihab-dls Dec 17, 2025
a6df76c
wip[feat]: add flyscan plan
shihab-dls Dec 18, 2025
5c1c454
wip[feat]: add flyscan plan
shihab-dls Dec 18, 2025
41ba69a
wip[feat]: add flyscan plan
shihab-dls Dec 18, 2025
9f03f9f
wip[feat]: add flyscan plan
shihab-dls Dec 18, 2025
71a6fa8
wip[feat]: add flyscan plan
shihab-dls Dec 18, 2025
5aa9ce0
wip[feat]: add flyscan plan
shihab-dls Dec 18, 2025
b03da78
wip[feat]: add flyscan plan
shihab-dls Dec 18, 2025
2cc32da
wip[feat]: add flyscan plan
shihab-dls Dec 18, 2025
f015417
wip[feat]: add flyscan plan
shihab-dls Dec 18, 2025
90ab790
wip[feat]: add flyscan plan
shihab-dls Dec 18, 2025
b7a0108
wip[feat]: add flyscan plan
shihab-dls Dec 18, 2025
891a153
wip[feat]: add flyscan plan
shihab-dls Dec 18, 2025
5f2cd7c
wip[feat]: add flyscan plan
shihab-dls Dec 19, 2025
ebb6bb0
wip[feat]: add flyscan plan
shihab-dls Dec 19, 2025
7d6e5f4
wip[feat]: add flyscan plan
shihab-dls Dec 19, 2025
2da5322
wip[feat]: add flyscan plan
shihab-dls Dec 19, 2025
12b66f9
wip[feat]: add flyscan plan
shihab-dls Dec 19, 2025
abe58eb
wip[feat]: add flyscan plan
shihab-dls Dec 19, 2025
b49234a
wip[feat]: add flyscan plan
shihab-dls Dec 19, 2025
b7bb86d
wip[feat]: add flyscan plan
shihab-dls Dec 19, 2025
c3a7906
wip[feat]: add flyscan plan
shihab-dls Dec 19, 2025
f5464f2
wip[feat]: add flyscan plan
shihab-dls Dec 19, 2025
36f8034
wip[feat]: add flyscan plan
shihab-dls Dec 19, 2025
ce96ddf
wip[feat]: add flyscan plan
shihab-dls Dec 19, 2025
b32d359
wip: use ophyd-async detector-rewrite
shihab-dls Jan 29, 2026
97c2762
chore: amend baseline yaml with new pv name
shihab-dls Jan 29, 2026
4de74fd
refactor: use injected pmac
shihab-dls Jan 30, 2026
637b431
refactor: use injected pmac
shihab-dls Jan 30, 2026
2c62e3d
chore: add shape to flyscan metadata
shihab-dls Jan 30, 2026
476fb68
chore: inject pmac
shihab-dls Jan 30, 2026
fd20db8
refactor: combine scans into common interface
shihab-dls Feb 4, 2026
820f280
refactor: combine scans into common interface
shihab-dls Feb 4, 2026
c4f70d9
refactor: combine scans into common interface
shihab-dls Feb 4, 2026
0406387
refactor: combine scans into common interface
shihab-dls Feb 4, 2026
7df0f72
refactor: combine scans into common interface
shihab-dls Feb 4, 2026
8aa8de3
refactor: combine scans into common interface
shihab-dls Feb 4, 2026
d1720cc
Snake grid spec
EmsArnold Feb 11, 2026
568d089
add load_panda_settings
EmsArnold Feb 12, 2026
096a5fc
pass exposure_time to fly_scan
EmsArnold Feb 12, 2026
a80ba98
rename file
EmsArnold Feb 12, 2026
cd6d15f
add move to initial point
EmsArnold Feb 12, 2026
39d338d
add spec_scan metadata to fly scan
EmsArnold Feb 23, 2026
355b1ff
read plan_args from fly_spec
EmsArnold Feb 23, 2026
a3564d7
add velocity driven fly_scan logic and logging
EmsArnold Feb 23, 2026
8f582e2
update blueapi version, ROI locations
EmsArnold Apr 8, 2026
e8c0fd6
mirror current changes in PVC
EmsArnold Apr 29, 2026
71d7442
update pandabrick_baseline signal names
EmsArnold Apr 29, 2026
7557832
Update port names
EmsArnold Aug 11, 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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requires-python = ">=3.11"

[project.optional-dependencies]
dev = [
"blueapi>=1.3.1",
"blueapi>=1.12.0",
"copier",
"pipdeptree",
"pre-commit",
Expand Down
Loading
Loading