satnogs-cruft/scripts/spacecruft-xplanet

137 lines
4.2 KiB
Bash
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#!/bin/bash
set -x
LATITUDE="40.568912"
LONGITUDE="-105.225852"
ALTITUDE="1843"
BACKGROUND="0x000000"
TEXTCOLOR="0xFFFFFF"
xplanet \
-latitude="$LATITUDE" \
-longitude="$LONGITUDE" \
-background="$BACKGROUND" \
-fontsize=36 \
-color="$TEXTCOLOR" \
-north="body" \
-projection="rectangular" \
-gmtlabel \
-wait=60 \
-body="earth"
exit 0
-projection="ancient" \
-projection="azimuthal" \
-projection="gnomonic" \
-projection="hemisphere" \
-projection="lambert" \
-projection="mercator" \
-projection="mollweide" \
-projection="orthographic" \
-projection="peters" \
-projection="polyconic" \
-projection="rectangular" \
-projection="tsc" \
-projection projection_type
The projection type may be one of ancient, azimuthal, bonne,
equal_area, gnomonic, hemisphere, lambert, mercator, mollweide,
orthographic, peters, polyconic, rectangular, or tsc. The de
fault is no projection. Multiple bodies will not be shown if
this option is specified, although shadows will still be drawn.
-origin="sun" \
-origin="moon" \
-north="body" \
-north="galactic" \
-north="orbit" \
-north="separation" \
Valid options to Xplanet are:
-arc_file (needs argument)
-arc_spacing (needs argument)
-arc_thickness (needs argument)
-background (needs argument)
-base_magnitude (needs argument)
-body (needs argument)
-center (needs argument)
-color (needs argument)
-config (needs argument)
-create_scattering_tables (needs argument)
-date (needs argument)
-date_format (needs argument)
-dynamic_origin (needs argument)
-ephemeris_file (needs argument)
-font (needs argument)
-fontsize (needs argument)
-fork
-fov (needs argument)
-geometry (needs argument)
-glare (needs argument)
-gmtlabel
-grs_longitude (needs argument)
-hibernate (needs argument)
-idlewait (needs argument)
-interpolate_origin_file
-jdate (needs argument)
-label
-labelpos (needs argument)
-label_body (needs argument)
-label_string (needs argument)
-latitude (needs argument)
-light_time
-localtime (needs argument)
-log_magstep (needs argument)
-longitude (needs argument)
-make_cloud_maps
-marker_file (needs argument)
-markerbounds (needs argument)
-north (needs argument)
-num_times (needs argument)
-origin (needs argument)
-origin_file (needs argument)
-output (needs argument)
-output_map (needs argument)
-output_start_index (needs argument)
-pango
-path_relative_to (needs argument)
-post_command (needs argument)
-prev_command (needs argument)
-print_ephemeris
-projection (needs argument)
-proj_param (needs argument)
-quality (needs argument)
-radius (needs argument)
-random
-range (needs argument)
-rotate (needs argument)
-save_desktop_file
-searchdir (needs argument)
-separation (needs argument)
-spice_ephemeris (needs argument)
-spice_file (needs argument)
-starfreq (needs argument)
-starmap (needs argument)
-target (needs argument)
-tt
-timewarp (needs argument)
-tmpdir (needs argument)
-transparency
-transpng (needs argument)
-utclabel
-verbosity (needs argument)
-version
-vroot
-wait (needs argument)
-window
-window-id (needs argument)
-window_title (needs argument)
-XID (needs argument)
-xscreensaver
-XYZ_file (needs argument)