Changeset 14829 for trunk/DataCheck/Processing/RunStar.sh
- Timestamp:
- 02/04/13 05:35:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/RunStar.sh
r13079 r14829 30 30 seqfile=$seqpath"/"$nightpath"/"$seqnum".seq" 31 31 inpath=$datapath"/callisto/"$nightpath 32 outpath=$datapath"/star /"$nightpath32 outpath=$datapath"/star_4.0_2.5/"$nightpath 33 33 makedir $outpath 34 34 logfile=$outpath"/"$seqnum"-images.log" … … 40 40 setstatus "start" 41 41 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 44 check1=`root -q -b fact/star.C\("\"$seqfile\""\,4.0\,2.5\,"\"$inpath\""\,"\"$outpath\""\) | tee $logfile | intgrep` 43 45 44 46 case $check1 in
Note:
See TracChangeset
for help on using the changeset viewer.