opengate.sources.voxelsources ============================= .. py:module:: opengate.sources.voxelsources Classes ------- .. autoapisummary:: opengate.sources.voxelsources.VoxelsSource Module Contents --------------- .. py:class:: VoxelsSource(user_info) Bases: :py:obj:`opengate.sources.generic.GenericSource` Voxels source for 3D distributed activity. Sampled with cumulative distribution functions. .. py:attribute:: type_name :value: 'VoxelsSource' .. py:method:: set_default_user_info(user_info) :staticmethod: .. py:attribute:: image :value: None .. py:method:: __getstate__() .. py:method:: create_g4_source() .. py:method:: set_transform_from_user_info() .. py:method:: cumulative_distribution_functions() Compute the Cumulative Distribution Function of the image Composed of: CDF_Z = 1D, CDF_Y = 2D, CDF_X = 3D .. py:method:: initialize(run_timing_intervals)