IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28701


Ignore:
Timestamp:
Jul 22, 2010, 4:34:08 PM (16 years ago)
Author:
rhenders
Message:

Processing all chips, not just 1 for debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/ippToPspsBatchDetection.c

    r28700 r28701  
    145145
    146146    // loop round all 60 chips
    147     for (int x=3; x<4; x++) {
    148         for (int y=3; y<4; y++) {
     147    for (int x=0; x<8; x++) {
     148        for (int y=0; y<8; y++) {
    149149
    150150            // dodge the corners
Note: See TracChangeset for help on using the changeset viewer.