IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2014, 11:43:09 AM (12 years ago)
Author:
eugene
Message:

allow up to 6x6 psf models, be somewhat more strict about the number of stars needed for psf modelling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140226/psModules/src/objects/pmPSFtryFitPSF.c

    r36619 r36620  
    121121    pmSourceVisualShowModelFits (psfTry->psf, psfTry->sources, maskVal);
    122122
    123     psLogMsg ("psphot.psftry", PS_LOG_MINUTIA, "fit psf:   %f sec for %d of %ld sources\n", psTimerMark ("psf.fit"), Npsf, psfTry->sources->n);
     123    psLogMsg ("psphot.psftry", PS_LOG_MINUTIA, "fit psf:   %f sec for %d of %ld sources (%d x %d model)\n", psTimerMark ("psf.fit"), Npsf, psfTry->sources->n, psfTry->psf->trendNx, psfTry->psf->trendNy);
    124124    psTrace ("psModules.object", 3, "keeping %d of %ld PSF candidates (PSF)\n", Npsf, psfTry->sources->n);
    125125
Note: See TracChangeset for help on using the changeset viewer.