OPERA
1.0
Open source echelle spectrograph reduction pipeline
|
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"
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) |
Creates reduction sets from a list of input FITS file names.
unsigned operaReductionSetConfigurationAccess | ( | char * | par, |
char * | values[], | ||
unsigned | maxvalues, | ||
operaErrorCode * | errorcode | ||
) |
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