diff --git a/README.md b/README.md index 2ab9612..95737c9 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,22 @@ 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. + # Install -In Debian: `libgiza0`. +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) + # Upstream See `README-upstream.md`. diff --git a/img/skymap-giza-0.png b/img/skymap-giza-0.png new file mode 100644 index 0000000..25c2f08 Binary files /dev/null and b/img/skymap-giza-0.png differ diff --git a/img/skymap-pgplot.png b/img/skymap-pgplot.png new file mode 100644 index 0000000..2c577f3 Binary files /dev/null and b/img/skymap-pgplot.png differ