We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657ba51 commit 02da4eeCopy full SHA for 02da4ee
Assets/Scripts/Importing/DICOMImporter.cs
@@ -157,7 +157,7 @@ private DICOMSliceFile ReadDICOMFile(string filePath)
157
}
158
else
159
Debug.LogWarning($"The file {filePath} is missing the intercept element. As a result, the default transfer function might not look good.");
160
- // Read slope
+ // Read pixel spacing
161
Tag pixelSpacingTag = new Tag("(0028,0030)");
162
if (file.DataSet.Contains(pixelSpacingTag))
163
{
0 commit comments