AFQ.tasks.tractography#
Attributes#
Functions#
|
|
|
|
|
full path to the complete, unsegmented tractography file |
|
full path to the complete, unsegmented tractography file |
|
Module Contents#
- AFQ.tasks.tractography._meta_from_tracking_params(tracking_params, start_time, seed, pve, n_streamlines=0)[source]#
- AFQ.tasks.tractography.streamlines(structural_imap, data_imap, seed, tissue_imap, citations, tracking_params)[source]#
full path to the complete, unsegmented tractography file
- Parameters:
- tracking_paramsdict, optional
The parameters for tracking. Defaults to using the default behavior of the aft.track function. Seed mask and seed threshold, if not specified, are replaced with scalar masks from scalar[0] thresholded to 0.2. The
seed_maskitems of this dict may beAFQ.definitions.image.ImageFileinstances.
- AFQ.tasks.tractography.custom_tractography(import_tract=None)[source]#
full path to the complete, unsegmented tractography file
- Parameters:
- import_tractdict or str or None, optional
BIDS filters for inputing a user made tractography file, or a path to the tractography file. If None, DIPY is used to generate the tractography. Default: None