- Timestamp:
- Apr 20, 2014, 5:52:37 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140402
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/objects/pmPSFtryFitPSF.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140402
- Property svn:mergeinfo changed
/trunk (added) merged: 36642-36643,36645,36647,36649-36651,36653,36655,36657-36666,36668-36671
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140402/psModules/src/objects/pmPSFtryFitPSF.c
r36623 r36677 125 125 126 126 if (Npsf == 0) { 127 #if 0 127 128 // DEBUG code: save the PSF model fit data in detail 128 129 … … 143 144 144 145 pmSource *source = psfTry->sources->data[i]; 146 147 if (!source->modelPSF) continue; 145 148 146 149 float par7 = (source->modelPSF->params->n == 7) ? -100 : source->modelPSF->params->data.F32[PM_PAR_7]; … … 155 158 } 156 159 fclose (f); 157 160 #endif 158 161 psError(PS_ERR_UNKNOWN, false, "No sources with good PSF fits after model is built."); 159 162 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
