-
Notifications
You must be signed in to change notification settings - Fork 1
Serial crystallography binning #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
309f4ab
Add gated image binning for SSX
benjaminhwilliams 8ce2091
Rationalise checks for parsers that give no help
benjaminhwilliams 79d1e8c
Fix some misuse of Dask objects
benjaminhwilliams 229d629
Merge branch 'main' into fixed-target-ssx
noemifrisina 62e82b2
Use new copy tool for serial crystallography data
noemifrisina 7705aa3
Pin nexgen to latest version to get the serial tools working
noemifrisina 08d0c9d
Add first and last trigger timestamp and warn if they happen before/a…
noemifrisina 1fd29de
Fix typo
noemifrisina ef83171
Print also timestamp difference between shutters and signal to see ju…
noemifrisina 291b9e9
Tidy up printed messages
noemifrisina da7043d
Add some docs for new tool
noemifrisina 0d3c395
Hack to use the shutter open/close if first/last trigger signal is mi…
noemifrisina e957cb7
Update changelog
noemifrisina e1682e8
Try to make the gated_access work
noemifrisina 7183e3c
Update versions for docs
noemifrisina 25c2b08
Update versions for docs - try again
noemifrisina 36ff926
Update versions for docs - try again part 2
noemifrisina f1deeab
Fix typo
noemifrisina 1aafa36
Update versions for docs - try again part 3
noemifrisina a755863
Update versions for docs - try again part 4
noemifrisina 766a955
Update versions for docs - try again part 5
noemifrisina 66244e4
Try removing deprecated version from docs config file
noemifrisina c80c22e
Update readthedocs config file
noemifrisina d884883
Fix typo
noemifrisina 2b230df
Fix number of bins
noemifrisina 1178a60
Small changes
noemifrisina ba947f5
Small changes
noemifrisina c827abd
Tidy up a bit
noemifrisina 6c8a3a6
Tidy up triggers code
noemifrisina 7f34e7c
Clean up import pattern
noemifrisina 660efe0
Update changelog
noemifrisina 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| dask==2022.11.1 | ||
| distributed==2022.11.1 | ||
| h5py==3.7.0 | ||
| hdf5plugin==3.3.1 | ||
| nexgen==0.6.14 | ||
| hdf5plugin==4.0.1 | ||
| nexgen==0.6.23 | ||
| numpy==1.23.5 | ||
| pandas==1.5.2 | ||
| Pint==0.20.1 | ||
| Sphinx==4.5.0 | ||
| sphinx-rtd-theme==1.0.0 | ||
| Sphinx==6.2.0 | ||
| sphinx-rtd-theme==1.2.0 | ||
| zarr==2.13.3 |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.