\(\newcommand{\B}[1]{ {\bf #1} }\) \(\newcommand{\R}[1]{ {\rm #1} }\)
run_cmpad¶
View page sourceThe cmpad Main Program¶
Syntax¶
program¶
program |
source |
|---|---|
|
|
|
Arguments¶
All of the arguments below have a default value that is used when the argument is not present.
short version |
long version |
default |
|---|---|---|
|
|
det_by_minor |
|
|
cmpad.csv |
|
|
0.5 |
|
|
9 |
|
|
0 |
|
|
none |
|
|
false |
|
|
|
|
|
algorithm¶
see algorithm .
file_name¶
is the csv file where the results of this test are placed; see csv_column . If the file does not exist, the file is created and it’s header line is written. The results for this test are placed at the end of the file.
min_time¶
see min_time .
n_arg¶
see n_arg .
n_other¶
see n_other .
package¶
see package .
time_setup¶
If this argument is present (is not present) ,
time_setup is true (is false ).
version¶
If this argument is present, print the cmpad version number on standard out and then exit program without any further processing.
help¶
If this argument is present, print the help message on standard out and then exit program without any further processing.
Name |
Title |
|---|---|
csv_column |
|
xam_main.py |
Example¶
the file xam_main.py is an example and test of both the python and c++ versions of run_cmpad.