Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

spacetelescope/stsci.numdisplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===================================
This package has been deprecated!!!
===================================

For numpy DS9 display functionality please see the Imexam package:

Documenetation: http://imexam.readthedocs.io/en/latest/index.html
Github: https://github.com/spacetelescope/imexam


Basic Installation Instructions for Numdisplay
===============================================

This package relies on Python's distutils module to manage the installation. 

The following command should be all that is necessary to install this package
under the current version of Python:

    python setup.py install

A successful installation can be verified by simply starting python and
importing the module with:

    import numdisplay
    

WINDOWS Users
---------------
There may be several versions of Python installed on the system, yet Windows
may not know how to run them unless the top-level Python directory has been
added to the PATH environment variable.  You can always use the Windows
Explorer to find where Python has been installed and change the installation
command above to specifically run the version of Python with which you want to
use numdisplay. The new command would simply be:

    c:\python26\python setup.py install
    
where the full path to the actual location of the file 'python.exe' would be
specified (in this example 'c:\python26'). 

About

Deprecated - Numerical data display. This package is deprecated. Please see http://imexam.readthedocs.io/en/latest/index.html

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages