Markus J. Ankenbrand

Results 15 issues of Markus J. Ankenbrand

When working through the lesson material I noticed that what I thought of as `variables` was consistently called `objects`. Originally coming from a non `R` programming language I was slightly...

status:waiting for response
type:clarification

When I try to compose two `dof` files with the `-approximate` option, the result is not as expected. Attached are all the files from this short reproducible example. [compose-dofs-reprex.zip](https://github.com/BioMedIA/MIRTK/files/9271276/compose-dofs-reprex.zip) ```bash...

When `plt.imshow` is used on a single channel image, a color scale is automatically applied. This can lead to surprising results, as the default color scheme is `viridis` and scales...

Here is a first draft of a callout box that explains `cmap`, `vmin`, and `vmax` for plotting grayscale images (discussed in #233). I'm happy to adjust the content based on...

The function `img_as_ubyte` needs to be called as `skimage.util.img_as_ubyte`. The `util` part was sometimes missing.

Hey Amanda, thanks for this great handbook. I just wanted to bring to your attention that I created an `HackyHour` organization here on GitHub. This way the nice url https://hackyhour.github.io...

I'm trying to fix all the Errors, Warnings and Notes of `R CMD check`. I already fixed a couple. Still getting errors in the examples. Status is: ``` Status: 1...

While documenting the parameters, I think I found a bug. But before I fix it, I wanted to be sure that it is actually a bug and not an obscure...

#### Description When trying to run the [BlobDetector example](https://spacetx-starfish.readthedocs.io/en/latest/gallery/how_to/blob_detector.html#howto-blobdetector), I receive a "ValueError: Data must be 1-dimensional" #### Steps/Code to Reproduce To reproduce, install the latest version of starfish from...

bug

I'm mainly reading the notebooks on my iPad in portrait mode. A couple of weeks ago, the navbar stopped working. When I click on the icon at the top left,...