IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10478


Ignore:
Timestamp:
Dec 5, 2006, 10:40:23 AM (20 years ago)
Author:
Paul Price
Message:

Fixing criteria for first pass through.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmReadoutCombine.c

    r10477 r10478  
    6565    }
    6666
    67     bool first = !output->image || (output->row0 == 0 && output->col0 == 0); // First pass through?
     67    bool first = !output->image;        // First pass through?
    6868
    6969    pmHDU *hdu = pmHDUFromReadout(output); // Output HDU
Note: See TracChangeset for help on using the changeset viewer.