prysm.degredations#
Degredations in the image chain.
- prysm.degredations.smear_ft(fx, fy, width, height)#
Analytic Fourier Transform (OTF) of smear.
- Parameters:
- Returns:
transfer function of the smear
- Return type:
ndarray
- prysm.degredations.jitter_ft(fr, scale)#
Analytic Fourier transform (OTF) of jitter.
- Parameters:
fr (ndarray) – radial spatial frequency, units of reciprocal length, e.g. cy/mm
scale (float) – scale of the jitter, in same units as “dx” e.g., if fr has units cy/mm, then scale has units mm
- Returns:
transfer function of the jitter
- Return type:
ndarray