qsirecon offers us the option to pass in hcpya data:
–recon-input-pipeline, --recon_input_pipeline
Possible choices: qsiprep, ukb, hcpya
I would like to try this if it is available. My problem is that a single complete subject is almost 20 GB, so I’m hoping to provide just the dwi (and anat?) data that qsirecon needs.
I looked at the following discussion, but it does not clarify what’s expected in terms of directory structure:
For example, could I do this, providing just the dwi data:
100206
└── Diffusion
├── bvals
├── bvecs
├── data.nii.gz
├── eddylogs
│ ├── eddy_unwarped_images.eddy_movement_rms
│ ├── eddy_unwarped_images.eddy_outlier_map
│ ├── eddy_unwarped_images.eddy_outlier_n_sqr_stdev_map
│ ├── eddy_unwarped_images.eddy_outlier_n_stdev_map
│ ├── eddy_unwarped_images.eddy_outlier_report
│ ├── eddy_unwarped_images.eddy_parameters
│ ├── eddy_unwarped_images.eddy_post_eddy_shell_alignment_parameters
│ └── eddy_unwarped_images.eddy_restricted_movement_rms
├── grad_dev.nii.gz
└── nodif_brain_mask.nii.gz
Or do I need to retain more of the original directory structure?
100206
–T1w
(Some assortment of T1w files)
|—Diffusion
----
Thanks in advance for your insight and guidance,
Dianne