Skip to content

Commit d091703

Browse files
committed
Merge branch 'master' of github.com:astropy/astropy-tutorials
2 parents 88deb77 + dd1c020 commit d091703

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

tutorials/FITS-header/FITS-header.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"link_name": "Editing a FITS header",
77
"name": "",
88
"published": true,
9-
"description" : "short description here"
9+
"description" : "Demonstrates how to read in, edit a FITS header, and then write it back out to disk using astropy.io.fits."
1010
},
1111
"signature": "sha256:396649b4c4fd39eacc68f62356450cf0f78c88d5aaded5250eb3c3a8d80e4030"
1212
},

tutorials/FITS-images/FITS-images.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"date": "January 2014",
66
"link_name": "Viewing and manipulating FITS images",
77
"name": "",
8-
"published": true
8+
"published": true,
9+
"description" : "Demonstrates use of astropy.utils.data to download data; astropy.io.fits to open the file; matplotlib to view the image with different color scales and stretches and to make histrograms. Also includes method for simple image stacking."
910
},
1011
"signature": "sha256:9e029d61f0feea4f4d19511b44579e113ef088bc23c9fcc0a05ebcd3093a8821"
1112
},
@@ -444,4 +445,4 @@
444445
"metadata": {}
445446
}
446447
]
447-
}
448+
}

0 commit comments

Comments
 (0)