Skip to content

Commit 73a5042

Browse files
committed
ENH: add neuromag and ctf to the builtin standard montages
1 parent 8bfba64 commit 73a5042

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mne/channels/montage.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,15 @@ class _BuiltinStandardMontage:
186186
name="brainproducts-RNP-BA-128",
187187
description="Brain Products with 10-10 electrode names (128 channels)",
188188
),
189+
_BuiltinStandardMontage(
190+
name="ctf275",
191+
description="CTF system with 275 sensors (275 axial gradiometers)",
192+
),
193+
_BuiltinStandardMontage(
194+
name="neuromag306",
195+
description="Neuromag system with 306 sensors (204 gradiometers, "
196+
"102 magnetometers)",
197+
),
189198
]
190199

191200

0 commit comments

Comments
 (0)