Socket
Socket
Sign inDemoInstall

pdsspect

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pdsspect

PDS Image Viewer for Multispectral Analysis


Maintainers
1

Readme

=============================================================== pdsspect - A Python PDS Image Region of Interest Selection Tool

NOTE: This is Alpha quality software that is being actively developed, use at your own risk. This software is not produced by NASA.

  • Free software: BSD license
  • Documentation: https://pdsspect.readthedocs.org.

Features

  • NASA PDS Image Viewer

NOTE: This is alpha quality software. It lacks many features and lacks support for many PDS image types. This software is not produced by NASA.

Install

On OS X you must first install the Qt UI toolkit using Homebrew (http://brew.sh/). After installing Homebrew, issue the following command::

brew install qt

Install Using Pip +++++++++++++++++ Install pdsspect using pip::

pip install pdsspect

Then install your choice of pyside, pyqt4, or pyqt5

Install for Development +++++++++++++++++++++++

Create a new virtual environment, install the pdsspect module with git, and setup the PySide environment. You must install either PySide, PyQt5, or PyQt4 as well (recommend PyQt5)::

Make a clone of ``pdsspect`` and change to main directory. We recommend
making a virtual environment for to install ``pdsspect`` in.

pip install -e .
pip install PyQt5

Now you should be able to run the pdsspect program.

This works on Linux as well (Ubuntu 14.04).

History

0.1.1 ("2017-08-21")

  • Make compatible to be opened by other programs like pystamps

0.1.0 ("2017-08-20")

  • First release on PyPi

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc