Changeset 9612 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 07/07/10 11:52:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.