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

View Raw

More Information

➡️ Next capture (2023-07-22)

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



# 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>


## Starmap

{{lazy_load("planetplot", "/data/skyplot/planet.png") | safe}}


## Info

{{get_planet_info(request.args) | safe}}


# about: data

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>).  


# 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>


# Nav

-   Tags: [Astronomie](./tags/Astronomie.md)

<!-- BEGIN insert Backlinks -->

-   Backlinks:  
    -   [Index: Astronomie](index_astronomie.md)
    -   [Index: Datenvisualisierungen](index_datenvisualisierungen.md)
-   Formats: [md](./skycalc_plot.md) - [txt](./skycalc_plot.txt) - [html](./skycalc_plot.html) - [gmi](./skycalc_plot.gmi)


# Footer

License: CC BY-4.0  
[Impressum und Datenschutz](./impressum-datenschutz.gmi)