Nikita Beliy

Results 30 comments of Nikita Beliy

@bids-maintenance Added explicit mentioning of: - incompatibility of ANALYZE 7.5 files with BIDS - Concatenation of multi-volume acquisitions (e.g. for 4D fmri) I'm not sure that this is actual requirements...

@Remi-Gau , did you got news from maintainers meeting? Should I go with PET format too?

Added section for PET. Essentially a copy-paste of MRI, with a minimum-recommended version of dcm2niix, and additional sub-sections to better fit into structure of page. I'll put specific remarks into...

Hi @Remi-Gau , just to know is there any developments on this merge request?

Hi @Remi-Gau, just wanted to tell that I will be away until 29 of July.

> Technically the content of those files is loaded in the layout: Yes, I've seen it. But you load them only for some modalities, and parce it. I propose to...

I found that in matlab the string operations are sometimes more effectively treated by regexp than by dedicated functions. Probably because regexp is compiled. It could be beneficial to create...

Simple example: someone want to process T1w image with his script, which also needs some metadata from json. In actual state: He get the list of files using querry, and...

> But you can already do that, no? Probably (I didn't looked to much in query part). But it works only if you define it for given modality. If someone...

> One thing that could be done is to use "tolerant" option of the "layout" to actually allow parsing of dataset with almost no rule on filenaming except the sub-_(-)*_....