Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] layer values at cursor position #229

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Oct 11, 2019

  1. Add KVCache

    m-novikov authored and paulhfu committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    919bdca View commit details
    Browse the repository at this point in the history
  2. Add cache to lazyflow output sources

    m-novikov authored and paulhfu committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    fe9d709 View commit details
    Browse the repository at this point in the history
  3. Add a label widget. Was tested only with PixClass 2D, 2D+t and 3D.

    There is strange behavior, when live update is not on.
    paulhfu committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    1991469 View commit details
    Browse the repository at this point in the history
  4. Solved the live update problem (Hacky solution however). Set a timer …

    …to reduce the updates only on the label positions
    paulhfu committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    7bc9b86 View commit details
    Browse the repository at this point in the history
  5. removed timer, get data from volumina stack. Not less hacky. Need for…

    … caches, storing raw datasources
    paulhfu committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    a228fa3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ad34ba View commit details
    Browse the repository at this point in the history
  7. Adding showValue function to layer context menu. Add dynamic widgets …

    …that show respective layer value if showValue active. Exceptional case for segmentation.
    paulhfu committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    4aeb800 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58af79d View commit details
    Browse the repository at this point in the history
  9. rename variables and add test

    paulhfu committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    69ea610 View commit details
    Browse the repository at this point in the history
  10. use naive memory caches, add getPosInfo also for RGBA layer, only mak…

    …e the feature possible for layers that implement getPosInfo
    paulhfu committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    fc6e093 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8a0de3c View commit details
    Browse the repository at this point in the history
  12. add tests for all layers implementing getPosInfo and also for 5d data…

    …. Optimize the functions in layers
    paulhfu committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    03e0310 View commit details
    Browse the repository at this point in the history