Skip to content

Fix vtkMRCReader for uint16

Patrick Avery requested to merge patrick.avery/vtk:fix-mrc-reader-uint16 into master

The MRC format specification indicates that modes 3 and 4 are for complex numbers, and therefore should have 2 components each. However, mode 6 is for uint16, and should therefore only have one component.

Fixing this resolves Tomviz issue #2113.

Merge request reports