pimsviewer | A graphical user interface for PIMS
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.
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
Support
pimsviewer has a low active ecosystem.
It has 9 star(s) with 5 fork(s). There are 8 watchers for this library.
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
Quality
pimsviewer has no bugs reported.
Security
pimsviewer has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
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.
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
Copy
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
Copy
$ pimsviewer --help
Usage: pimsviewer [OPTIONS] [FILEPATH]
Options:
--example-plugins / --no-example-plugins
Load additional example plugins
--help Show this message and exit.
Copy
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:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page