isolovey
isolovey
dcmstack.dcmstack.InvalidStackError: The DICOM stack is not valid: Slice spacings are not consistent
Are slice spacings inconsistent? If you read the image position attribute (0020,0032) from each slice, are the slices equally spaced (may or may not be as simple as looking at...
Happens intermittently to me as well when I compile the latest release.
This issue occurs on `version-1.6.4` as well.
Clone and build in Xcode. Problem disappears.
``` git clone https://github.com/fikovnik/ShiftIt git checkout version-1.6.4 open ShiftIt/ShiftIt.xcodeproj ``` - `Product>Build For>Running` - in the file browser pane (left), right-click on `Products/ShifIt.app`, `Reveal in Finder`, then copy to `/Applications`.
Yes. It'll clone this repo at the right commit and open Xcode. The rest is done in the Xcode IDE (GUI).