TwiceAsNice
2019-02-18
|
#include "fitswcs.h"
Macros | |
#define | DEG (PI/180.0) /* 1 deg in radians */ |
#define | ARCSEC (DEG/3600.0) /* 1 arcsec in radians */ |
#define | MJD2000 51544.50000 /* Modified Julian date for J2000.0 */ |
#define | MJD1950 33281.92346 /* Modified Julian date for B1950.0 */ |
#define | JU2TROP 1.0000214 /* 1 Julian century in tropical units*/ |
#define | MAMA_CORFLEX 3.3e-5 /* MAMA coordinate correction factor */ |
Functions | |
void | astrom_errparam (picstruct *, objstruct *) |
void | astrom_peakpos (picstruct *, objstruct *) |
void | astrom_pos (picstruct *, objstruct *) |
void | astrom_proferrparam (picstruct *, objstruct *) |
void | astrom_profpos (picstruct *, objstruct *) |
void | astrom_profshapeparam (picstruct *, objstruct *) |
void | astrom_psferrparam (picstruct *, objstruct *) |
void | astrom_psfpos (picstruct *, objstruct *) |
void | astrom_shapeparam (picstruct *, objstruct *) |
void | astrom_winerrparam (picstruct *, objstruct *) |
void | astrom_winpos (picstruct *, objstruct *) |
void | astrom_winshapeparam (picstruct *, objstruct *) |
void | initastrom (picstruct *) |
void | j2b (double, double, double, double *, double *) |
void | precess (double, double, double, double, double *, double *) |
double * | compute_wcs (picstruct *, double, double) |
#define ARCSEC (DEG/3600.0) /* 1 arcsec in radians */ |
#define DEG (PI/180.0) /* 1 deg in radians */ |
#define JU2TROP 1.0000214 /* 1 Julian century in tropical units*/ |
#define MAMA_CORFLEX 3.3e-5 /* MAMA coordinate correction factor */ |
#define MJD1950 33281.92346 /* Modified Julian date for B1950.0 */ |
#define MJD2000 51544.50000 /* Modified Julian date for J2000.0 */ |
double* compute_wcs | ( | picstruct * | , |
double | , | ||
double | |||
) |
void initastrom | ( | picstruct * | ) |
void j2b | ( | double | , |
double | , | ||
double | , | ||
double * | , | ||
double * | |||
) |
void precess | ( | double | , |
double | , | ||
double | , | ||
double | , | ||
double * | , | ||
double * | |||
) |