Nicholas-Schaub

Results 32 comments of Nicholas-Schaub

Kind of reviving because I have run into an analogous problem with release info. My `.bumpversion.cfg` looks something like this: ```bash [bumpversion] current_version = 0.0.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? serialize =...

Hey all. Is there an update on this? I periodically have a need for an easy to use, interactive graph package in Jupyter. The last thing I worked with was...

Thanks for the fast and complete responses all. @ianhi I attempted to do some of your suggestions, but it didn't seem to have the desired effect. Although, I may have...

I will also be needing this functionality. My plan is to just transpose `xy`. That accomplishes what you're talking about regarding rotation and flipping.

If you're looking for something that can convert czi to ome tiff, you should check out our `bfio` utility. It is not as fully featured as AICSImageIO, but we are...

Ahhh, yeah that's a bug we are actually in the process of fixing. `bfio` doesn't handle interleaved channels properly. I'll let you know when that's fixed. Should be within the...

Also, I'm not trying to steal the thunder from AICSImageIO. The only reason I'm here is because we are writing a Reader/Writer for `bfio`.

Just submitted a PR for the tiled tiff reader. Here is a link for the previously reported issue that we are currently working to resolve. I think this is the...

Also, for our writer (I should probably open up a separate discussion), but my thought is that you should be able to submit a delayed array. We can then do...

@MosGeo , a thought just occurred to me. Can you just do chunked reading of your czi file using `img.dask_array` and feed the chunks into the BioWriter instead of using...