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

Functions

int ffgpvk (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, int nulval, int *array, int *anynul, int *status)
 
int ffgpfk (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, int *array, char *nularray, int *anynul, int *status)
 
int ffg2dk (fitsfile *fptr, long group, int nulval, LONGLONG ncols, LONGLONG naxis1, LONGLONG naxis2, int *array, int *anynul, int *status)
 
int ffg3dk (fitsfile *fptr, long group, int nulval, LONGLONG ncols, LONGLONG nrows, LONGLONG naxis1, LONGLONG naxis2, LONGLONG naxis3, int *array, int *anynul, int *status)
 
int ffgsvk (fitsfile *fptr, int colnum, int naxis, long *naxes, long *blc, long *trc, long *inc, int nulval, int *array, int *anynul, int *status)
 
int ffgsfk (fitsfile *fptr, int colnum, int naxis, long *naxes, long *blc, long *trc, long *inc, int *array, char *flagval, int *anynul, int *status)
 
int ffggpk (fitsfile *fptr, long group, long firstelem, long nelem, int *array, int *status)
 
int ffgcvk (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, int nulval, int *array, int *anynul, int *status)
 
int ffgcfk (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, int *array, char *nularray, int *anynul, int *status)
 
int ffgclk (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, long elemincre, int nultyp, int nulval, int *array, char *nularray, int *anynul, int *status)
 
int fffi1int (unsigned char *input, long ntodo, double scale, double zero, int nullcheck, unsigned char tnull, int nullval, char *nullarray, int *anynull, int *output, int *status)
 
int fffi2int (short *input, long ntodo, double scale, double zero, int nullcheck, short tnull, int nullval, char *nullarray, int *anynull, int *output, int *status)
 
int fffi4int (INT32BIT *input, long ntodo, double scale, double zero, int nullcheck, INT32BIT tnull, int nullval, char *nullarray, int *anynull, int *output, int *status)
 
int fffi8int (LONGLONG *input, long ntodo, double scale, double zero, int nullcheck, LONGLONG tnull, int nullval, char *nullarray, int *anynull, int *output, int *status)
 
int fffr4int (float *input, long ntodo, double scale, double zero, int nullcheck, int nullval, char *nullarray, int *anynull, int *output, int *status)
 
int fffr8int (double *input, long ntodo, double scale, double zero, int nullcheck, int nullval, char *nullarray, int *anynull, int *output, int *status)
 
int fffstrint (char *input, long ntodo, double scale, double zero, long twidth, double implipower, int nullcheck, char *snull, int nullval, char *nullarray, int *anynull, int *output, int *status)
 

Function Documentation

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function: