sccn / EEG-BIDS

21 stars 17 forks source link

GUI issue with notes #82

Closed arnodelorme closed 2 years ago

arnodelorme commented 3 years ago

Import /data/qumulo/bids_issue82/ds0030610-IV

Export (copy in /data/qumulo/bids_issue82/ds003061_export with new HED tags)

Error is with exported data (do not delete exported folder)

cll008 commented 3 years ago

In ds003061_export, sub-001 to 011 all have 24 files (3 recordings) and sub-012 has 16 files (2 recordings).

Looks like the export crashed when processing the 3rd recording for sub-012 because ds003061-IV contains another recording for sub-012 and 3 recordings for sub-013.

arnodelorme commented 2 years ago

Yes, correct. To do: import then export

cll008 commented 2 years ago

Capture Somehow BIDS Export decided to nuke the folder. Do you have another copy of ds003061-IV / how different is it from the ds003061 hosted on OpenNeuro?

I'm going to ask Bob to help with file recovery in the mean time.

cll008 commented 2 years ago

Capture There is indeed an error with sub12 run 2 that causes the export to stop. Will return to this another time.

cll008 commented 2 years ago

The problem is that the notes field is a 1x2 cell array for subject 12 (1x3 expected) so the export crashes on run 3 when notes{3} is accessed in copy_data_bids.

arnodelorme commented 2 years ago

Moved to /data/qumulo/bugs/bids_issue82/ds0030610-IV

arnodelorme commented 2 years ago

@cll008 can we close this?

arnodelorme commented 2 years ago

Do not close yet, GUI issue with notes.

arnodelorme commented 2 years ago

Fixed. a0190d8