hichamjanati / Cam-CAN-preprocessing

Preprocessing of Cam-CAN's MEG/EEG data
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Do not have access to 'log_compute_evoked_%s.csv' files #7

Open AliHashemi-ai opened 3 years ago

AliHashemi-ai commented 3 years ago

Hi @hichamjanati

I also would be grateful if you could let me know how can I access or calculate these CSV files.

Attached you can find the error that I got when running the pipeline.

@stefanhaufe @agramfort I am not sure whether it is obtained as a result of a preprocessing step on top of the Cam-CAN data set or I should already have access to these data after downloading the original version of the data?

error_in_derivative

https://github.com/hichamjanati/Cam-CAN-preprocessing/blob/8f747263c85544d5973f2470f92782d1f1ce0d94/compute_evoked_responses.py#L40

hichamjanati commented 3 years ago

Hi @AliHashemi-ai , those are writing not reading operations. The created csv files are logs keeping track of eventual errors when creating the evokeds

hichamjanati commented 3 years ago

To avoid errors, set your own saving folder derivative_path in https://github.com/hichamjanati/Cam-CAN-preprocessing/blob/8f747263c85544d5973f2470f92782d1f1ce0d94/compute_evoked_responses.py#L40

AliHashemi-ai commented 3 years ago

Thanks, @hichamjanati. The problem solved. There was an issue with granting some access to a particular directory when I wanted to save the files.