<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 style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks Eric, I got it to work now.  To summarize the code to get the axis information from an atom spec string  looks like this. Please let me know if there is a better or simpler way to do it.<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family: "Courier New", monospace;">#-----------------------------------</span><br>
</div>
<span style="font-family: "Courier New", monospace;">import StructMeasure</span><span><br>
</span>
<div><br>
</div>
<div><span style="font-family: "Courier New", monospace;">atomspec = '#0:14-37.A@CA'</span><br>
</div>
<div><span style="font-family: "Courier New", monospace;">atoms    = chimera.selection.OSLSelection(atomspec).vertices()</span><br>
</div>
<div><span style="font-family: "Courier New", monospace;">xyzs     = chimera.numpyArrayFromAtoms(atoms)</span><br>
</div>
<div><span style="font-family: "Courier New", monospace;">myaxis   = StructMeasure.axis(xyzs)</span><br>
</div>
<span style="font-family: "Courier New", monospace;">print myaxis</span><br>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family: "Courier New", monospace;">#-------------------------------------</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Note that I had to import <span>StructMeasure</span>.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Best</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
H.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span></span></div>
<br>
</body>
</html>