OPERA
1.0
Open source echelle spectrograph reduction pipeline
|
Creates a master Flat FITS image from a list of input Flat FITS file names. More...
#include <string.h>
#include <getopt.h>
#include <iostream>
#include <fstream>
#include "operaError.h"
#include "core/operaMasterFlat.h"
#include "libraries/operaException.h"
#include "libraries/operaFITSImage.h"
#include "libraries/operaImage.h"
#include "libraries/operaStats.h"
#include "libraries/operaParameterAccess.h"
#include "libraries/operaConfigurationAccess.h"
Namespaces | |
namespace | operaMasterFlat |
Functions | |
int | main (int argc, char *argv[]) |
CDD geometry calculations. | |
static void | printUsageSyntax () |
Creates a master Flat FITS image from a list of input Flat FITS file names.
static void printUsageSyntax | ( | ) | [static] |