cedalion.vis.plot_probe

Interactive GUI to view the HRF in probe space after data has been processed.

Based on Homer3 v1.80.2 “PlotProbe2.m” (Huppert et al. [HDFB09])

Boston University Neurophotonics Center https://github.com/BUNPC/Homer3

Initial Contributors:

Functions

run_vis(blockaverage, geo2d, geo3d)

Opens the visualization GUI.

cedalion.vis.plot_probe.run_vis(
blockaverage: cdt.NDTimeSeries,
geo2d: cdt.LabeledPointCloud,
geo3d: cdt.LabeledPointCloud,
)[source]

Opens the visualization GUI.

Parameters:
  • blockaverage – The blockaveraged HRF data.

  • geo2d – The 2d probe geometry data.

  • geo3d – The 3d probe geometry data.