| [807] | 1 | #
|
|---|
| 2 | # Sets some default verbose
|
|---|
| 3 | /control/verbose 2
|
|---|
| 4 | #
|
|---|
| 5 | #
|
|---|
| 6 | #
|
|---|
| 7 | # Initialize New Phantom
|
|---|
| 8 | #
|
|---|
| 9 | # Choose model: MIRDHead, ORNLHead
|
|---|
| 10 | #
|
|---|
| 11 | /phantom/setPhantomModel MIRDHead
|
|---|
| 12 | #
|
|---|
| 13 | # Choose Sex of Phantom: Male or Female
|
|---|
| 14 | #
|
|---|
| 15 | /phantom/setPhantomSex Male
|
|---|
| 16 | #
|
|---|
| 17 | # Insert Body Part and their Sensitivity
|
|---|
| 18 | #
|
|---|
| 19 | /bodypart/addBodyPart Head yes
|
|---|
| 20 | #########
|
|---|
| 21 | /bodypart/addBodyPart Trunk no
|
|---|
| 22 | /bodypart/addBodyPart Legs yes
|
|---|
| 23 | ##############
|
|---|
| 24 | #
|
|---|
| 25 | # Skeleton System
|
|---|
| 26 | #
|
|---|
| 27 | /bodypart/addBodyPart LegBones no
|
|---|
| 28 | /bodypart/addBodyPart ArmBones no
|
|---|
| 29 | /bodypart/addBodyPart UpperSpine no
|
|---|
| 30 | /bodypart/addBodyPart MiddleLowerSpine no
|
|---|
| 31 | /bodypart/addBodyPart Skull yes
|
|---|
| 32 | /bodypart/addBodyPart Pelvis no
|
|---|
| 33 | #
|
|---|
| 34 | # Organs
|
|---|
| 35 | #
|
|---|
| 36 | /bodypart/addBodyPart Lungs no
|
|---|
| 37 | /bodypart/addBodyPart Brain yes
|
|---|
| 38 | /bodypart/addBodyPart Heart no
|
|---|
| 39 | /bodypart/addBodyPart Kidneys no
|
|---|
| 40 | /bodypart/addBodyPart UrinaryBladder no
|
|---|
| 41 | /bodypart/addBodyPart Spleen no
|
|---|
| 42 | /bodypart/addBodyPart Pancreas no
|
|---|
| 43 | /bodypart/addBodyPart Thyroid no
|
|---|
| 44 | #
|
|---|
| 45 | # Gastrointestinal System
|
|---|
| 46 | #
|
|---|
| 47 | /bodypart/addBodyPart Stomach no
|
|---|
| 48 | /bodypart/addBodyPart UpperLargeIntestine no
|
|---|
| 49 | /bodypart/addBodyPart LowerLargeIntestine no
|
|---|
| 50 | /bodypart/addBodyPart Liver no
|
|---|
| 51 | #
|
|---|
| 52 | # Construct your Phantom
|
|---|
| 53 | #
|
|---|
| 54 | /phantom/buildNewPhantom
|
|---|
| 55 | /run/initialize
|
|---|
| 56 | #
|
|---|
| 57 | #
|
|---|
| 58 | # Visualization Config
|
|---|
| 59 | #
|
|---|
| 60 | # Visualize Phantom with VRML
|
|---|
| 61 | #/control/execute vrmlVis.mac
|
|---|
| 62 | #
|
|---|
| 63 | # Visualize Phantom with OPENGL
|
|---|
| 64 | /control/execute openGLVis.mac
|
|---|
| 65 | #
|
|---|
| 66 | # Visualize Phantom with DAWN
|
|---|
| 67 | #/control/execute dawnVis.mac
|
|---|
| 68 | #
|
|---|
| 69 | # Run Particles
|
|---|
| 70 | #
|
|---|
| 71 | #/control/execute run.mac
|
|---|