Changeset 7061 for trunk/ppMerge/src/ppMergeBackground.h
- Timestamp:
- May 3, 2006, 5:57:35 PM (20 years ago)
- Location:
- trunk/ppMerge/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppMergeBackground.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src
-
Property svn:ignore
set to
.deps
Makefile
Makefile.in
-
Property svn:ignore
set to
-
trunk/ppMerge/src/ppMergeBackground.h
r7001 r7061 2 2 #define PP_MERGE_BACKGROUND_H 3 3 4 // Get the background for each chip of each input 5 psImage *ppMergeBackground(const ppMergeOptions *options, // The options 6 const pmConfig *config // The configuration 4 // Get the scale and zero for each chip of each input 5 bool ppMergeScaleZero(ppImage **scales, // The scales for each integration/cell 6 ppImage **zeros, // The zeroes for each integration/cell 7 ppMergeData *data,// The data 8 const ppMergeOptions *options, // The options 9 const pmConfig *config // The configuration 7 10 ); 8 11
Note:
See TracChangeset
for help on using the changeset viewer.
