Changeset 37037 for trunk/Ohana/src/relphot/include/relphot.h
- Timestamp:
- Jul 17, 2014, 10:12:36 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/include/relphot.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/include/relphot.h
r36632 r37037 4 4 # include <signal.h> 5 5 # include <pthread.h> 6 7 # define MARKTIME(MSG,...) { \8 gettimeofday (&stopTimer, (void *) NULL); \9 float dtime = DTIME (stopTimer, startTimer); \10 fprintf (stderr, MSG, __VA_ARGS__); }11 12 # define INITTIME \13 struct timeval startTimer, stopTimer; \14 gettimeofday (&startTimer, (void *) NULL);15 6 16 7 /* # define GRID_V1 */ … … 119 110 float M; 120 111 float dM; 121 float Xm;112 float Mchisq; 122 113 int Nsec; 123 114 unsigned int objID; … … 130 121 float dMcal; 131 122 float dMagSys; 132 float Xm;123 short Xm; 133 124 int nFitPhotom; 134 125 int flags; … … 317 308 int findMosaics PROTO((Catalog *catalog, int Ncatalog, int doMosaicList)); 318 309 319 void makeMosaics (Image *image, off_t Nimage );310 void makeMosaics (Image *image, off_t Nimage, int mergeMcal); 320 311 Mosaic *getMosaicForImage (off_t im); 321 312 void setMosaicCenters (Image *image, off_t Nimage); … … 360 351 void liststats_setmode PROTO((StatType *stats, char *strmode)); 361 352 int liststats PROTO((double *value, double *dvalue, double *wvalue, int N, StatType *stats)); 362 Catalog *load_catalogs PROTO((SkyList *skylist, int *Ncatalog, int hostID, char *hostpath ));363 Catalog *load_catalogs_parallel PROTO((SkyList *sky, int *Ncatalog ));353 Catalog *load_catalogs PROTO((SkyList *skylist, int *Ncatalog, int hostID, char *hostpath, char *syncfile)); 354 Catalog *load_catalogs_parallel PROTO((SkyList *sky, int *Ncatalog, char *syncfile)); 364 355 365 356 SkyList *load_images PROTO((FITS_DB *db, char *regionName, SkyRegion *region)); … … 509 500 int relphot_parallel_images (); 510 501 int relphot_parallel_regions (); 502 503 // in extra.c 504 int isGPC1chip (int photcode); 505 int isGPC1stack (int photcode); 506 int isGPC1warp (int photcode); 507 508
Note:
See TracChangeset
for help on using the changeset viewer.
