IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2012, 8:52:34 AM (14 years ago)
Author:
bills
Message:

In psphotStack add third pass for psphotKronIterate. Here measure kron flux
but not radius for matched sources. The radial momement for these is set to the
minimum of the values for the detected sources for the object

File:
1 edited

Legend:

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

    r34418 r34542  
    369369    psMemDump("psfstats");
    370370
    371     // drop matched sources without any useful measurements
    372     psphotDropBadMatchedSources (config, view, STACK_SRC, objects);
     371    // drop matched sources without any useful measurements and set kron radii for the ones
     372    // we decide to keep
     373    psphotFilterMatchedSources (config, view, STACK_SRC, objects);
     374
     375    // measure kron fluxes for the matched sources only
     376    psphotKronIterate(config, view, STACK_SRC, 3);
    373377
    374378    // measure elliptical apertures, petrosians (objects sorted by S/N)
Note: See TracChangeset for help on using the changeset viewer.