Changeset 37038 for trunk/Ohana/src/relastro/include/relastro.h
- Timestamp:
- Jul 17, 2014, 10:14:00 AM (12 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
r36833 r37038 5 5 # include <assert.h> 6 6 # include <pthread.h> 7 8 # define MARKTIME(MSG,...) { \9 gettimeofday (&stopTimer, (void *) NULL); \10 float dtime = DTIME (stopTimer, startTimer); \11 fprintf (stderr, MSG, __VA_ARGS__); }12 13 # define INITTIME \14 struct timeval startTimer, stopTimer; \15 gettimeofday (&startTimer, (void *) NULL);16 7 17 8 // choose off_t or int depending on full-scale relphot analysis resources … … 84 75 double X, Y; /* Chip Coords - pixels */ 85 76 float Mag; 86 float Color; 77 float ColorBlue; 78 float ColorRed; 87 79 float dMag; 88 80 float dPos; … … 218 210 SkyRegionSelection SELECTION; 219 211 220 char *DCR_COLOR_POS, *DCR_COLOR_NEG; 221 PhotCode *DCR_PHOTCODE_POS, *DCR_PHOTCODE_NEG; 222 int DCR_NSEC_POS, DCR_NSEC_NEG; 212 char *DCR_BLUE_COLOR_POS, *DCR_BLUE_COLOR_NEG; 213 PhotCode *DCR_BLUE_PHOTCODE_POS, *DCR_BLUE_PHOTCODE_NEG; 214 int DCR_BLUE_NSEC_POS, DCR_BLUE_NSEC_NEG; 215 216 char *DCR_RED_COLOR_POS, *DCR_RED_COLOR_NEG; 217 PhotCode *DCR_RED_PHOTCODE_POS, *DCR_RED_PHOTCODE_NEG; 218 int DCR_RED_NSEC_POS, DCR_RED_NSEC_NEG; 223 219 224 220 int ImagSelect; … … 532 528 int select_mosaics_hostregion (RegionHostTable *regionHosts, Image *image, off_t Nimage); 533 529 534 float getColor (off_t meas, int cat); 530 float getColorBlue (off_t meas, int cat); 531 float getColorRed (off_t meas, int cat); 535 532 536 533 int strextend (char *input, char *format,...);
Note:
See TracChangeset
for help on using the changeset viewer.
