--- trunk/src/applications/staticProps/StaticProps.ggo 2005/02/10 18:14:03 310 +++ trunk/src/applications/staticProps/StaticProps.ggo 2005/02/10 22:37:21 311 @@ -2,16 +2,16 @@ # for parsing command line arguments useing getopt and getoptlong. # gengetopt is available from: # http://www.gnu.org/software/gengetopt/gengetopt.html -package "staticProps" +package "StaticProps" version "1.00" # Options option "input" i "input dump file" string typestr="filename" yes option "output" o "output file name" string typestr="filename" no -option "frame" n "print every n frame" int default="1" no -option "ndistebins" d "number of bins for distance" int default="50" no +option "step" n "process every n frame" int default="1" no +option "nrbins" r "number of bins for distance" int default="50" no option "nanglebins" a "number of bins for cos(angle)" int default="50" no -option "length" l "maximum length" double yes +option "length" l "maximum length (Defaults to 1/2 smallest length of first frame)" double no option "sele1" - "select first stuntdouble set" string typestr="selection script" no option "sele2" - "select second stuntdouble set" string typestr="selection script" no defgroup "staticProps" groupdesc=" an option of this group is required" yes