I have a question about how to save EEG topography continuously and automatically,Thanks in advance!
Saving how? As a video?
https://neuroimage.usc.edu/brainstorm/Tutorials/ExploreRecordings#Movie_studio
First,thanks for answering my question! I did what you said, and I got a whole graph with lots of EEG topologies in it, but what I really wanted to do was to save the topographes of each sample point one by one, not a whole graph with lots of points on top of it.
Contact sheets?
https://neuroimage.usc.edu/brainstorm/Tutorials/ExploreRecordings#Contact_sheets
I'm not sure what you refer to, please post an image representing the type of information your would like to display.
The picture I really want to save is like the first one, and not like the second one
You save a screen capture of an image using the function:
out_figure_image(hFig, [], 'time')
Read the head of the this function for additional help.
hFig is the variable with the handle to the figure you created with view_topography. Use "gcf" to get the handle to the current figure.
To set the current time:
panel_time('SetCurrentTime', newTime);
Include this in a for loop if you want to capture automatically the image at multiple time points.
If a script, you can also include your images in the execution report.
https://neuroimage.usc.edu/brainstorm/Tutorials/PipelineEditor#Report_viewer
https://neuroimage.usc.edu/brainstorm/Tutorials/Scripting#Final_scripts