OPERA
1.0
Open source echelle spectrograph reduction pipeline
|
command line interface to create a bad pixel mask FITS file from a map. More...
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <ctype.h>
#include <string.h>
#include <fitsio.h>
#include <getopt.h>
#include <errno.h>
#include <string>
#include <iostream>
#include <fstream>
#include "operaError.h"
#include "operaCreateBadpixMask.h"
#include "libraries/operaException.h"
#include "libraries/operaFITSImage.h"
#include "libraries/operaEspadonsImage.h"
#include "libraries/operaParameterAccess.h"
#include "libraries/operaConfigurationAccess.h"
Namespaces | |
namespace | operaCreateBadpixMask |
Functions | |
int | main (int argc, char *argv[]) |
static void | printUsageSyntax () |
Variables | |
int | debug = 0 |
command line interface to create a bad pixel mask FITS file from a map. | |
int | verbose = 0 |
int | trace = 0 |
command line interface to create a bad pixel mask FITS file from a map.
int main | ( | int | argc, |
char * | argv[] | ||
) |
static void printUsageSyntax | ( | ) | [static] |
int debug = 0 |
command line interface to create a bad pixel mask FITS file from a map.
int trace = 0 |
int verbose = 0 |