<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello All,<div><br></div><div>I ask this question mostly out of curiosity, but what is the most direct way to access the value for a Miller index?</div><div><br></div><div>The best I can do is the method below, but it seems rather indirect.</div><div><br></div><div>James</div><div><br></div><div><br></div><div><div><font class="Apple-style-span" face="Monaco">py&gt; miller&nbsp;</font></div><div><font class="Apple-style-span" face="Monaco">&lt;cctbx.miller.array at 0x107bfa290&gt;</font></div><div><font class="Apple-style-span" face="Monaco">py&gt; idx = (0, 0, 2)</font></div></div><div><font class="Apple-style-span" face="Monaco">py&gt; miller.select_indices([idx]).data()[0]</font></div><div><font class="Apple-style-span" face="Monaco">(-26338.974329482127+0j)</font></div></body></html>