This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
New external parameter model #1284
Merged
Merged
Changes from 40 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
adc81d1
(#698) introduce new parameter model skeleton side by side
d-perl d4a75c6
(#698) start writing some tests
d-perl 1140f99
(#698) start writing some tests
d-perl c31720e
(#698) fix some typing
d-perl f56d9e0
(#698) fix some typing
d-perl fdc6746
(#698) add ispyb extras
d-perl a82bf40
(#698) start testing difference between old and new params
d-perl ead8167
(#698) make old and new detector and ispyb params match
d-perl 5ecb0fe
(#698) disallow extra params
d-perl d1785cf
(#698) add new params
d-perl b41b1d4
(#698) ignore pyright errors
d-perl dbd1c1e
(#698) fix pyright errors
d-perl ac62c6d
(#698) remove all uses of @cache because it doesn't play nice with py…
d-perl 9079d6d
(#698) make old and new rotation params match
d-perl 81d0972
(#698) replace param types in registry
d-perl d03254f
(#698) delete schema and validation
d-perl 042bca1
(#698) fix most tests
d-perl 4602a90
(#698) implement 3d scan spec
d-perl a421f7b
(#698) add omega to scanspec
d-perl 04841d4
(#698) fix some typing
d-perl 274bf28
(#698) add scan indices to 3d gridscan
d-perl 5be82c7
(#698) fix tests
d-perl f12c703
(#698) allow using new params in FGS plan
d-perl e261ded
(#698) fix typing
d-perl 59916e7
(#698) fix typing
d-perl 1448c88
(#698) add test that all plans have correct param input type
d-perl 992dac6
(#698) start adding new params to more plan inputs
d-perl 3ad112d
Merge branch 'main' into 698_new_external_param_model
d-perl 7acd80c
(#698) add new params to all plan inputs
d-perl 354c9e8
(#698) add test comparing new params added to GDA
d-perl df3d538
(#698) fix stuff in response to review comments
d-perl 00dd6a0
(#698) fix stuff in response to review comments
d-perl ba3baeb
Merge branch 'main' into 698_new_external_param_model
d-perl d8af6e1
Merge branch 'main' into 698_new_external_param_model
d-perl 4deaf03
(#698) fix errors from merge and tests
d-perl f71170e
(#698) add test mode lut path
d-perl 9b01f68
(#698) fix typo
d-perl 24f32b6
(#698) add comment to test
d-perl c72fdce
(#698) add comments things which can be removed in 1277
d-perl f8435f3
(#698) add test for new vs old rotation scan params
d-perl 8b70b08
remove 2d grid scan params
d-perl f87e6ea
(#698) address review comments
d-perl b3e7cfe
merge main
d-perl 3588167
(#698) fix up from merge
d-perl 6d8a8c1
(#698) make directories if necessary
d-perl 5b68ead
Merge branch 'main' into 698_new_external_param_model
d-perl 0b1298c
Merge branch 'main' into 698_new_external_param_model
d-perl 746f9d9
add some comments
d-perl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I started in Hyperion, I found it confusing that we sometimes call it 'centring' and sometimes 'xray-centing' - I thought they were different things
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They sort of are. In this case
centre
means pin tip centre centre then xray centre. I think it's ok to basically assume "centre" means do the full centring. But I appreciate it's not obvious