Changeset 16420
- Timestamp:
- Feb 12, 2008, 4:55:33 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
r15562 r16420 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $11 * @date $Date: 200 7-11-10 01:09:20$10 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2008-02-13 02:55:33 $ 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 } 488 492 psArray *columns = map->data[y]; // The columns for that row 489 493 psVector *images = columns->data[x]; // The images for that column
Note:
See TracChangeset
for help on using the changeset viewer.
