- Timestamp:
- Apr 11, 2013, 2:35:05 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307/Ohana/src/relphot/include/relphot.h
r35104 r35393 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); 6 15 7 16 /* # define GRID_V1 */ … … 193 202 int UpdateAverages; 194 203 int ApplyOffsets; 204 int SyntheticPhotometry; 195 205 196 206 char *PhotcodeList; … … 353 363 void write_coords PROTO((Header *header, Coords *coords)); 354 364 int relphot_objects (int hostID, char *hostpath); 365 int relphot_images (void); 355 366 356 367 void relphot_usage (void); … … 390 401 391 402 void SetMrelInfoInit (SetMrelInfo *results, int allocLists); 403 404 int init_synthetic_mags (); 405 int add_synthetic_mags (AverageTiny *average, SecFilt *secfilt, MeasureTiny *measure, off_t *Nmeasure, off_t *Nm);
Note:
See TracChangeset
for help on using the changeset viewer.
