This algorithm is typically used to remove the ballistocardiographic artefact from simultaneous EEG-fMRI, but we have adapted it by removing the time delay such that it operates to remove the cardiac artefact in EEG, but especially ESG (electrospinography) data. In order to create a good example showcasing the method, we would also like to contribute a combined EEG&ESG dataset - is this possible?
Although MNE-python is typically used by brain researchers, there is a growing community also interested in incorporating spinal recordings, for which this method is particularly useful
Yes and no. You could use openneuro-py within your example/tutorial to fetch the dataset, but datasets within the mne.datasets module are archived while on openneuro they are stored file-by-file as git-like repository (I think, might be mistaken). I don’t believe the pooch-based dataset fetcher in mne.datasets can handle openneuro datasets, maybe @richard and @adam2392 might know more.