etot_to_range¶
-
georges_core.kinematics.
etot_to_range
(e: _Q, particle: _ParticuleType = <class 'georges_core.particles.Proton'>) → _Q[source]¶ Converts total energy to proton range in water; following IEC-60601.
>>> etot_to_range(1168 * _ureg.MeV).to('cm') <Quantity(32.87609308294777, 'centimeter')>
- Parameters
e – Total energy of the particle
particle – the particle type (default: proton)
- Returns
Proton range in water