Command Line User Interface
In order to automate certain tasks, or perform some advanced operations,
pychoacoustics can be called from the command line with a number of
command line options. The list of possible command line options is shown below:
-h, --helpShow help message.-f, --file FILELoad parameters fileFILE.-r, --results FILESave the results to fileFILE.-l, --listener LISTENERSet listener label toLISTENER.-s, --session SESSIONSet session label toSESSION.-c, --concealHide Control and Parameters Windows.-p, --progbarShow the progress bar.-b, --blockprogbarShow the progress bar.-q, --quitQuit after finished.-a, --autostartAutomatically start the first stored block.-k, --resetReset block positions.-z, --seedSet random seed.-x, --recursion-depthSet the maximum recursion depth (this overrides the maximum recursion depth set in the preferences window).-g, --graphicssystemsets the backend to be used for on-screen widgets and QPixmaps. Available options are raster and opengl.-d, --displayThis option is only valid for X11 and sets the X display (default is $DISPLAY).
each command line option has a short (single dash, one letter) and long (double dash, one word) form, for example to show the help message, you can use either of the two following commands:
$ pychoacoustics -h
$ pychoacoustics --help