Changeset 16989 for trunk/DataCheck/Processing
- Timestamp:
- 07/30/13 13:47:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/RunStar.sh
r14829 r16989 30 30 seqfile=$seqpath"/"$nightpath"/"$seqnum".seq" 31 31 inpath=$datapath"/callisto/"$nightpath 32 outpath=$datapath"/star _4.0_2.5/"$nightpath32 outpath=$datapath"/star/"$nightpath 33 33 makedir $outpath 34 34 logfile=$outpath"/"$seqnum"-images.log" … … 42 42 #check1=`root -q -b fact/star.C\("\"$seqfile\""\,7.5\,3.9\,"\"$inpath\""\,"\"$outpath\""\) | tee $logfile | intgrep` 43 43 # 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`44 check1=`root -q -b fact/analysis/star.C\("\"$seqfile\""\,4.0\,2.5\,"\"$inpath\""\,"\"$outpath\""\) | tee $logfile | intgrep` 45 45 46 46 case $check1 in … … 56 56 logfile=$outpath"/"$seqnum"-merpp.log" 57 57 58 check1=`root -q -b fact/ merpp3.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep`58 check1=`root -q -b fact/analysis/merpp.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep` 59 59 60 60 case $check1 in
Note:
See TracChangeset
for help on using the changeset viewer.