Skip to content

Commit

Permalink
Little doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
levje committed Oct 31, 2024
1 parent 03827f5 commit 0e3e386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/2_B_advanced_hdf5_organization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 0e3e386

Please sign in to comment.