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

Various image manipulation functions. More...

#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <string.h>
#include "tools/operaImage.h"
Include dependency graph for operaImage.cpp:

Namespaces

namespace  operaImage

Functions

int main (int argc, char *argv[])
 command line interface to create Libre-Esprit-compatible text files from packed FITS.
static void printUsageSyntax (char *modulename)
static void print_operaImage_err (int operaImage_status)
static void operaImage_report_error (int status, char *errtext)

Detailed Description

Various image manipulation functions.


Function Documentation

static void operaImage_report_error ( int  status,
char *  errtext 
) [static]
static void print_operaImage_err ( int  operaImage_status) [static]

Here is the call graph for this function:

static void printUsageSyntax ( char *  modulename) [static]