Props.add(newProp(PREFIX+"store","s","Stores the intial data from the kernel in the given file.","filename",true,null));
Props.add(newProp(PREFIX+"virtual","v","Use the virtual kernel instead of the rescue kernel.\nRequires a .scn file.","filename",true,null));
Props.add(newProp(PREFIX+"host","h","The host to connect to. Default host is localhost.","host",true,"localhost"));
Props.add(newProp(PREFIX+"port","p","The port to connect to. Default port is 6000","port",true,"6000"));
Props.add(newProp(PREFIX+"setup","stp","Uses the given setup file","filename",true,null));
Props.add(newProp(PREFIX+"csetup","cstp","Uses the given config.txt file","filename",true,null));
Props.add(newProp(PREFIX+"ray_rate","ray_rate","Number of emitted rays per mm while sampling. Default rate is "+Wall.RAY_RATE,"rate",true,Wall.RAY_RATE+""));
Props.add(newProp(PREFIX+"help","help","Prints this text and exits",null,false,null));