You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/viewer/pages/prep_sMRI_dicomtonifti.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -249,9 +249,9 @@ def panel_extract() -> None:
249
249
defhelp_extract_nifti():
250
250
st.markdown(
251
251
"""
252
-
- Series selected by the user will be converted to Nifti images.
253
-
- The modality of the Nifti image is not determined automatically. We let the user to select series for the desired modality.
254
-
- Output Nifti images will be renamed using the dicom fields and the selected modality type in the following format: **{PatientID}\_{StudyDate}\_{modality}.nii.gz**
252
+
- The user specifies the desired modality and selects the associated series.
253
+
- Selected series are converted into Nifti image format.
254
+
- Nifti images are renamed with the following format: **{PatientID}\_{StudyDate}\_{modality}.nii.gz**
0 commit comments