From f96a285437407e2df5f2c59c3913616625f2678c Mon Sep 17 00:00:00 2001 From: Rodrigo Luger Date: Sun, 14 Oct 2018 19:55:38 -0400 Subject: [PATCH] typo --- docs/tutorials/basics2.ipynb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/tutorials/basics2.ipynb b/docs/tutorials/basics2.ipynb index 7e8aa82a5..0e742d5d8 100644 --- a/docs/tutorials/basics2.ipynb +++ b/docs/tutorials/basics2.ipynb @@ -19,7 +19,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 1, "metadata": {}, "outputs": [ { @@ -111,7 +111,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 2, "metadata": {}, "outputs": [ { @@ -136,7 +136,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -164,7 +164,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -173,7 +173,7 @@ "0.31830988618379064" ] }, - "execution_count": 8, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" } @@ -191,7 +191,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 5, "metadata": {}, "outputs": [ { @@ -200,7 +200,7 @@ "0.9999999999999999" ] }, - "execution_count": 10, + "execution_count": 5, "metadata": {}, "output_type": "execute_result" } @@ -292,7 +292,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 8, "metadata": {}, "outputs": [ { @@ -334,7 +334,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 9, "metadata": {}, "outputs": [], "source": [ @@ -353,7 +353,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 10, "metadata": {}, "outputs": [ { @@ -404,7 +404,7 @@ }, { "cell_type": "code", - "execution_count": 75, + "execution_count": 11, "metadata": {}, "outputs": [], "source": [ @@ -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": [ {