Skip to content

Commit

Permalink
Create ETM nonlinear fitting
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Jul 26, 2024
1 parent 327c892 commit 331b23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osipi/DRO/DICOM_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from osipi.DRO.filters_and_noise import median_filter


def read_dicom_slices_as_signal(folder_path):
def read_dicom_slices_as_4d_signal(folder_path):
"""
Read a DICOM series from a folder path.
Returns the signal data as a 4D numpy array (x, y, z, t).
Expand Down

0 comments on commit 331b23a

Please sign in to comment.