-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Hey!
MNE.Info is an import object for raw objects, and according to the documentation, it is like an dictionary.
This attribute has a series of governance structures to ensure that we follow some standardization, which is great!
Even though it behaves like a dictionary, it's not exactly a dictionary. The only official way to save is by using .fiff, that this limits the transfer of that file into hub of file, such as hugging face. Ideally, we would save this as a JSON file/yaml file.
I have a question/proposal. Is there a simple way to serialize the MNE info object without individually selecting each field within the object? (This creates a lot of code re-built into each exact field.)
If it doesn't exist, does it make sense to make MNE info more serializable?