IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2008, 1:33:09 PM (18 years ago)
Author:
Paul Price
Message:

Rewinding state of psModules/src/imcombine to the last merge (pap_merge_080122), so that ppStack on the mainline will build (I had branched ppStack but made changes to psModules/src/imcombine on the mainline; this check in is restoring to the state of the mainline while the development proceeds on branch pap_branch_080214)

File:
1 edited

Legend:

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

    r16420 r16479  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2008-02-13 02:55:33 $
     10 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2008-02-14 23:33:09 $
    1212 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
    1313 *
     
    486486        for (int j = 0; j < pixels->n; j++) {
    487487            int x = pixels->data[j].x, y = pixels->data[j].y; // Coordinates of interest
    488             if (x < 0 || x >= numCols || y < 0 || y >= numRows) {
    489                 psWarning("Bad pixel coordinate: %d,%d --- ignored.", x, y);
    490                 continue;
    491             }
    492488            psArray *columns = map->data[y]; // The columns for that row
    493489            psVector *images = columns->data[x]; // The images for that column
Note: See TracChangeset for help on using the changeset viewer.