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

MergeMDEW: Algorithm to merge many MDEventWorkspaces #4404

Closed
3 tasks done
mantid-builder opened this issue Aug 12, 2011 · 2 comments
Closed
3 tasks done

MergeMDEW: Algorithm to merge many MDEventWorkspaces #4404

mantid-builder opened this issue Aug 12, 2011 · 2 comments
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: @jzikovsky

Original Owner: @jzikovsky

This ticket is blocked by :

Need a method for merging a large number of MDEventWorkspaces together WITHOUT EXPLODING MEMORY! This mostly for inelastic people wanting to add together N runs at N small rotations.

I think the way to go is:

  • Generate a MDEventWorkspaces NXS file for each run with a fixed box structure.
    • This would be a MaxDepth=1 structure but with finer boxes, maybe 50x50x50.
    • This can be done immediately after acquiring each run so that less processing has to be done at once
  • Supply a list of all the filenames to merge
    • What's the GUI possibilities for this? Would be nice to select a bunch of files.
  • Go through each BOX to sum up a small part of the events from EACH file, and dump these into a large (file-backed) MDEventWorkspace that CAN split however is best.
@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 3557

@mantid-builder
Copy link
Collaborator Author

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

No branches or pull requests

1 participant