OPERA  1.0
Open source echelle spectrograph reduction pipeline
opera.cpp File Reference

Main driver for opera. More...

#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <ctype.h>
#include <string.h>
#include <fitsio.h>
#include <errno.h>
#include <iostream>
#include <fstream>
#include <string>
#include "operaError.h"
#include "tools/opera.h"
#include "libraries/operaException.h"
#include "libraries/operaParameterAccess.h"
#include "libraries/operaConfigurationAccess.h"
Include dependency graph for opera.cpp:

Namespaces

namespace  opera

Functions

int main (int argc, char *argv[])
 Main driver for opera.
static void printUsageSyntax ()

Detailed Description

Main driver for opera.


Function Documentation

int main ( int  argc,
char *  argv[] 
)

Main driver for opera.

opera

Author:
Doug Teeple
  • argc
  • argv
Note:
-v --verbose
-d --debug
-t --trace
-h --help
For now it uses getenv, but will eventually use getconfiguration
Returns:
EXIT_STATUS

Here is the call graph for this function:

static void printUsageSyntax ( ) [static]