Changeset 19621 for trunk/ippTasks/simtest.pro
- Timestamp:
- Sep 19, 2008, 2:11:37 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/simtest.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/simtest.pro
r19537 r19621 40 40 echo " SIMTEST_AUTO : define the analysis steps to perform (simtest.auto)" 41 41 echo " SIMTEST_THREADS : set the number of threads for the processing node (0)" 42 echo "" 43 echo "the following macros can be used to set up specific simtest suites:" 44 echo " simtest.setup.basic : run standard simtest suite" 45 echo " simtest.setup.detverify : run detrend creation and detrend verification" 46 echo " simtest.setup.flatcorr : run a flat-field correction demonstration" 42 47 break 43 48 end … … 109 114 # auto: simtest.basic.auto, simtest.flatcorr.auto 110 115 116 macro simtest.setup.basic 117 $PPSIM_RECIPE = default 118 $SIMTEST_SEQUENCE = simtest.basic.config 119 $SIMTEST_AUTO = simtest.basic.auto 120 end 121 122 macro simtest.setup.detverify 123 $PPSIM_RECIPE = default 124 $SIMTEST_SEQUENCE = simtest.detverify.config 125 $SIMTEST_AUTO = simtest.detverify.auto 126 end 127 111 128 macro simtest.setup.flatcorr 112 129 $PPSIM_RECIPE = FLATCORR … … 114 131 $SIMTEST_AUTO = simtest.flatcorr.auto 115 132 end 133
Note:
See TracChangeset
for help on using the changeset viewer.
