IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2012, 11:50:18 AM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20120627/psphot
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120627/psphot

  • branches/eam_branches/ipp-20120627/psphot/src

  • branches/eam_branches/ipp-20120627/psphot/src/psphotReadout.c

    r34086 r34247  
    185185
    186186    // linear PSF fit to source peaks, subtract the models from the image (in PSF mask)
    187     psphotFitSourcesLinear (config, view, filerule, false); // pass 1 (detections->allSources)
     187    psphotFitSourcesLinear (config, view, filerule, false, false); // pass 1 (detections->allSources)
    188188
    189189    // measure the radial profiles to the sky
     
    212212    // linear fit to include all sources (subtract again)
    213213    // NOTE : apply to ALL sources (extended + psf)
    214     psphotFitSourcesLinear (config, view, filerule, true); // pass 2 (detections->allSources)
     214    psphotFitSourcesLinear (config, view, filerule, true, false); // pass 2 (detections->allSources)
    215215
    216216    // if we only do one pass, skip to extended source analysis
     
    261261
    262262        // NOTE: apply to ALL sources
    263         psphotFitSourcesLinear (config, view, filerule, true); // pass 3 (detections->allSources)
     263        psphotFitSourcesLinear (config, view, filerule, true, false); // pass 3 (detections->allSources)
    264264    }
    265265
     
    302302
    303303        // NOTE: apply to ALL sources
    304         psphotFitSourcesLinear (config, view, filerule, true); // pass 3 (detections->allSources)
     304        psphotFitSourcesLinear (config, view, filerule, true, false); // pass 3 (detections->allSources)
    305305    }
    306306
Note: See TracChangeset for help on using the changeset viewer.