OpenGATE / opengate

Gate 10
http://www.opengatecollaboration.org
GNU Lesser General Public License v3.0
53 stars 43 forks source link

Implement DigitizerProjectionActor.plane = 'XY' option #301

Open nkrah opened 1 year ago

nkrah commented 1 year ago

This is a FIXME from test028_ge_nm670_spect_2_helpers.py: The DigitizerProjectionActor should have a user info plane.

dsarrut commented 11 months ago

Hello, the coincidences sorter is a large work, it just started because we plan to deeply refactor it. Expect a first version in the next 6 months. It probably be performed first 'offline', meaning from the root file of Singles.

jizhang02 commented 2 months ago

Hello, I would like to know if the proj.plane = xz function has been added. :)

dsarrut commented 2 months ago

Sorry @jizhang02 not yet. I still want to do it, but this is not the priority right now.

Regarding the coinc sorter, there is a first version (still work in progress): https://github.com/OpenGATE/opengate/blob/master/opengate/tests/src/test072_coinc_sorter_1.py and other tests072

dsarrut commented 1 month ago

@jizhang02 the plane option does not exist anymore, now there is detector_orientation_matrix that take as input a matrix. Can you try it and see if it fits your needs please ? There is still no doc nor test yet, and you need the developer version.