Changeset 9338 for trunk/ippTasks/pantasks.pro
- Timestamp:
- Oct 5, 2006, 5:20:43 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/pantasks.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/pantasks.pro
r9104 r9338 2 2 $network = 1 3 3 $parallel = 0 4 $scripts = /home/kiawe/eugene/src/panstarrs/ipp.full/ippTasks 4 $scripts = /home/kiawe/eugene/src/panstarrs/ipp/ippTasks 5 $WORKDIR = `ipp_workdir.pl` 5 6 6 7 macro init … … 11 12 exec rm -f *.stats 12 13 exec rm -f *.detproc.*.fits 14 exec rm -f *.detproc.*.jpg 15 exec rm -f *.detproc.*.list 13 16 exec rm -f *.detresid.*.fits 14 17 exec rm -f *.detresid.*.jpg 15 18 exec rm -f *.detresid.*.list 16 exec rm -f isp.bias.*.fits19 exec rm -f ISP.bias.*.fits 17 20 18 exec upload.sh 21 exec rm -f ../bias/*.log 22 exec rm -f ../bias/*.stats 23 exec rm -f ../bias/*.detproc.*.fits 24 exec rm -f ../bias/*.detproc.*.jpg 25 exec rm -f ../bias/*.detproc.*.list 26 exec rm -f ../bias/*.detresid.*.fits 27 exec rm -f ../bias/*.detresid.*.jpg 28 exec rm -f ../bias/*.detresid.*.list 29 exec rm -f ../bias/ISP.bias.*.fits 30 31 exec rm -f ../dark/*.log 32 exec rm -f ../dark/*.stats 33 exec rm -f ../dark/*.detproc.*.fits 34 exec rm -f ../dark/*.detproc.*.jpg 35 exec rm -f ../dark/*.detproc.*.list 36 exec rm -f ../dark/*.detresid.*.fits 37 exec rm -f ../dark/*.detresid.*.jpg 38 exec rm -f ../dark/*.detresid.*.list 39 exec rm -f ../dark/ISP.dark.*.fits 40 41 exec rm -f ../flat/*.log 42 exec rm -f ../flat/*.stats 43 exec rm -f ../flat/*.detproc.*.fits 44 exec rm -f ../flat/*.detproc.*.jpg 45 exec rm -f ../flat/*.detproc.*.list 46 exec rm -f ../flat/*.detresid.*.fits 47 exec rm -f ../flat/*.detresid.*.jpg 48 exec rm -f ../flat/*.detresid.*.list 49 exec rm -f ../flat/ISP.flat.*.fits 19 50 end 20 51 … … 23 54 macro step1 24 55 init 56 exec upload.sh 25 57 input $scripts/phase0.pro 26 58 run … … 28 60 29 61 # alala: dettool -tostack -simple 30 macro step2.bias62 macro define.bias 31 63 exec dettool -definebyquery -det_type bias -exp_type bias -camera isp 32 input $scripts/detrend.process.pro33 64 run 34 65 end 35 66 36 macro step2.dark67 macro define.dark 37 68 exec dettool -definebyquery -det_type dark -exp_type dark -camera isp 38 input $scripts/detrend.process.pro39 69 run 40 70 end 41 71 42 macro step2.flat72 macro define.flat 43 73 exec dettool -definebyquery -det_type flat -exp_type flat -camera isp 44 input $scripts/detrend.process.pro45 74 run 46 75 end 47 76 48 macro step2.both77 macro define.all 49 78 exec dettool -definebyquery -det_type bias -exp_type bias -camera isp 50 79 exec dettool -definebyquery -det_type dark -exp_type dark -camera isp 51 80 exec dettool -definebyquery -det_type flat -exp_type flat -camera isp 52 input $scripts/detrend.process.pro53 81 run 54 82 end 55 83 56 macro step3 84 macro step2 85 input $scripts/detrend.process.pro 57 86 input $scripts/detrend.stack.pro 58 87 input $scripts/detrend.norm.pro
Note:
See TracChangeset
for help on using the changeset viewer.
