3.10.1.21.1.7. opengate.sources.voxelsources

3.10.1.21.1.7.1. Classes

VoxelsSource

Voxels source for 3D distributed activity.

3.10.1.21.1.7.2. Module Contents

class opengate.sources.voxelsources.VoxelsSource(user_info)[source]

Bases: opengate.sources.generic.GenericSource

Voxels source for 3D distributed activity. Sampled with cumulative distribution functions.

type_name = 'VoxelsSource'[source]
static set_default_user_info(user_info)[source]
image = None[source]
__getstate__()[source]
create_g4_source()[source]
set_transform_from_user_info()[source]
cumulative_distribution_functions()[source]

Compute the Cumulative Distribution Function of the image Composed of: CDF_Z = 1D, CDF_Y = 2D, CDF_X = 3D

initialize(run_timing_intervals)[source]