-
Notifications
You must be signed in to change notification settings - Fork 28
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
Remove multiplier from resource docs, add it instead as an extra first dimension in descriptor shape #576
Comments
@jwlodek was this something you were going to do, or should someone else pick it up? |
Going to open a PR for this change soon. From my understanding, the way this operates is that it holds off on producing a So the only work to be completed for this issue is to do the following:
Also, I think |
Blocked on the merge of #606 since that reworks a lot of the overlapping code |
This should already be done in the code...
...although when you add these unit tests you may find it doesn't work as indended!
Good idea to change the name, but we're trying to convey |
@coretl
I believe I found a few places where this was not done. Either way, I did not notice any unit tests that actually examine the behavior when the multiplier > 1. |
Decided on |
Since then we have had second thoughts on the The |
Per discussion today, it was decided that in order to keep the dimensionality of
shape
in the event descriptor consistent, that the multiplier should be added there as the first dimension. So for example in the case of two detectors w/ x-y dimensions of 10x10, with one collecting a single frame per acq, and one collecting 5, we would haveand
respectively in the descriptor. Since this tells you the multiplier, and you can fetch this information given a resource doc by looking back at the associated descriptor, the multiplier field can be removed from the resource doc creation.
The text was updated successfully, but these errors were encountered: