pybsm.otf.functional.circular_aperture_OTF

pybsm.otf.functional.circular_aperture_OTF(*, u: ndarray, v: ndarray, lambda0: float, D: float, eta: float) ndarray

IBSM Equation 3-20. Obscured circular aperture diffraction OTF.

If eta is set to 0, the function will return the unobscured aperture result.

Parameters:
  • u – angular spatial frequency coordinates (rad^-1)

  • v – angular spatial frequency coordinates (rad^-1)

  • lambda0 – wavelength (m), should be > 0

  • D – effective aperture diameter (m)

  • eta – relative linear obscuration (unitless), should not be 1

Returns:

H:

OTF at spatial frequency (u,v) (unitless)

WARNING:

Output can be nan if eta is 1.