mirror of
https://github.com/AllenDowney/AstronomicalData.git
synced 2026-01-16 06:42:19 -08:00
Update documentation
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Chapter 4 — Astronomical Data in Python</title>
|
||||
<title>Transformation and Selection — Astronomical Data in Python</title>
|
||||
|
||||
<link rel="stylesheet" href="_static/css/index.d431a4ee1c1efae0e38bdfebc22debff.css">
|
||||
|
||||
@@ -57,8 +57,8 @@
|
||||
<script async="async" src="_static/sphinx-thebe.js"></script>
|
||||
<link rel="index" title="Index" href="genindex.html" />
|
||||
<link rel="search" title="Search" href="search.html" />
|
||||
<link rel="next" title="Chapter 5" href="05_join.html" />
|
||||
<link rel="prev" title="Chapter 3" href="03_motion.html" />
|
||||
<link rel="next" title="Joining Tables" href="05_join.html" />
|
||||
<link rel="prev" title="Proper Motion" href="03_motion.html" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="docsearch:language" content="en" />
|
||||
@@ -109,27 +109,27 @@
|
||||
</li>
|
||||
<li class="toctree-l1">
|
||||
<a class="reference internal" href="03_motion.html">
|
||||
Chapter 3
|
||||
Proper Motion
|
||||
</a>
|
||||
</li>
|
||||
<li class="toctree-l1 current active">
|
||||
<a class="current reference internal" href="#">
|
||||
Chapter 4
|
||||
Transformation and Selection
|
||||
</a>
|
||||
</li>
|
||||
<li class="toctree-l1">
|
||||
<a class="reference internal" href="05_join.html">
|
||||
Chapter 5
|
||||
Joining Tables
|
||||
</a>
|
||||
</li>
|
||||
<li class="toctree-l1">
|
||||
<a class="reference internal" href="06_photo.html">
|
||||
Chapter 6
|
||||
Photometry
|
||||
</a>
|
||||
</li>
|
||||
<li class="toctree-l1">
|
||||
<a class="reference internal" href="07_plot.html">
|
||||
Chapter 7
|
||||
Visualization
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -311,8 +311,8 @@
|
||||
|
||||
<div>
|
||||
|
||||
<div class="section" id="chapter-4">
|
||||
<h1>Chapter 4<a class="headerlink" href="#chapter-4" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="transformation-and-selection">
|
||||
<h1>Transformation and Selection<a class="headerlink" href="#transformation-and-selection" title="Permalink to this headline">¶</a></h1>
|
||||
<p>This is the fourth in a series of notebooks related to astronomy data.</p>
|
||||
<p>As a running example, we are replicating parts of the analysis in a recent paper, “<a class="reference external" href="https://arxiv.org/abs/1805.00425">Off the beaten path: Gaia reveals GD-1 stars outside of the main stream</a>” by Adrian M. Price-Whelan and Ana Bonaca.</p>
|
||||
<p>In the first lesson, we wrote ADQL queries and used them to select and download data from the Gaia server.</p>
|
||||
@@ -1235,8 +1235,8 @@ Results: None
|
||||
|
||||
<div class='prev-next-bottom'>
|
||||
|
||||
<a class='left-prev' id="prev-link" href="03_motion.html" title="previous page">Chapter 3</a>
|
||||
<a class='right-next' id="next-link" href="05_join.html" title="next page">Chapter 5</a>
|
||||
<a class='left-prev' id="prev-link" href="03_motion.html" title="previous page">Proper Motion</a>
|
||||
<a class='right-next' id="next-link" href="05_join.html" title="next page">Joining Tables</a>
|
||||
|
||||
</div>
|
||||
<footer class="footer mt-5 mt-md-0">
|
||||
|
||||
Reference in New Issue
Block a user