Robert Haase

Results 145 comments of Robert Haase

Hi Matt @thewtex , I just hit this issue on our HPC cluster (where the fancy GPUs are ;-) ) which uses jupyter lab 3.0.16. ![image](https://user-images.githubusercontent.com/12660498/184508276-292176e2-0dd4-4c83-ac3c-33d1b0dc0fdd.png) Are there any updates?...

Amazing Matt @thewtex ! Just some instant feedback for now: I had to also execute this, because an error message suggested so: ``` pip install --upgrade --pre itk ``` Then,...

See also https://github.com/napari/napari/issues/2243 🌞

Hey @frauzufall , I ❤️ your initiative! There are indeed some things I've never managed in ImageJ2 and would love to learn how to do them. I link some half-backed...

Hey @frauzufall Great! I'm happy to take the translation of the scripts over. For 11 files I would not invent an automatic translation algorithm ;-) Is there a HOWTO-template and...

Hey @frauzufall, while translating the script templates, some additional questions came up: - [x] How to open [confocal series zip](https://imagej.nih.gov/ij/images/confocal-series.zip) - [ ] How to iterate a [HyperSphere](https://github.com/imagej/imagej-scripting/blob/master/src/main/resources/script_templates/Tutorials/Create_and_Convolve_Points.py#L31) in Java...

> it should work exactly as in the Jython example, no? I couldn't find out how. My IntelliJ gives a bit a weird error message ![image](https://user-images.githubusercontent.com/12660498/69916216-a835d800-1458-11ea-8c3f-31a9a622d578.png)

I think the problem is, neither IntelliJ nor the code writer can know what U is. A problem introduced by Java generics....

> That's why you have to put `U extends RealType< U >` But it's `DoubleType` and not `RealType`, look here: https://github.com/imagej/tutorials/blob/adding_scripting_templates/howtos/src/main/java/howto/processing/CreateAndConvolvePoints.java#L60

Hi, are there any news on this? I would love to use this in project, unfortunately most of my collaborators work with windows. Thanks, Robert