IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 20, 2009, 2:39:58 PM (17 years ago)
Author:
Paul Price
Message:

Mask low pixels in the convolved images to avoid holes in subtrahend from creating positive sources in difference image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubLoop.c

    r24672 r24862  
    6262    if (!ppSubFilesIterateUp(config, PPSUB_FILES_INPUT)) {
    6363        psError(PPSUB_ERR_IO, false, "Unable to close input files.");
     64        return false;
     65    }
     66
     67    if (!ppSubLowThreshold(data)) {
     68        psError(PS_ERR_UNKNOWN, false, "Unable to threshold images.");
    6469        return false;
    6570    }
Note: See TracChangeset for help on using the changeset viewer.