IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2010, 10:21:12 AM (17 years ago)
Author:
eugene
Message:

pmSourceMoments now takes the image mask; it is not not an error to find no peaks in an image

File:
1 edited

Legend:

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

    r26507 r26596  
    235235    // at this stage, skip Gaussian windowing, and do not clip pixels by S/N
    236236    // this uses the footprint to judge both radius and aperture?
    237     if (!pmSourceMoments (source, radius, 0.0, 0.0)) return false;
     237    if (!pmSourceMoments (source, radius, 0.0, 0.0, maskVal)) return false;
    238238
    239239    psTrace ("psphot", 5, "trying blob...\n");
Note: See TracChangeset for help on using the changeset viewer.