- Timestamp:
- Nov 17, 2011, 1:09:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111110/psphot/src/psphotBlendFit.c
r32348 r32689 236 236 pmSource *source = sources->data[i]; 237 237 238 # define TEST_X -420.0 239 # define TEST_Y 300.0 238 # if (0) 239 # define TEST_X 34 240 # define TEST_Y 28 240 241 241 242 if ((fabs(source->peak->xf - TEST_X) < 5) && (fabs(source->peak->yf - TEST_Y) < 5)) { 242 fprintf (stderr, "test galaxy\n");243 fprintf (stderr, "test object\n"); 243 244 } 244 245 245 246 # undef TEST_X 246 247 # undef TEST_Y 248 # endif 247 249 248 250 // skip non-astronomical objects (very likely defects)
Note:
See TracChangeset
for help on using the changeset viewer.
