Changeset 2928 for trunk/psModules/src/pmSubtractSky.c
- Timestamp:
- Jan 7, 2005, 10:00:34 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmSubtractSky.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmSubtractSky.c
r2916 r2928 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-01-0 5 23:43:58$8 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-01-07 20:00:34 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 29 29 psS32 numBits = 0; 30 30 31 for (i=0;i< 4* sizeof(psStatsOptions);i++) {31 for (i=0;i<8 * sizeof(psStatsOptions);i++) { 32 32 if (0x0001 & tmpData) { 33 33 numBits++; … … 439 439 psStatsOptions statOptions = 0; 440 440 441 // 441 442 // Return the original input readout if the fit specs are poorly defined. 443 // No warning or error messages should be generated. 444 // 442 445 if ((fitSpec == NULL) || 443 446 ((fit == PM_FIT_NONE) || (fit == PM_FIT_SPLINE))) { 444 psLogMsg(__func__, PS_LOG_WARN, "Fit specs are poorly defined. Returning in image.\n");447 // psLogMsg(__func__, PS_LOG_WARN, "Fit specs are poorly defined. Returning in image.\n"); 445 448 return(in); 446 449 }
Note:
See TracChangeset
for help on using the changeset viewer.
