Changes between Version 146 and Version 147 of requests


Ignore:
Timestamp:
Jun 8, 2011, 12:39:10 PM (15 years ago)
Author:
goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • requests

    v146 v147  
    1111density maps, molecular assemblies, electron microscopy).
    1212</p>
     13
     14<p>
     15312.
     16<b>Median filtering boundary values.</b><br>
     17June 8, 2011<br>
     18Danielle Jorgens, Tom Goddard<br>
     19Median filtering puts zeros on the boundary of the volume box. Data from Danielle had 8-bit values
     20ranging from 34-241.  The median filtered version adds lots of mysterious 0 values outside the range
     21of the original map values.  That seems like an error since the median can't produce a value outside
     22the original data range, unless you know about the weird zero filling on the boundary. Would be nice
     23to improve the code so it gives the proper median boundary values.  Will require 6 + 12 + 8 cases to
     24handle grid points on faces, edges, and corners.
     25</p>
     26
    1327
    1428<p>