zoukankan      html  css  js  c++  java
  • tomo分辨率的定义

    9.1. Tomogram Resolution and the Need for Filtering

    The noise or graininess in a reconstruction from well-aligned data arises from two main sources: noise in the projection images because they are not taken at very high dose; and artifacts in the back-projection because the tilt increment was too large for the thickness of volume being reconstructed. The angular increment is one of the major factors governing the resolution of a tomogram. The classic resolution formula of Crowther, DeRosier, and Klug (1970) can provide a rough guide for how to adjust the radial filter, even though it is strictly applicable only to the case of a full 180º range of angles. The formula is:

        d = D * Δβ

    where:
          d is the resolution in real-space units (nm or pixels),
          D is the diameter of volume reconstructed,
          Δβ is the angular increment in radians.
    Alternatively, if Δβ is in degrees, the resolution f in reciprocal-space (frequency) units is

        f = 57.3 / (D * Δβ)

    Or, the equation can be expressed in terms of n, the number of views, and the maximum tilt angle βmax:

        f = (28.5 * n) / (D * βmax)

    which for the case of a tilt range of ±60º, reduces to:

        f = 0.48 * n / D

    One of the uncertainties in these formulas is the meaning of the diameter D. In rough terms it corresponds to the thickness of the section; but if electron-dense material in the section is relatively sparse, it may correspond more closely to the size of clusters of material within the section, implying a higher resolution. It has been argued that in extended slabs of material, D corresponds to the maximum thickness of the section when tilted, but a formula based on this assumption gives resolutions much too low to be a guide for filtering the reconstruction. The last version of the formula implies that the angular increment does not limit the resolution when the number of views is comparable to the section thickness in pixels. This makes intuitive sense if one thinks of the projections as providing information needed to solve for densities in the volume, since then the number of measurements will match the number of unknowns.

  • 相关阅读:
    进行C# 编写发送邮箱,报错Error: need EHLO and AUTH first !
    vue使jsZip和FileSaver.js打包下载
    基于js或vue项目实现一次批量文件下载功能
    模块
    now 与 down 中的 ow 发音是否一样?
    __time64_t 解决了 2038 年问题,可是没解决 1969年问题
    MagickSetOption(mw, "jpeg:extent", "...kb"); 这个函数有时结果出乎意料
    解决Idea启动Spring Boot很慢的问题
    CAP原理和BASE思想和ACID模型
    java并发编程之Condition
  • 原文地址:https://www.cnblogs.com/klausage/p/14198016.html
Copyright © 2011-2022 走看看