|
neic-glass3
1.4.6
|
#include <project_version.h>#include <json.h>#include <logger.h>#include <config.h>#include <fileInput.h>#include <fileOutput.h>#include <associator.h>#include <cstdio>#include <cstdlib>#include <string>#include <memory>
Functions | |
| int | main (int argc, char *argv[]) |
glass-app is an application that uses the glasscore libraries and the rest of the glass3 infrastructure to generate seismic event detections based on an input dataset of picks, correlations, and detections.
glass-app reads it's input data from files stored in a configured filesystem directory
glass-app writes it's output detections to files in a configured filesystem directory
glass-app uses the environment variable GLASS_LOG to define the location to write log files
glass-app <configfile> [logname] [noconsole]
configfile is the required path to the configuration file for glass-app
logname is an optional string defining an alternate name for the glass-app log file.
noconsole is an optional commmand specifying that glass-app should not write messages to the console.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
1.8.11