FileTrees describing the input/output of various FSL tools.
The general format of this is:
``-><tree name> [<variable in sub-tree>=<value>, ...] (<sub-tree short name)``
...
...
@@ -163,8 +169,10 @@ The filenames defined in the sub-trees can be accessed using a "/" in the short
>>>tree.get('topup/fieldcoef')
'A/topup/out_fielcoef.nii.gz
Extensive use of sub-trees can be found in the FileTree of the HCP pre-processed directory structure,
which amongst others refers to the HCP surface directory format FileTree.
Extensive use of sub-trees can be found in
`the FileTree of the HCP pre-processed directory structure <https://git.fmrib.ox.ac.uk/fsl/fslpy/blob/master/fsl/utils/filetree/trees/HCP_directory.tree>`_,
which amongst others refers to
`the HCP surface directory format FileTree <https://git.fmrib.ox.ac.uk/fsl/fslpy/blob/master/fsl/utils/filetree/trees/HCP_Surface.tree>`_.