-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgPMC.ggo
15 lines (13 loc) · 1.57 KB
/
gPMC.ggo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package "gPMC"
purpose "Computes proton dose from already existing beams on dicom image [Xun Jia et al. 2012, Nan Qin et al. 2016]. (NYI=Not Yet Implemented). LETD is dose weighted LET, to get dose averaged LET, divide it by DOSE2MEDIUM from another simulation run"
option "verbose" v "Verbose execution" flag off
option "batch" b "# of times to run custom sim. of 1M particles" int no
option "config" - "Config file" string no
option "dir" d "Directory containing DICOM images" string yes
option "plan" p "filepath to DICOM proton plan" string no
option "lut" - "path to Look Up Tables" string no
option "output" o "Output file name" string yes
option "hardware" h "Hardware used for computation" values="cpu","gpu","acc" no
option "metric" - "What metric(Dose/LETD) of output du you want?" values="dose2water","letd","dose2medium","fluence" no default="dose2water"
section "Beam input described in DlgRegistration::SLT_gPMCrecalc"
option "rst" - "Beam file name (rst-like) (NYI)" string no