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

Functions

int ffgpvb (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, unsigned char nulval, unsigned char *array, int *anynul, int *status)
 
int ffgpfb (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, unsigned char *array, char *nularray, int *anynul, int *status)
 
int ffg2db (fitsfile *fptr, long group, unsigned char nulval, LONGLONG ncols, LONGLONG naxis1, LONGLONG naxis2, unsigned char *array, int *anynul, int *status)
 
int ffg3db (fitsfile *fptr, long group, unsigned char nulval, LONGLONG ncols, LONGLONG nrows, LONGLONG naxis1, LONGLONG naxis2, LONGLONG naxis3, unsigned char *array, int *anynul, int *status)
 
int ffgsvb (fitsfile *fptr, int colnum, int naxis, long *naxes, long *blc, long *trc, long *inc, unsigned char nulval, unsigned char *array, int *anynul, int *status)
 
int ffgsfb (fitsfile *fptr, int colnum, int naxis, long *naxes, long *blc, long *trc, long *inc, unsigned char *array, char *flagval, int *anynul, int *status)
 
int ffggpb (fitsfile *fptr, long group, long firstelem, long nelem, unsigned char *array, int *status)
 
int ffgcvb (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, unsigned char nulval, unsigned char *array, int *anynul, int *status)
 
int ffgcfb (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, unsigned char *array, char *nularray, int *anynul, int *status)
 
int ffgclb (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, long elemincre, int nultyp, unsigned char nulval, unsigned char *array, char *nularray, int *anynul, int *status)
 
int ffgextn (fitsfile *fptr, LONGLONG offset, LONGLONG nelem, void *buffer, int *status)
 
int fffi1i1 (unsigned char *input, long ntodo, double scale, double zero, int nullcheck, unsigned char tnull, unsigned char nullval, char *nullarray, int *anynull, unsigned char *output, int *status)
 
int fffi2i1 (short *input, long ntodo, double scale, double zero, int nullcheck, short tnull, unsigned char nullval, char *nullarray, int *anynull, unsigned char *output, int *status)
 
int fffi4i1 (INT32BIT *input, long ntodo, double scale, double zero, int nullcheck, INT32BIT tnull, unsigned char nullval, char *nullarray, int *anynull, unsigned char *output, int *status)
 
int fffi8i1 (LONGLONG *input, long ntodo, double scale, double zero, int nullcheck, LONGLONG tnull, unsigned char nullval, char *nullarray, int *anynull, unsigned char *output, int *status)
 
int fffr4i1 (float *input, long ntodo, double scale, double zero, int nullcheck, unsigned char nullval, char *nullarray, int *anynull, unsigned char *output, int *status)
 
int fffr8i1 (double *input, long ntodo, double scale, double zero, int nullcheck, unsigned char nullval, char *nullarray, int *anynull, unsigned char *output, int *status)
 
int fffstri1 (char *input, long ntodo, double scale, double zero, long twidth, double implipower, int nullcheck, char *snull, unsigned char nullval, char *nullarray, int *anynull, unsigned char *output, int *status)
 

Function Documentation

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

int ffg2db ( fitsfile fptr,
long  group,
unsigned char  nulval,
LONGLONG  ncols,
LONGLONG  naxis1,
LONGLONG  naxis2,
unsigned char *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

int ffg3db ( fitsfile fptr,
long  group,
unsigned char  nulval,
LONGLONG  ncols,
LONGLONG  nrows,
LONGLONG  naxis1,
LONGLONG  naxis2,
LONGLONG  naxis3,
unsigned char *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgcvb ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
unsigned char  nulval,
unsigned char *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgextn ( fitsfile fptr,
LONGLONG  offset,
LONGLONG  nelem,
void *  buffer,
int *  status 
)

Here is the call graph for this function:

int ffggpb ( fitsfile fptr,
long  group,
long  firstelem,
long  nelem,
unsigned char *  array,
int *  status 
)

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgpvb ( fitsfile fptr,
long  group,
LONGLONG  firstelem,
LONGLONG  nelem,
unsigned char  nulval,
unsigned char *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgsvb ( fitsfile fptr,
int  colnum,
int  naxis,
long *  naxes,
long *  blc,
long *  trc,
long *  inc,
unsigned char  nulval,
unsigned char *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function: