IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24794


Ignore:
Timestamp:
Jul 14, 2009, 6:38:42 PM (17 years ago)
Author:
eugene
Message:

skip readouts marked false for process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmReadoutStack.c

    r21363 r24794  
    252252            continue;
    253253        }
     254        if (!readout->process) {
     255            continue;
     256        }
    254257        if (!readout->image) {
    255258            psError(PS_ERR_UNEXPECTED_NULL, true, "Input readout %ld has NULL image.\n", i);
Note: See TracChangeset for help on using the changeset viewer.