Tom Kazimiers
Tom Kazimiers
Mit 463652c sollte ich das endlich gefixt haben. Danke für den Beispielcode.
Hi @acardona, I just added a numeric input field to the View tab to use the focal length to adjust the field of view. Is this what you had in...
Good points, the current documentation and UI is certainly confusing. I just have updated the placeholder to "X, Y, Z" and improved the tooltip text. Besides besides also explaining the...
Hi @swilson27, that's a good suggestion. I just added this feature to the `dev` branch. The dialog now adds a transparent green sphere around the active node with the radius...
Danke für den Bug-Report! Ich kann das reproduzieren und versuch bei Gelegenheit mal drüber zu schauen. Kann leider keine Timeline-Versprechen machen. Ich habe als ersten Schritt aber mal ein Test-Dokument...
@chalkie666 and me came up with the Series Labeler and I can have a look at it. @ctrueden: what exactly do you mean with variable width time stamps? I imagine...
Okay, thanks for the clarification. So they seem to be some specific type of label and not what I imagined above. I was just guessing (and asking for an example)...
EPS represents [machine precision](https://en.wikipedia.org/wiki/Machine_epsilon) and is used to represent the rounding error in floating point numbers. You can usually only say two floating point numbers are very close, but not...
In general the histogram class creates a grid of `xBins * yBins` bins (set to 256*256). If the maximum value of the image used (channel 1 for X and channel...
> i think you meant: > If the maximum value of the image used (channel 1 for X and channel 2 for Y, if not > swapped) is SMALLER than...