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

Functions

int ffgpvsb (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, signed char nulval, signed char *array, int *anynul, int *status)
 
int ffgpfsb (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, signed char *array, char *nularray, int *anynul, int *status)
 
int ffg2dsb (fitsfile *fptr, long group, signed char nulval, LONGLONG ncols, LONGLONG naxis1, LONGLONG naxis2, signed char *array, int *anynul, int *status)
 
int ffg3dsb (fitsfile *fptr, long group, signed char nulval, LONGLONG ncols, LONGLONG nrows, LONGLONG naxis1, LONGLONG naxis2, LONGLONG naxis3, signed char *array, int *anynul, int *status)
 
int ffgsvsb (fitsfile *fptr, int colnum, int naxis, long *naxes, long *blc, long *trc, long *inc, signed char nulval, signed char *array, int *anynul, int *status)
 
int ffgsfsb (fitsfile *fptr, int colnum, int naxis, long *naxes, long *blc, long *trc, long *inc, signed char *array, char *flagval, int *anynul, int *status)
 
int ffggpsb (fitsfile *fptr, long group, long firstelem, long nelem, signed char *array, int *status)
 
int ffgcvsb (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, signed char nulval, signed char *array, int *anynul, int *status)
 
int ffgcfsb (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, signed char *array, char *nularray, int *anynul, int *status)
 
int ffgclsb (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, long elemincre, int nultyp, signed char nulval, signed char *array, char *nularray, int *anynul, int *status)
 
int fffi1s1 (unsigned char *input, long ntodo, double scale, double zero, int nullcheck, unsigned char tnull, signed char nullval, char *nullarray, int *anynull, signed char *output, int *status)
 
int fffi2s1 (short *input, long ntodo, double scale, double zero, int nullcheck, short tnull, signed char nullval, char *nullarray, int *anynull, signed char *output, int *status)
 
int fffi4s1 (INT32BIT *input, long ntodo, double scale, double zero, int nullcheck, INT32BIT tnull, signed char nullval, char *nullarray, int *anynull, signed char *output, int *status)
 
int fffi8s1 (LONGLONG *input, long ntodo, double scale, double zero, int nullcheck, LONGLONG tnull, signed char nullval, char *nullarray, int *anynull, signed char *output, int *status)
 
int fffr4s1 (float *input, long ntodo, double scale, double zero, int nullcheck, signed char nullval, char *nullarray, int *anynull, signed char *output, int *status)
 
int fffr8s1 (double *input, long ntodo, double scale, double zero, int nullcheck, signed char nullval, char *nullarray, int *anynull, signed char *output, int *status)
 
int fffstrs1 (char *input, long ntodo, double scale, double zero, long twidth, double implipower, int nullcheck, char *snull, signed char nullval, char *nullarray, int *anynull, signed char *output, int *status)
 

Function Documentation

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

int ffgclsb ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
long  elemincre,
int  nultyp,
signed char  nulval,
signed 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 ffgcvsb ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
signed char  nulval,
signed char *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

int ffggpsb ( fitsfile fptr,
long  group,
long  firstelem,
long  nelem,
signed char *  array,
int *  status 
)

Here is the call graph for this function:

int ffgpfsb ( fitsfile fptr,
long  group,
LONGLONG  firstelem,
LONGLONG  nelem,
signed 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 ffgpvsb ( fitsfile fptr,
long  group,
LONGLONG  firstelem,
LONGLONG  nelem,
signed char  nulval,
signed char *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function: