Changeset 9612


Ignore:
Timestamp:
07/07/10 11:52:54 (14 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9611 r9612  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2010/07/07 Daniela Dorner
     22
     23   * datacenter/scripts/runceres:
     24     - fixed typo
     25
     26
     27
    2128 2010/07/06 Daniela Dorner
    2229
  • 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.