stc to 3d numpy array

Hi:

    I have some fMRI data already morph to fsaverage and save as stc file.
But now I want to use these stc files on python DeepLearning library.
How can I covert these stc file to an 3d numpy array.

Tsung-Min
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20171027/740deb39/attachment.html

Hi Tsung-Min,
Is it only the data that you need?
if so, it is stored in stc.data.

Rezvan