Skip to content

Commit

Permalink
Merge branch 'main' into tf-visuals
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Dec 5, 2024
2 parents f507a4b + cbda81d commit 1c2e808
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion waveorder/models/isotropic_fluorescent_thick_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@ def _calculate_wrap_unsafe_transfer_function(

def visualize_transfer_function(viewer, optical_transfer_function, zyx_scale):
add_transfer_function_to_viewer(
viewer, torch.real(optical_transfer_function), zyx_scale, clim_factor=0.05
viewer,
torch.real(optical_transfer_function),
zyx_scale,
clim_factor=0.05,
)


Expand Down
1 change: 0 additions & 1 deletion waveorder/models/isotropic_thin_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from torch import Tensor

from waveorder import optics, sampling, util
from waveorder.visuals.napari_visuals import add_transfer_function_to_viewer


def generate_test_phantom(
Expand Down

0 comments on commit 1c2e808

Please sign in to comment.