cfitsio  3390
Functions | Variables
iter_c.c File Reference
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "fitsio.h"
Include dependency graph for iter_c.c:

Functions

 main ()
 
int writehisto (long totaln, long offset, long firstn, long nvalues, int narrays, iteratorCol *histo, void *userPointer)
 
int calchisto (long totalrows, long offset, long firstrow, long nrows, int ncols, iteratorCol *cols, void *userPointer)
 

Variables

long xsize = 480
 
long ysize = 480
 
long xbinsize = 32
 
long ybinsize = 32
 

Function Documentation

int calchisto ( long  totalrows,
long  offset,
long  firstrow,
long  nrows,
int  ncols,
iteratorCol cols,
void *  userPointer 
)

Here is the call graph for this function:

Here is the caller graph for this function:

main ( void  )

Here is the call graph for this function:

int writehisto ( long  totaln,
long  offset,
long  firstn,
long  nvalues,
int  narrays,
iteratorCol histo,
void *  userPointer 
)

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

long xbinsize = 32
long xsize = 480
long ybinsize = 32
long ysize = 480