IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 5:38:37 AM (21 years ago)
Author:
eugene
Message:

adding model tests

File:
1 edited

Legend:

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

    r4251 r4375  
    1111    float y;
    1212    int   Nfit = 0;
     13    int   Nsub = 0;
    1314    int   Niter = 0;
    1415
     
    7172
    7273        mark_psf_source (source, shapeNsigma);
    73         subtract_psf_source (source);
     74        if (subtract_psf_source (source)) {
     75          Nsub ++;
     76        }
    7477    }
    7578    psLogMsg ("psphot", 3, "fit PSF models: %f sec for %d objects (%d total iterations)\n", psTimerMark ("psphot"), Nfit, Niter);
     79    psLogMsg ("psphot", 3, "subtracted %d PSF objects\n", Nsub);
    7680    return (true);
    7781}
Note: See TracChangeset for help on using the changeset viewer.