<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Ben,<br>
    <br>
    complete representation of your map (the one in CCP4 formatted file)
    is a reciprocal space box of reflections with miller indices being
    |h|&lt;N1/2, |k|&lt;N2/2, |l|&lt;N3/2 , where N1,N2,N3 is map
    gridding.<br>
    <br>
    Converting map (from CCP4 file) into a set of structure factors in a
    sphere of given resolution is an operation associated with loss of
    information. Further truncation of resolution obviously results in
    further loss of information. All in all this means the artifacts you
    observe after these manipulations are expected.<br>
    <br>
    Alternatively, I guess, you can do local averaging: replace each map
    grid node with the average takes over all 27 nearest neighbors of
    that node or all neighbors in a sphere of R around it (Wang's
    averaging). As A. Leslie demonstrated original Wang's averaging can
    be done efficiently in reciprocal space by convolution of structure
    factors with some function (see that paper for details).<br>
    <br>
    I can write a simple Python script for you to do this task.<br>
    <br>
    Pavel<br>
    <br>
    <div class="moz-cite-prefix">On 11/13/14 4:00 PM, Barad, Ben wrote:<br>
    </div>
    <blockquote
      cite="mid:5AB24413EA6DF646B2E89160D00F1A49FC4173@ex12.net.ucsf.edu"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
      <div style="direction: ltr;font-family: Tahoma;color:
        #000000;font-size: 10pt;">Hi All,<br>
        <br>
        I am currently trying to filter a CCP4-formatted real space map
        from the EMDB, which is at 3.2 � resolution, to different
        resolutions from 3.2 to 5 �, and I've been having a bit of a
        difficult time getting it to work.<br>
        <br>
        My first thought was to do an fft to get structure factors, then
        regenerate the map from those structure factors with a
        resolution cutoff. To do this, I used the tools
        "phenix.map_to_structure_factors" and "phenix.mtz2map" to
        generate a structure factor file, then convert it back into a
        map. When I do this, I end up with a very noisy map that is not
        usable for what I would like to do.<br>
        <br>
        Is there a better way to accomplish this in phenix (or another
        tool)? I've also tried some low-pass filtering with proc3d,
        without much success...<br>
        <br>
        Thanks,<br>
        Ben Barad<br>
        Fraser Lab @ UCSF<br>
      </div>
    </blockquote>
    <br>
  </body>
</html>