Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
03a4a0d
(#554) Initial OAV grid determination tested on beamline
DominicOram Feb 28, 2023
adbd939
implement oav grid detection plan
d-perl Mar 14, 2023
7b911bb
separate out some utils
d-perl Mar 14, 2023
d6fea90
update pv names and oav location
d-perl Mar 14, 2023
729a9bb
add dodal version dep
d-perl Mar 16, 2023
fb7eec2
fix test for multiple device instantiation
d-perl Mar 16, 2023
0d49dbe
tidy
d-perl Mar 27, 2023
9a93376
Merge branch 'main' into 554_tidy_oav
d-perl Apr 6, 2023
2803df5
Merge branch 'main' into 554_tidy_oav
d-perl Apr 24, 2023
500ffcf
left over from merge
d-perl Apr 24, 2023
d591af8
fix imports
d-perl Apr 24, 2023
8587609
fix gull grid scan reg entry
d-perl Apr 24, 2023
2df743a
skip test fixed in other branch
d-perl Apr 24, 2023
0dd62c2
remove unused import
d-perl Apr 24, 2023
1d3887c
tidy device creation
d-perl Apr 24, 2023
33238eb
tidy grid detection plan
d-perl Apr 24, 2023
f90bd3c
skeletons for tests
d-perl Apr 25, 2023
029ff36
flesh out grid detection test plan
d-perl Apr 25, 2023
6264c81
update dodal req
d-perl May 2, 2023
ce3fae7
fix formatting error
d-perl May 2, 2023
a596c80
Merge branch 'main' into 554_tidy_oav
d-perl May 11, 2023
08e35f8
update dodal req
d-perl May 11, 2023
e37337a
get rid of somehow tracked test files
d-perl May 11, 2023
fd20b2c
patch test oav config files
d-perl May 11, 2023
a07ce23
skip broken logging test
d-perl May 11, 2023
50a243e
make test config files global, use for whole test
d-perl May 11, 2023
1843a7e
skip broken logging test
d-perl May 11, 2023
afe95a3
inst oavparams with local config instead of patch
d-perl May 11, 2023
4061399
review changes
d-perl May 11, 2023
5d582a1
Merge branch 'main' into 554_tidy_oav
d-perl May 12, 2023
101b804
delete unused plan and add some tests
d-perl May 12, 2023
2494e19
update dodal req
d-perl May 12, 2023
1472740
fix default centring context and add test
d-perl May 12, 2023
96bfc64
fix test for CI
d-perl May 12, 2023
78b6b2b
fix default param files
d-perl May 12, 2023
c616c40
make keyword names consistent
d-perl May 12, 2023
06c984c
update dodal req
d-perl May 12, 2023
6c573f0
use argument instead of constant default
d-perl May 12, 2023
5486d9d
slightly nicer syntax
d-perl May 12, 2023
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 setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install_requires =
xarray
doct
databroker
dodal @ git+https://github.com/DiamondLightSource/python-dodal.git
dodal @ git+https://github.com/DiamondLightSource/python-dodal.git@4b4bf94f1d8bd107ad432ae1269e07e179c5c26d

[options.extras_require]
dev =
Expand Down
390 changes: 0 additions & 390 deletions src/artemis/device_setup_plans/oav_centring_plan.py

This file was deleted.

Loading