mirror of
https://github.com/AllenDowney/AstronomicalData.git
synced 2025-12-26 04:41:48 -08:00
Update documentation
This commit is contained in:
20
07_plot.html
20
07_plot.html
@@ -5,7 +5,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Chapter 7 — Astronomical Data in Python</title>
|
||||
<title>Visualization — Astronomical Data in Python</title>
|
||||
|
||||
<link rel="stylesheet" href="_static/css/index.d431a4ee1c1efae0e38bdfebc22debff.css">
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<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="prev" title="Chapter 6" href="06_photo.html" />
|
||||
<link rel="prev" title="Photometry" href="06_photo.html" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="docsearch:language" content="en" />
|
||||
@@ -108,27 +108,27 @@
|
||||
</li>
|
||||
<li class="toctree-l1">
|
||||
<a class="reference internal" href="03_motion.html">
|
||||
Chapter 3
|
||||
Proper Motion
|
||||
</a>
|
||||
</li>
|
||||
<li class="toctree-l1">
|
||||
<a class="reference internal" href="04_select.html">
|
||||
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 current active">
|
||||
<a class="current reference internal" href="#">
|
||||
Chapter 7
|
||||
Visualization
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -328,8 +328,8 @@
|
||||
|
||||
<div>
|
||||
|
||||
<div class="section" id="chapter-7">
|
||||
<h1>Chapter 7<a class="headerlink" href="#chapter-7" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="visualization">
|
||||
<h1>Visualization<a class="headerlink" href="#visualization" title="Permalink to this headline">¶</a></h1>
|
||||
<p>This is the seventh in a series of notebooks related to astronomy data.</p>
|
||||
<p>As a continuing example, we will replicate part 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 previous notebook we selected photometry data from Pan-STARRS and used it to identify stars we think are likely to be in GD-1</p>
|
||||
@@ -1019,7 +1019,7 @@
|
||||
|
||||
<div class='prev-next-bottom'>
|
||||
|
||||
<a class='left-prev' id="prev-link" href="06_photo.html" title="previous page">Chapter 6</a>
|
||||
<a class='left-prev' id="prev-link" href="06_photo.html" title="previous page">Photometry</a>
|
||||
|
||||
</div>
|
||||
<footer class="footer mt-5 mt-md-0">
|
||||
|
||||
Reference in New Issue
Block a user