Ejemplo n.º 1
0
class ACB5_2012_6X(TestTRS398Photon, TestCase):
    temp = 21.7
    press = trs398.mmHg2kPa(757.2)
    nd_w = 5.446
    m_reference = 25.27
    m_opposite = -25.19
    m_reduced = 25.17
    clinical_pdd_zref = 66.8
    tpr2010 = trs398.tpr2010_from_pdd2010(pdd2010=38.4/66.8)
    tissue_correction = 0.99
    dose_mu_zref = 0.679
    dose_mu_zmax = 1.0159
Ejemplo n.º 2
0
class IMMCTB_15X(TestTRS398Photon, TestCase):
    energy = 15
    temp = 22.4
    press = trs398.mmHg2kPa(748.1)
    nd_w = 5.394
    m_reference = 14.307
    m_opposite = -14.323
    m_reduced = 14.220
    clinical_pdd_zref = 76.7
    tpr2010 = trs398.tpr2010_from_pdd2010(pdd2010=(49.9/76.9)) * (76.79/76.9)
    mu = 100
    dose_mu_zref = 0.770
    dose_mu_zmax = 1.004
Ejemplo n.º 3
0
class ACB5_2012_18X(TestTRS398Photon, TestCase):
    energy = 18
    temp = 21.7
    press = trs398.mmHg2kPa(757.2)
    tpr2010 = trs398.tpr2010_from_pdd2010(pdd2010=52.5/79.4)
    nd_w = 5.446
    m_reference = 30.67
    m_opposite = -30.65
    m_reduced = 30.50
    clinical_pdd_zref = 79.7
    tissue_correction = 0.99
    dose_mu_zref = 0.807
    dose_mu_zmax = 1.0125
Ejemplo n.º 4
0
class MDA_TB1_2015_10x(TestTRS398Photon, TestCase):
    energy = 10
    temp = 21
    press = trs398.mmHg2kPa(763)
    nd_w = 5.393
    k_elec = 1.003
    m_reference = 27.727
    m_opposite = 27.784
    m_reduced = 27.635
    clinical_pdd_zref = 73.5
    dose_mu_zref = 0.734
    dose_mu_zmax = 0.998
    tpr2010 = (73.42/73.7) * trs398.tpr2010_from_pdd2010(pdd2010=46.3/73.7)
Ejemplo n.º 5
0
class IMMCTB_10FFF(TestTRS398Photon, TestCase):
    energy = 10
    fff = True
    temp = 22.4
    press = trs398.mmHg2kPa(748.1)
    nd_w = 5.394
    m_reference = 13.00067
    m_opposite = -13.013
    m_reduced = 12.867
    tpr2010 = trs398.tpr2010_from_pdd2010(pdd2010=(43/71.2))
    clinical_pdd_zref = 71.1
    mu = 100
    dose_mu_zref = 0.712
    dose_mu_zmax = 1.0005
Ejemplo n.º 6
0
class IMMCTB_6FFF(TestTRS398Photon, TestCase):
    energy = 6
    fff = True
    temp = 22.5
    press = trs398.mmHg2kPa(749)
    tpr2010 = (64.16 / 63.6) * trs398.tpr2010_from_pdd2010(pdd2010=34.5 / 63.6)
    nd_w = 5.394
    m_reference = 11.610
    m_opposite = -11.613
    m_reduced = 11.533
    clinical_pdd_zref = 63.5
    mu = 100
    dose_mu_zref = 0.638
    dose_mu_zmax = 1.005
    print_data = True
Ejemplo n.º 7
0
class ACB5_2011_6x(TestTRS398Photon, TestCase):
    temp = 22
    press = trs398.mmHg2kPa(751.2)
    nd_w = 5.450
    tpr2010 = trs398.tpr2010_from_pdd2010(pdd2010=38.4/66.8)
    m_reference = 24.82
    m_opposite = -24.83
    m_reduced = 24.79
    clinical_pdd_zref = 66.8
    tissue_correction = 0.99
    dose_mu_zref = 0.673
    dose_mu_zmax = 1.007

    def test_zmax_adjusted(self):
        self.trs398.m_reference_adjusted = 24.65
        self.assertAlmostEqual(self.trs398.dose_mu_zmax_adjusted, 1.000, delta=0.0005)

    def test_zref_adjusted(self):
        self.trs398.m_reference_adjusted = 24.65
        self.assertAlmostEqual(self.trs398.dose_mu_zref_adjusted, 0.668, delta=0.0005)