- Timestamp:
- Jan 31, 2010, 5:00:42 PM (16 years ago)
- Location:
- branches/eam_branches/psModules.stack.20100120
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/detrend/pmPattern.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psModules.stack.20100120
- Property svn:mergeinfo changed
/branches/eam_branches/20091201/psModules (added) merged: 26686-26687,26693,26702-26703,26731-26735,26737,26739,26741-26743
- Property svn:mergeinfo changed
-
branches/eam_branches/psModules.stack.20100120/src/detrend/pmPattern.c
r24905 r26747 63 63 float lower = stats->robustMedian - thresh * stats->robustStdev; // Lower bound for data 64 64 float upper = stats->robustMedian + thresh * stats->robustStdev; // Upper bound for data 65 float background = stats->robustMedian; 65 66 psFree(stats); 66 67 psFree(rng); … … 113 114 114 115 for (int x = 0; x < numCols; x++) { 115 image->data.F32[y][x] -= solution->data.F32[x];116 image->data.F32[y][x] += (background - solution->data.F32[x]); 116 117 } 117 118 psFree(solution);
Note:
See TracChangeset
for help on using the changeset viewer.
