Skip to content

Commit

Permalink
Add help
Browse files Browse the repository at this point in the history
  • Loading branch information
gurayerus committed Dec 8, 2024
1 parent 7641ba5 commit 609a042
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/viewer/pages/prep_sMRI_dicomtonifti.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ def panel_extract() -> None:
def help_extract_nifti():
st.markdown(
"""
- Series selected by the user will be converted to Nifti images.
- The modality of the Nifti image is not determined automatically. We let the user to select series for the desired modality.
- Output Nifti images will be renamed using the dicom fields and the selected modality type in the following format: **{PatientID}\_{StudyDate}\_{modality}.nii.gz**
- The user specifies the desired modality and selects the associated series.
- Selected series are converted into Nifti image format.
- Nifti images are renamed with the following format: **{PatientID}\_{StudyDate}\_{modality}.nii.gz**
"""
)

Expand Down

0 comments on commit 609a042

Please sign in to comment.