Changeset 35634
- Timestamp:
- Jun 5, 2013, 11:27:02 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509/psphot/src/psphotExtendedSourceFits.c
r35630 r35634 330 330 fitOptions->maxTol = fitMaxTol; 331 331 332 // psTraceSetLevel ("psLib.math.psMinimizeLMChi2_Alt", 5); 333 332 334 // choose the sources of interest 333 335 for (int i = 0; i < sources->n; i++) { … … 348 350 if (source->peak->x > region->x1) continue; 349 351 if (source->peak->y > region->y1) continue; 352 353 354 // XXX for a test, just do the obvious trail 355 // XXX if (source->peak->xf < 1100) continue; 356 // XXX if (source->peak->xf > 1400) continue; 357 // XXX if (source->peak->yf > 245) continue; 350 358 351 359 // replace object in image … … 450 458 float Ymax = PAR[PM_PAR_YPOS] + 0.5*PAR[PM_PAR_LENGTH]*cos(PAR[PM_PAR_THETA]); 451 459 452 if ( (source->peak->xf > 1100) &&460 if (false && (source->peak->xf > 1100) && 453 461 (source->peak->xf < 1400) && 454 462 (source->peak->yf < 245)) {
Note:
See TracChangeset
for help on using the changeset viewer.
