Skip to content

Commit 02da4ee

Browse files
committed
corrected code comment
1 parent 657ba51 commit 02da4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Importing/DICOMImporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ private DICOMSliceFile ReadDICOMFile(string filePath)
157157
}
158158
else
159159
Debug.LogWarning($"The file {filePath} is missing the intercept element. As a result, the default transfer function might not look good.");
160-
// Read slope
160+
// Read pixel spacing
161161
Tag pixelSpacingTag = new Tag("(0028,0030)");
162162
if (file.DataSet.Contains(pixelSpacingTag))
163163
{

0 commit comments

Comments
 (0)