IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2006, 5:10:27 PM (20 years ago)
Author:
Paul Price
Message:

Changes to build modules to allow building while developing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/detrend/pmMaskBadPixels.c

    r6448 r6554  
    2424 *  @author Ross Harman, MHPCC
    2525 *
    26  *  @version $Revision: 1.3.12.1 $ $Name: not supported by cvs2svn $
    27  *  @date $Date: 2006-02-17 17:13:41 $
     26 *  @version $Revision: 1.3.12.2 $ $Name: not supported by cvs2svn $
     27 *  @date $Date: 2006-03-09 03:10:27 $
    2828 *
    2929 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    9696
    9797    // Determine total offset based on image offset with chip offset
    98     totOffCol = inImage->col0 + in->col0;
    99     totOffRow = inImage->row0 + in->row0;
     98    totOffCol = inImage->col0; // + in->col0;
     99    totOffRow = inImage->row0; // + in->row0;
    100100
    101101    // Check that offsets are within image limits
Note: See TracChangeset for help on using the changeset viewer.