From 0e3e386b47717610bfa2346f914faa7a74a7c26f Mon Sep 17 00:00:00 2001 From: Jeremi Levesque Date: Thu, 31 Oct 2024 15:14:46 -0400 Subject: [PATCH] Little doc change --- source/2_B_advanced_hdf5_organization.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/2_B_advanced_hdf5_organization.rst b/source/2_B_advanced_hdf5_organization.rst index 56a8dbbc..3793a2a4 100644 --- a/source/2_B_advanced_hdf5_organization.rst +++ b/source/2_B_advanced_hdf5_organization.rst @@ -31,8 +31,9 @@ Here is the output format created by dwiml_create_hdf5_dataset.py and recognized # (others:) hdf5['subj1']['group1']['connectivity_matrix'] hdf5['subj1']['group1']['connectivity_matrix_type'] = 'from_blocs' or 'from_labels' - hdf5['subj1']['group1']['connectivity_label_volume'] (the labels' volume group) OR + hdf5['subj1']['group1']['connectivity_label_volume'] (the labels\' volume group) OR hdf5['subj1']['group1']['connectivity_nb_blocs'] (a list of three integers) + hdf5['subj1']['group1']['data_per_streamline'] (a HDF5 group of 2D numpy arrays) # For volumes, other available data: hdf5['sub1']['group1']['affine']