IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2006, 6:33:17 AM (20 years ago)
Author:
eugene
Message:

mods to change from threshold above sky to S/N thresholds

File:
1 edited

Legend:

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

    r6379 r6427  
    22
    33// XXX I don't like this name
    4 bool psphotBlendFit (pmReadout *readout, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky) {
     4bool psphotBlendFit (pmReadout *readout, psMetadata *config, psArray *sources, pmPSF *psf) {
    55
    66    psTimerStart ("psphot");
     
    1010   
    1111    psphotInitLimitsPSF (config);
    12     psphotInitLimitsEXT (config, sky);
    13     psphotInitRadiusPSF (config, sky, psf->type);
     12    psphotInitLimitsEXT (config);
     13    psphotInitRadiusPSF (config, psf->type);
    1414
    1515    for (int i = 0; i < sources->n; i++) {
Note: See TracChangeset for help on using the changeset viewer.