Hello,
I am encountering an issue when trying to export MEG sensor data to a .mat file using the export_data function in Brainstorm. The error message I receive is the following:
** Error: Line 252: export_data
** out_fopen_spm
** MEG sensors are currently not supported by this function.
** Please contact us through the Brainstorm user forum to request this feature.
**
** Call stack:
** >export_data.m at 252
** >bst_call.m at 28
** >tree_callbacks.m>@(h,ev)bst_call(@export_data,GetAllFilenames(bstNodes)) at 1582
I need to export the MEG data to a .mat file for further processing in Python. However, the function does not seem to support MEG sensors at the moment.
Could you please guide me on how to export MEG sensor data to a .mat file? Are there any alternative functions or workarounds available in Brainstorm?
Thank you in advance for your help!