- changed milestone to 0.8.0
- marked as minor
- changed component to Interface: Data visualisation
Openskin: set patient mass of zero leads to "extracted patient mass: 73,2 kg"
If the patient mass is set to 0 kg in the rdsr, the patient mass used for skin dose will be 73,2 kg (which is fine), but it is also stated that this is the extracted patient mass.
To solve: in make_skin_map.py one should insert on line 75
pat_mass_source = u'assumed'
For patient height this is already done.
Comments (6)
-
reporter -
reporter By the way, the except statement can be condensed. Use
except (ValueError, TypeError): pat_mass = 73.2
Instead of 2 separate except statements. The same holds true for pat_height.
-
Sounds good. Go for it! Thanks @LuukO
-
reporter refs
#566Correctly show "assumed patient mass" in case of set value of zeroTake care that if patient mass is set to 0 in the rdsr that it is noted as a assumed mass of 73.2 in the skin dose map merged 2 except statements to 1.
→ <<cset d055dc666092>>
-
reporter -
assigned issue to
-
assigned issue to
-
- changed status to resolved
Merged in Issue566CorrectInfoForSetPatientMassZero (pull request #138)
fixes
#566Correctly show "assumed patient mass" in case of set value of zeroApproved-by: David Platten dplatten@gmail.com Approved-by: Ed McDonagh ed@mcdonagh.org.uk
→ <<cset a76426b790d4>>
- Log in to comment