Ignore:
Timestamp:
02/04/13 05:35:30 (12 years ago)
Author:
Daniela Dorner
Message:
new cleaning level
File:
1 edited

Legend:

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

    r13079 r14829  
    3030seqfile=$seqpath"/"$nightpath"/"$seqnum".seq"
    3131inpath=$datapath"/callisto/"$nightpath
    32 outpath=$datapath"/star/"$nightpath
     32outpath=$datapath"/star_4.0_2.5/"$nightpath
    3333makedir $outpath
    3434logfile=$outpath"/"$seqnum"-images.log"
     
    4040setstatus "start"
    4141
    42 check1=`root -q -b fact/star.C\("\"$seqfile\""\,7.5\,3.9\,"\"$inpath\""\,"\"$outpath\""\) | tee $logfile | intgrep`
     42#check1=`root -q -b fact/star.C\("\"$seqfile\""\,7.5\,3.9\,"\"$inpath\""\,"\"$outpath\""\) | tee $logfile | intgrep`
     43# new cleaning levels starting from version 2012.06.22
     44check1=`root -q -b fact/star.C\("\"$seqfile\""\,4.0\,2.5\,"\"$inpath\""\,"\"$outpath\""\) | tee $logfile | intgrep`
    4345
    4446case $check1 in
Note: See TracChangeset for help on using the changeset viewer.