IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2012, 10:51:18 AM (14 years ago)
Author:
eugene
Message:

merge changes from eam_branch/ipp-20120905: add satstar profile to psphotStackReadout; skip negative fluxes in standard psphotReadout; replace mask pixel values when growing the CR mask; mask cores of 1st pass sources to avoid excessively close detections; add SUBTRACT_SATSTAR_PROFILE to psphot recipe

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/psphot

  • trunk/psphot/src

  • trunk/psphot/src/psphotReadout.c

    r34404 r34418  
    185185
    186186    // linear PSF fit to source peaks, subtract the models from the image (in PSF mask)
    187     psphotFitSourcesLinear (config, view, filerule, false, false); // pass 1 (detections->allSources)
     187    psphotFitSourcesLinear (config, view, filerule, false, true); // 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, false); // pass 2 (detections->allSources)
     214    psphotFitSourcesLinear (config, view, filerule, true, true); // pass 2 (detections->allSources)
    215215
    216216    // if we only do one pass, skip to extended source analysis
     
    260260
    261261        // NOTE: apply to ALL sources
    262         psphotFitSourcesLinear (config, view, filerule, true, false); // pass 3 (detections->allSources)
     262        psphotFitSourcesLinear (config, view, filerule, true, true); // pass 3 (detections->allSources)
    263263    }
    264264
     
    300300
    301301        // NOTE: apply to ALL sources
    302         psphotFitSourcesLinear (config, view, filerule, true, false); // pass 3 (detections->allSources)
     302        psphotFitSourcesLinear (config, view, filerule, true, true); // pass 3 (detections->allSources)
    303303    }
    304304
Note: See TracChangeset for help on using the changeset viewer.