Tal Yarkoni

Results 133 comments of Tal Yarkoni

To clarify, this sort of thing has always been the long-term plan; it's the reason I didn't want to build a lot of dataset-munging logic into NiMARE, because ideally all...

Also +1 for having an option to exclude all reference categories (as suggested in #60). I understand the reasoning behind wanting to return the incremental contribution of each term, but...

Implementation nnote: all of the above should internally call `BIDSDataFile.get_df()`—i.e., we can get the associated files of each type, load the pandas DF, and then merge them (if the user...

Thanks for flagging this. I think that documentation is outdated; `get_events()` is no longer a supported method. If you're just trying to follow a tutorial to learn the package, [use...

Hi @VisLab, Fixes to the docs would be great, thanks. At a glance, I think all of the issues you mention are strictly documentation issues, and don't require any changes...

> In particular, I'm having trouble getting BIDSDataFile and BIDSImageFile to work for EEG studies. Can you open a separate issue describing the problem(s)? Thanks!

Makes sense, and I'll try to get to it soon, but I am *not* looking forward to it 😬

Off-hand, I can't think of an obvious use case that would require a specification different from the GLM. The distinction is really just that the estimation interface passes estimates and...

Which one of these is correct? And can you please paste: (a) the code you're using to construct the `json` and `nii` objects, and (b) the contents of the JSON...

Thanks! Is there *any* JSON file in the hierarchy with a value of `'j'`? I'm trying to determine whether it's reading from the wrong file, or clipping characters from the...