OPERA
1.0
Open source echelle spectrograph reduction pipeline
|
Calculate radial velocity. 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/operaRadialVelocity.h"
#include "libraries/operaParameterAccess.h"
#include "libraries/operaConfigurationAccess.h"
Namespaces | |
namespace | operaRadialVelocity |
Functions | |
int | main (int argc, char *argv[]) |
CDD geometry calculations. | |
static void | printUsageSyntax (char *modulename) |
static void | print_operaGain_err (int operaGain_status) |
static void | operaGain_report_error (int status, char *errtext) |
Variables | |
static int | debug = 0 |
static int | verbose = 0 |
static int | trace = 0 |
Calculate radial velocity.
static void operaGain_report_error | ( | int | status, |
char * | errtext | ||
) | [static] |
static void print_operaGain_err | ( | int | operaGain_status | ) | [static] |
static void printUsageSyntax | ( | char * | modulename | ) | [static] |
int debug = 0 [static] |
int trace = 0 |
int verbose = 0 |