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

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"
Include dependency graph for operaMasterFlat.cpp:

Namespaces

namespace  operaMasterFlat

Functions

int main (int argc, char *argv[])
 CDD geometry calculations.
static void printUsageSyntax ()

Detailed Description

Creates a master Flat FITS image from a list of input Flat FITS file names.


Function Documentation

static void printUsageSyntax ( ) [static]