- etspy.base.TomoStack.extract_sinogram(column: int | float) Signal2D [source]
Extract a sinogram from a single column of the TomoStack.
The value to use for
column
can be supplied as either an integer for pixel-based indexing, or as a float for unit-based indexing. The resulting image will have the stack’s projection axis oriented vertically and the y-axis horizontally.