3.10.1.2.1.2. opengate.actors.arfactors¶
3.10.1.2.1.2.1. Classes¶
The ARFTrainingDatasetActor build a root file with energy, angles, positions and energy windows |
|
The ARF Actor is attached to a volume. |
3.10.1.2.1.2.2. Functions¶
3.10.1.2.1.2.3. Module Contents¶
- class opengate.actors.arfactors.ARFTrainingDatasetActor(user_info)[source]¶
Bases:
opengate_core.GateARFTrainingDatasetActor,opengate.actors.base.ActorBaseThe ARFTrainingDatasetActor build a root file with energy, angles, positions and energy windows of a spect detector. To be used by garf_train to train a ARF neural network.
Note: Must inherit from ActorBase not from HitsCollectionActor, even if the cpp part inherit from HitsCollectionActor
- class opengate.actors.arfactors.ARFActor(user_info)[source]¶
Bases:
opengate_core.GateARFActor,opengate.actors.base.ActorBaseThe ARF Actor is attached to a volume. Every time a particle enter, it considers the energy and the direction of the particle. It runs the neural network model to provide the probability of detection in all energy windows.
Output is an ITK image that can be retrieved with self.output_image