OPERA
1.0
Open source echelle spectrograph reduction pipeline
|
#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"
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 |
int main | ( | int | argc, |
char * | argv[] | ||
) |
static void printUsageSyntax | ( | ) | [static] |
int debug = 0 [static] |
int trace = 0 |
int verbose = 0 |