Commit 121bfaeb authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

comments

parent 8c0d7f5d
...@@ -29,14 +29,13 @@ Usage example: ...@@ -29,14 +29,13 @@ Usage example:
import imagej_tiffwriter import imagej_tiffwriter
import numpy as np import numpy as np
# have a few images in the form of numpy arrays Have a few images in the form of numpy arrays np.float32:
# make sure to stack them as: - (h,w)
# - (t,z,h,w,c) - (n,h,w)
# - (z,h,w,c)
# - (h,w,c) labels can be provided as a list
# - (h,w)
imagej_tiffwriter.save(path,images,labels)
imagej_tiffwriter.save(path,images)
''' '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment