Checkpoint

This commit is contained in:
Allen Downey
2021-01-07 09:06:06 -05:00
parent c3ed08c4ce
commit 6975244e16
2 changed files with 0 additions and 28 deletions

View File

@@ -46,8 +46,6 @@ This notebook demonstrates the following steps:
4. Downloading the response from the server as an Astropy `Table`. 4. Downloading the response from the server as an Astropy `Table`.
Press this button to run this notebook on Colab:
[Run Notebook 1 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/01_query.ipynb) [Run Notebook 1 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/01_query.ipynb)
[or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/01_query.ipynb) [or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/01_query.ipynb)
@@ -69,8 +67,6 @@ Then, to select stars in the vicinity of GD-1, we:
* Store the results in a FITS file. * Store the results in a FITS file.
Press this button to run this notebook on Colab:
[Run Notebook 2 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/02_coords.ipynb) [Run Notebook 2 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/02_coords.ipynb)
[or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/02_coords.ipynb) [or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/02_coords.ipynb)
@@ -90,8 +86,6 @@ Here are the steps in this notebook:
5. Finally, we'll select and plot the stars whose proper motion is in that region. 5. Finally, we'll select and plot the stars whose proper motion is in that region.
Press this button to run this notebook on Colab:
[Run Notebook 3 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/03_motion.ipynb) [Run Notebook 3 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/03_motion.ipynb)
[or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/03_motion.ipynb) [or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/03_motion.ipynb)
@@ -109,8 +103,6 @@ Here are the steps in this notebook:
That will make it possible to search a bigger region of the sky in a single query. That will make it possible to search a bigger region of the sky in a single query.
Press this button to run this notebook on Colab:
[Run Notebook 4 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/04_select.ipynb) [Run Notebook 4 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/04_select.ipynb)
[or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/04_select.ipynb) [or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/04_select.ipynb)
@@ -126,8 +118,6 @@ Here are the steps in this notebook:
3. We'll write the results to a file for use in the next notebook. 3. We'll write the results to a file for use in the next notebook.
Press this button to run this notebook on Colab:
[Run Notebook 5 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/05_join.ipynb) [Run Notebook 5 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/05_join.ipynb)
[or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/05_join.ipynb) [or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/05_join.ipynb)
@@ -143,8 +133,6 @@ Here are the steps in this notebook:
3. Then we'll merge the photometry data with the list of candidate stars, storing the result in a Pandas `DataFrame`. 3. Then we'll merge the photometry data with the list of candidate stars, storing the result in a Pandas `DataFrame`.
Press this button to run this notebook on Colab:
[Run Notebook 6 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/06_photo.ipynb) [Run Notebook 6 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/06_photo.ipynb)
[or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/06_photo.ipynb) [or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/06_photo.ipynb)
@@ -160,8 +148,6 @@ Here are the steps in this notebook:
3. Finally, we'll see how to make a figure with multiple panels or subplots. 3. Finally, we'll see how to make a figure with multiple panels or subplots.
Press this button to run this notebook on Colab:
[Run Notebook 7 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/07_plot.ipynb) [Run Notebook 7 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/07_plot.ipynb)
[or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/07_plot.ipynb) [or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/07_plot.ipynb)

View File

@@ -46,8 +46,6 @@ This notebook demonstrates the following steps:
4. Downloading the response from the server as an Astropy `Table`. 4. Downloading the response from the server as an Astropy `Table`.
Press this button to run this notebook on Colab:
[Run Notebook 1 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/01_query.ipynb) [Run Notebook 1 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/01_query.ipynb)
[or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/01_query.ipynb) [or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/01_query.ipynb)
@@ -69,8 +67,6 @@ Then, to select stars in the vicinity of GD-1, we:
* Store the results in a FITS file. * Store the results in a FITS file.
Press this button to run this notebook on Colab:
[Run Notebook 2 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/02_coords.ipynb) [Run Notebook 2 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/02_coords.ipynb)
[or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/02_coords.ipynb) [or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/02_coords.ipynb)
@@ -90,8 +86,6 @@ Here are the steps in this notebook:
5. Finally, we'll select and plot the stars whose proper motion is in that region. 5. Finally, we'll select and plot the stars whose proper motion is in that region.
Press this button to run this notebook on Colab:
[Run Notebook 3 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/03_motion.ipynb) [Run Notebook 3 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/03_motion.ipynb)
[or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/03_motion.ipynb) [or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/03_motion.ipynb)
@@ -109,8 +103,6 @@ Here are the steps in this notebook:
That will make it possible to search a bigger region of the sky in a single query. That will make it possible to search a bigger region of the sky in a single query.
Press this button to run this notebook on Colab:
[Run Notebook 4 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/04_select.ipynb) [Run Notebook 4 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/04_select.ipynb)
[or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/04_select.ipynb) [or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/04_select.ipynb)
@@ -126,8 +118,6 @@ Here are the steps in this notebook:
3. We'll write the results to a file for use in the next notebook. 3. We'll write the results to a file for use in the next notebook.
Press this button to run this notebook on Colab:
[Run Notebook 5 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/05_join.ipynb) [Run Notebook 5 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/05_join.ipynb)
[or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/05_join.ipynb) [or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/05_join.ipynb)
@@ -143,8 +133,6 @@ Here are the steps in this notebook:
3. Then we'll merge the photometry data with the list of candidate stars, storing the result in a Pandas `DataFrame`. 3. Then we'll merge the photometry data with the list of candidate stars, storing the result in a Pandas `DataFrame`.
Press this button to run this notebook on Colab:
[Run Notebook 6 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/06_photo.ipynb) [Run Notebook 6 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/06_photo.ipynb)
[or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/06_photo.ipynb) [or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/06_photo.ipynb)
@@ -160,8 +148,6 @@ Here are the steps in this notebook:
3. Finally, we'll see how to make a figure with multiple panels or subplots. 3. Finally, we'll see how to make a figure with multiple panels or subplots.
Press this button to run this notebook on Colab:
[Run Notebook 7 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/07_plot.ipynb) [Run Notebook 7 on Colab](https://colab.research.google.com/github/AllenDowney/AstronomicalData/blob/main/07_plot.ipynb)
[or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/07_plot.ipynb) [or click here to read it on NBViewer](https://nbviewer.jupyter.org/github/AllenDowney/AstronomicalData/blob/main/07_plot.ipynb)