sccn / EEG-BIDS

21 stars 17 forks source link

Unable to upload participant descriptions on PC #125

Closed couperuj closed 2 years ago

couperuj commented 2 years ago

I am trying to export large EEG datasets (ie approx. 300 participants) and would like to include some basic demographics (age, gender, etc.). However, when I try to upload my excel data while it recognizes the columns when I then go to import them it gives me the error "no matched subject between dataset and spreadsheet found." Given I directly typed each individual participant number into the EEG study from the excel sheet I am using I know they are all direct matches. I also can't appear to copy and past columns into the gui so I would have to manually enter each participants information (not going to happen!). Any ideas why this may not be working?

arnodelorme commented 2 years ago

Did you watch this video https://www.youtube.com/watch?v=qxKMH4pSvx8 It does exactly what you want to do. Send us a zip folder with just one or two subjects demonstrating the problem if you cannot solve your problem.

couperuj commented 2 years ago

Hi, The attached video is not using the GUI interface in EEGLab but is instead a code version. The issue I am having is with the GUI interface when trying to convert EEG data which has been uploaded into a Study on EEGLab through the GUI. The GUI is not uploading the excel (or .txt or other versions) and recognizing the match between subject numbers in the study and subject numbers in the sheet. I have also tried using full file names versus the numbers used when creating the study in EEGLab. Neither has worked. If I have to do this all through coding I will, but I was hoping to use the GUI as I'm not an expert coder. Best, Jane

On Mon, May 16, 2022 at 1:18 PM Arnaud Delorme @.***> wrote:

Did you watch this video https://www.youtube.com/watch?v=qxKMH4pSvx8 It does exactly what you want to do. Send us a zip folder with just one or two subjects demonstrating the problem if you cannot solve your problem.

— Reply to this email directly, view it on GitHub https://github.com/sccn/bids-matlab-tools/issues/125#issuecomment-1127931442, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUS5WHSYOUHKMVOTHGV6ONTVKJ7NHANCNFSM5WBZHD3A . You are receiving this because you authored the thread.Message ID: @.***>

couperuj commented 2 years ago

Hi again, Realized I could/should upload files for an example. Attached is a small version of the study along with the excel sheet of participant info testdata.zip https://drive.google.com/file/d/11AEXbLwVmZCYmmpu-2vQWqNuuj95Hfi2/view?usp=drive_web

On Mon, May 16, 2022 at 1:48 PM Jane Couperus @.***> wrote:

Hi, The attached video is not using the GUI interface in EEGLab but is instead a code version. The issue I am having is with the GUI interface when trying to convert EEG data which has been uploaded into a Study on EEGLab through the GUI. The GUI is not uploading the excel (or .txt or other versions) and recognizing the match between subject numbers in the study and subject numbers in the sheet. I have also tried using full file names versus the numbers used when creating the study in EEGLab. Neither has worked. If I have to do this all through coding I will, but I was hoping to use the GUI as I'm not an expert coder. Best, Jane

On Mon, May 16, 2022 at 1:18 PM Arnaud Delorme @.***> wrote:

Did you watch this video https://www.youtube.com/watch?v=qxKMH4pSvx8 It does exactly what you want to do. Send us a zip folder with just one or two subjects demonstrating the problem if you cannot solve your problem.

— Reply to this email directly, view it on GitHub https://github.com/sccn/bids-matlab-tools/issues/125#issuecomment-1127931442, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUS5WHSYOUHKMVOTHGV6ONTVKJ7NHANCNFSM5WBZHD3A . You are receiving this because you authored the thread.Message ID: @.***>

arnodelorme commented 2 years ago

OK, will look into it.

On May 16, 2022, at 10:54 AM, couperuj @.***> wrote:

Hi again, Realized I could/should upload files for an example. Attached is a small version of the study along with the excel sheet of participant info testdata.zip https://drive.google.com/file/d/11AEXbLwVmZCYmmpu-2vQWqNuuj95Hfi2/view?usp=drive_web

On Mon, May 16, 2022 at 1:48 PM Jane Couperus @.***> wrote:

Hi, The attached video is not using the GUI interface in EEGLab but is instead a code version. The issue I am having is with the GUI interface when trying to convert EEG data which has been uploaded into a Study on EEGLab through the GUI. The GUI is not uploading the excel (or .txt or other versions) and recognizing the match between subject numbers in the study and subject numbers in the sheet. I have also tried using full file names versus the numbers used when creating the study in EEGLab. Neither has worked. If I have to do this all through coding I will, but I was hoping to use the GUI as I'm not an expert coder. Best, Jane

On Mon, May 16, 2022 at 1:18 PM Arnaud Delorme @.***> wrote:

Did you watch this video https://www.youtube.com/watch?v=qxKMH4pSvx8 It does exactly what you want to do. Send us a zip folder with just one or two subjects demonstrating the problem if you cannot solve your problem.

— Reply to this email directly, view it on GitHub https://github.com/sccn/bids-matlab-tools/issues/125#issuecomment-1127931442, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUS5WHSYOUHKMVOTHGV6ONTVKJ7NHANCNFSM5WBZHD3A . You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.

couperuj commented 2 years ago

I have found a work around that's quite easy. I'm just saving my .xls as a .tsv and ensuring it is in the same format as what the program would have made. No need to go tracking down the issue if no one else is having this problem.

arnodelorme commented 2 years ago

Good. Thanks