#include "Util/Assert.H"
#include "CINNIC/CINNICstatsRun.H"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
This is a package to run tests on the output from CINNIC. | |
Variables | |
const char * | savefilename |
the file to save stats out to | |
const char * | listfile |
this string contains the name of the list file to open of images | |
const char * | configFile |
this contains the name of the config file | |
const char * | configFile2 |
this contains the name of the config file | |
const char * | specialParam |
this is the parameter special for this analysis | |
readConfig | fileList (25) |
This is the configFile object. | |
readConfig | ReadConfigMain (25) |
this is the main config file | |
readConfig | ReadConfigMain2 (25) |
this is the main config file | |
CINNICstatsRun | runStats |
main object for stats |
do statistical tests on CINNIC outputs
Definition in file CINNICstats.C.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
This is a package to run tests on the output from CINNIC.
main object for stats
Definition at line 70 of file CINNICstats.C.
References ASSERT, configFile, configFile2, fileList, readConfig::getItemValueF(), listfile, readConfig::openFile(), ReadConfigMain, ReadConfigMain2, CINNICstatsRun::runPointAndFlood(), CINNICstatsRun::runStandardStats(), savefilename, CINNICstatsRun::setConfig(), CINNICstatsRun::setStuff(), and specialParam.
const char* configFile |
this contains the name of the config file
Definition at line 55 of file CINNICstats.C.
const char* configFile2 |
this contains the name of the config file
Definition at line 57 of file CINNICstats.C.
Referenced by main().
readConfig fileList(25) |
This is the configFile object.
Referenced by main().
const char* listfile |
this string contains the name of the list file to open of images
Definition at line 53 of file CINNICstats.C.
Referenced by main().
this is the main config file
Referenced by main().
this is the main config file
Referenced by main().
main object for stats
Definition at line 67 of file CINNICstats.C.
const char* savefilename |
the file to save stats out to
Definition at line 51 of file CINNICstats.C.
const char* specialParam |
this is the parameter special for this analysis
Definition at line 59 of file CINNICstats.C.
Referenced by main().