<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Astronomy on stdin</title><link>https://stdin.org/tags/astronomy/</link><description>Recent content in Astronomy on stdin</description><generator>Hugo -- 0.161.1</generator><language>en</language><copyright>Isaac Kunen</copyright><lastBuildDate>Mon, 05 Mar 2018 00:00:00 +0000</lastBuildDate><atom:link href="https://stdin.org/tags/astronomy/index.xml" rel="self" type="application/rss+xml"/><item><title>A Visual Guide to Telescope Eyepieces</title><link>https://stdin.org/a-visual-guide-to-telescope-eyepieces/</link><pubDate>Mon, 05 Mar 2018 00:00:00 +0000</pubDate><author>Isaac</author><guid>https://stdin.org/a-visual-guide-to-telescope-eyepieces/</guid><description>&amp;lt;no value&amp;gt;</description><content type="text/html" mode="escaped"><![CDATA[<p>Not too long ago, I bought a telescope. I guess that makes me an amateur astronomer.</p>
<blockquote>
<p>If you buy a camera, you are a photographer. If you buy a flute, you own a flute.<br>
- <a href="https://www.bobkolbrenerphotography.com/">Bob Kolbrener</a></p>
</blockquote>
<p>So maybe I just own a telescope.</p>
<p>I certainly need some help when it comes to choosing things like eyepieces, so I was thrilled to come upon a very thorough list of eyepieces assembled by Starman1 (Don) over at <a href="https://www.cloudynights.com/topic/576120-2017-eyepiece-buyers-guide/">Cloudy Nights</a>.</p>
<p>But a spreadsheet is one thing—a viz is better. My take at an explorative viz is <a href="https://public.tableau.com/profile/isaac3034#!/vizhome/EyepieceGuide/EyepieceBuyersGuide">online over at Tableau Public</a>. (I wish I could figure out how to embed something here, but all I can manage is a screenshot.)</p>
<p><img src="eyepieces1.png" alt="eyepieces">Go ahead and tweak the parameters to find the eyepiece you&rsquo;re looking for. Some details on how I built it are below the fold.</p>
<h2 id="build-details">Build Details<a href="#build-details" class="anchor" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
      stroke-linecap="round" stroke-linejoin="round" class="feather">
      <path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"></path>
      <line x1="8" y1="12" x2="16" y2="12"></line>
   </svg></a></h2>
<p>Don&rsquo;s data are pretty clean, but I did have to massage them a bit:</p>
<ul>
<li>A lot of missing values were <em>null</em> , but some were listed as &ldquo;?&rdquo;. I normalized them all to  <em>null</em> so I could treat numeric values as numeric.</li>
<li>There are some eyepieces available in multiple formats that I had to split up and pivot.</li>
<li>There were some zoom and multi-focal-length eyepieces that I had to figure out how to handle.</li>
</ul>
<p>All of this was straightforward to see and handle using <a href="https://www.tableau.com/project-maestro">Project Maestro</a>. I&rsquo;d recommend it even if it wasn&rsquo;t my baby.</p>
<p>I did have to make a few choices in the viz:</p>
<ul>
<li>My two primary axes represent the things that seem most important to me: focal length and the amount of the sky you can see. As focal length increases, the magnification decreases, and the resulting trend towards larger FoV is clear. Still, there is a wide variation depending on eyepiece construction.</li>
<li>I used mark size to indicate eye relief. This is super important to me because I wear glasses; anything less than about 20mm makes it hard.</li>
<li>Color indicates price; everyone cares about price.</li>
<li>I had to decide how to handle zoom eyepieces. I show them as their average focal length. Full details are in the tooltip:<br>
<img src="tooltip.png" alt="tooltip"></li>
</ul>
<p>Suggestions for improvement are welcome. Enjoy!</p>
]]></content></item></channel></rss>