Changeset 16479 for trunk/psModules/src/imcombine/pmStack.c
- Timestamp:
- Feb 14, 2008, 1:33:09 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmStack.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmStack.c
r16420 r16479 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $11 * @date $Date: 2008-02-1 3 02:55:33$10 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2008-02-14 23:33:09 $ 12 12 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii 13 13 * … … 486 486 for (int j = 0; j < pixels->n; j++) { 487 487 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 }492 488 psArray *columns = map->data[y]; // The columns for that row 493 489 psVector *images = columns->data[x]; // The images for that column
Note:
See TracChangeset
for help on using the changeset viewer.
