Sam Welborn

Results 34 issues of Sam Welborn

Users may have one flat/dark image for their entire dataset. dxchange.reader.import_tiff will pull these single image tiffs in, but they will only be in 2D format. The user should be...

### Background This is meant to be a discussion. I'm not sure where to post this. I'm new here. I am an experimental scientist that currently works at Stanford Synchrotron...

docs

Using ipywidgets 8. There are multiple versions of the same icon on fontawesome. For ex. "square" can be specified by [far](https://fontawesome.com/v5.15/icons/square?style=regular) or [fas](https://fontawesome.com/v5.15/icons/square?style=solid) to change whether it is filled or...

I am not sure if this is the correct place to post this as I do not know the intricacies of sphinx/myst, but I'm sure you can point me in...

I wrote a wrapper around [skimage.pyramid_gaussian](https://scikit-image.org/docs/stable/auto_examples/transform/plot_pyramid.html) that uses [da.coarsen](https://docs.dask.org/en/stable/generated/dask.array.coarsen.html) and other dask and dask-image functions. You can find it [here](https://github.com/samwelborn/tomopyui/blob/main/tomopyui/backend/util/dask_downsample.py). This is a fix for people who want to pyramid...

Hello, I recently hacked the phase_cross_correlation function in skimage.registration to enable cupy for my particular application. After that, I [found that](https://github.com/scikit-image/scikit-image/discussions/5776) @grlee77 did something similar but for many of skimage's...

question

![image](https://user-images.githubusercontent.com/55868530/147063964-804a660c-11be-4bc9-aec7-c1820d6657cb.png) Steps to reproduce: follow dev install instructions on docs (ran pip install -e .[dev], not pre-commit install) conda env create also got hung up installing the dependencies.

Hello! I stumbled across this package https://github.com/m-rossi/hdf5widget and it works very well to traverse hdf5 files in jupyter notebooks. May be of interest to you all - not to add...

Hello. I'm a new user to dxchange/tomopy/github. I found an issue that may not always happen, but can in certain circumstances. When I import a tiff using dxchange.reader.read_tiff, the logger...

The plotly figure works when drawing shapes, but fails with the following error when moving them or resizing them. Using code directly from example source. ``` ERROR: Uncaught exception: Traceback...

help wanted