<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi Christian,<br>
    <br>
    the problem is that you did not ask phenix.refine to refine the rest
    of the atoms isotropically (with your command below you only refine
    anisotropic ADPs of atoms in chain Q, and the B-factors of all the
    other atoms are not refined):<br>
    <br>
    <blockquote
      cite="mid:201105261957.10585.christian.roth@bbz.uni-leipzig.de"
      type="cite">
      <div class="moz-text-plain" wrap="true" graphical-quote="true"
        style="font-family: -moz-fixed; font-size: 12px;"
        lang="x-unicode">
        <pre wrap="">    adp {
      individual {
        anisotropic = "chain Q"
      }</pre>
      </div>
    </blockquote>
    <br>
    I would do it like this:<br>
    <br>
    adp {<br>
    &nbsp; individual {<br>
    &nbsp;&nbsp;&nbsp;&nbsp; anisotropic = chain Q and element CL<br>
    &nbsp;&nbsp;&nbsp;&nbsp; isotropic = not (chain Q and element CL)<br>
    &nbsp; }<br>
    }<br>
    <br>
    Pavel.<br>
    <br>
  </body>
</html>