pynrc.reduce.calib.plot_kernel

pynrc.reduce.calib.plot_kernel(kern, ax=None, return_figax=False)[source]

Plot image of IPC or PPC kernel

Parameters
  • kern (ndarray) – Kernel image (3x3 or 5x5, etc) to plot.

  • ax (axes) – Axes to plot kernel on. If None, will create new figure and axes subplot.

  • return_figax (bool) – Return the (figure, axes) for user manipulations?