Skip to content

Commit 8a780aa

Browse files
committed
Credit Curtis
1 parent 27f88ba commit 8a780aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CP5/active_plugins/appose_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ def run(self, workspace):
128128
if self.show_window:
129129
...
130130

131+
# credit to Curtis Rueden:
132+
# https://github.com/ctrueden/appose-napari-demo/blob/a803e50347a023578afdd9ddc2c287567d5445fc/napari-show.py
131133
def send_to_napari(self, img_data=None):
132134
env = appose.base(str(self.package_path)).build()
133135
with env.python() as python:

0 commit comments

Comments
 (0)