Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Beaumont committed Aug 8, 2014
1 parent bdcc8f0 commit 7e0c0f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions Examples.ipynb
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:9d5c8ab71cd951c5137693f660f2d5ecbaa3e3c343820202d9dfc7ad5d7cf1d2"
"signature": "sha256:dabfd19c5cbb2f416c4c06c8eb3902ea265de0b15fda7f438420b159d61824ed"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down Expand Up @@ -31,8 +31,6 @@
"collapsed": false,
"input": [
"data = fits.getdata('M51.fits')\n",
"norm = DS9Normalize(bias=0.2)\n",
"\n",
"figure, axs = plt.subplots(ncols=4, nrows=4, squeeze=False, tight_layout=True)\n",
"\n",
"for ax, stretch in zip(axs[0], ['linear', 'sqrt', 'arcsinh', 'log']):\n",
Expand Down
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -20,8 +20,6 @@ See the [example notebook](http://nbviewer.ipython.org/github/glue-viz/ds9norm/b
```python

data = fits.getdata('M51.fits')
norm = DS9Normalize(bias=0.2)

figure, axs = plt.subplots(ncols=4, nrows=4, squeeze=False, tight_layout=True)

for ax, stretch in zip(axs[0], ['linear', 'sqrt', 'arcsinh', 'log']):
Expand Down

0 comments on commit 7e0c0f9

Please sign in to comment.