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

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"
Include dependency graph for operaRadialVelocity.cpp:

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

Detailed Description

Calculate radial velocity.


Function Documentation

static void operaGain_report_error ( int  status,
char *  errtext 
) [static]
static void print_operaGain_err ( int  operaGain_status) [static]

Here is the call graph for this function:

static void printUsageSyntax ( char *  modulename) [static]

Variable Documentation

int debug = 0 [static]
int trace = 0
int verbose = 0