IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 21, 2023, 10:48:42 AM (3 years ago)
Author:
eugene
Message:

skip input images which only contain poor sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceMatch.c

    r36856 r42479  
    219219                                      sources); // Number of sources
    220220
     221        // an input image with only poor detections can cause trouble, remove it
     222        if (!numSources) continue;
     223
    221224        if (!boundsMaster) {
    222225            // First run through --- can just copy
Note: See TracChangeset for help on using the changeset viewer.