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

Functions

int ffgpvui (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, unsigned short nulval, unsigned short *array, int *anynul, int *status)
 
int ffgpfui (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, unsigned short *array, char *nularray, int *anynul, int *status)
 
int ffg2dui (fitsfile *fptr, long group, unsigned short nulval, LONGLONG ncols, LONGLONG naxis1, LONGLONG naxis2, unsigned short *array, int *anynul, int *status)
 
int ffg3dui (fitsfile *fptr, long group, unsigned short nulval, LONGLONG ncols, LONGLONG nrows, LONGLONG naxis1, LONGLONG naxis2, LONGLONG naxis3, unsigned short *array, int *anynul, int *status)
 
int ffgsvui (fitsfile *fptr, int colnum, int naxis, long *naxes, long *blc, long *trc, long *inc, unsigned short nulval, unsigned short *array, int *anynul, int *status)
 
int ffgsfui (fitsfile *fptr, int colnum, int naxis, long *naxes, long *blc, long *trc, long *inc, unsigned short *array, char *flagval, int *anynul, int *status)
 
int ffggpui (fitsfile *fptr, long group, long firstelem, long nelem, unsigned short *array, int *status)
 
int ffgcvui (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, unsigned short nulval, unsigned short *array, int *anynul, int *status)
 
int ffgcfui (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, unsigned short *array, char *nularray, int *anynul, int *status)
 
int ffgclui (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, long elemincre, int nultyp, unsigned short nulval, unsigned short *array, char *nularray, int *anynul, int *status)
 
int fffi1u2 (unsigned char *input, long ntodo, double scale, double zero, int nullcheck, unsigned char tnull, unsigned short nullval, char *nullarray, int *anynull, unsigned short *output, int *status)
 
int fffi2u2 (short *input, long ntodo, double scale, double zero, int nullcheck, short tnull, unsigned short nullval, char *nullarray, int *anynull, unsigned short *output, int *status)
 
int fffi4u2 (INT32BIT *input, long ntodo, double scale, double zero, int nullcheck, INT32BIT tnull, unsigned short nullval, char *nullarray, int *anynull, unsigned short *output, int *status)
 
int fffi8u2 (LONGLONG *input, long ntodo, double scale, double zero, int nullcheck, LONGLONG tnull, unsigned short nullval, char *nullarray, int *anynull, unsigned short *output, int *status)
 
int fffr4u2 (float *input, long ntodo, double scale, double zero, int nullcheck, unsigned short nullval, char *nullarray, int *anynull, unsigned short *output, int *status)
 
int fffr8u2 (double *input, long ntodo, double scale, double zero, int nullcheck, unsigned short nullval, char *nullarray, int *anynull, unsigned short *output, int *status)
 
int fffstru2 (char *input, long ntodo, double scale, double zero, long twidth, double implipower, int nullcheck, char *snull, unsigned short nullval, char *nullarray, int *anynull, unsigned short *output, int *status)
 

Function Documentation

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

int ffggpui ( fitsfile fptr,
long  group,
long  firstelem,
long  nelem,
unsigned short *  array,
int *  status 
)

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function: