IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2009, 7:53:02 AM (17 years ago)
Author:
eugene
Message:

updates to fix moments problem and to do multi-plane photometry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090522/psphot/src/psphotSourceFits.c

    r24188 r24529  
    224224
    225225    // recalculate the source moments using the larger extended-source moments radius
    226     if (!pmSourceMoments (source, EXT_MOMENTS_RAD)) return false;
     226    // at this stage, skip Gaussian windowing, and allow pixels with S/N > 0.5
     227    if (!pmSourceMoments (source, EXT_MOMENTS_RAD, 0.0, 0.5)) return false;
    227228
    228229    psTrace ("psphot", 5, "trying blob...\n");
Note: See TracChangeset for help on using the changeset viewer.