'Why are ECG channels labelled as an EEG channel?

Raw data clearly contains an ECG channel

Yet raw.info shows EEG channels as 'Not available'

Raw data clearly contains an ECG channel. Yet raw.info shows ECG channels as 'Not available'.



Solution 1:[1]

Use raw.set_channel_types

Eg.) raw.set_channel_types({'ECG1-ECG2':'ecg'})

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 BiozterzCodes