neuralib.imaging.widefield.plot.plot_retinotopic_maps

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

Plot retinotopic maps based on fft calculation.

See also

SequenceFFT

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

  • output (str | Path | bytes | BinaryIO | BufferedIOBase | BufferedReader | 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 as_colormap()