Skip to content

Commit

Permalink
fix the order of args in the custom_seqinfo doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Jan 16, 2024
1 parent 0335830 commit df4e0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/heuristics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ or::
return seqinfos # ordered dict containing seqinfo objects: list of DICOMs

---------------------------------------------------------------
``custom_seqinfo(series_files, wrapper)``
``custom_seqinfo(wrapper, series_files)``
---------------------------------------------------------------
If present this function will be called on each group of dicoms with
a sample nibabel dicom wrapper to extract additional information
Expand Down

0 comments on commit df4e0bf

Please sign in to comment.