Skip to content

Commit

Permalink
Release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Beaumont committed Aug 7, 2014
1 parent c91cac6 commit ea85572
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include LICENSE
include README.md
include ds9norm.py
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ds9norm
=======

This file implements a matplotlib Normalize object
which mimics the functionality of image scaling functions in [ds9](http://ds9.si.edu/site/Home.html). It provides 5 ways of configuring image scaling:
which mimics the functionality of image scaling functions in [ds9](http://ds9.si.edu/site/Home.html). It provides several ways of configuring image scaling:

- Clipping the low and high intensities at specified percentiles (`clip_lo`, `clip_hi`)
- Specifying an intensity transfer function for ramping from black to white
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@
py_modules=['ds9norm'],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Operating System :: OS Independent',
'Topic :: Utilities'],
'Topic :: Scientific/Engineering :: Visualization',
],
)

0 comments on commit ea85572

Please sign in to comment.