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

Functions

int ffpprb (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, unsigned char *array, int *status)
 
int ffppnb (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, unsigned char *array, unsigned char nulval, int *status)
 
int ffp2db (fitsfile *fptr, long group, LONGLONG ncols, LONGLONG naxis1, LONGLONG naxis2, unsigned char *array, int *status)
 
int ffp3db (fitsfile *fptr, long group, LONGLONG ncols, LONGLONG nrows, LONGLONG naxis1, LONGLONG naxis2, LONGLONG naxis3, unsigned char *array, int *status)
 
int ffpssb (fitsfile *fptr, long group, long naxis, long *naxes, long *fpixel, long *lpixel, unsigned char *array, int *status)
 
int ffpgpb (fitsfile *fptr, long group, long firstelem, long nelem, unsigned char *array, int *status)
 
int ffpclb (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, unsigned char *array, int *status)
 
int ffpcnb (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, unsigned char *array, unsigned char nulvalue, int *status)
 
int ffpextn (fitsfile *fptr, LONGLONG offset, LONGLONG nelem, void *buffer, int *status)
 
int ffi1fi1 (unsigned char *input, long ntodo, double scale, double zero, unsigned char *output, int *status)
 
int ffi1fi2 (unsigned char *input, long ntodo, double scale, double zero, short *output, int *status)
 
int ffi1fi4 (unsigned char *input, long ntodo, double scale, double zero, INT32BIT *output, int *status)
 
int ffi1fi8 (unsigned char *input, long ntodo, double scale, double zero, LONGLONG *output, int *status)
 
int ffi1fr4 (unsigned char *input, long ntodo, double scale, double zero, float *output, int *status)
 
int ffi1fr8 (unsigned char *input, long ntodo, double scale, double zero, double *output, int *status)
 
int ffi1fstr (unsigned char *input, long ntodo, double scale, double zero, char *cform, long twidth, char *output, int *status)
 

Function Documentation

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

int ffpextn ( fitsfile fptr,
LONGLONG  offset,
LONGLONG  nelem,
void *  buffer,
int *  status 
)

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function: