This commit is contained in:
8
script/test/LoadIJStack.py
Normal file
8
script/test/LoadIJStack.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from ijutils import *
|
||||
|
||||
|
||||
ip_list = []
|
||||
for index in range(40,49):
|
||||
ip_list.append(open_image(expand_path("{images}/TestObjAligner/i210517_0" + str(index) + "#001.tif")))
|
||||
|
||||
stack = create_stack(ip_list, title = "Test")
|
||||
Reference in New Issue
Block a user