forked from spacetelescope/stsci.numdisplay
-
Notifications
You must be signed in to change notification settings - Fork 0
Deprecated - Numerical data display. This package is deprecated. Please see http://imexam.readthedocs.io/en/latest/index.html
License
GeminiDRSoftware/stsci.numdisplay
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ This is a Gemini fork which includes fixes for Python 3 compatibility. STScI has archived this project, therefore we cannot submit our fixes to them for integration into the primary repository. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ =================================== 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
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 100.0%