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

Creates reduction sets from a list of input FITS file names. More...

#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <dirent.h>
#include <string.h>
#include <stdarg.h>
#include <sys/types.h>
#include <regex.h>
#include <limits.h>
#include <ctype.h>
#include <errno.h>
#include <iostream>
#include <fstream>
#include <string>
#include <fitsio.h>
#include "operaError.h"
#include "core/operaReductionSet.h"
#include "libraries/operaFITSImage.h"
#include "libraries/operaException.h"
#include "libraries/operaParameterAccess.h"
#include "libraries/operaConfigurationAccess.h"
Include dependency graph for operaReductionSet.cpp:

Namespaces

namespace  operaReductionSet

Functions

static void printUsageSyntax ()
static int startsWith (const char *aString, const char *substring)
 returns > 0 if astring startswith substring.
int main (int argc, char *argv[])
 CDD geometry calculations.
unsigned SplitValues (char *parvalues, char *values[], unsigned maxvalues)
unsigned operaReductionSetConfigurationAccess (char *par, char *values[], unsigned maxvalues, operaErrorCode *errorcode)

Detailed Description

Creates reduction sets from a list of input FITS file names.


Function Documentation

unsigned operaReductionSetConfigurationAccess ( char *  par,
char *  values[],
unsigned  maxvalues,
operaErrorCode errorcode 
)

Here is the call graph for this function:

static void printUsageSyntax ( ) [static]
unsigned SplitValues ( char *  parvalues,
char *  values[],
unsigned  maxvalues 
)
static int startsWith ( const char *  aString,
const char *  substring 
) [static]

returns > 0 if astring startswith substring.

startsWith

Author:
Doug Teeple
  • aString - the string to search
  • substring - the snippet
Returns:
EXIT_STATUS