pybsm.metrics.functional.giqe5_RER

pybsm.metrics.functional.giqe5_RER(*, mtf: ndarray, df: float, ifov_x: float, ifov_y: float) tuple[float, float]

Calculates the relative edge response from a 2-D MTF.

This function is primarily for use with the GIQE 5. It implements IBSM equations 3-57 and 3-58. See pybsm.metrics.functional.giqe_edge_terms for the GIQE 3 version.

Parameters:
  • mtf – 2-dimensional full system modulation transfer function (unitless); MTF is the magnitude of the OTF

  • df – spatial frequency step size (cycles/radian)

  • ifov_x – x-direction instantaneous field-of-view of a detector (radians)

  • ifov_y – y-direction instantaneous field-of-view of a detector (radians)

Returns:

rer_0:

relative edge response at 0 degrees orientation (unitless)

rer_90:

relative edge response at 90 degrees orientation (unitless)