Skip to content

Commit

Permalink
Added plot_sinos method to TomoStack
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHerzing committed Jun 18, 2024
1 parent d60e5b3 commit 56b36d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tomotools/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,14 @@ class TomoStack(CommonStack):
CommonStack class
"""

def plot_sinos(self):
"""
Plot the TomoStack in sinogram orientation
"""
self.swap_axes(1, 0).swap_axes(1, 2).plot()
return

def remove_projections(self, projections=None):
"""
Remove projections from tilt series.
Expand Down

0 comments on commit 56b36d1

Please sign in to comment.