Code Monkey home page Code Monkey logo

cim's People

Contributors

tlancon avatar

Stargazers

 avatar

Watchers

 avatar

cim's Issues

Add ability to save/open projects

Opening a project should:

  • Reopen the reference and moving images that were saved
  • Remember any registrations computed for image pairs
  • Remember landmark color selections
  • Remember landmark locations for each image

Opening a project should not be allowed unless the user answers "Yes" to a "Do you understand this will clear all current unsaved work" prompt.

Saving will just create the file needed for opening, so can work backwards.

JSON dumping/reading is probably a good way to handle this.

gui_qt() deprecation warning

Scripts generated by CIM now cause the following when executed:

The 'gui_qt()' context manager is deprecated.
If you are running napari from a script, please use 'napari.run()' as follows:


    import napari

    viewer = napari.Viewer()  # no prior setup needed
    # other code using the viewer...
    napari.run()

In IPython or Jupyter, 'napari.run()' is not necessary. napari will automatically
start an interactive event loop for you:

    import napari
    viewer = napari.Viewer()  # that's it!

  warn(

Need to be able to copy reference landmarks

Currently there is a list of landmarks for each moving image, and corresponding landmarks for the reference image saved WITH each moving image.

This is good because changing the moving image also changes which reference landmarks are displayed.

This causes an issue because it means if you want to reuse the same landmarks on the reference image for another image (or another hundred images?????) you have to redo them for each moving image.

Add ability to copy reference landmarks across moving images to get around this

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.