-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Is your feature request related to a problem? Please elaborate.
Parallelization appears to only run over trials. If there's not trial structure in the data (e.g. spontaneous activity), there doesn't seem to be a way to tell Syncopy to use channels as the dimension to parallelize.
Do you have a solution in mind? Please elaborate
Would be nice to add the possibility to use the channel dimension (or any other dimension that is not trials) on the data for parallelization. Perhaps let things run in parallel, if no trials, over the first non-singleton dimension of the data structure hierarchy (e.g. if no trials, then channels, etc.).
Not really a problem per se, more like a missing feature? Please elaborate
Please provide a description of what kind of functionality you want to see in Syncopy. If possible/applicable, please consider writing a few lines of (pseudo-)code to illustrate your thoughts.
Thanks!