Changeset 16810 for trunk/Ohana/src/relastro/include/relastro.h
- Timestamp:
- Mar 4, 2008, 12:39:41 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/include/relastro.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/include/relastro.h
r16060 r16810 10 10 } CoordMode; 11 11 12 typedef enum {ERROR_MODE_RA, ERROR_MODE_DEC, ERROR_MODE_POS} ErrorMode; 13 12 14 typedef struct { 13 15 double R, D; /* Sky Coords - degrees */ … … 15 17 double L, M; /* Focal Plane - pixels */ 16 18 double X, Y; /* Chip Coords - pixels */ 17 double Mag, dMag; 19 double Mag; 20 double dMag; 21 double dPos; 18 22 int mask; 19 23 } StarData; … … 263 267 void fit_add (CoordFit *fit, double x1, double y1, double x2, double y2, double wt); 264 268 void fit_eval (CoordFit *fit); 269 void fit_apply (CoordFit *fit, double *x2, double *y2, double x1, double y1); 265 270 double **poly2d_dx (double **poly, int Nx, int Ny); 266 271 double **poly2d_dy (double **poly, int Nx, int Ny); 267 272 double **poly2d_copy (double **poly, int Nx, int Ny); 268 273 double poly2d_eval (double **poly, int Nx, int Ny, double x, double y); 269 voidfit_apply_coords (CoordFit *fit, Coords *coords);274 CoordFit *fit_apply_coords (CoordFit *fit, Coords *coords); 270 275 int CoordsGetCenter (CoordFit *fit, double tol, double *xo, double *yo); 271 276 CoordFit *CoordsSetCenter (CoordFit *input, double Xo, double Yo); … … 278 283 int UpdateChips (Catalog *catalog, int Ncatalog); 279 284 int UpdateMosaic (Catalog *catalog, int Ncatalog); 285 int UpdateMeasures (Catalog *catalog, int Ncatalog); 286 void fixImageRaw (Catalog *catalog, int Ncatalog, int im); 287 280 288 int sun_ecliptic (double jd, double *lambda, double *beta, double *epsilon); 281 289 int ParFactor (double *pR, double *pD, double R, double D, time_t T);
Note:
See TracChangeset
for help on using the changeset viewer.
