Hao-Ting Wang
Hao-Ting Wang
I don't have access to the raw data but here's the functional derivative: ``` sub-01_ses-001_task-stuff_desc-confounds_part-mag_timeseries.json sub-01_ses-001_task-stuff_desc-confounds_part-mag_timeseries.tsv sub-01_ses-001_task-stuff_from-scanner_to-T1w_mode-image_part-mag_xfm.txt sub-01_ses-001_task-stuff_from-T1w_to-scanner_mode-image_part-mag_xfm.txt sub-01_ses-001_task-stuff_space-fsLR_den-91k_part-mag_bold.dtseries.json sub-01_ses-001_task-stuff_space-fsLR_den-91k_part-mag_bold.dtseries.nii sub-01_ses-001_task-stuff_space-fsLR_den-91k_part-mag_bold.json sub-01_ses-001_task-stuff_space-MNI152NLin2009cAsym_desc-aparcaseg_part-mag_dseg.nii.gz sub-01_ses-001_task-stuff_space-MNI152NLin2009cAsym_desc-aseg_part-mag_dseg.nii.gz sub-01_ses-001_task-stuff_space-MNI152NLin2009cAsym_desc-brain_part-mag_mask.json sub-01_ses-001_task-stuff_space-MNI152NLin2009cAsym_desc-brain_part-mag_mask.nii.gz sub-01_ses-001_task-stuff_space-MNI152NLin2009cAsym_desc-preproc_part-mag_bold.json sub-01_ses-001_task-stuff_space-MNI152NLin2009cAsym_desc-preproc_part-mag_bold.nii.gz sub-01_ses-001_task-stuff_space-MNI152NLin2009cAsym_part-mag_boldref.nii.gz sub-01_ses-001_task-stuff_space-T1w_desc-aparcaseg_part-mag_dseg.nii.gz sub-01_ses-001_task-stuff_space-T1w_desc-aseg_part-mag_dseg.nii.gz...
I found the draft function not particular meaningful to me so I just make it a normal PR... @effigies I have a few questions: 1. Memory management: A normal image...
Hey @effigies - I tried to add some `Nifti1Image.dataobj` type test and realise the `Nifti1Image` class itself has pretty comprehensive checks upon image creation. Can you think of a case...
I will do it. Any idea where should the code live? Inside `streamlines`?
Sounds good. We can finalise the names etc later.
Thanks @effigies for including me in this thread! The suggestion from @tomfrankkirk sounds like a practice carried from nifti file creation (copy header, replace data etc.), which I am sure...
Took me some time to dig out the code. @tomfrankkirk Here's a minimum example to create some random values on the 32k gifti HCP surface ```python3 import nibabel as nb...
A few things I found while working on this issue: For Spike2 file, CED has two kinds of files, `.smr` and `.smrx`. The latter is a 64-bits version and going...
I had a closer look - `neo` is using `sonpy` under the hood. The part of `neo` that broke the loading function of `.smrx` is just missing the header loading...
> (as in: I completely trust your judgement, go for the option that is easier or looks more proper for you to implement) > > Btw, do you have a...