22 lines
323 B
Plaintext
22 lines
323 B
Plaintext
# Sets some default verbose
|
|
#/control/verbose 2
|
|
#
|
|
#
|
|
#
|
|
# Initialize New Phantom
|
|
#
|
|
# Choose model: ORNLFemale, ORNLMale, MIRD, MIRDHead, ORNLHead
|
|
#
|
|
/phantom/setPhantomModel MIRD
|
|
#
|
|
# Choose Sex of Phantom: Male or Female
|
|
#
|
|
/phantom/setPhantomSex Female
|
|
#
|
|
#
|
|
# Construct your Phantom
|
|
#
|
|
/phantom/buildNewPhantom
|
|
/run/initialize
|
|
|