- Timestamp:
- Jul 27, 2010, 3:12:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/Ohana/src/relastro/include/relastro.h
r28703 r28720 3 3 # include <kapa.h> 4 4 # include <signal.h> 5 # include <assert.h> 5 6 6 7 typedef enum { … … 76 77 int Nmeas; 77 78 } StatType; 79 80 # define MARKTIME(MSG,...) { \ 81 float dtime; \ 82 gettimeofday (&stop, (void *) NULL); \ 83 dtime = DTIME (stop, start); \ 84 fprintf (stderr, MSG, __VA_ARGS__); } 78 85 79 86 /* global variables set in parameter file */ … … 150 157 int NY_MAP; 151 158 double DPOS_MAX; 159 double ADDSTAR_RADIUS; 152 160 153 161 /*** relphot prototypes ***/ … … 212 220 void create_image_db (FITS_DB *db); 213 221 void save_catalogs (Catalog *catalog, int Ncatalog); 222 223 int reload_images (FITS_DB *db); 214 224 215 225 int main PROTO((int argc, char **argv)); … … 272 282 double **poly2d_copy (double **poly, int Nx, int Ny); 273 283 double poly2d_eval (double **poly, int Nx, int Ny, double x, double y); 274 int fit_apply_coords (CoordFit *fit, Coords *coords );284 int fit_apply_coords (CoordFit *fit, Coords *coords, int keepRef); 275 285 int CoordsGetCenter (CoordFit *fit, double tol, double *xo, double *yo); 276 286 CoordFit *CoordsSetCenter (CoordFit *input, double Xo, double Yo); 277 int FitChip (StarData *raw, StarData *ref, int Nmatch, Coords *coords);287 int FitChip (StarData *raw, StarData *ref, int Nmatch, Image *image); 278 288 void FitMosaic (StarData *raw, StarData *ref, int Nmatch, Coords *coords); 279 289 void FitSimple (StarData *raw, StarData *ref, int Nmatch, Coords *coords);
Note:
See TracChangeset
for help on using the changeset viewer.
