IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20883


Ignore:
Timestamp:
Dec 3, 2008, 3:39:31 PM (17 years ago)
Author:
Paul Price
Message:

Fix for when there are no pixels to inspect (e.g., threshold set really high).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackReadout.c

    r20711 r20883  
    7070        }
    7171        output = psPixelsConcatenate(output, input);
     72    }
     73
     74    if (!output) {
     75        // If there are no pixels to inspect, then just fake it
     76        output = psArrayAllocEmpty(0);
    7277    }
    7378
Note: See TracChangeset for help on using the changeset viewer.