💾 Archived View for bacaliu.de › skycalc_plot.html captured on 2023-07-10 at 13:49:23.

View Raw

More Information

➡️ Next capture (2023-07-22)

-=-=-=-=-=-=-

<!DOCTYPE html>
<html lang="de">
<head>
<!-- 2023-06-26 Mo 07:33 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>SkyPlot</title>
<meta name="description" content="Star Map of sun, moon and the planets" />
<meta name="keywords" content="astronomy, Star Map, planets" />
<meta name="generator" content="Org Mode" />

<meta property="og:type" content="article">
<meta property="og:site_name" content="Bacaliu.de">
<link rel="stylesheet" type="text/css" href="/css/modus.css">
<link rel="shortcut icon" href="/favicon.ico" sizes="65x65">
<script src=/static/js/htmx.min.js></script>
<link rel="stylesheet" type="text/css" href="/css/colors/auto.css"
      id="ef-theme"
      hx-swap="outerHTML" hx-get="/data/colorscheme"
      hx-trigger="load">
</head>
<body>
<header id="preamble" class="status">
<a id='top'></a>
<pre style='text-align: left; font-size: min(2vw, 1rem); display: inline-block;'>
 ___               _ _           _
| _ ) __ _ __ __ _| (_)_  _   __| |___
| _ \/ _` / _/ _` | | | || |_/ _` / -_)
|___/\__,_\__\__,_|_|_|\_,_(_)__,_\___|

</pre><br>
<a href='#top'>↑</a>
- <a href='/index.html'>Home</a>
- <a href='/search.html'>Search</a>
- <a href='#bottom'>↓</a>
<br>
<div hx-get="/data/colorlist" hx-trigger="load"></div>
<hr>
</header>
<main id="content" class="content">
<header>
<h1 class="title">SkyPlot</h1>
<p class="subtitle" role="doc-subtitle">Starmap of planets</p>
</header>
<div id="outline-container-select-object" class="outline-2">
<h2 id="select-object"><a href="#select-object">Select object</a></h2>
<div class="outline-text-2" id="text-select-object">
<form>
    <label for="p">Object:</label>
    <select name="p" id="p" selected="{{request.args.get('p')}}">
        <option value="Sun" {{"selected" if "Sun"==request.args.get('p') else ""}}>Sun</option>
        <option value="Mercury" {{"selected" if "Mercury"==request.args.get('p') else ""}}>Mercury</option>
        <option value="Venus" {{"selected" if "Venus"==request.args.get('p') else ""}}>Venus</option>
        <option value="Moon" {{"selected" if "Moon"==request.args.get('p') else ""}}>Moon</option>
        <option value="Mars" {{"selected" if "Mars"==request.args.get('p') else ""}}>Mars</option>
        <option value="Jupiter_Barycenter" {{"selected" if "Jupiter_Barycenter"==request.args.get('p') else ""}}>Jupiter</option>
        <option value="Saturn_Barycenter" {{"selected" if "Saturn_Barycenter"==request.args.get('p') else ""}}>Saturn</option>
        <option value="Uranus_Barycenter" {{"selected" if "Uranus_Barycenter"==request.args.get('p') else ""}}>Uranus</option>
        <option value="Neptune_Barycenter" {{"selected" if "Neptune_Barycenter"==request.args.get('p') else ""}}>Neptune</option>
        <option value="Pluto_Barycenter" {{"selected" if "Pluto_Barycenter"==request.args.get('p') else ""}}>Pluto</option>
    </select>
    <br>
    <label for="limit_mag">minimal Magnitude:</label>
    <input name="limit_mag" step="1" type="number", min="0", max="9" value="{{request.args.get('limit_mag', 6)}}">
    <br>
    <label for="deg">field of View:</label>
    <input name="deg" step="5" type="number", min="5", max="60" value="{{request.args.get('deg', 45)}}">
    <br>
    <input type="submit" value="GO">
</form>
</div>

<div id="outline-container-starmap" class="outline-3">
<h3 id="starmap"><a href="#starmap">Starmap</a></h3>
<div class="outline-text-3" id="text-starmap">
{{lazy_load("planetplot", "/data/skyplot/planet.png") | safe}}
</div>
</div>
<div id="outline-container-info" class="outline-3">
<h3 id="info"><a href="#info">Info</a></h3>
<div class="outline-text-3" id="text-info">
{{get_planet_info(request.args) | safe}}
</div>
</div>
</div>

<div id="outline-container-about-data" class="outline-2">
<h2 id="about-data"><a href="#about-data">about: data</a></h2>
<div class="outline-text-2" id="text-about-data">
<p>
The map and information are calculated with Python-Skyfield (<a href="#citeproc_bib_item_2">“Skyfield — documentation” 2023</a>) and plotted with Matplotlib. The constellation lines are parsed from Stellarium like in the Example (<a href="#citeproc_bib_item_1">“Example Plots — Skyfield documentation” 2023</a>).<br>
</p>
</div>
</div>
<div id="outline-container-bibliography" class="outline-2">
<h2 id="bibliography"><a href="#bibliography">Bibliography</a></h2>
<div class="outline-text-2" id="text-bibliography">
<style>.csl-entry{text-indent: -0; margin-left: 0;}</style><div class="csl-bib-body">
  <div class="csl-entry"><a id="citeproc_bib_item_1"></a>“Example Plots — Skyfield documentation,”. 2023. February 8, 2023, URL: <a href="https://rhodesmill.org/skyfield/example-plots.html#drawing-a-finder-chart-for-comet-neowise">https://rhodesmill.org/skyfield/example-plots.html#drawing-a-finder-chart-for-comet-neowise</a>.</div>
  <div class="csl-entry"><a id="citeproc_bib_item_2"></a>“Skyfield — documentation,”. 2023. February 8, 2023, URL: <a href="https://rhodesmill.org/skyfield">https://rhodesmill.org/skyfield</a>.</div>
</div>
</div>
</div>

<div id="outline-container-nav" class="outline-2">
<h2 id="nav"><a href="#nav">Nav</a></h2>
<div class="outline-text-2" id="text-nav">
<ul class="org-ul">
<li>Tags: <a href="./tags/Astronomie.html">Astronomie</a><br></li>
</ul>
<!-- BEGIN insert Backlinks -->
<ul class="org-ul">
<li>Backlinks:<br>
<ul class="org-ul">
<li><a href="index_astronomie.html">Index: Astronomie</a><br></li>
<li><a href="index_datenvisualisierungen.html">Index: Datenvisualisierungen</a><br></li>
</ul></li>
<li>Formats: <a href="./skycalc_plot.md">md</a> - <a href="./skycalc_plot.txt">txt</a> - <a href="./skycalc_plot.html">html</a> - <a href="./skycalc_plot.gmi">gmi</a></li>
</ul>
</div>
</div>
</main>
<footer id="postamble" class="status">

<hr>
2023-03-02 
<br>
<img alt="CC BY-4.0" style="border-width:0; vertical-align: middle; height: 1em;" src="/icons/cc-by-4.0-80x15.svg">
<a rel='license' href='http://creativecommons.org/licenses/by/4.0/'>
        CC BY-4.0.
</a>
<br>
running at <a href='https://www.hosting.de/'>hosting.de</a>
<br>
Creator: <a href="https://www.gnu.org/software/emacs/">Emacs</a> 28.2 (<a href="https://orgmode.org">Org</a> mode 9.5.5);
<br>
<a href='/impressum-datenschutz.html' id='impressum-dings'>
    Impressum und Datenschutzerklärung
</a>
<a id='bottom'></a>
</footer>
</body>
</html>