cfitsio  3390
Functions
getcold.c File Reference
#include <math.h>
#include <stdlib.h>
#include <limits.h>
#include <string.h>
#include "fitsio2.h"
Include dependency graph for getcold.c:

Functions

int ffgpvd (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, double nulval, double *array, int *anynul, int *status)
 
int ffgpfd (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, double *array, char *nularray, int *anynul, int *status)
 
int ffg2dd (fitsfile *fptr, long group, double nulval, LONGLONG ncols, LONGLONG naxis1, LONGLONG naxis2, double *array, int *anynul, int *status)
 
int ffg3dd (fitsfile *fptr, long group, double nulval, LONGLONG ncols, LONGLONG nrows, LONGLONG naxis1, LONGLONG naxis2, LONGLONG naxis3, double *array, int *anynul, int *status)
 
int ffgsvd (fitsfile *fptr, int colnum, int naxis, long *naxes, long *blc, long *trc, long *inc, double nulval, double *array, int *anynul, int *status)
 
int ffgsfd (fitsfile *fptr, int colnum, int naxis, long *naxes, long *blc, long *trc, long *inc, double *array, char *flagval, int *anynul, int *status)
 
int ffggpd (fitsfile *fptr, long group, long firstelem, long nelem, double *array, int *status)
 
int ffgcvd (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, double nulval, double *array, int *anynul, int *status)
 
int ffgcvm (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, double nulval, double *array, int *anynul, int *status)
 
int ffgcfd (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, double *array, char *nularray, int *anynul, int *status)
 
int ffgcfm (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, double *array, char *nularray, int *anynul, int *status)
 
int ffgcld (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, long elemincre, int nultyp, double nulval, double *array, char *nularray, int *anynul, int *status)
 
int fffi1r8 (unsigned char *input, long ntodo, double scale, double zero, int nullcheck, unsigned char tnull, double nullval, char *nullarray, int *anynull, double *output, int *status)
 
int fffi2r8 (short *input, long ntodo, double scale, double zero, int nullcheck, short tnull, double nullval, char *nullarray, int *anynull, double *output, int *status)
 
int fffi4r8 (INT32BIT *input, long ntodo, double scale, double zero, int nullcheck, INT32BIT tnull, double nullval, char *nullarray, int *anynull, double *output, int *status)
 
int fffi8r8 (LONGLONG *input, long ntodo, double scale, double zero, int nullcheck, LONGLONG tnull, double nullval, char *nullarray, int *anynull, double *output, int *status)
 
int fffr4r8 (float *input, long ntodo, double scale, double zero, int nullcheck, double nullval, char *nullarray, int *anynull, double *output, int *status)
 
int fffr8r8 (double *input, long ntodo, double scale, double zero, int nullcheck, double nullval, char *nullarray, int *anynull, double *output, int *status)
 
int fffstrr8 (char *input, long ntodo, double scale, double zero, long twidth, double implipower, int nullcheck, char *snull, double nullval, char *nullarray, int *anynull, double *output, int *status)
 

Function Documentation

int fffi1r8 ( unsigned char *  input,
long  ntodo,
double  scale,
double  zero,
int  nullcheck,
unsigned char  tnull,
double  nullval,
char *  nullarray,
int *  anynull,
double *  output,
int *  status 
)

Here is the caller graph for this function:

int fffi2r8 ( short *  input,
long  ntodo,
double  scale,
double  zero,
int  nullcheck,
short  tnull,
double  nullval,
char *  nullarray,
int *  anynull,
double *  output,
int *  status 
)

Here is the caller graph for this function:

int fffi4r8 ( INT32BIT input,
long  ntodo,
double  scale,
double  zero,
int  nullcheck,
INT32BIT  tnull,
double  nullval,
char *  nullarray,
int *  anynull,
double *  output,
int *  status 
)

Here is the caller graph for this function:

int fffi8r8 ( LONGLONG input,
long  ntodo,
double  scale,
double  zero,
int  nullcheck,
LONGLONG  tnull,
double  nullval,
char *  nullarray,
int *  anynull,
double *  output,
int *  status 
)

Here is the caller graph for this function:

int fffr4r8 ( float *  input,
long  ntodo,
double  scale,
double  zero,
int  nullcheck,
double  nullval,
char *  nullarray,
int *  anynull,
double *  output,
int *  status 
)

Here is the caller graph for this function:

int fffr8r8 ( double *  input,
long  ntodo,
double  scale,
double  zero,
int  nullcheck,
double  nullval,
char *  nullarray,
int *  anynull,
double *  output,
int *  status 
)

Here is the caller graph for this function:

int fffstrr8 ( char *  input,
long  ntodo,
double  scale,
double  zero,
long  twidth,
double  implipower,
int  nullcheck,
char *  snull,
double  nullval,
char *  nullarray,
int *  anynull,
double *  output,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffg2dd ( fitsfile fptr,
long  group,
double  nulval,
LONGLONG  ncols,
LONGLONG  naxis1,
LONGLONG  naxis2,
double *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

int ffg3dd ( fitsfile fptr,
long  group,
double  nulval,
LONGLONG  ncols,
LONGLONG  nrows,
LONGLONG  naxis1,
LONGLONG  naxis2,
LONGLONG  naxis3,
double *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgcfd ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
double *  array,
char *  nularray,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgcfm ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
double *  array,
char *  nularray,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgcld ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
long  elemincre,
int  nultyp,
double  nulval,
double *  array,
char *  nularray,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgcvd ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
double  nulval,
double *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgcvm ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
double  nulval,
double *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffggpd ( fitsfile fptr,
long  group,
long  firstelem,
long  nelem,
double *  array,
int *  status 
)

Here is the call graph for this function:

int ffgpfd ( fitsfile fptr,
long  group,
LONGLONG  firstelem,
LONGLONG  nelem,
double *  array,
char *  nularray,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgpvd ( fitsfile fptr,
long  group,
LONGLONG  firstelem,
LONGLONG  nelem,
double  nulval,
double *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgsfd ( fitsfile fptr,
int  colnum,
int  naxis,
long *  naxes,
long *  blc,
long *  trc,
long *  inc,
double *  array,
char *  flagval,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgsvd ( fitsfile fptr,
int  colnum,
int  naxis,
long *  naxes,
long *  blc,
long *  trc,
long *  inc,
double  nulval,
double *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function: