Changeset 15319 for trunk/psModules/src/imcombine/pmSubtraction.c
- Timestamp:
- Oct 16, 2007, 11:38:24 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtraction.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtraction.c
r15305 r15319 4 4 * @author GLG, MHPCC 5 5 * 6 * @version $Revision: 1.6 3$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-10-1 2 23:00:36$6 * @version $Revision: 1.64 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-10-16 21:38:24 $ 8 8 * 9 9 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii … … 501 501 } 502 502 if (numBad > badFrac * numCols * numRows) { 503 psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Fraction of bad pixels (%d/%d) exceeds limit (%f)\n", 504 numBad, numCols * numRows, badFrac); 503 psError(PS_ERR_BAD_PARAMETER_VALUE, true, 504 "Fraction of bad pixels (%d/%d=%f) exceeds limit (%f)\n", 505 numBad, numCols * numRows, (float)numBad/(float)(numCols * numRows), badFrac); 505 506 return NULL; 506 507 }
Note:
See TracChangeset
for help on using the changeset viewer.
