TwiceAsNice
2019-02-18
|
#include <math.h>
#include "stdio.h"
#include "string.h"
#include "wcsmath.h"
#include "wcstrig.h"
#include "sph.h"
#include "wcs.h"
Macros | |
#define | wcs_signbit(X) ((X) < 0.0 ? 1 : 0) |
Functions | |
int | wcsset (int naxis, ctype, struct wcsprm *wcs) const |
int | wcsfwd (ctype, struct wcsprm *wcs, world, crval, struct celprm *cel, double *phi, double *theta, struct prjprm *prj, imgcrd, struct linprm *lin, pixcrd) const |
int | wcsrev (ctype, struct wcsprm *wcs, pixcrd, struct linprm *lin, imgcrd, struct prjprm *prj, double *phi, double *theta, crval, struct celprm *cel, world) const |
int | wcsmix (ctype, struct wcsprm *wcs, const int mixpix, const int mixcel, vspan, vstep, int viter, world, crval, struct celprm *cel, double *phi, double *theta, struct prjprm *prj, imgcrd, struct linprm *lin, pixcrd) const |
Variables | |
const char * | wcsset_errmsg [] |
const char * | wcsfwd_errmsg [] |
const char * | wcsrev_errmsg [] |
const char * | wcsmix_errmsg [] |
int wcsfwd | ( | ctype | , |
struct wcsprm* | wcs, | ||
world | , | ||
crval | , | ||
struct celprm * | cel, | ||
double * | phi, | ||
double * | theta, | ||
struct prjprm * | prj, | ||
imgcrd | , | ||
struct linprm * | lin, | ||
pixcrd | |||
) | const |
int wcsmix | ( | ctype | , |
struct wcsprm * | wcs, | ||
const int | mixpix, | ||
const int | mixcel, | ||
vspan | , | ||
vstep, | |||
int | viter, | ||
world | , | ||
crval | , | ||
struct celprm * | cel, | ||
double * | phi, | ||
double * | theta, | ||
struct prjprm * | prj, | ||
imgcrd | , | ||
struct linprm * | lin, | ||
pixcrd | |||
) | const |
int wcsrev | ( | ctype | , |
struct wcsprm * | wcs, | ||
pixcrd | , | ||
struct linprm * | lin, | ||
imgcrd | , | ||
struct prjprm * | prj, | ||
double * | phi, | ||
double * | theta, | ||
crval | , | ||
struct celprm * | cel, | ||
world | |||
) | const |
int wcsset | ( | int | naxis, |
ctype | , | ||
struct wcsprm * | wcs | ||
) | const |
const char* wcsfwd_errmsg[] |
const char* wcsmix_errmsg[] |
const char* wcsrev_errmsg[] |
const char* wcsset_errmsg[] |