JasperVanDenBosch / niprov

provenance for neuroimaging data
BSD 3-Clause "New" or "Revised" License
9 stars 0 forks source link

FIX:adding test fif file types for accurate tracking #169

Closed ktavabi closed 8 years ago

ktavabi commented 8 years ago

@ilogue we need to use mne.read_evokeds('test-ave.fif')[0].info mne.read_epochs('test-epo.fif').info mne.read_cov(test-cov.fif) --> type(dict) mne.read_fwd(test-fwd.fif) --> type(dict) mne.read_trans(test-trans.fif) --> type(dict)

JasperVanDenBosch commented 8 years ago

ref #107

Excellent, thanks Kam. I'll get on it asap