Basile

Results 78 comments of Basile

@effigies thanks for the pointer, weirdly I had not found that PR in my search. I will test it on our data. Yesterday I had implemented a quick and dirty...

It works with the PR.

I am having the same problem with fMRIPrep LTS output, and I think this can be confusing for end users. Should I hack all my datasets with a dummy value...

FYI: I have been quickly implementing libx265 in our pupil fork to better compress the grayscale image from a high-speed camera. Libx265 provides different presets and tuning parameters for fast...

That's way better than what I had PR-ed years back and should perfectly fit our needs. Thanks!

I finally tested the PR. I think that `group_dicoms_into_seqinfos` call in `parser.py` should also be given the `custom_seqinfo` for it to be accessible in `infotoids`. Apart from that it fit...

ok so it is to be used only as a kernel to regress a block design, I was using it to create 1 hrf regressor per event. but what I...

At the acquisition center we store information in the following dicom tags: - ReferringPhysicianName - StudyDescription - PatientName Which I use to find the subject_id, as well as research group,...

SeqInfo does include filename and the folder but the later is only the name of the last folder in the path that contains the dicom, not the full path. Is...

Thanks for you quick reply. I tried to force garbage collection using gc.collect() but is does not free any memory. Can this problem be dependent on the version of python...