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

Accumulate addon #377

Merged
merged 3 commits into from
Nov 17, 2015
Merged

Accumulate addon #377

merged 3 commits into from
Nov 17, 2015

Conversation

tfarago
Copy link
Contributor

@tfarago tfarago commented Nov 16, 2015

Stores experiment data so one can easily and efficiently access all of it as numpy arrays.

Todo:

  • make the interface more compact
  • make sure memory is released on detach

Requires #376. With this addon we can do:

ex = Experiment(...)
acc = Accumulator(ex.acquisitions)
ex.run().join()
backproject.insert(acc.items[ex.radios][:, height, :])

This way the list address stays the same and can be used by other objects
throughout __call__ invocations.
@tfarago
Copy link
Contributor Author

tfarago commented Nov 17, 2015

@matze this one is done too.

@matze
Copy link
Contributor

matze commented Nov 17, 2015

👍

tfarago added a commit that referenced this pull request Nov 17, 2015
@tfarago tfarago merged commit 138207c into master Nov 17, 2015
@tfarago tfarago deleted the accumulate-addon branch November 17, 2015 10:27
@matze matze removed the ready label Nov 17, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants