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

Functions

int ffpprj (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, long *array, int *status)
 
int ffppnj (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, long *array, long nulval, int *status)
 
int ffp2dj (fitsfile *fptr, long group, LONGLONG ncols, LONGLONG naxis1, LONGLONG naxis2, long *array, int *status)
 
int ffp3dj (fitsfile *fptr, long group, LONGLONG ncols, LONGLONG nrows, LONGLONG naxis1, LONGLONG naxis2, LONGLONG naxis3, long *array, int *status)
 
int ffpssj (fitsfile *fptr, long group, long naxis, long *naxes, long *fpixel, long *lpixel, long *array, int *status)
 
int ffpgpj (fitsfile *fptr, long group, long firstelem, long nelem, long *array, int *status)
 
int ffpclj (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, long *array, int *status)
 
int ffpcnj (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, long *array, long nulvalue, int *status)
 
int ffi4fi1 (long *input, long ntodo, double scale, double zero, unsigned char *output, int *status)
 
int ffi4fi2 (long *input, long ntodo, double scale, double zero, short *output, int *status)
 
int ffi4fi4 (long *input, long ntodo, double scale, double zero, INT32BIT *output, int *status)
 
int fflongfi8 (long *input, long ntodo, double scale, double zero, LONGLONG *output, int *status)
 
int ffi4fr4 (long *input, long ntodo, double scale, double zero, float *output, int *status)
 
int ffi4fr8 (long *input, long ntodo, double scale, double zero, double *output, int *status)
 
int ffi4fstr (long *input, long ntodo, double scale, double zero, char *cform, long twidth, char *output, int *status)
 
int ffpprjj (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, LONGLONG *array, int *status)
 
int ffppnjj (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, LONGLONG *array, LONGLONG nulval, int *status)
 
int ffp2djj (fitsfile *fptr, long group, LONGLONG ncols, LONGLONG naxis1, LONGLONG naxis2, LONGLONG *array, int *status)
 
int ffp3djj (fitsfile *fptr, long group, LONGLONG ncols, LONGLONG nrows, LONGLONG naxis1, LONGLONG naxis2, LONGLONG naxis3, LONGLONG *array, int *status)
 
int ffpssjj (fitsfile *fptr, long group, long naxis, long *naxes, long *fpixel, long *lpixel, LONGLONG *array, int *status)
 
int ffpgpjj (fitsfile *fptr, long group, long firstelem, long nelem, LONGLONG *array, int *status)
 
int ffpcljj (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, LONGLONG *array, int *status)
 
int ffpcnjj (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, LONGLONG *array, LONGLONG nulvalue, int *status)
 
int ffi8fi1 (LONGLONG *input, long ntodo, double scale, double zero, unsigned char *output, int *status)
 
int ffi8fi2 (LONGLONG *input, long ntodo, double scale, double zero, short *output, int *status)
 
int ffi8fi4 (LONGLONG *input, long ntodo, double scale, double zero, INT32BIT *output, int *status)
 
int ffi8fi8 (LONGLONG *input, long ntodo, double scale, double zero, LONGLONG *output, int *status)
 
int ffi8fr4 (LONGLONG *input, long ntodo, double scale, double zero, float *output, int *status)
 
int ffi8fr8 (LONGLONG *input, long ntodo, double scale, double zero, double *output, int *status)
 
int ffi8fstr (LONGLONG *input, long ntodo, double scale, double zero, char *cform, long twidth, char *output, int *status)
 

Function Documentation

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

int ffi8fi2 ( LONGLONG input,
long  ntodo,
double  scale,
double  zero,
short *  output,
int *  status 
)

Here is the caller graph for this function:

int ffi8fi4 ( LONGLONG input,
long  ntodo,
double  scale,
double  zero,
INT32BIT output,
int *  status 
)

Here is the caller graph for this function:

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

Here is the caller graph for this function:

int ffi8fr4 ( LONGLONG input,
long  ntodo,
double  scale,
double  zero,
float *  output,
int *  status 
)

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

int ffpclj ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
long *  array,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

int ffpcnj ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
long *  array,
long  nulvalue,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

int ffpssjj ( fitsfile fptr,
long  group,
long  naxis,
long *  naxes,
long *  fpixel,
long *  lpixel,
LONGLONG array,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function: