tomosipo.qt.data module
- tomosipo.qt.data.display_data(d)[source]
Display a projection or volume data set.
Shows the slices or projection images depending on the argument.
For projection datasets, the “first” pixel (0, 0) is located in the lower-left corner and the “last” pixel (N, N) is located in the top-right corner.
For volume datasets, the voxel (0, 0, 0) is located in the lower-left corner of the first (left-most) slice and the voxel (N, N, N) is located in the top-right corner of the last slice.
- Parameters:
d – Data A tomosipo dataset of either a volume or projection set.
- Returns:
None
- Return type: