Skip to content

planetarypy/pdsview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

77fbf0f · Jul 24, 2017
Sep 28, 2015
Jul 24, 2017
Jul 21, 2017
Jul 28, 2015
Jul 21, 2017
May 22, 2017
Jun 4, 2015
Jul 24, 2017
Jun 4, 2015
Aug 11, 2015
Jul 30, 2015
May 22, 2017
Apr 15, 2015
Apr 15, 2015
Jul 21, 2017
Jun 4, 2015
Jul 24, 2017
Aug 11, 2015

Repository files navigation

pdsview - A Python PDS Image Viewer

https://travis-ci.org/planetarypy/pdsview.svg?branch=master

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

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

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

mkvirtualenv pdsview
pip install pdsview
pip install PyQt5

Now you should be able to run the pdsview program.

This works on Linux as well (Ubuntu 14.04). Instructions coming soon. Installing the proper Qt dev package and running pyside_postinstall.py in a similar fashion should work.

Screen Shots

Default View:

docs/screenshots/pdsview_sc_1.png

Region of Interest:

docs/screenshots/pdsview_sc_2.png

Composite False Color Image:

docs/screenshots/pdsview_sc_3.png

View Label and make alterations to image:

docs/screenshots/pdsview_sc_4.png