IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11165


Ignore:
Timestamp:
Jan 18, 2007, 6:47:41 PM (20 years ago)
Author:
eugene
Message:

adding psphotFitSummary calls to provide running stats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotBlendFit.c

    r10801 r11165  
    1818    float FIT_SN_LIM = psMetadataLookupF32 (&status, recipe, "FULL_FIT_SN_LIM");
    1919
    20     psphotInitLimitsPSF (recipe);
     20    psphotInitLimitsPSF (recipe, readout);
    2121    psphotInitLimitsEXT (recipe);
    2222    psphotInitRadiusPSF (recipe, psf->type);
     23
     24    psphotFitInit ();
    2325
    2426    // option to limit analysis to a specific region
     
    2830
    2931    for (int i = 0; i < sources->n; i++) {
     32        if (i%100 == 0) psphotFitSummary ();
     33
    3034        pmSource *source = sources->data[i];
    3135
Note: See TracChangeset for help on using the changeset viewer.