========================== Segmentation Parameters ========================== This page documents the configuration options for controlling tractography in pyAFQ. These parameters can be set in your configuration file or passed as arguments when using the API. Example Usage ============= .. code-block:: python from AFQ.api.group import GroupAFQ import AFQ.data.fetch as afd import os.path as op afd.organize_stanford_data() myafq = GroupAFQ( bids_path=op.join(afd.afq_home, 'stanford_hardi'), preproc_pipeline='vistasoft', segmentation_params=dict( dist_to_waypoint=10, dist_to_atlas=10) ) Segmentation Parameter Reference ================================ .. autofunction:: AFQ.recognition.recognize.recognize :noindex: