IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2009, 2:01:30 PM (17 years ago)
Author:
Paul Price
Message:

Fixing logical error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppStack/src/ppStackReadout.c

    r25812 r25821  
    213213    psArray *stack = psArrayAlloc(num); // Array for stacking
    214214
    215     if (!rejected) {
     215    if (rejected) {
    216216        // We have rejection from a previous combination: combine without flagging pixels to inspect
    217217        safe = false;
Note: See TracChangeset for help on using the changeset viewer.