Gabriel Selzer
Gabriel Selzer
> What about numpy? Does it have any coordinate transformation support? I couldn't find anything in a quick search, but it looks like [scikit-image has some geometrical transformation support](https://scikit-image.org/docs/dev/user_guide/geometrical_transform.html). I...
I think this is *mostly* done at this point @ctrueden, thanks to #120. The only thing more that we could do is improve the initializer/guess a filename. Do you think...
> > Do you think this is possible in napari > > So, napari-imagej doesn't run the `InitializePreprocessor`? Is that why there is no initial name? If not, why not?...
> Just need to figure out why the type mapping here is wrong. It is because it is [commented out](https://github.com/imagej/napari-imagej/blob/1bba63d449edecc9233eed1e39821a14b2575904/src/napari_imagej/_ptypes.py#L55) :stuck_out_tongue_winking_eye: This fix may be as simple as uncommenting these...
Yes, we should surround that import with a `try`/`except`
Okay, so here's the current state of the major players in this PR. * We can get an `ImagePlus` from napari `Image` layers. For that reason, you won't get any...
Should be fixed with [13627ff](https://github.com/imagej/napari-imagej/commit/13627ff9923423ddb85648ce1d8dceef50c9de5c)
Running list of changes that we will need to make when upgrading: * [ ] Look for `Ctrl+L` instead of `Control-L` in the [keymap](https://github.com/imagej/napari-imagej/blob/68fd93e94e34882cc865e26b969a399e1ba64061/tests/widgets/test_napari_imagej.py#L51)
napari 0.5+ support was added [here](https://github.com/imagej/napari-imagej/commit/9520532d7e148b2cf60f1e0f1ca222b3790375db). @ctrueden and I decided that it was not worth dropping Python 3.8, because there is currently no reason to drop it. If there is...
Oh, I didn't see `viewer.update_console` (not sure how I missed it, it's the first function implemented 😆). That makes this issue a quick fix then (I'd hope)!