-
Notifications
You must be signed in to change notification settings - Fork 0
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
independent utility to write metadata file after the run completes #107
base: main
Are you sure you want to change the base?
Conversation
prjemian
commented
Nov 6, 2024
- close Independent function for writing the nx hdf file after acquisition is complete #103
from .iconfig_loader import iconfig # noqa | ||
|
||
CATALOG = iconfig.get("DATABROKER_CATALOG", "8idi_xpcs") | ||
XPCS_LAYOUT_VERSION = "APS-8IDI-202310" |
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.
What does this showcase?
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.
XPCS_LAYOUT_VERSION
is for the consumer of this file, to expect that certain items are present.
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.
Nice, is there anywhere for users to see what layout versions are expected and the options one could use?
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.
No, this is a conversation with @AZjk .