OPERA  1.0
Open source echelle spectrograph reduction pipeline
operaFits2txt.c File Reference

command line interface to create Libre-Esprit-compatible text files from packed FITS More...

#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <ctype.h>
#include <string.h>
#include <math.h>
#include <unistd.h>
#include <stdarg.h>
#include <fitsio.h>
#include "tools/operaFits2txt.h"
Include dependency graph for operaFits2txt.c:

Namespaces

namespace  operaFits2txt

Functions

int main (int argc, char *argv[])
 command line interface to create Libre-Esprit-compatible text files from packed FITS.
void printUsageSyntax (char *modulename)
void print_operaFits2txt_err (int operaFits2txt_status)
void operaFits2txt_report_error (int status, char *errtext)
void printerror (int status)
static void systemf (const char *template,...)

Detailed Description

command line interface to create Libre-Esprit-compatible text files from packed FITS


Function Documentation

void operaFits2txt_report_error ( int  status,
char *  errtext 
)
void print_operaFits2txt_err ( int  operaFits2txt_status)

Here is the call graph for this function:

void printerror ( int  status)
void printUsageSyntax ( char *  modulename)
static void systemf ( const char *  template,
  ... 
) [static]