123456789101112131415 |
- # 1 moon only, seen from earth
- -target moon -radius 29 -center +840+450 -origin earth -glare 0 -background "/home/data/mygit/xplanetstuff/space-1680x1050-grey111.png"
- # 2 moon only, seen from earth 1920x1080
- -target moon -radius 29 -center +840+375 -origin earth -glare 0 -background "/home/data/mygit/xplanetstuff/space-1920x1080-grey.jpg"
- # 3 earth centered, moon to the left. recommended magnification for moon: 1.5
- -target earth -separation moon:-0.1 -radius 29 -center +840+400 -glare 0 -background "/home/data/mygit/xplanetstuff/space-1680x1050-grey111.png"
- # 4 view on moon, but left of center, earth large to the right of it
- -target moon -separation earth:0.4 -fov 1 -center +300+400 -glare 0 -background "/home/data/mygit/xplanetstuff/space-1680x1050-grey111.png"
- # 5 view on moon, but left of center, earth large to the right of it
- -north orbit -target moon -separation earth:0.55 -fov 1.1 -center +250+550 -glare 0 -background "/home/data/mygit/xplanetstuff/space-1680x1050-grey111.png"
- # 6 view on earth only
- -target earth -radius 35 -center +840+430 -glare 0 -background "/home/data/mygit/xplanetstuff/space-1680x1050-grey111.png"
- # 7 view on earth, with moon
- -radius 40 -target earth -lat 36 -lon 36 -center +840+540 -glare 0 -background "/home/data/mygit/xplanetstuff/space-1680x1050-grey111.png"
|