processBIDS for MEG #232
ethanknights
started this conversation in
Ideas
Replies: 1 comment
|
Hi @ethanknights, Some initial thoughts:
To answer your question
I am happy to have a call with you if you think it helps the communication. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi
I was trying to add an option to autoidentify BIDS meg data, to support:
My approach so far was to define
megimages(i.e. meg filepaths fromspm_select()) inaa_engine/aas_processBIDS.m: Branch hereNote this is very basic (i.e. I'm not trying to add events, skip/order series etc).
But I get the impression I am going about this the wrong way -
megimagesetc. are used as input to aap = aas_addsubject():aas_addsubject.mexpects MEG data in a 1x2 cell array (ie. mri and meg filenames).Whereas input to aas_addsubject.m from processBIDS.m is a larger cell array whose number of columns is determined by all potential modalities e.g.:
I guess I could make an ugly solution (e.g. if the meg filename cell ~isempty, then read those filenames for meg data) but that's not ideal.
I'll look again later, but wanted to ask if anyone could steer me at all?
All reactions