Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.32 KB

README.rst

File metadata and controls

65 lines (40 loc) · 1.32 KB

pystamps

pystamps is a PDS image thumbnail browser. It is alpha quality software and not affiliated with NASA.

  • Free software: BSD license

Features

This is a still a work in progress and is alpha quality software.

  • Currently available features:

    • Display Images

    • Select Images

    • Print Image paths

    • Resize window and wrap images

    • Command Line arguments

      • pystamps

        • Displays all PDS compatible images in current directory
      • pystamps [filename or glob]

        • Displays single image or all images matching glob that are PDS compatible
    • open in pdsview

      • Needs install first:

        • pip install pdsview

Install

` git clone [email protected]:planetarypy/pystamps.git pip install -r requirements.txt `

You must also install PySide, PyQt4, or PyQt5 (PyQt5 recommended)

Screen Shots

Default view:

docs/screenshots/pystamps_sc_1.png

Wrap Images and select images:

docs/screenshots/pystamps_sc_2.png