Mathieu Scheltienne

Results 53 issues of Mathieu Scheltienne

2 configuration variable could be added: - one to ignore the minimum version check - one to specify a different download folder

🌟 enhancement

An XDF recording contains one or multiple streams. It would be useful that a Player can be created from an XDF recording and mock all available streams, including irregularly sampled...

🌟 enhancement
player

The StreamViewer API needs an overhaul. It will be rename as `Viewer` to match the new `Stream` and `Player` API. The new `Viewer` API will interface with one or more...

🌟 enhancement
viewer

The StreamRecorder API was removed in favor of LabRecorder. A `Recorder` API should complement the `Stream`, `Player` and `Viewer` API. The recorder API must be able to control a LabRecorder...

🌟 enhancement
recorder

Looking quickly through GFP stuff, this is the equation I find in MNE: ``` np.sqrt((data**2).mean(axis=1)) ``` And this is in pycrostates: https://github.com/vferat/pycrostates/blob/ff3da2b02024d5a54d09878d87d14834859d38dd/pycrostates/preprocessing/extract_gfp_peaks.py#L160 @vferat Any opinion here?

Similar to an epoch object where you can do `epochs["my condition"]`, an `EpochsSegmentation` should be indexable. Suggested by Vincent today ;) c.f. https://github.com/mne-tools/mne-python/blob/6733cae2a0765da9ec1b67a98937839d4cd9aadf/mne/utils/mixin.py#L78-L144

🌟 enhancement

A "Citation" reference is missing on the website. Where would it be nice to have? - bottom of the front page? - between Development and More in the topbar? -...

Spotted this remaining TODO item: https://github.com/vferat/pycrostates/blob/c8bcc0a375a9ae5ec48db5bfc4ba1928dac599a7/pycrostates/cluster/kmeans.py#L36-L46 Maybe: ``` Convergence criterium: relative tolerance with regard to the estimated residual noise in the cluster centers of two consecutive iterations. ``` cc @vferat

📓 doc

I like `sphinx.ext.linkcode` other `sphinx.ext.viewcode` because it creates nice links to the function in the source code on GitHub instead of an HTML page with the function code copy/pasted, and...

📓 doc
🌟 enhancement