ENH: add EGI ICAL/GCAL calibration section to read_impedances gallery example - #14143
Conversation
… example Read per-channel impedance and gain calibration data from MFF info1.xml via mffpy and visualize on a topographic map.
read_impedances gallery example
|
Nice @PragnyaKhandelwal ! I just push a couple small changes. I Moved the |
Thank you for the review and the edits @scott-huberty! I checked the rendered docs and the topomap looks much better without the
|

Reference issue (if any)
Contributes to #13926 (Phase 5 — gallery examples and code cleanup).
What does this implement/fix?
Adds an EGI section to the existing
read_impedancesgallery example(
examples/io/read_impedances.py).The new section demonstrates how to read per-channel GCAL (gain calibration)
and ICAL (impedance) data from an MFF file's
info1.xmlviamffpy.xml_files.DataInfo, then visualize the impedances on a topographicmap using
mne.viz.plot_topomap. Uses the existingtest_egi.mfffile fromthe
testingdataset — no new test data needed.Additional information