Closed CPBridge closed 3 years ago
There are a few issues with the SCImage pixel_spacing parameter:
pixel_spacing
Union[Tuple[int, int], None]
Union[Tuple[float, float], None]
This PR fixes these three issues, plus a related tweak to the user guide docs
There are a few issues with the SCImage
pixel_spacing
parameter:Union[Tuple[int, int], None]
, but its VR is DS, so it should beUnion[Tuple[float, float], None]
This PR fixes these three issues, plus a related tweak to the user guide docs