I’m trying to visualize fNIRS data on the brain surface and display how the data changes over time. I attempted to use the MNE function mne_nirs.visualisation.plot_glm_surface_projection, but I found that this function is a convenient wrapper around lower-level functionality and might not fully meet my needs.
I also tried using mne.viz.plot_source_estimates for this purpose, but unfortunately, it didn’t work as expected. I would greatly appreciate any advice or suggestions on how to successfully achieve this.
I find that the GLM result has no time dimension because the glm_est.to_dataframe() result I output has no time related information, indicating that it is a static regression result. Therefore, we still need to evoked and visualized mne.viz.plot_source_estimates.