Trevor Lancon

Results 15 issues of Trevor Lancon

Need to specify axes using imsave Example with skimage: skimage.io.imsave(resultLocation, outputData, None, {'axes':'XYZ'}) Example with tifffile: tifffile.imsave(f"{outpath}/my_TZCYX_data.tif", data, metadata={'axes': 'TZCYX'}) Do we need to say which axes are present for...

bug

Allows segmenting across multiple Z with superpixels

enhancement

Allows more control over handling metadata and can fix issue with 2D+T

enhancement

May need to branch this into its own file at some point, but for now we need to translate the example from the devs into the README

documentation

The Aivia log is insightful, but mostly hidden from users. Make a section in README to show how to most rapidly develop and debug Python recipes by passing back/forth between...

documentation