Skip to content
#

microscopy

Here are 242 public repositories matching this topic...

webknossos
philippotto
philippotto commented Aug 20, 2020

Sometimes, one wants to paste a decimal position (e.g., 0.5, 3.3, 4.4) from somewhere into webKnossos which is not supported. However, our internal position is stored as floats, so it would make sense to support this input format. Proposed approach:

  • correctly parse float positions
  • also jump to that precise float position
  • on blur, render the position as integers (as it's done currently
adamltyson
adamltyson commented Jan 14, 2020

Supplying incorrect pixel sizes can can use so much RAM for registration that crashes can occur. E.g. supplying -x 2 -y 2 -z 5 rather than -x 1 -y 2 -z 5 could (incorrectly) require ~120GB RAM for registration.

This should be avoided by:

  • Highlighting the importance of correct pixel sizes to be passed.
  • Encouraging the use of --metadata over specifying the pixel sizes (and adding as m

Improve this page

Add a description, image, and links to the microscopy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the microscopy topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.