OPERA  1.0
Open source echelle spectrograph reduction pipeline
operaFITSImageTest.cpp File Reference
#include <string.h>
#include <getopt.h>
#include <libgen.h>
#include <iostream>
#include <fstream>
#include "operaError.h"
#include "operaFITSImageTest.h"
#include "libraries/operaException.h"
#include "libraries/operaFITSImage.h"
#include "libraries/operaImage.h"
#include "libraries/operaParameterAccess.h"
#include "libraries/operaConfigurationAccess.h"
Include dependency graph for operaFITSImageTest.cpp:

Namespaces

namespace  operaFITSImageTest

Defines

#define MAXIMAGES   1000
 Perform various tests on the operaFITSImage class.

Functions

int main (int argc, char *argv[])
static void printUsageSyntax ()

Variables

static int debug = 0
static int verbose = 0
static int trace = 0

Detailed Description


Function Documentation

int main ( int  argc,
char *  argv[] 
)

Here is the call graph for this function:

static void printUsageSyntax ( ) [static]

Variable Documentation

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