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

CompressEvents: New algorithm to reduce event workspace memory use #3091

Closed
mantid-builder opened this issue Jan 14, 2011 · 1 comment
Closed
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: @jzikovsky

Original Owner: @jzikovsky

Look through each event list, and lump together similar events (events with the same or possible nearly the same TOF/X value); ignore pulse-time (assume that event filtering by time has been completed).

Create a new Weighted event list and if 2 events matched, make one event with Weight = 2 and error = sqrt(2).

Possibly use "rebin"-style parameters to determine how close you consider events to be. It would be wise to use very small bins here otherwise you'd introduce inaccuracies.

@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 2244

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