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

Functions

int ffpprui (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, unsigned short *array, int *status)
 
int ffppnui (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, unsigned short *array, unsigned short nulval, int *status)
 
int ffp2dui (fitsfile *fptr, long group, LONGLONG ncols, LONGLONG naxis1, LONGLONG naxis2, unsigned short *array, int *status)
 
int ffp3dui (fitsfile *fptr, long group, LONGLONG ncols, LONGLONG nrows, LONGLONG naxis1, LONGLONG naxis2, LONGLONG naxis3, unsigned short *array, int *status)
 
int ffpssui (fitsfile *fptr, long group, long naxis, long *naxes, long *fpixel, long *lpixel, unsigned short *array, int *status)
 
int ffpgpui (fitsfile *fptr, long group, long firstelem, long nelem, unsigned short *array, int *status)
 
int ffpclui (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, unsigned short *array, int *status)
 
int ffpcnui (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, unsigned short *array, unsigned short nulvalue, int *status)
 
int ffu2fi1 (unsigned short *input, long ntodo, double scale, double zero, unsigned char *output, int *status)
 
int ffu2fi2 (unsigned short *input, long ntodo, double scale, double zero, short *output, int *status)
 
int ffu2fi4 (unsigned short *input, long ntodo, double scale, double zero, INT32BIT *output, int *status)
 
int ffu2fi8 (unsigned short *input, long ntodo, double scale, double zero, LONGLONG *output, int *status)
 
int ffu2fr4 (unsigned short *input, long ntodo, double scale, double zero, float *output, int *status)
 
int ffu2fr8 (unsigned short *input, long ntodo, double scale, double zero, double *output, int *status)
 
int ffu2fstr (unsigned short *input, long ntodo, double scale, double zero, char *cform, long twidth, char *output, int *status)
 

Function Documentation

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function: