3.1.1.1.1.11. opengate.actor.DigitizerProjectionActor

3.1.1.1.1.11.1. Module Contents

3.1.1.1.1.11.1.1. Classes

DigitizerProjectionActor

This actor takes as input HitsCollections and performed binning in 2D images.

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

Bases: opengate_core.GateDigitizerProjectionActor, opengate.ActorBase

This actor takes as input HitsCollections and performed binning in 2D images. If there are several HitsCollection as input, the slices will correspond to each HC. If there are several runs, images will also be slice-stacked.

type_name = 'HitsProjectionActor'[source]
static set_default_user_info(user_info)[source]
__del__()[source]
__str__()[source]
__getstate__()[source]
compute_thickness(volume, channels)[source]

Get the thickness of the detector volume, in the correct direction. By default, it is Z. We use the ‘projection_orientation’ to get the correct one.

StartSimulationAction()[source]
EndSimulationAction()[source]