- Timestamp:
- 09/28/06 10:33:17 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/processmcsequences
r7944 r7982 45 45 checklock >> $scriptlog 2>&1 46 46 47 mcpath=/montecarlo/rawfiles 48 mccalpath=/montecarlo/callisto 49 mcimgpath=/montecarlo/star 50 mcsequpath=/montecarlo/sequences 47 mccalpath=$mcpath/callisto 48 mcimgpath=$mcpath/star 51 49 callistorc=$setuppath/callisto/callisto.rc 52 50 … … 89 87 fi 90 88 # calibrate data 91 echo "./callisto -mc -f -b -q --ind=$mc path/$date --log=$caloutpath/callisto$sequno.log --html=$caloutpath/callisto$sequno.html --out=$caloutpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null" >> $scriptlog 2>&192 ./callisto -mc -f -b -q --ind=$mc path/$date --log=$caloutpath/callisto$sequno.log --html=$caloutpath/callisto$sequno.html --out=$caloutpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null89 echo "./callisto -mc -f -b -q --ind=$mcrawpath/$date --log=$caloutpath/callisto$sequno.log --html=$caloutpath/callisto$sequno.html --out=$caloutpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null" >> $scriptlog 2>&1 90 ./callisto -mc -f -b -q --ind=$mcrawpath/$date --log=$caloutpath/callisto$sequno.log --html=$caloutpath/callisto$sequno.html --out=$caloutpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null 93 91 check1=$? 94 92 # if calibration worked -> run star for sequence
Note:
See TracChangeset
for help on using the changeset viewer.