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

Functions

int ffppruk (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, unsigned int *array, int *status)
 
int ffppnuk (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, unsigned int *array, unsigned int nulval, int *status)
 
int ffp2duk (fitsfile *fptr, long group, LONGLONG ncols, LONGLONG naxis1, LONGLONG naxis2, unsigned int *array, int *status)
 
int ffp3duk (fitsfile *fptr, long group, LONGLONG ncols, LONGLONG nrows, LONGLONG naxis1, LONGLONG naxis2, LONGLONG naxis3, unsigned int *array, int *status)
 
int ffpssuk (fitsfile *fptr, long group, long naxis, long *naxes, long *fpixel, long *lpixel, unsigned int *array, int *status)
 
int ffpgpuk (fitsfile *fptr, long group, long firstelem, long nelem, unsigned int *array, int *status)
 
int ffpcluk (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, unsigned int *array, int *status)
 
int ffpcnuk (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, unsigned int *array, unsigned int nulvalue, int *status)
 
int ffuintfi1 (unsigned int *input, long ntodo, double scale, double zero, unsigned char *output, int *status)
 
int ffuintfi2 (unsigned int *input, long ntodo, double scale, double zero, short *output, int *status)
 
int ffuintfi4 (unsigned int *input, long ntodo, double scale, double zero, INT32BIT *output, int *status)
 
int ffuintfi8 (unsigned int *input, long ntodo, double scale, double zero, LONGLONG *output, int *status)
 
int ffuintfr4 (unsigned int *input, long ntodo, double scale, double zero, float *output, int *status)
 
int ffuintfr8 (unsigned int *input, long ntodo, double scale, double zero, double *output, int *status)
 
int ffuintfstr (unsigned int *input, long ntodo, double scale, double zero, char *cform, long twidth, char *output, int *status)
 

Function Documentation

int ffp2duk ( fitsfile fptr,
long  group,
LONGLONG  ncols,
LONGLONG  naxis1,
LONGLONG  naxis2,
unsigned int *  array,
int *  status 
)

Here is the call graph for this function:

int ffp3duk ( fitsfile fptr,
long  group,
LONGLONG  ncols,
LONGLONG  nrows,
LONGLONG  naxis1,
LONGLONG  naxis2,
LONGLONG  naxis3,
unsigned int *  array,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffpcluk ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
unsigned int *  array,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffpcnuk ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
unsigned int *  array,
unsigned int  nulvalue,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

int ffppruk ( fitsfile fptr,
long  group,
LONGLONG  firstelem,
LONGLONG  nelem,
unsigned int *  array,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffpssuk ( fitsfile fptr,
long  group,
long  naxis,
long *  naxes,
long *  fpixel,
long *  lpixel,
unsigned int *  array,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffuintfi1 ( unsigned int *  input,
long  ntodo,
double  scale,
double  zero,
unsigned char *  output,
int *  status 
)

Here is the caller graph for this function:

int ffuintfi2 ( unsigned int *  input,
long  ntodo,
double  scale,
double  zero,
short *  output,
int *  status 
)

Here is the caller graph for this function:

int ffuintfi4 ( unsigned int *  input,
long  ntodo,
double  scale,
double  zero,
INT32BIT output,
int *  status 
)

Here is the caller graph for this function:

int ffuintfi8 ( unsigned int *  input,
long  ntodo,
double  scale,
double  zero,
LONGLONG output,
int *  status 
)

Here is the caller graph for this function:

int ffuintfr4 ( unsigned int *  input,
long  ntodo,
double  scale,
double  zero,
float *  output,
int *  status 
)

Here is the caller graph for this function:

int ffuintfr8 ( unsigned int *  input,
long  ntodo,
double  scale,
double  zero,
double *  output,
int *  status 
)

Here is the caller graph for this function:

int ffuintfstr ( unsigned int *  input,
long  ntodo,
double  scale,
double  zero,
char *  cform,
long  twidth,
char *  output,
int *  status 
)

Here is the caller graph for this function: