Question about "create_ecg_epochs"

Hello,
I have created my epochs with Igor pro and transport in Python by creating
a array of Epochs (with "Epochsarray"): this means that I can have access
only to the epochs data in Python and not to the raw data. Since I
want to create
an Epoch object from heartbeat events (with "create_ecg_epochs") and it
seems that I have to provide raw data, how can I lose this issue?
Many thanks
Emanuela
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20160720/fb2656e9/attachment.html

hi,

indeed you need continuous raw data for create_ecg_epochs.

You can apply ICA on EpochsArray though. You should be able to see
visually the ECG component(s).

HTH
Alex