3.1.1.1.1.1. opengate.actor.ARFActor

3.1.1.1.1.1.1. Module Contents

3.1.1.1.1.1.1.1. Classes

ARFActor

The ARF Actor is attached to a volume.

class opengate.actor.ARFActor.ARFActor(user_info)[source]

Bases: opengate_core.GateARFActor, opengate.ActorBase

The 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 (FIXME itk ?numpy ?) image that can be retrieved with self.output_image

type_name = 'ARFActor'[source]
set_default_user_info()[source]
__str__()[source]
__getstate__()[source]
initialize(volume_engine=None)[source]
apply(actor)[source]
EndSimulationAction()[source]