Changeset 9612
- Timestamp:
- 07/07/10 11:52:54 (14 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9611 r9612 19 19 -*-*- END OF LINE -*-*- 20 20 21 2010/07/07 Daniela Dorner 22 23 * datacenter/scripts/runceres: 24 - fixed typo 25 26 27 21 28 2010/07/06 Daniela Dorner 22 29 -
trunk/MagicSoft/Mars/datacenter/scripts/runceres
r9610 r9612 72 72 3) printprocesslog "INFO run $run and file $file is a pedestal run (key="$runkey")" 73 73 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` 75 75 makedir $outpath 76 76 log=$outpath/ceres`printf %08d $run `"."`printf %06d $file | cut -c 4-6` … … 82 82 4) printprocesslog "INFO run $run and file $file is a calibration run (key="$runkey")" 83 83 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` 85 85 makedir $outpath 86 86 log=$outpath/ceres`printf %08d $run `"."`printf %06d $file | cut -c 4-6`
Note:
See TracChangeset
for help on using the changeset viewer.