michael-sutherland
michael-sutherland
@dmpelt didn't you have a fork a long time ago that fixed remove_stripe_fw to use multi-threading, but needed a change to the underlying pywavelets library (which I think was accepted)?...
That's it! Wow, it looks like that pull request really expanded on scope... I think it would be useful to remove all references to multiprocessing from tomopy and replace with...
dask: 2021.12.0
numpy docs for astype: https://numpy.org/doc/stable/reference/generated/numpy.ndarray.astype.html dask docs for astype: https://docs.dask.org/en/latest/generated/dask.array.Array.astype.html
Oops! Sorry if I misidentified which library the problem was in. Would you like me to migrate the issue or would you prefer to do it?
I ended up moving to a custom solution using an H5 file with a similar structure. My application involved displaying a 2D mosiac that was being generated from a tool...
I like the metadata dict. It would be great if we had a standard to follow. I'm adding another reader right now and I'm making up names for variables (should...
Were I to design something from the ground up, I'd like to create something with a pandas like interface and lazy loading for images. Then we could slice the data...
I think we could have a similar discussion for a lot of variables (angles vs thetas, stage names, etc). I'm hoping to NOT reinvent the wheel if there is a...
Thanks @decarlof . Would you suggesting using the path in the dictionary? For our example it would be "/measurement/instrument/monochromator/energy" (see [dxfile/energy](https://github.com/data-exchange/dxfile/blob/466d38bb2183287fc3b8c9b9ebf07c08785c6a43/dxfile/dxtomo.py#L522)). I'm currently creating a reader for databroker for NSLS-2...