9 lines
219 B
Python
9 lines
219 B
Python
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")
|