- Timestamp:
- Sep 19, 2014, 4:05:27 PM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/Ohana
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/Ohana/src/relphot/include/relphot.h
r36680 r37403 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)); … … 449 440 int MatchImageName (off_t meas, int cat, char *name); 450 441 int MatchImageSkycellID (off_t meas, int cat, int myTessID, int myProjectionID, int mySkycellID); 442 int FindImageSkycellID (off_t meas, int cat, int *myTessID, int *myProjectionID, int *mySkycellID); 451 443 452 444 int load_tess (char *treefile); … … 460 452 int setMrel_catalog_alt (Catalog *catalog, int Nc, int pass, FlatCorrectionTable *flatcorr, SetMrelInfo *results, int Nsecfilt); 461 453 int setMrelAverageExposure (off_t meas, int cat, int pass, FlatCorrectionTable *flatcorr, SetMrelInfo *results, Average *average, AverageTiny *averageT, SecFilt *secfilt, Measure *measure, MeasureTiny *measureT, off_t *found); 462 int setMrelAverageStack (off_t meas, int cat, FlatCorrectionTable *flatcorr, SetMrelInfo *results, Average *average, SecFilt *secfilt, Measure *measure , char *primaryCell);454 int setMrelAverageStack (off_t meas, int cat, FlatCorrectionTable *flatcorr, SetMrelInfo *results, Average *average, SecFilt *secfilt, Measure *measure); 463 455 int setGlobalObjStats (Average *average, Measure *measure); 464 456 … … 509 501 int relphot_parallel_images (); 510 502 int relphot_parallel_regions (); 503 504 // in extra.c 505 int isGPC1chip (int photcode); 506 int isGPC1stack (int photcode); 507 int isGPC1warp (int photcode); 508 509
Note:
See TracChangeset
for help on using the changeset viewer.
