opengate.contrib.phantoms.necr ============================== .. py:module:: opengate.contrib.phantoms.necr Attributes ---------- .. autoapisummary:: opengate.contrib.phantoms.necr.red opengate.contrib.phantoms.necr.blue opengate.contrib.phantoms.necr.green opengate.contrib.phantoms.necr.yellow opengate.contrib.phantoms.necr.gray opengate.contrib.phantoms.necr.white Functions --------- .. autoapisummary:: opengate.contrib.phantoms.necr.add_necr_phantom opengate.contrib.phantoms.necr.add_necr_source opengate.contrib.phantoms.necr.add_necr_source_debug Module Contents --------------- .. py:data:: red :value: [1, 0, 0, 1] .. py:data:: blue :value: [0, 0, 1, 1] .. py:data:: green :value: [0, 1, 0, 1] .. py:data:: yellow :value: [0.9, 0.9, 0.3, 1] .. py:data:: gray :value: [0.5, 0.5, 0.5, 1] .. py:data:: white :value: [1, 1, 1, 0.8] .. py:function:: add_necr_phantom(sim, name='necr') Simple NECR phantom with a cylinder and linear source (geometry part only, the source is defined in the other function) .. py:function:: add_necr_source(sim, necr_phantom) The source is attached to the linear_source_in volume, it means its coordinate system is the same (not the shape). .. py:function:: add_necr_source_debug(sim, name) The source is described according to the world