Skip to content

Commit

Permalink
Merge pull request #1874 from jhlegarreta/FixDocumentationOversights
Browse files Browse the repository at this point in the history
DOC: Fix documentation oversights.
  • Loading branch information
arokem committed Jun 26, 2019
2 parents deedcdf + e007a0a commit 7d5ccd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dipy/workflows/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def run(self, pam_files, stopping_files, seeding_files,
A binary image showing where we need to seed for tracking.
stopping_thr : float, optional
Threshold applied to stopping volume's data to identify where
tracking has to stop (default 0.25).
tracking has to stop (default 0.2).
seed_density : int, optional
Number of seeds per dimension inside voxel (default 1).
For example, seed_density of 2 means 8 regularly distributed
Expand Down Expand Up @@ -237,7 +237,7 @@ def run(self, pam_files, wm_files, gm_files, csf_files, seeding_files,
default 20).
pft_back : float, optional
Distance in mm to back track before starting the particle filtering
tractography (defaul 2mm). The total particle filtering
tractography (default 2mm). The total particle filtering
tractography distance is equal to back_tracking_dist +
front_tracking_dist.
pft_front : float, optional
Expand Down

0 comments on commit 7d5ccd7

Please sign in to comment.