- Timestamp:
- Jul 20, 2012, 5:05:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120627/psphot/src/psphotExtendedSourceFits.c
r33089 r34190 77 77 if (!status) { 78 78 nThreads = 0; 79 } 80 // do not thread if we are trying to study the fitting process 81 if (psTraceGetLevel ("psphot.psphotFitEXT") >= 6) { 82 nThreads = 0; 79 83 } 80 84 … … 462 466 psFree (source->modelEXT); 463 467 source->modelEXT = psMemIncrRefCounter (source->modelFits->data[minModel]); 468 source->type = PM_SOURCE_TYPE_EXTENDED; 469 source->mode |= PM_SOURCE_MODE_EXTMODEL; 470 source->mode |= PM_SOURCE_MODE_NONLINEAR_FIT; 464 471 465 472 // adjust the window so the subtraction covers the faint wings
Note:
See TracChangeset
for help on using the changeset viewer.
