Unverified Commit 444bfd38 authored by Zhang, Chen's avatar Zhang, Chen Committed by GitHub
Browse files

Update tests/unit/backend/corrections/test_ring_removal.py

parent d1eeb8c7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5,6 +5,10 @@ import tomopy
from imars3d.backend.corrections.ring_removal import remove_ring_artifact
from imars3d.backend.corrections.ring_removal import remove_ring_artifact_Ketcham
from imars3d.backend.corrections.ring_removal import bm3d_ring_removal
try:
  import bm3d_streak_removal as bm3dsr
except ImportError:
  bm3dsr = None


def get_synthetic_stack(N_omega: int = 181, size: int = 200) -> np.ndarray: