OPERA
1.0
Open source echelle spectrograph reduction pipeline
|
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"
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,...) |
command line interface to create Libre-Esprit-compatible text files from packed FITS
void operaFits2txt_report_error | ( | int | status, |
char * | errtext | ||
) |
void print_operaFits2txt_err | ( | int | operaFits2txt_status | ) |
void printerror | ( | int | status | ) |
void printUsageSyntax | ( | char * | modulename | ) |
static void systemf | ( | const char * | template, |
... | |||
) | [static] |