BraggPeakAnalysis#
- class georges.ptw.BraggPeakAnalysis(bp: DataFrame, method: str, low_dose=1, high_dose=70)[source]#
Bases:
objectThis class processes a normalized 1D depth dose profile, or a pristine Bragg peak, to extract key information such as the maximum dose position, the distal range at a given percentage of the maximum, and the distal fall-off (DFO). The user must provide both the dose data and the corresponding positions in depth.
Methods Summary
fit_bp()This function fits a Bragg peak using a 8th order polynom.
get_r10()get_r20()get_r80()get_r90()get_xrange(val)Methods Documentation