IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 20, 2012, 5:05:34 PM (14 years ago)
Author:
eugene
Message:

set mode to EXTENDED when extended source fits succeed; turn on radial profile and kron iterate for ReadoutMinimal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120627/psphot/src/psphotReadoutMinimal.c

    r34179 r34190  
    8383    psphotFitSourcesLinear (config, view, filerule, false);
    8484
     85    // measure the radial profiles to the sky
     86    psphotRadialProfileWings (config, view, filerule);
     87
     88    // re-measure the kron mags with models subtracted and more appropriate windows
     89    psphotKronIterate(config, view, filerule);
     90
    8591    // measure source size for the remaining sources
    8692    psphotSourceSize (config, view, filerule, false);
Note: See TracChangeset for help on using the changeset viewer.