Changeset 15830 for trunk/ippTools/src/dettool.h
- Timestamp:
- Dec 14, 2007, 2:30:36 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.h
r15828 r15830 32 32 DETTOOL_MODE_TOCORRECTEXP, 33 33 DETTOOL_MODE_TOCORRECTIMFILE, 34 DETTOOL_MODE_ADDCORRECTIMFILE, 34 35 DETTOOL_MODE_RUNS, 35 36 DETTOOL_MODE_CHILDLESSRUN, … … 81 82 pxConfig *dettoolConfig(pxConfig *config, int argc, char **argv); 82 83 84 // correct 83 85 bool makecorrectionMode(pxConfig *config); 84 86 bool tocorrectexpMode(pxConfig *config); 85 87 bool tocorrectimfileMode(pxConfig *config); 88 bool addcorrectimfileMode(pxConfig *config); 89 // register 90 bool register_detrend_imfileMode(pxConfig *config); 86 91 87 92 #endif // DETTOOL_H
Note:
See TracChangeset
for help on using the changeset viewer.
