Changeset 34190
- Timestamp:
- Jul 20, 2012, 5:05:34 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120627/psphot/src
- Files:
-
- 2 edited
-
psphotExtendedSourceFits.c (modified) (2 diffs)
-
psphotReadoutMinimal.c (modified) (1 diff)
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 -
branches/eam_branches/ipp-20120627/psphot/src/psphotReadoutMinimal.c
r34179 r34190 83 83 psphotFitSourcesLinear (config, view, filerule, false); 84 84 85 // measure the radial profiles to the sky 86 psphotRadialProfileWings (config, view, filerule); 87 88 // re-measure the kron mags with models subtracted and more appropriate windows 89 psphotKronIterate(config, view, filerule); 90 85 91 // measure source size for the remaining sources 86 92 psphotSourceSize (config, view, filerule, false);
Note:
See TracChangeset
for help on using the changeset viewer.
