Files
dev/script/test/LoadIJStack.py
2023-05-01 11:28:04 +02:00

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")