ctools
2.1.0.dev
|
CTA mask cube tool main code. More...
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Main entry point. More... | |
CTA mask cube tool main code.
Definition in file main.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main entry point.
[in] | argc | Number of arguments |
[in] | argv | Arguments |
This is the main entry point of the ctcubemask application. It allocates a ctcubemask object and executes the application. Any exceptions that occur will be catched and corresponding error messages written in the application logger and into the standard output.
Definition at line 46 of file main.cpp.
References execute_ctool(), and report_ctool_failure().