IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 25, 2013, 11:51:42 AM (13 years ago)
Author:
eugene
Message:

new fitting tests

File:
1 edited

Legend:

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

    r36309 r36311  
    135135        }
    136136
    137         if (0) {
    138             fprintf (stderr, "%d : \n", min->iter);
     137        if (1) {
     138            fprintf (stderr, "%d : ", min->iter);
    139139            for (int ti = 0; ti < params->n; ti++) {
    140140                fprintf (stderr, "%f  ", params->data.F32[ti]);
    141141            }
    142             fprintf (stderr, "\n");
     142            fprintf (stderr, " : %f\n", min->value);
    143143        }
    144144
Note: See TracChangeset for help on using the changeset viewer.