IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19014


Ignore:
Timestamp:
Aug 11, 2008, 4:52:02 PM (18 years ago)
Author:
Paul Price
Message:

Following fix of pmReadoutReadChunks, need to set readout->forceScan,
so that it will obey what we say.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeReadChunk.c

    r18967 r19014  
    1717        for (int j = 0; j < fileGroups->n; j++) {
    1818            ppMergeFileGroup *fileGroup = fileGroups->data[j];
    19             if (fileGroup->read) continue;
     19            if (fileGroup->read) {
     20                continue;
     21            }
    2022
    2123            // find max last scan so far
     
    4042                inRO->thisWeightScan = fileGroup->firstScan;
    4143                inRO->thisMaskScan   = fileGroup->firstScan;
     44                inRO->forceScan      = true;
    4245
    4346                // Read a chunk from a file
Note: See TracChangeset for help on using the changeset viewer.