Skip to content
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

Add fields to start document to databroker for xpcs #67

Open
dylanmcreynolds opened this issue Oct 5, 2019 · 1 comment
Open

Add fields to start document to databroker for xpcs #67

dylanmcreynolds opened this issue Oct 5, 2019 · 1 comment

Comments

@dylanmcreynolds
Copy link
Collaborator

No description provided.

@dylanmcreynolds
Copy link
Collaborator Author

This task has two parts. Group will define extra fields available to use in start documents. These fields will be approximately:
{"experiment":
[
["tomography", {"mode": "scanning"},
{"projections": ["primary", "fastccd"], "sinograms": ["sinograms", "data"], "angles": ["primary", "theta"]}
],
["scattering", {"mode": "transmission"}, {"scattering_detector" : ["primary", "fastccd"]}],
["scattering", {"mode": "reflection"}]
]
}

Once the beamline's databroker instance is configured to provide these fields, the xi-cam plugin can be coded to read the fields to know how to treat the data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant