-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The test at tests/test_spotfinder.py::test_dispersion_gridscan is failing following the h5 updates PR (#86)
Specifically I think this line is a problem considering how I03 write grid scan data:
fast-feedback-service/h5read/src/h5read.c
Line 357 in 7f1f16a
| if (dims[0] != current->frames) { |
I03 write a nxs files for each grid scan when doing orthogonal grid scans, but the data for both is written to common _000001.h5, _000002.h5 etc files.
So the first grid scan dataset (420 images) points to the first 420 images in _000001.h5, and then the next grid scan points to the following block of images. So we can't make this assertion.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels