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

Macros

#define shftbuffsize   100000
 

Functions

int ffrsim (fitsfile *fptr, int bitpix, int naxis, long *naxes, int *status)
 
int ffrsimll (fitsfile *fptr, int bitpix, int naxis, LONGLONG *naxes, int *status)
 
int ffirow (fitsfile *fptr, LONGLONG firstrow, LONGLONG nrows, int *status)
 
int ffdrow (fitsfile *fptr, LONGLONG firstrow, LONGLONG nrows, int *status)
 
int ffdrrg (fitsfile *fptr, char *ranges, int *status)
 
int ffdrws (fitsfile *fptr, long *rownum, long nrows, int *status)
 
int ffdrwsll (fitsfile *fptr, LONGLONG *rownum, LONGLONG nrows, int *status)
 
int ffrwrg (char *rowlist, LONGLONG maxrows, int maxranges, int *numranges, long *minrow, long *maxrow, int *status)
 
int ffrwrgll (char *rowlist, LONGLONG maxrows, int maxranges, int *numranges, LONGLONG *minrow, LONGLONG *maxrow, int *status)
 
int fficol (fitsfile *fptr, int numcol, char *ttype, char *tform, int *status)
 
int fficls (fitsfile *fptr, int fstcol, int ncols, char **ttype, char **tform, int *status)
 
int ffmvec (fitsfile *fptr, int colnum, LONGLONG newveclen, int *status)
 
int ffcpcl (fitsfile *infptr, fitsfile *outfptr, int incol, int outcol, int create_col, int *status)
 
int ffcprw (fitsfile *infptr, fitsfile *outfptr, LONGLONG firstrow, LONGLONG nrows, int *status)
 
int ffcpky (fitsfile *infptr, fitsfile *outfptr, int incol, int outcol, char *rootname, int *status)
 
int ffdcol (fitsfile *fptr, int colnum, int *status)
 
int ffcins (fitsfile *fptr, LONGLONG naxis1, LONGLONG naxis2, LONGLONG ninsert, LONGLONG bytepos, int *status)
 
int ffcdel (fitsfile *fptr, LONGLONG naxis1, LONGLONG naxis2, LONGLONG ndelete, LONGLONG bytepos, int *status)
 
int ffkshf (fitsfile *fptr, int colmin, int colmax, int incre, int *status)
 
int ffshft (fitsfile *fptr, LONGLONG firstbyte, LONGLONG nbytes, LONGLONG nshift, int *status)
 

Macro Definition Documentation

#define shftbuffsize   100000

Function Documentation

int ffcdel ( fitsfile fptr,
LONGLONG  naxis1,
LONGLONG  naxis2,
LONGLONG  ndelete,
LONGLONG  bytepos,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffcins ( fitsfile fptr,
LONGLONG  naxis1,
LONGLONG  naxis2,
LONGLONG  ninsert,
LONGLONG  bytepos,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffcpcl ( fitsfile infptr,
fitsfile outfptr,
int  incol,
int  outcol,
int  create_col,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffcpky ( fitsfile infptr,
fitsfile outfptr,
int  incol,
int  outcol,
char *  rootname,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffcprw ( fitsfile infptr,
fitsfile outfptr,
LONGLONG  firstrow,
LONGLONG  nrows,
int *  status 
)

Here is the call graph for this function:

int ffdcol ( fitsfile fptr,
int  colnum,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffdrow ( fitsfile fptr,
LONGLONG  firstrow,
LONGLONG  nrows,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffdrrg ( fitsfile fptr,
char *  ranges,
int *  status 
)

Here is the call graph for this function:

int ffdrws ( fitsfile fptr,
long *  rownum,
long  nrows,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffdrwsll ( fitsfile fptr,
LONGLONG rownum,
LONGLONG  nrows,
int *  status 
)

Here is the call graph for this function:

int fficls ( fitsfile fptr,
int  fstcol,
int  ncols,
char **  ttype,
char **  tform,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int fficol ( fitsfile fptr,
int  numcol,
char *  ttype,
char *  tform,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffirow ( fitsfile fptr,
LONGLONG  firstrow,
LONGLONG  nrows,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffkshf ( fitsfile fptr,
int  colmin,
int  colmax,
int  incre,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffmvec ( fitsfile fptr,
int  colnum,
LONGLONG  newveclen,
int *  status 
)

Here is the call graph for this function:

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

Here is the call graph for this function:

int ffrsimll ( 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 ffrwrg ( char *  rowlist,
LONGLONG  maxrows,
int  maxranges,
int *  numranges,
long *  minrow,
long *  maxrow,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffrwrgll ( char *  rowlist,
LONGLONG  maxrows,
int  maxranges,
int *  numranges,
LONGLONG minrow,
LONGLONG maxrow,
int *  status 
)

Here is the call graph for this function:

int ffshft ( fitsfile fptr,
LONGLONG  firstbyte,
LONGLONG  nbytes,
LONGLONG  nshift,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function: