Index: mttroot/mtt/bin/trans/mtt_optimise.sh ================================================================== --- mttroot/mtt/bin/trans/mtt_optimise.sh +++ mttroot/mtt/bin/trans/mtt_optimise.sh @@ -33,10 +33,12 @@ optimise_with_maxima () { cat ${filename} |\ tr "\t\n" " " |\ sed -e 's/\ //g' |\ + sed -e 's/\(MTTdX([0-9.]*,[0-9.]*)\)/\1 /' |\ + sed -e 's/\(MTTy([0-9.]*,[0-9.]*)\)/\1 /' |\ sed -e 's/\(MTTYz([0-9.]*,[0-9.]*)\)/\1 /' |\ sed -e 's/[A-Za-z0-9_.:()]*(D2)\(.*\)/\1/' |\ sed -e 's/\([A-Za-z0-9_.:()]*\)(C3)/\1/g' |\ optimise_max2r.awk |\ tr "A-Z" "a-z" > ${tmp}