Changeset 7052 for trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
- Timestamp:
- 05/17/05 17:08:26 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
r7030 r7052 104 104 for sequence in ${sequences[@]} 105 105 do 106 no=`printf %08d $sequence | cut -c 4` 107 path="/magic/data/callisto/"`printf %04d $no`"/"`printf %08d $sequence` 108 signalfile=$path/signal`printf %08d $sequence`.root 109 calibfile=$path/calib`printf %08d $sequence`.root 110 fillcallistologpath=$logpath/fillcallisto/`printf %04d $no` 106 no=`printf %08d $sequence | cut -c 0-4` 107 no2=`printf %08d $sequence` 108 path="/magic/data/callisto/$no/$no2" 109 signalfile=$path/signal$no2.root 110 calibfile=$path/calib$no2.root 111 fillcallistologpath=$logpath/fillcallisto/$no 111 112 echo "fillcallistologpath: "$fillcallistologpath >> $scriptlog 2>&1 112 113 if [ ! -d $fillcallistologpath ] … … 136 137 1) echo "check2=$check2 -> everthing ok " >> $scriptlog 2>&1 137 138 echo "-> inserting the status for fillcallisto for sequence $sequence into the db" >> $scriptlog 2>&1 138 setstatuslogpath=$logpath/setstatus/fillcallisto/ `printf %04d $no`139 setstatuslogpath=$logpath/setstatus/fillcallisto/$no 139 140 if [ ! -d $setstatuslogpath ] 140 141 then
Note:
See TracChangeset
for help on using the changeset viewer.