User Tools

Site Tools


definitions:absolute_frequency_units

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
definitions:absolute_frequency_units [2016/12/12 16:56]
fmerino
definitions:absolute_frequency_units [2018/06/20 13:12] (current)
Line 1: Line 1:
 +~~NOTOC~~
 +
 ===== Absolute frequency ===== ===== Absolute frequency =====
  
-==== Definition ==== +==== Definitions ==== 
-Inside SPHIRE, we define the spatial frequencies are handled in absolute units. This means that the spatial frequencies are expressed in term of pixels units, or absolute frequency $f_a$, instead of units of inverse distance. In this way $f_a=0$ corresponds to the zero Fourier term (zero frequency), while $f_a=0.5$  corresponds to Nyquist frequency $f_N$. The **Nyquist frequency** corresponds the maximum spatial frequency contained in an image. In absolute frequencies this always has a value of 0.5 while in inverse distance it will correspond to $f_N=\frac{1}{2p}$, where $p$ is the pixel size usually in Å. +Inside SPHIRE, spatial frequencies are handled in absolute units. This means that the spatial frequencies are expressed in term of pixels, or absolute frequency $f_a$, instead of units of inverse distance. The Nyquist frequencythe maximum spatial frequency contained in an image, corresponds to $f_a=0.5$. In inverse distance units, it will correspond to $f_N=\frac{1}{2p}$, where $p$ is the pixel sizeusually in Å.
- +
- +
-For the pixel size p [Å], spatial frequency {{{`f_s`}}} [1/Å] is related to absolute frequency {{{`f_a`}}} by: +
- +
-      {{{`f_s=f_a/p`}}} +
- +
-      {{{`f_a=f_s**p`}}}+
  
-For an image size n pixels sampled at p Å, k'th Fourier pixel (0<=k<=n/2is related to frequency by:+A simple relation exists between spatial frequencies $f_s$ (e.g. ${Å}^{-1}$and absolute frequencies $f_a$:
  
-      {{{`f_s=k/n/p`}}}+For an image with pixel size $p$: 
 +$$ 
 +f_s=\frac{f_a}{p} 
 +\\ 
 +f_a=f_s \times p 
 +$$
  
-      {{{`f_a=k/n`}}}+For an n-pixels image, the k'th Fourier pixel (with $0 \leq k \leq 0.5n$) is related to frequency by:
  
-Resolution r [Å] (defined as inverse of spatial frequency) is:+$$ 
 +f_s=\frac{k}{n \times p} 
 +\\ 
 +f_a=\frac{k}{n} 
 +$$
  
-      {{{`r=1/f_s=p**n/k`}}}+The resolution $r$ is defined as the inverse of the spatial frequency:
  
 +$$
 +r=\frac{1}{f_s}=p\frac{n}{k}
 +$$
  
 ==== Within the code ==== ==== Within the code ====
definitions/absolute_frequency_units.1481558171.txt.gz · Last modified: 2018/06/20 13:13 (external edit)