neuralib.widefield.fft.plot_retinotopic_maps

neuralib.widefield.fft.plot_retinotopic_maps(sequence, *, output=None, interp='none', intensity_cmap='binary', phase_cmap='hsv', **kwargs)[source]

Plot retinotopic maps based on FFT calculation.

Parameters:
  • sequence (ndarray) – Image sequence. Array[float | uint8, [F, H, W]]

  • output (str | Path | PathLike[str] | None) – Output path for the figure, defaults is None for show()

  • interp (str) – Kwarg interpolation for ax.imshow()

  • intensity_cmap – Intensity color map, defaults to ‘binary’

  • phase_cmap – Intensity phase color map, defaults to ‘hsv’

  • kwargs – Additional arguments passed to SequenceFFT.as_colormap()