Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodluger committed Oct 14, 2018
1 parent ea9a6fa commit f96a285
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/tutorials/basics2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -111,7 +111,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 2,
"metadata": {},
"outputs": [
{
Expand All @@ -136,7 +136,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -164,7 +164,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand All @@ -173,7 +173,7 @@
"0.31830988618379064"
]
},
"execution_count": 8,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -191,7 +191,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand All @@ -200,7 +200,7 @@
"0.9999999999999999"
]
},
"execution_count": 10,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -292,7 +292,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 8,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -334,7 +334,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -353,7 +353,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 10,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -404,7 +404,7 @@
},
{
"cell_type": "code",
"execution_count": 75,
"execution_count": 11,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -416,14 +416,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The line above added (the expansion of) a Gaussian to the map with amplitude $-2.0$ (i.e., a dark spot) and standard deviation $0.1$ at a latitude of 30 degrees and a longitude of 15 degrees relative to the sub-observer point. Note that we instantiated a 20th degree map but limited the Gaussian expansion to 18th degree, since we plan on adding 2nd order limb darkening.\n",
"The line above added (the expansion of) a Gaussian to the map with amplitude $-1.0$ (i.e., a dark spot) and standard deviation $0.1$ at a latitude of 30 degrees and a longitude of 15 degrees relative to the sub-observer point. Note that we instantiated a 20th degree map but limited the Gaussian expansion to 18th degree, since we plan on adding 2nd order limb darkening.\n",
"\n",
"Instead of calling `map.show()`, let's write a few lines of code to add a colorbar to the image so we can see how dark the spot actually is:"
]
},
{
"cell_type": "code",
"execution_count": 64,
"execution_count": 12,
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit f96a285

Please sign in to comment.