<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p></p>
<div>Hi there,<br>
<br>
I'm trying to superimpose two models from inside a python script and get back the transformation matrix. I know I can do something like<br>
<br>
chimera.runCommand("match #1 #0 showMatrix true")<br>
<br>
but then the matrix is written to the ReplyLog. (Of course I could save the ReplyLog and then read it in from my script to access the matrix, but that seems quite cumbersome.) Is there a better way to do this?<br>
<br>
Cheers,<br>
<br>
Maik</div>
<br>
<p></p>
</div>
</body>
</html>