Changeset 34258 for trunk/psphot/src/psphotExtendedSourceFits.c
- Timestamp:
- Jul 31, 2012, 3:58:10 PM (14 years ago)
- Location:
- trunk/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120627/psphot (added) merged: 34139,34146,34172,34179,34190,34240,34247,34255
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:ignore
-
old new 23 23 psphotStack 24 24 psphotModelTest 25 psphotMinimal
-
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120627/psphot/src (added) merged: 34139,34146,34172,34179,34190,34240,34247,34255
- Property svn:ignore
-
trunk/psphot/src/psphotExtendedSourceFits.c
r34218 r34258 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 … … 468 472 psFree (source->modelEXT); 469 473 source->modelEXT = psMemIncrRefCounter (source->modelFits->data[minModel]); 474 source->type = PM_SOURCE_TYPE_EXTENDED; 475 source->mode |= PM_SOURCE_MODE_EXTMODEL; 476 source->mode |= PM_SOURCE_MODE_NONLINEAR_FIT; 470 477 471 478 // adjust the window so the subtraction covers the faint wings
Note:
See TracChangeset
for help on using the changeset viewer.
