Sensing Goall
- Purpose
Runs tasks or sub-tasks on the sensing-part of the experiment. Handy to prevent one from having to re-specify all kinds of command-lines all the time if something changed within the data. It's also usefull as a demonstration of what does what in some standard use-cases...
Use -lt to list the tasks
The configfile is configsensinggoall.pl
- Synopsis
./sensinggoall.pl
- [-t <task>] [-s <subtask> [-rn <runnumber>] [-o]] [-c <corpus>] [-p <part>] [-g <logfile>] [-gs <logsubdir>] [-gd <logdir>] [-lt] [-dr] [-? = -h = -help = --help] [-v [<verboselvl>]]
- -t
- the task to do, if all is specified, all tasks are done
- -s
- the sub-task to start with
- -rn
- start with the runnumber'th subtask with this name
- -o
- only do the one subtask, and not the ones that follow it
- -c
- the corpus to work on
- -p
- the part of the corpus to work on
- -g
- the logfile
- -gs
- the subdir in which the logfiles are kept
- -gd
- full path to the logfile (dir and filename, disables the -gs option)
- -lt
- list the tasks that are available
- -dr
- dry-run. Nothing is written or deleted, only reading and reporting is done
- -v
- the level of verbosity, default verboselevel = 2, available levels: 0,1,2,3
- -?
- (and equivalents) prints help: the purpose and the synopsys
NOTE:
- If no lists or levels are given the defaults in the config file are used
WARNING:
- If options are not given they can be still used if they're specified in the config file
You can download (or look at the sources of) SensingGoAll [here]. To run it you will also need [the config file] and the [fiauimenre library]. You can also get the entire tool-package (containing the newest version of all fiauimenre tools and the library) [in one download]
|