Skip to content

Commit 949a7e2

Browse files
authored
Merge pull request #435 from adrn/typo
Fix typo in header of FITS-cubes
2 parents d33ac02 + cddcea2 commit 949a7e2

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

tutorials/notebooks/FITS-cubes/FITS-cubes.ipynb

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"\n",
2222
"## Summary\n",
2323
"\n",
24-
"In this tutorial we will visualize 2D and 3D data sets in Galactic and equartorial coordinates. \n",
24+
"In this tutorial we will visualize 2D and 3D data sets in Galactic and equatorial coordinates. \n",
2525
"\n",
2626
"The tutorial will walk you though a visual analysis of the Small Magellanic Cloud (SMC) using HI 21cm emission and a Herschel 250 micron map. We will learn how to read in data from a file, query and download matching data from Herschel using astroquery, and plot the resulting images in a multitude of ways. \n",
2727
"\n",
@@ -832,12 +832,28 @@
832832
},
833833
"language_info": {
834834
"codemirror_mode": {
835-
"name": "ipython"
835+
"name": "ipython",
836+
"version": 3
836837
},
837838
"file_extension": ".py",
838839
"mimetype": "text/x-python",
839840
"name": "python",
840-
"nbconvert_exporter": "python"
841+
"nbconvert_exporter": "python",
842+
"pygments_lexer": "ipython3",
843+
"version": "3.7.5"
844+
},
845+
"toc": {
846+
"base_numbering": 1,
847+
"nav_menu": {},
848+
"number_sections": true,
849+
"sideBar": true,
850+
"skip_h1_title": false,
851+
"title_cell": "Table of Contents",
852+
"title_sidebar": "Contents",
853+
"toc_cell": false,
854+
"toc_position": {},
855+
"toc_section_display": true,
856+
"toc_window_display": false
841857
}
842858
},
843859
"nbformat": 4,

0 commit comments

Comments
 (0)