IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17848


Ignore:
Timestamp:
May 29, 2008, 3:23:44 AM (18 years ago)
Author:
eugene
Message:

loop over readouts using pmFPAviewNextReadout to have accurate view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080511/ppSim/src/ppSimLoop.c

    r17818 r17848  
    108108            psVector *biasCols = ppSimMakeBiassec (cell, config);
    109109
    110             for (int i = 0; i < cell->readouts->n; i++) {
    111 
    112                 pmReadout *readout = cell->readouts->data[i];
    113                 assert (readout);
     110            pmReadout *readout;
     111            while ((readout = pmFPAviewNextReadout (view, fpa, 1))) {
    114112
    115113                // if we have not read in a weight or generated a fake image above, we need to
Note: See TracChangeset for help on using the changeset viewer.