-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathjupiter_ephemeris.sch
60 lines (53 loc) · 1.75 KB
/
jupiter_ephemeris.sch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Demonstration configuration file to show the path of Jupiter across the sky
# in 2020
#
# -------------------------------------------------
# Copyright 2015-2024 Dominic Ford
#
# This file is part of StarCharter.
#
# StarCharter is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# StarCharter is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with StarCharter. If not, see <http://www.gnu.org/licenses/>.
# -------------------------------------------------
# Default settings which affect all the charts below
DEFAULTS
width=32.0
show_grid_lines=1
constellation_boundaries=1
constellation_sticks=1
star_names=1
star_flamsteed_labels=0
constellation_names=1
plot_galaxy_map=1
ephemeris_autoscale=1
ephemeris_table=1
draw_ephemeris=jupiter,2458849.5,2459216.5
# Produce a PNG copy of this star chart
CHART
output_filename=output/jupiter_2020_00.png
# Produce a SVG copy of this star chart
CHART
output_filename=output/jupiter_2020_00.svg
# Produce a PDF copy of this star chart
CHART
output_filename=output/jupiter_2020_00.pdf
# Produce an EPS copy of this star chart
CHART
output_filename=output/jupiter_2020_00.eps
# Produce charts with alternative track representations
CHART
ephemeris_style=side_by_side
output_filename=output/jupiter_2020_01.png
CHART
ephemeris_style=side_by_side_with_track
output_filename=output/jupiter_2020_02.png