-
Notifications
You must be signed in to change notification settings - Fork 4
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
Stream2 Start Message Fields #6
Comments
@diego-gaemperle any idea on when you may get a chance to look at this? |
@GDYendell @graeme-winter I apologize for the late answer. I didn't see the issues since I've messed up my notifications. For stream2 we took the decision to kick out everything that is irrelevant for the data analysis in the start message. In general there will be a new release probably soon before end of the year. We can also supply a test (development) version before the release date for you to test with if this would help. |
@GDYendell We are conservative adding new fields since fields generally can't be removed once they have been introduced. Our general requirements for new stream2 fields are (1) they should directly describe the series / data and (2) have a clear and relevant use-case. In this light, we are open to adding
Please let us know if this proposal would meet your requirements. |
After further reflection, I think it would be better to use an integer instead of a string for |
Could you also provide more information about the "roi_mode" use-case? I am wondering the best way to convey the ROI information. For example, it might be better to add fields like |
I have updated the documentation and examples for |
I think this looks good. I assume you approve @graeme-winter? |
FYI: For the signed data "int8", "int16" and "int32", should be used, respectively. This is not in our documentation since we only produce unsigned data currently. |
|
Indeed I do, because this was +/- exactly what I asked for 😉 Thank you |
We have now begun testing stream2 on I03 at DLS and have found there are some fields missing that are relied upon. We would like to discuss adding the following legacy fields to stream2:
images_per_trigger
number_of_triggers
roi_mode
bit_depth_image
bit_depth_readout
I think
bit_depth_image
is the only absolutely critical one for our automated processing. But the others are used to do some sanity checking that the acquisitions are working as expected.Related to #2.
cc @graeme-winter
The text was updated successfully, but these errors were encountered: