Skip to content

Commit c640ffe

Browse files
committed
fix the order of args in the custom_seqinfo doc
1 parent 0f5846a commit c640ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/heuristics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ or::
120120
return seqinfos # ordered dict containing seqinfo objects: list of DICOMs
121121

122122
---------------------------------------------------------------
123-
``custom_seqinfo(series_files, wrapper)``
123+
``custom_seqinfo(wrapper, series_files)``
124124
---------------------------------------------------------------
125125
If present this function will be called on each group of dicoms with
126126
a sample nibabel dicom wrapper to extract additional information

0 commit comments

Comments
 (0)