1
0
Fork 0
sattools/README.md

82 lines
1.4 KiB
Markdown
Raw Normal View History

2022-07-26 23:57:50 -06:00
# sattools
This is a fork of cbassa's sattools to try to get it to work with
free software giza instead of proprietary and unmaintained pgplot.
2022-07-27 00:14:26 -06:00
2022-07-27 00:04:42 -06:00
# Install
2022-07-27 00:14:26 -06:00
In Debian: `libgiza0` etc.
# Giza
This is a sample how `skymap` should render, in this case using
`pgplot` (thx pierros):
![skymap-pgplot](img/skymap-pgplot.png)
This is how `skymap` renders "out-of-the-box" using `giza` as a
drop-in replacement for `pgplot`:
![skymap-giza rev 0](img/skymap-giza-0.png)
2022-07-27 00:04:42 -06:00
2022-07-27 00:34:31 -06:00
Stars fix:
2022-07-27 00:20:33 -06:00
![skymap-giza rev 1](img/skymap-giza-1.png)
2022-07-27 00:34:31 -06:00
Text fix:
2022-07-27 00:33:50 -06:00
![skymap-giza rev 2](img/skymap-giza-2.png)
2022-07-27 01:17:01 -06:00
Rectangle fix, and grey:
2022-07-27 00:51:45 -06:00
2022-07-27 01:17:01 -06:00
![skymap-giza rev 4](img/skymap-giza-4.png)
2022-07-27 00:51:45 -06:00
2022-07-27 02:16:51 -06:00
More `pgplot` colors.
2022-07-27 02:17:17 -06:00
2022-07-27 02:16:51 -06:00
![skymap-giza rev 5](img/skymap-giza-5.png)
2022-07-27 02:47:06 -06:00
Giza sizing needs fixing...
2022-07-27 02:48:41 -06:00
2022-07-27 02:47:06 -06:00
![skymap-giza rev 6](img/skymap-giza-6.png)
2022-07-27 00:44:08 -06:00
# Works
* Sun.
* Moon.
# Fixed
* Stars.
* Text header with date, observer, lat/lon/elevation.
* Footer with R, D etc.
2022-07-27 00:51:45 -06:00
* Rectangle.
2022-07-27 01:08:18 -06:00
* Apex ?
2022-07-27 02:56:06 -06:00
* Satellites' colors.
2022-07-27 00:44:08 -06:00
# TODO
* Orbit lines.
* Grid.
* Constellations only partially rendered.
* Small window size with giza.
2022-07-27 01:42:20 -06:00
# Color Guesses
Colors 1-15 are used in the color index, documented here:
* https://sites.astro.caltech.edu/~tjp/pgplot/fig51.html
2022-07-27 02:12:47 -06:00
What is really needed is to add `giza.h` and set this to use pgplot colors:
```
giza_set_colour_palette(1);
```
2022-07-26 23:57:50 -06:00
# Upstream
See `README-upstream.md`.
2022-07-27 02:19:54 -06:00
# License
Same as upstream license, GPLv3.
*Copyright (C) 2022, Jeff Moe*