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

Functions

int ffppx (fitsfile *fptr, int datatype, long *firstpix, LONGLONG nelem, void *array, int *status)
 
int ffppxll (fitsfile *fptr, int datatype, LONGLONG *firstpix, LONGLONG nelem, void *array, int *status)
 
int ffppxn (fitsfile *fptr, int datatype, long *firstpix, LONGLONG nelem, void *array, void *nulval, int *status)
 
int ffppxnll (fitsfile *fptr, int datatype, LONGLONG *firstpix, LONGLONG nelem, void *array, void *nulval, int *status)
 
int ffppr (fitsfile *fptr, int datatype, LONGLONG firstelem, LONGLONG nelem, void *array, int *status)
 
int ffppn (fitsfile *fptr, int datatype, LONGLONG firstelem, LONGLONG nelem, void *array, void *nulval, int *status)
 
int ffpss (fitsfile *fptr, int datatype, long *blc, long *trc, void *array, int *status)
 
int ffpcl (fitsfile *fptr, int datatype, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, void *array, int *status)
 
int ffpcn (fitsfile *fptr, int datatype, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, void *array, void *nulval, int *status)
 
int fits_iter_set_by_name (iteratorCol *col, fitsfile *fptr, char *colname, int datatype, int iotype)
 
int fits_iter_set_by_num (iteratorCol *col, fitsfile *fptr, int colnum, int datatype, int iotype)
 
int fits_iter_set_file (iteratorCol *col, fitsfile *fptr)
 
int fits_iter_set_colname (iteratorCol *col, char *colname)
 
int fits_iter_set_colnum (iteratorCol *col, int colnum)
 
int fits_iter_set_datatype (iteratorCol *col, int datatype)
 
int fits_iter_set_iotype (iteratorCol *col, int iotype)
 
fitsfilefits_iter_get_file (iteratorCol *col)
 
char * fits_iter_get_colname (iteratorCol *col)
 
int fits_iter_get_colnum (iteratorCol *col)
 
int fits_iter_get_datatype (iteratorCol *col)
 
int fits_iter_get_iotype (iteratorCol *col)
 
void * fits_iter_get_array (iteratorCol *col)
 
long fits_iter_get_tlmin (iteratorCol *col)
 
long fits_iter_get_tlmax (iteratorCol *col)
 
long fits_iter_get_repeat (iteratorCol *col)
 
char * fits_iter_get_tunit (iteratorCol *col)
 
char * fits_iter_get_tdisp (iteratorCol *col)
 
int ffiter (int n_cols, iteratorCol *cols, long offset, long n_per_loop, int(*work_fn)(long total_n, long offset, long first_n, long n_values, int n_cols, iteratorCol *cols, void *userPointer), void *userPointer, int *status)
 

Function Documentation

int ffiter ( int  n_cols,
iteratorCol cols,
long  offset,
long  n_per_loop,
int(*)(long total_n, long offset, long first_n, long n_values, int n_cols, iteratorCol *cols, void *userPointer)  work_fn,
void *  userPointer,
int *  status 
)

Here is the call graph for this function:

int ffpcl ( fitsfile fptr,
int  datatype,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
void *  array,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffpcn ( fitsfile fptr,
int  datatype,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
void *  array,
void *  nulval,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffppn ( fitsfile fptr,
int  datatype,
LONGLONG  firstelem,
LONGLONG  nelem,
void *  array,
void *  nulval,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffppr ( fitsfile fptr,
int  datatype,
LONGLONG  firstelem,
LONGLONG  nelem,
void *  array,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffppx ( fitsfile fptr,
int  datatype,
long *  firstpix,
LONGLONG  nelem,
void *  array,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffppxll ( fitsfile fptr,
int  datatype,
LONGLONG firstpix,
LONGLONG  nelem,
void *  array,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffppxn ( fitsfile fptr,
int  datatype,
long *  firstpix,
LONGLONG  nelem,
void *  array,
void *  nulval,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffppxnll ( fitsfile fptr,
int  datatype,
LONGLONG firstpix,
LONGLONG  nelem,
void *  array,
void *  nulval,
int *  status 
)

Here is the call graph for this function:

int ffpss ( fitsfile fptr,
int  datatype,
long *  blc,
long *  trc,
void *  array,
int *  status 
)

Here is the call graph for this function:

void* fits_iter_get_array ( iteratorCol col)

Here is the caller graph for this function:

char* fits_iter_get_colname ( iteratorCol col)
int fits_iter_get_colnum ( iteratorCol col)
int fits_iter_get_datatype ( iteratorCol col)

Here is the caller graph for this function:

fitsfile* fits_iter_get_file ( iteratorCol col)
int fits_iter_get_iotype ( iteratorCol col)
long fits_iter_get_repeat ( iteratorCol col)

Here is the caller graph for this function:

char* fits_iter_get_tdisp ( iteratorCol col)
long fits_iter_get_tlmax ( iteratorCol col)
long fits_iter_get_tlmin ( iteratorCol col)
char* fits_iter_get_tunit ( iteratorCol col)
int fits_iter_set_by_name ( iteratorCol col,
fitsfile fptr,
char *  colname,
int  datatype,
int  iotype 
)

Here is the caller graph for this function:

int fits_iter_set_by_num ( iteratorCol col,
fitsfile fptr,
int  colnum,
int  datatype,
int  iotype 
)

Here is the caller graph for this function:

int fits_iter_set_colname ( iteratorCol col,
char *  colname 
)
int fits_iter_set_colnum ( iteratorCol col,
int  colnum 
)
int fits_iter_set_datatype ( iteratorCol col,
int  datatype 
)

Here is the caller graph for this function:

int fits_iter_set_file ( iteratorCol col,
fitsfile fptr 
)

Here is the caller graph for this function:

int fits_iter_set_iotype ( iteratorCol col,
int  iotype 
)

Here is the caller graph for this function: