Ignore:
Timestamp:
09/28/06 10:33:17 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/processmcsequences

    r7944 r7982  
    4545checklock  >> $scriptlog 2>&1
    4646
    47 mcpath=/montecarlo/rawfiles
    48 mccalpath=/montecarlo/callisto
    49 mcimgpath=/montecarlo/star
    50 mcsequpath=/montecarlo/sequences
     47mccalpath=$mcpath/callisto
     48mcimgpath=$mcpath/star
    5149callistorc=$setuppath/callisto/callisto.rc
    5250
     
    8987   fi
    9088   # calibrate data
    91    echo "./callisto -mc -f -b -q --ind=$mcpath/$date --log=$caloutpath/callisto$sequno.log --html=$caloutpath/callisto$sequno.html --out=$caloutpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null" >> $scriptlog 2>&1
    92    ./callisto -mc -f -b -q --ind=$mcpath/$date --log=$caloutpath/callisto$sequno.log --html=$caloutpath/callisto$sequno.html --out=$caloutpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null
     89   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
    9391   check1=$?
    9492   # if calibration worked -> run star for sequence
Note: See TracChangeset for help on using the changeset viewer.