Changeset 36307 for branches/eam_branches/ipp-20130904/psModules
- Timestamp:
- Nov 23, 2013, 12:09:42 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130904/psModules/src/objects
- Files:
-
- 2 edited
-
pmPCM_MinimizeChisq.c (modified) (1 diff)
-
pmPCMdata.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psModules/src/objects/pmPCM_MinimizeChisq.c
r36283 r36307 134 134 psTrace(FACILITY, 5, "Last delta is %f. stop if < %f, accept if < %f\n", min->rParSigma, min->minTol*pcm->nPar, min->maxTol*pcm->nPar); 135 135 } 136 137 fprintf (stderr, "%d : \n", min->iter); 138 for (int ti = 0; ti < params->n; ti++) { 139 fprintf (stderr, "%f ", params->data.F32[ti]); 140 } 141 fprintf (stderr, "\n"); 136 142 137 143 char key[10]; // used for interactive responses -
branches/eam_branches/ipp-20130904/psModules/src/objects/pmPCMdata.c
r36298 r36307 357 357 358 358 if (modelPSF->type == modelType_GAUSS) { 359 //psImageSmooth2dCacheKernel_Gauss (smdata, *sigma);359 psImageSmooth2dCacheKernel_Gauss (smdata, *sigma); 360 360 } 361 361 if (modelPSF->type == modelType_PS1_V1) {
Note:
See TracChangeset
for help on using the changeset viewer.
