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

Functions

int ffpprd (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, double *array, int *status)
 
int ffppnd (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, double *array, double nulval, int *status)
 
int ffp2dd (fitsfile *fptr, long group, LONGLONG ncols, LONGLONG naxis1, LONGLONG naxis2, double *array, int *status)
 
int ffp3dd (fitsfile *fptr, long group, LONGLONG ncols, LONGLONG nrows, LONGLONG naxis1, LONGLONG naxis2, LONGLONG naxis3, double *array, int *status)
 
int ffpssd (fitsfile *fptr, long group, long naxis, long *naxes, long *fpixel, long *lpixel, double *array, int *status)
 
int ffpgpd (fitsfile *fptr, long group, long firstelem, long nelem, double *array, int *status)
 
int ffpcld (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, double *array, int *status)
 
int ffpclm (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, double *array, int *status)
 
int ffpcnd (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, double *array, double nulvalue, int *status)
 
int ffr8fi1 (double *input, long ntodo, double scale, double zero, unsigned char *output, int *status)
 
int ffr8fi2 (double *input, long ntodo, double scale, double zero, short *output, int *status)
 
int ffr8fi4 (double *input, long ntodo, double scale, double zero, INT32BIT *output, int *status)
 
int ffr8fi8 (double *input, long ntodo, double scale, double zero, LONGLONG *output, int *status)
 
int ffr8fr4 (double *input, long ntodo, double scale, double zero, float *output, int *status)
 
int ffr8fr8 (double *input, long ntodo, double scale, double zero, double *output, int *status)
 
int ffr8fstr (double *input, long ntodo, double scale, double zero, char *cform, long twidth, char *output, int *status)
 

Function Documentation

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function: