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

Functions

int ffcopy (fitsfile *infptr, fitsfile *outfptr, int morekeys, int *status)
 
int ffcpfl (fitsfile *infptr, fitsfile *outfptr, int previous, int current, int following, int *status)
 
int ffcphd (fitsfile *infptr, fitsfile *outfptr, int *status)
 
int ffcpdt (fitsfile *infptr, fitsfile *outfptr, int *status)
 
int ffwrhdu (fitsfile *infptr, FILE *outstream, int *status)
 
int ffiimg (fitsfile *fptr, int bitpix, int naxis, long *naxes, int *status)
 
int ffiimgll (fitsfile *fptr, int bitpix, int naxis, LONGLONG *naxes, int *status)
 
int ffitab (fitsfile *fptr, LONGLONG naxis1, LONGLONG naxis2, int tfields, char **ttype, long *tbcol, char **tform, char **tunit, const char *extnmx, int *status)
 
int ffibin (fitsfile *fptr, LONGLONG naxis2, int tfields, char **ttype, char **tform, char **tunit, const char *extnmx, LONGLONG pcount, int *status)
 
int ffdhdu (fitsfile *fptr, int *hdutype, int *status)
 

Function Documentation

int ffcopy ( fitsfile infptr,
fitsfile outfptr,
int  morekeys,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffcpdt ( fitsfile infptr,
fitsfile outfptr,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffcpfl ( fitsfile infptr,
fitsfile outfptr,
int  previous,
int  current,
int  following,
int *  status 
)

Here is the call graph for this function:

int ffcphd ( fitsfile infptr,
fitsfile outfptr,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffdhdu ( fitsfile fptr,
int *  hdutype,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffibin ( fitsfile fptr,
LONGLONG  naxis2,
int  tfields,
char **  ttype,
char **  tform,
char **  tunit,
const char *  extnmx,
LONGLONG  pcount,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffiimg ( fitsfile fptr,
int  bitpix,
int  naxis,
long *  naxes,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffiimgll ( fitsfile fptr,
int  bitpix,
int  naxis,
LONGLONG naxes,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffitab ( fitsfile fptr,
LONGLONG  naxis1,
LONGLONG  naxis2,
int  tfields,
char **  ttype,
long *  tbcol,
char **  tform,
char **  tunit,
const char *  extnmx,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffwrhdu ( fitsfile infptr,
FILE *  outstream,
int *  status 
)

Here is the call graph for this function: