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

Functions

int fits_read_wcstab (fitsfile *fptr, int nwtb, wtbarr *wtb, int *status)
 
int ffgiwcs (fitsfile *fptr, char **header, int *status)
 
int ffgics (fitsfile *fptr, double *xrval, double *yrval, double *xrpix, double *yrpix, double *xinc, double *yinc, double *rot, char *type, int *status)
 
int ffgicsa (fitsfile *fptr, char version, double *xrval, double *yrval, double *xrpix, double *yrpix, double *xinc, double *yinc, double *rot, char *type, int *status)
 
int ffgtcs (fitsfile *fptr, int xcol, int ycol, double *xrval, double *yrval, double *xrpix, double *yrpix, double *xinc, double *yinc, double *rot, char *type, int *status)
 
int ffgtwcs (fitsfile *fptr, int xcol, int ycol, char **header, int *status)
 

Function Documentation

int ffgics ( fitsfile fptr,
double *  xrval,
double *  yrval,
double *  xrpix,
double *  yrpix,
double *  xinc,
double *  yinc,
double *  rot,
char *  type,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgicsa ( fitsfile fptr,
char  version,
double *  xrval,
double *  yrval,
double *  xrpix,
double *  yrpix,
double *  xinc,
double *  yinc,
double *  rot,
char *  type,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgiwcs ( fitsfile fptr,
char **  header,
int *  status 
)

Here is the call graph for this function:

int ffgtcs ( fitsfile fptr,
int  xcol,
int  ycol,
double *  xrval,
double *  yrval,
double *  xrpix,
double *  yrpix,
double *  xinc,
double *  yinc,
double *  rot,
char *  type,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgtwcs ( fitsfile fptr,
int  xcol,
int  ycol,
char **  header,
int *  status 
)

Here is the call graph for this function:

int fits_read_wcstab ( fitsfile fptr,
int  nwtb,
wtbarr wtb,
int *  status 
)