IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24592 for trunk/psphot/src


Ignore:
Timestamp:
Jun 25, 2009, 3:55:15 PM (17 years ago)
Author:
eugene
Message:

update to pmSourceMoments API -- turn off S/N clipping

File:
1 edited

Legend:

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

    r24188 r24592  
    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 do not clip pixels by S/N
     227    if (!pmSourceMoments (source, EXT_MOMENTS_RAD, 0.0, 0.0)) return false;
    227228
    228229    psTrace ("psphot", 5, "trying blob...\n");
Note: See TracChangeset for help on using the changeset viewer.