Changeset 9490 for trunk/ippTasks/pantasks.pro
- Timestamp:
- Oct 11, 2006, 2:07:20 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/pantasks.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/pantasks.pro
r9455 r9490 5 5 $WORKDIR = `ipp_workdir.pl` 6 6 7 macro init 7 macro init.controller 8 8 if ($parallel) 9 9 # controller host add alala … … 14 14 controller host add po06 15 15 end 16 end 17 18 # need the ability to activate or deactivate specific tasks... 19 20 macro load.tasks 21 input $scripts/phase0.pro 22 input $scripts/phase2.pro 23 input $scripts/phase3.pro 24 input $scripts/detrend.process.pro 25 input $scripts/detrend.stack.pro 26 input $scripts/detrend.norm.pro 27 input $scripts/detrend.resid.pro 28 input $scripts/detrend.reject.pro 29 end 30 31 macro define.bias 32 exec dettool -definebyquery -det_type bias -exp_type bias -camera isp 33 run 34 end 35 36 macro define.dark 37 exec dettool -definebyquery -det_type dark -exp_type dark -camera isp 38 run 39 end 40 41 macro define.flat 42 exec dettool -definebyquery -det_type flat -exp_type flat -camera isp 43 run 44 end 45 46 macro define.all 47 ## perhaps not the best way to run this... 48 break 49 exec dettool -definebyquery -det_type bias -exp_type bias -camera isp 50 exec dettool -definebyquery -det_type dark -exp_type dark -camera isp 51 exec dettool -definebyquery -det_type flat -exp_type flat -camera isp 52 run 53 end 54 55 macro cleanup 16 56 exec rm -f *.log 17 57 … … 56 96 exec rm -f ../object/*.p3.*.jpg 57 97 end 58 59 # need the ability to activate or deactivate specific tasks...60 61 macro objects62 init63 exec object.sh64 input $scripts/phase0.pro65 input $scripts/phase2.pro66 input $scripts/phase3.pro67 run68 end69 70 macro step171 init72 exec upload.sh73 input $scripts/phase0.pro74 # input $scripts/phase2.pro75 # input $scripts/phase3.pro76 input $scripts/detrend.process.pro77 input $scripts/detrend.stack.pro78 input $scripts/detrend.norm.pro79 input $scripts/detrend.resid.pro80 input $scripts/detrend.reject.pro81 run82 end83 84 macro define.bias85 exec dettool -definebyquery -det_type bias -exp_type bias -camera isp86 run87 end88 89 macro define.dark90 exec dettool -definebyquery -det_type dark -exp_type dark -camera isp91 run92 end93 94 macro define.flat95 exec dettool -definebyquery -det_type flat -exp_type flat -camera isp96 run97 end98 99 macro define.all100 exec dettool -definebyquery -det_type bias -exp_type bias -camera isp101 exec dettool -definebyquery -det_type dark -exp_type dark -camera isp102 exec dettool -definebyquery -det_type flat -exp_type flat -camera isp103 run104 end
Note:
See TracChangeset
for help on using the changeset viewer.
