Ignore:
Timestamp:
07/30/13 13:47:42 (11 years ago)
Author:
Daniela Dorner
Message:
adapted paths for macros and output path for star
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Processing/RunStar.sh

    r14829 r16989  
    3030seqfile=$seqpath"/"$nightpath"/"$seqnum".seq"
    3131inpath=$datapath"/callisto/"$nightpath
    32 outpath=$datapath"/star_4.0_2.5/"$nightpath
     32outpath=$datapath"/star/"$nightpath
    3333makedir $outpath
    3434logfile=$outpath"/"$seqnum"-images.log"
     
    4242#check1=`root -q -b fact/star.C\("\"$seqfile\""\,7.5\,3.9\,"\"$inpath\""\,"\"$outpath\""\) | tee $logfile | intgrep`
    4343# new cleaning levels starting from version 2012.06.22
    44 check1=`root -q -b fact/star.C\("\"$seqfile\""\,4.0\,2.5\,"\"$inpath\""\,"\"$outpath\""\) | tee $logfile | intgrep`
     44check1=`root -q -b fact/analysis/star.C\("\"$seqfile\""\,4.0\,2.5\,"\"$inpath\""\,"\"$outpath\""\) | tee $logfile | intgrep`
    4545
    4646case $check1 in
     
    5656logfile=$outpath"/"$seqnum"-merpp.log"
    5757
    58 check1=`root -q -b fact/merpp3.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep`
     58check1=`root -q -b fact/analysis/merpp.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep`
    5959
    6060case $check1 in
Note: See TracChangeset for help on using the changeset viewer.