Changeset 6325 for trunk/psModules/src/imsubtract/pmSubtractBias.c
- Timestamp:
- Feb 6, 2006, 11:03:25 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imsubtract/pmSubtractBias.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imsubtract/pmSubtractBias.c
r6205 r6325 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 1-26 21:10:51$8 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-02-06 21:03:25 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 179 179 psStatsOptions opt = 0; 180 180 181 if (stat->options & PS_STAT_ROBUST_MODE) { 182 if (numOptions == 0) { 183 opt = PS_STAT_ROBUST_MODE; 184 } 185 numOptions++; 186 } 187 181 /* 182 if (stat->options & PS_STAT_ROBUST_MODE) { 183 if (numOptions == 0) { 184 opt = PS_STAT_ROBUST_MODE; 185 } 186 numOptions++; 187 } 188 */ 188 189 if (stat->options & PS_STAT_ROBUST_MEDIAN) { 189 190 if (numOptions == 0) { … … 193 194 } 194 195 195 if (stat->options & PS_STAT_ ROBUST_MEAN) {196 if (stat->options & PS_STAT_FITTED_MEAN) { 196 197 if (numOptions == 0) { 197 opt = PS_STAT_ ROBUST_MEAN;198 opt = PS_STAT_FITTED_MEAN; 198 199 } 199 200 numOptions++;
Note:
See TracChangeset
for help on using the changeset viewer.
