Find executed function from GUI

Hi,
Is there a way to get the functions that are run in the Brainstorm GUI?
I meant all the functions that can be done exclusively (I think) from the GUI, like selecting a point on the pial/central surface to create a new scout to grow, or similar functions. I will have many patients that underwent fMRI and I would like, iteratively and from a Matlab script, to always select the same point (or the closest point possible) from which grow relevant scouts for each patient, but since it is not a function that can be called in the Process1, I do not know how to put it on a Matlab script.
If there is the possibility to recover GUI-related functions in order to run them without the GUI, that would be very helpful.
Thanks,

Luca

Hello Luca,

Yes it is possible, check the tutorial on Scripting:
https://neuroimage.usc.edu/brainstorm/Tutorials/Scripting

https://neuroimage.usc.edu/brainstorm/Tutorials/Scripting#Find_interface_callback_functions

In the specific case of handling scouts, calls to functions in panel_scout.m will be required
brainstorm3/toolbox/gui/panel_scout.m at master · brainstorm-tools/brainstorm3 · GitHub

This is not a possibility in Brainstorm for the moment