mne-tools / mne-python

MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
https://mne.tools
BSD 3-Clause "New" or "Revised" License
2.72k stars 1.32k forks source link

montage / digmontage / transforms documentation #6605

Open jasmainak opened 5 years ago

jasmainak commented 5 years ago

I was trying to understand how all the transforms work with @teonbrooks . I don't have time to write a full-fledged documentation but I'll jot down the main points -- it could form the skeleton of a tutorial or added to an existing one.

teonbrooks commented 5 years ago

nicely done. i'm a great teacher 😂

larsoner commented 4 years ago

@jasmainak want to work on a tutorial for this for 0.21 in the next week or two? For the MRI coord frame you can now refer to https://github.com/mne-tools/mne-python/blob/master/tutorials/source-modeling/plot_background_freesurfer_mne.py, so really we "just" need a tutorial to document the sensor (MEG, EEG) coordinate frames, and say that the head_mri_t is covered in another related tutorial.

jasmainak commented 4 years ago

Thanks for pinging me @larsoner. Unlikely I'll have the time right now although I'd love to do it.

I need to properly sit down to think what should go into this. Maybe a good project for a 1-2 days of a coding sprint :-)

larsoner commented 3 years ago

Removing the milestone for this -- this is another place that could be refactored to have this information:

https://mne.tools/dev/overview/implementation.html?highlight=head%20mri%20device#meg-eeg-and-mri-coordinate-systems

This and the plot_background_freesurfer_mne.py should probably cross-reference each other well, and hopefully not duplicate too much content.