Skip to content

Commit 015bbf1

Browse files
eblurmwcraig
andauthored
Apply suggestions from code review
Co-authored-by: Matt Craig <mattwcraig@gmail.com>
1 parent fd87b0e commit 015bbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/FITS-images/FITS-images.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"\n",
6767
"First, we need to download the FITS file image for this tutorial. This is an astronomical image of the Horsehead Nebula taken with a photographic plate. The image has been digitized, that is, the image has been scanned by a computer and converted to a 2-D array. Each position in the array corresponds with the projected position on the sky, and bright areas of the image have high values and dark areas have low values in the array. \n",
6868
"\n",
69-
"Images taken with astronomical instruments called [CCDs or "charge-coupled devices"](https://en.wikipedia.org/wiki/Charge-coupled_device) are organized similarly. When illuminated by light, CCDs accumulate electrons, converting brightness values to electron counts. A CCD image is essentially a 2-D array, where each position on the array represents a single CCD pixel, and the values in that array represent the number of counts registered in that pixel."
69+
"Images taken with astronomical instruments called [CCDs or \"charge-coupled devices\"](https://en.wikipedia.org/wiki/Charge-coupled_device) are organized similarly. When illuminated by light, CCDs accumulate electrons, converting brightness values to electron counts. A CCD image is essentially a 2-D array, where each position on the array represents a single CCD pixel, and the values in that array represent the number of counts registered in that pixel."
7070
]
7171
},
7272
{

0 commit comments

Comments
 (0)