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

Storage of inverse-beam / interleaved data sets in NXmx format #1

Open
graeme-winter opened this issue Mar 29, 2019 · 0 comments
Open
Labels

Comments

@graeme-winter
Copy link
Contributor

At the moment most data sets recorded from an Eiger in HDF5 / NeXus format take the form of a single scan - one arm, one trigger, one master and one or more data files, which is fine. For inverse beam data sets would want to have one arm but multiple triggers (one per wedge) but then also need to record additional metadata to allow the analysis software to know that this is what happened.

This would give data of the structure:
[A0-A199][B0-B199][A200-A399][B200-399]
etc.

Clearly one could use virtual data sets where the logical frames are indexed from within a larger block to give /data/A and /data/B or similar but would need to be something which works gracefully with xia2 / DIALS / XDS / autoPROC / fast_dp etc.

Discussion topic: how best to address this? Here at Diamond VDS seems like a straightforward solution but I can see this being difficult for others.

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

No branches or pull requests

1 participant