Skip to content

Commit

Permalink
DOC: Add parameter explanation to progressive_slr method
Browse files Browse the repository at this point in the history
Add parameter explanation to `progressive_slr` method.
  • Loading branch information
jhlegarreta committed Jul 28, 2024
1 parent 0636e2a commit 34b1b3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dipy/align/streamlinear.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,8 +924,11 @@ def progressive_slr(
Parameters
----------
static : Streamlines
Static streamlines.
moving : Streamlines
Moving streamlines.
metric : StreamlineDistanceMetric
Distance metric for registration optimization.
x0 : string
Could be any of 'translation', 'rigid', 'similarity', 'scaling',
'affine'
Expand Down

0 comments on commit 34b1b3d

Please sign in to comment.