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

Functions

int ffppri (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, short *array, int *status)
 
int ffppni (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, short *array, short nulval, int *status)
 
int ffp2di (fitsfile *fptr, long group, LONGLONG ncols, LONGLONG naxis1, LONGLONG naxis2, short *array, int *status)
 
int ffp3di (fitsfile *fptr, long group, LONGLONG ncols, LONGLONG nrows, LONGLONG naxis1, LONGLONG naxis2, LONGLONG naxis3, short *array, int *status)
 
int ffpssi (fitsfile *fptr, long group, long naxis, long *naxes, long *fpixel, long *lpixel, short *array, int *status)
 
int ffpgpi (fitsfile *fptr, long group, long firstelem, long nelem, short *array, int *status)
 
int ffpcli (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, short *array, int *status)
 
int ffpcni (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, short *array, short nulvalue, int *status)
 
int ffi2fi1 (short *input, long ntodo, double scale, double zero, unsigned char *output, int *status)
 
int ffi2fi2 (short *input, long ntodo, double scale, double zero, short *output, int *status)
 
int ffi2fi4 (short *input, long ntodo, double scale, double zero, INT32BIT *output, int *status)
 
int ffi2fi8 (short *input, long ntodo, double scale, double zero, LONGLONG *output, int *status)
 
int ffi2fr4 (short *input, long ntodo, double scale, double zero, float *output, int *status)
 
int ffi2fr8 (short *input, long ntodo, double scale, double zero, double *output, int *status)
 
int ffi2fstr (short *input, long ntodo, double scale, double zero, char *cform, long twidth, char *output, int *status)
 

Function Documentation

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function: