OPERA
1.0
Open source echelle spectrograph reduction pipeline
|
Signal to Noise calculation. More...
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <ctype.h>
#include <string.h>
#include <fitsio.h>
#include <getopt.h>
#include <errno.h>
#include <string>
#include <iostream>
#include "operaError.h"
#include "core/operaSNR.h"
#include "libraries/operaParameterAccess.h"
#include "libraries/operaConfigurationAccess.h"
Namespaces | |
namespace | operaSNR |
Functions | |
int | main (int argc, char *argv[]) |
CDD geometry calculations. | |
static void | printUsageSyntax (char *modulename) |
Variables | |
static int | debug = 0 |
static int | verbose = 0 |
static int | trace = 0 |
Signal to Noise calculation.
static void printUsageSyntax | ( | char * | modulename | ) | [static] |
int debug = 0 [static] |
int trace = 0 |
int verbose = 0 |