oslocyclotronlab / ompy_Archive_Sept2019

Archived version om ompy as of 27. Sept 2019 -- Please use this instead:
https://github.com/oslocyclotronlab/ompy/
GNU General Public License v3.0
0 stars 1 forks source link

Vectorize compton subtraction loop / reimplement it #1

Closed fzeiser closed 5 years ago

fzeiser commented 5 years ago

Issue by jorgenem Tuesday Jul 24, 2018 at 12:45 GMT Originally opened as https://github.com/oslocyclotronlab/ompy/issues/1


The bottleneck to unfolding is the compton subtraction. It is highly parallelizable, and the easiest route to make it more efficient is probably to vectorize over the Ex axis. Hopefully it is not too difficult, it just requires some care with the axes.

fzeiser commented 5 years ago

Comment by fzeiser Tuesday Sep 03, 2019 at 10:52 GMT


At f158a90a48a7f092faafdf7bf0cf2414d67eefa1, the Compton subtraction is missing.

fzeiser commented 5 years ago

Comment by fzeiser Monday Sep 09, 2019 at 09:59 GMT


Will be fixed in #38