Victor Férat

Results 11 issues of Victor Férat

### Summary It would be helpful to have support for [mideface](https://surfer.nmr.mgh.harvard.edu/fswiki/MiDeFace) a command-line tool for defacing MRI scans in Freesurfer. This addition could enhance existing BIDS apps, such as [BIDSonym](https://github.com/PeerHerholz/BIDSonym/issues/67)....

Hey all, After several tries, I can't managed to perform this use case: ## What are you trying to accomplish? I try to create a `DockerTask ` with a Directory...

question

**Is your feature request related to a problem? Please describe.** When annotating bad segments and bad electrodes, it is often useful to have a look at the topography at a...

#160 - [x] Change correlation computation to use cosine similarity - [x] Change gfp to either use `std `or `rms` TODO: - [ ] make sure to use correlation and...

Closes #160 As discussed in #92, we could add support for taking into account polarities in the analysis. Here is a list of changes that need to be implemented: -...

🌟 enhancement
clustering

The distance between two vectors should be a linear function _distance_matrix should be changed from ``` def _distance_matrix(X, Y=None): """Distance matrix used in metrics.""" distances = np.abs(1 / np.corrcoef(X, Y))...

I'll keep track of suggestions from the **50 years of microstate conference** here: - [x] Add a method to compute Markov chain transitions in segmentation #91 - [ ] Work...

🌟 enhancement

As discussed in https://github.com/vferat/pycrostates/issues/160 and https://github.com/vferat/pycrostates/issues/195, introduces changes to the Global Field Power (GFP) computation based on the selected channel type. When the channel type is `eeg`, the GFP is...

#### Reference issue (if any) Fixes #12836 #### What does this implement/fix? Add a `src` argument to the `Report.add_bem` method. #### Additional information I'm not sure which strategy to adopt...

### Describe the new feature or enhancement To my knowledge, there is no way to display source space(s) in the MNE `Report`. I would be nice to be able to...

ENH