Changeset 7067 for trunk/ppMerge/src/ppMergeBackground.c
- Timestamp:
- May 4, 2006, 3:53:10 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeBackground.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeBackground.c
r7064 r7067 4 4 #include <psmodules.h> 5 5 6 #include "ppMerge.h" 6 7 #include "ppMergeBackground.h" 7 8 … … 150 151 151 152 // Get the background 152 psImageStats(bgStats, image, readout->mask, options-> maskVal);153 psImageStats(bgStats, image, readout->mask, options->combine->maskVal); 153 154 background->data.F64[i][cellNum] = getStat(bgStats, options->background); 154 155 }
Note:
See TracChangeset
for help on using the changeset viewer.
