Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Premature failure when reading dicom slices to 3D
When reading individual 2D dicom slices, the slice thickness may not be known at each slice reading. If set to spacing of 0 (the default) an exception is thrown before the inter-slice distance can be computed. Catch this case and set a temporary inter-slice thickness.
- Loading branch information