pimsviewer | A graphical user interface for PIMS

 by   soft-matter Python Version: 2.0 License: Non-SPDX

kandi X-RAY | pimsviewer Summary

kandi X-RAY | pimsviewer Summary

pimsviewer is a Python library. pimsviewer has no bugs, it has no vulnerabilities, it has build file available and it has low support. However pimsviewer has a Non-SPDX License. You can install using 'pip install pimsviewer' or download it from GitHub, PyPI.

A graphical user interface (GUI) for PIMS (screenshot below). This viewer is based on PyQt5 and is able to work with N-dimensional image files that are opened by PIMS. Also, it has a plugin infrastructure that can be used to extend the main functionality.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              pimsviewer has a low active ecosystem.
              It has 9 star(s) with 5 fork(s). There are 8 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 2 open issues and 4 have been closed. On average issues are closed in 165 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of pimsviewer is 2.0

            kandi-Quality Quality

              pimsviewer has no bugs reported.

            kandi-Security Security

              pimsviewer has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              pimsviewer has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              pimsviewer releases are available to install and integrate.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed pimsviewer and discovered the below as its top functions. This is intended to give you an instant insight into pimsviewer implemented functionality, and help decide if they suit your requirements.
            • Open the next previous file
            • Open file dialog
            • Show current frame
            • Close the file
            • Show a frame
            • Set the unit scaling
            • Clear all items from an image
            • Create a QRectF based on the given coordinates
            • Opens the trajectories
            • Create a GUI
            • Play an event
            • Fit to a window
            • Activate the processing plugin
            Get all kandi verified functions for this library.

            pimsviewer Key Features

            No Key Features are available at this moment for pimsviewer.

            pimsviewer Examples and Code Snippets

            pimsviewer,Example 00: Using the viewer from Python
            Pythondot img1Lines of Code : 15dot img1License : Non-SPDX (NOASSERTION)
            copy iconCopy
            import sys
            from pimsviewer import GUI
            from PyQt5.QtWidgets import QApplication
            
            filepath = 'path/to/file'
            
            # Class names of extra plugins to add
            plugins = []
            
            app = QApplication(sys.argv)
            gui = GUI(extra_plugins=plugins)
            gui.open(fileName=filepath)
            g  
            pimsviewer,Starting the viewer
            Pythondot img2Lines of Code : 6dot img2License : Non-SPDX (NOASSERTION)
            copy iconCopy
            $ pimsviewer --help
            Usage: pimsviewer [OPTIONS] [FILEPATH]
            Options:
            --example-plugins / --no-example-plugins
            Load additional example plugins
            --help                          Show this message and exit.
              
            pimsviewer,Installation
            Pythondot img3Lines of Code : 4dot img3License : Non-SPDX (NOASSERTION)
            copy iconCopy
            conda install -c conda-forge pimsviewer
            
            pip install pimsviewer 
            
            pip install .
            
            pip install . -e
              

            Community Discussions

            No Community Discussions are available at this moment for pimsviewer.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install pimsviewer

            Pimsviewer can be installed using conda:.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install pimsviewer

          • CLONE
          • HTTPS

            https://github.com/soft-matter/pimsviewer.git

          • CLI

            gh repo clone soft-matter/pimsviewer

          • sshUrl

            git@github.com:soft-matter/pimsviewer.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link