Changeset 8433 for trunk/MagicSoft/Mars/datacenter/scripts/runganymed
- Timestamp:
- 04/23/07 19:58:21 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r8009 r8433 67 67 68 68 datasetfile="$datasetpath/$no/dataset$no2.txt" 69 # get observation mode to choose ganymed.rc file 70 wobble=`grep 'WobbleMode:' $datasetfile` >> $scriptlog 2>&1 71 wobble2=`echo $wobble | grep ^\#` >> $scriptlog 2>&1 72 if [ "$wobble2" = "" ] 69 # choose ganymed.rc file 70 if grep 'WobbleMode:' $datasetfile >/dev/null 73 71 then 74 mode="wobble" >> $scriptlog 2>&172 ganymedrc=$setuppath/ganymed/ganymed_wobble.rc 75 73 else 76 mode="onoff" >> $scriptlog 2>&174 ganymedrc=$setuppath/ganymed/ganymed_onoff.rc 77 75 fi 78 ganymedrc=$setuppath/ganymed/ganymed_$mode.rc79 76 80 77 setstatus "start" >> $scriptlog 2>&1 81 78 79 echo "./ganymed -b -q -v4 -f --ind=$datapath/star --ins=$sequpath --config=$ganymedrc --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --out=$outpath $datasetfile " >> $scriptlog 2>&1 82 80 ./ganymed -b -q -v4 -f --ind=$datapath/star --ins=$sequpath --config=$ganymedrc --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --out=$outpath $datasetfile 2>> $scriptlog> /dev/null 83 81 check1=$?
Note:
See TracChangeset
for help on using the changeset viewer.