Ignore:
Timestamp:
07/07/10 11:52:54 (14 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/runceres

    r9610 r9612  
    7272   3) printprocesslog "INFO run $run and file $file is a pedestal run (key="$runkey")"
    7373      drun=`echo "$run + 2 " | bc -l`
    74       $outpath=$mcpath/ceres/`printf %03d $cereskey`/`printf %08d $drun | cut -c 1-4`/`printf %08d $drun | cut -c 5-8`
     74      outpath=$mcpath/ceres/`printf %03d $cereskey`/`printf %08d $drun | cut -c 1-4`/`printf %08d $drun | cut -c 5-8`
    7575      makedir $outpath
    7676      log=$outpath/ceres`printf %08d $run `"."`printf %06d $file | cut -c 4-6`
     
    8282   4) printprocesslog "INFO run $run and file $file is a calibration run (key="$runkey")"
    8383      drun=`echo "$run + 1 " | bc -l`
    84       $outpath=$mcpath/ceres/`printf %03d $cereskey`/`printf %08d $drun | cut -c 1-4`/`printf %08d $drun | cut -c 5-8`
     84      outpath=$mcpath/ceres/`printf %03d $cereskey`/`printf %08d $drun | cut -c 1-4`/`printf %08d $drun | cut -c 5-8`
    8585      makedir $outpath
    8686      log=$outpath/ceres`printf %08d $run `"."`printf %06d $file | cut -c 4-6`
Note: See TracChangeset for help on using the changeset viewer.