Changeset 18250


Ignore:
Timestamp:
06/20/15 21:17:08 (9 years ago)
Author:
Daniela Dorner
Message:
added usage delays and drstime fitsfile
File:
1 edited

Legend:

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

    r17892 r18250  
    2828
    2929# get all needed paths and files
     30delays="resources/delays-20150217.txt"
     31drstimefiles=`ls $drstimepath | sort`
     32for drstimefile in $drstimefiles
     33do
     34   num=`echo $drstimefile | cut -c 1-8`
     35   if [ $num -gt $night ]
     36   then
     37      break
     38   fi
     39   drstime=$drstimepath/$drstimefile
     40done
     41   
    3042seqfile=$seqpath"/"$nightpath"/"$seqnum".seq"
    3143outpath=$datapath"/callisto/"$nightpath
     
    3951setstatus "start"
    4052
    41 check1=`root -q -b fact/analysis/callisto.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep`
     53printprocesslog "DEBUG root -q -b fact/analysis/callisto.C\("\"$seqfile\""\,"\"$outpath\""\,\""$drstime"\"\,\""$delays"\"\) | tee $logfile "
     54check1=`root -q -b fact/analysis/callisto.C\("\"$seqfile\""\,"\"$outpath\""\,\""$drstime"\"\,\""$delays"\"\) | tee $logfile | intgrep`
    4255
    4356case $check1 in
Note: See TracChangeset for help on using the changeset viewer.