<div dir="ltr">Hi all,<div><br></div><div>I have a script that extracts Fobs and Fcalc from an MTZ file produced by Refmac for some analysis. I was just doing this in a trivial way:</div><div><br></div><div><div>      fobs = m.extract_reals(&quot;F&quot;).data</div><div>      fc = m.extract_reals(&quot;FC_ALL&quot;).data</div></div><div><br></div><div>and this worked fine, until I came across a file with missing observations, so that the lengths of fobs and fc do not match.</div><div><br></div><div>Can anybody advise a better way to do this please? I&#39;m inexperienced with iotbx.mtz. I don&#39;t need anything other than the values of the structure factors, but I need each element of fobs and fc to contain the equivalent values.</div><div><br></div><div>Thanks</div><div><br></div><div><div><div dir="ltr" class="gmail_signature">-- David<br></div></div></div></div>