IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 23, 2013, 12:09:42 PM (13 years ago)
Author:
eugene
Message:

add gauss to 2d cache smooth; some test code in pmPCM_Minimize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psModules/src/objects/pmPCM_MinimizeChisq.c

    r36283 r36307  
    134134            psTrace(FACILITY, 5, "Last delta is %f.  stop if < %f, accept if < %f\n", min->rParSigma, min->minTol*pcm->nPar, min->maxTol*pcm->nPar);
    135135        }
     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");
    136142
    137143        char key[10]; // used for interactive responses
Note: See TracChangeset for help on using the changeset viewer.