Changeset 9490
- Timestamp:
- Oct 11, 2006, 2:07:20 PM (20 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 6 edited
-
detrend.norm.pro (modified) (3 diffs)
-
detrend.process.pro (modified) (3 diffs)
-
detrend.reject.pro (modified) (1 diff)
-
detrend.resid.pro (modified) (3 diffs)
-
detrend.stack.pro (modified) (1 diff)
-
pantasks.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r9455 r9490 24 24 25 25 periods -poll 1.0 26 periods -exec 2.026 periods -exec 3.0 27 27 periods -timeout 30 28 28 … … 135 135 136 136 periods -poll 1.0 137 periods -exec 2.0137 periods -exec 3.0 138 138 periods -timeout 30 139 139 … … 253 253 254 254 periods -poll 1.0 255 periods -exec 2.0255 periods -exec 3.0 256 256 periods -timeout 30 257 257 -
trunk/ippTasks/detrend.process.pro
r9455 r9490 30 30 31 31 periods -poll 1.0 32 periods -exec 2.032 periods -exec 3.0 33 33 periods -timeout 30 34 34 … … 122 122 # success 123 123 task.exit 0 124 echo "success detrend_process_imfile.pl $options:0"125 124 queuepush DetrendProcessImfiles -replace -key 1:3:5 "DONE $options:0" 126 125 # detrend_process_imfile.pl --force_exist --det_id $DET_ID --exp_tag $EXP_TAG --class $CLASS --class_id $CLASS_ID --det_type $DET_TYPE --input_uri $URI … … 148 147 149 148 periods -poll 1.0 150 periods -exec 2.0149 periods -exec 3.0 151 150 periods -timeout 30 152 151 -
trunk/ippTasks/detrend.reject.pro
r9455 r9490 29 29 30 30 periods -poll 1.0 31 periods -exec 2.031 periods -exec 3.0 32 32 periods -timeout 30 33 33 -
trunk/ippTasks/detrend.resid.pro
r9455 r9490 31 31 32 32 periods -poll 1.0 33 periods -exec 2.033 periods -exec 3.0 34 34 periods -timeout 30 35 35 … … 155 155 156 156 periods -poll 1.0 157 periods -exec 2.0157 periods -exec 3.0 158 158 periods -timeout 30 159 159 … … 244 244 $drop = ("$INCLUDE" == "F") 245 245 end 246 ### XXX no artificial rejections 247 $drop = 0 246 248 247 249 # create example job options as a demonstration -
trunk/ippTasks/detrend.stack.pro
r9455 r9490 31 31 32 32 periods -poll 1.0 33 periods -exec 2.033 periods -exec 3.0 34 34 periods -timeout 30 35 35 -
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.
