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

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

#include <string.h>
#include <getopt.h>
#include <iostream>
#include <fstream>
#include "operaError.h"
#include "core/operaMasterBias.h"
#include "libraries/operaException.h"
#include "libraries/operaFITSImage.h"
#include "libraries/operaParameterAccess.h"
#include "libraries/operaStats.h"
#include "libraries/operaImage.h"
#include "libraries/operaConfigurationAccess.h"
Include dependency graph for operaMasterBias.cpp:

Namespaces

namespace  operaMasterBias

Defines

#define MAXDIRNAMESIZE   1000

Functions

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

Detailed Description

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


Define Documentation

#define MAXDIRNAMESIZE   1000

Function Documentation

static void printUsageSyntax ( ) [static]