- Timestamp:
- 05/14/07 17:51:07 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8513 r8514 22 22 * datacenter/scripts/checkfilesforsequenceavail: 23 23 - added missing 'set -C' 24 25 * scripts/processsequence: 26 - added option (now callisto rc can be giving in a command line 27 option) 24 28 25 29 -
trunk/MagicSoft/Mars/scripts/processsequence
r8496 r8514 60 60 echo -n " -cal " 61 61 echo " running only calibration" 62 echo -n " --cal-rc " 63 echo " giving the rc-file used for the calibration " 62 64 echo -n " -b " 63 65 echo " running in non-interactive mode (i.e. you are not asked if the paths are ok)" … … 108 110 --sequ) shift 109 111 sequence=$1 112 ;; 113 --cal-rc) shift 114 calrc="--config="$1 110 115 ;; 111 116 --out) shift … … 184 189 fi 185 190 fi 191 if ! [ "$calrc" = "" ] 192 then 193 echo "using $calrc for calibration" 194 fi 186 195 187 196 … … 213 222 echo "run $program..." 214 223 logfile=$calpath/$program$sequence.log 215 command="./$program -b -q -f --log=$logfile --out=$calpath $ sequfile "224 command="./$program -b -q -f --log=$logfile --out=$calpath $calrc $sequfile " 216 225 echo $command 217 226 $command
Note:
See TracChangeset
for help on using the changeset viewer.