Skip to content

Commit

Permalink
Merge 8e514c3 into 2193729
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Nov 8, 2020
2 parents 2193729 + 8e514c3 commit 218e004
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/source/6_api_reference/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ misc

.. automodule:: shimmingtoolbox.cli.download_data
:members:

.. automodule:: shimmingtoolbox.cli.dicom_to_nifti
:members:
2 changes: 1 addition & 1 deletion shimmingtoolbox/cli/dicom_to_nifti.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@click.option('-remove_tmp/-dont_remove_tmp', default=False,
help="Specifies if tmp folder will be deleted after processing")
def dicom_to_nifti_cli(path_dicoms, path_nifti, subject, fname_config, remove_tmp):
"""Converts dicom files into nifti files by calling dcm2bids."""
"""Converts dicom files into nifti files by calling ``dcm2bids``."""

dicom_to_nifti(path_dicoms, path_nifti, subject_id=subject, path_config_dcm2bids=fname_config,
remove_tmp=remove_tmp)

0 comments on commit 218e004

Please sign in to comment.