1
0
Fork 0
sattools/README-skymap.md

163 lines
4.1 KiB
Markdown
Raw Permalink Normal View History

2022-11-19 11:31:48 -07:00
# skymap Mini HOWTO
HOWTO find a particular satellite for viewing with skymap
for use with stvid imaging.
From notes by Cees Bassa mixed with my misunderstandings.
This example will use the Bluewalker 3 satellite, with NORAD ID 53807.
2022-11-19 12:08:03 -07:00
# TLE
2022-11-19 11:31:48 -07:00
First a TLE is needed. I get this from Celestrak, ala:
```
wget -O ~/devel/spacecruft/TLE/bluewalker3/bluewalker3.tle \
"https://celestrak.org/NORAD/elements/gp.php?CATNR=53807"
```
Should look something like this:
```
BLUEWALKER 3
1 53807U 22111AL 22323.16311390 .00001894 00000+0 10565-3 0 9997
2 53807 53.2016 312.3504 0014195 129.0685 231.1577 15.18596984 10510
```
2022-11-19 12:08:03 -07:00
# Skymap Script
2022-11-19 11:31:48 -07:00
Run skymap (with my branch):
```
#!/bin/bash
2022-11-19 11:38:19 -07:00
LENGTH=86400
TIME="2022-11-19T17:20:45.000"
2022-11-19 11:31:48 -07:00
TLE=~/devel/spacecruft/TLE/bluewalker3/bluewalker3.tle
2022-11-19 11:38:19 -07:00
SITE=9990
LAT="40.568912"
LONG="-105.225852"
# Set elevation in data/sites.txt
# 9990 JM 40.568912 -105.225852 1843 Jeff Moe
#ELEVATION="1843"
2022-11-19 11:31:48 -07:00
skymap \
--no-stars \
--width=1600 \
--height=1000 \
--all-objects \
--nmax=128 \
2022-11-19 11:38:19 -07:00
--length=${LENGTH} \
--catalog=${TLE} \
--latitude="${LAT}" \
--longitude="${LONG}" \
--time="${TIME}"
2022-11-19 11:31:48 -07:00
```
2022-11-19 12:33:12 -07:00
# Skymap Window Overview
2022-11-19 11:56:50 -07:00
![skymap tutorial main](img/skymap-tutorial-main.png)
2022-11-19 11:31:48 -07:00
2022-11-19 12:33:12 -07:00
Above is a 24 hour (86400 seconds) prediction for
2022-11-19 12:08:03 -07:00
Bluewalker 3 for the example location.
2022-11-19 11:31:48 -07:00
2022-11-19 11:38:19 -07:00
* Grey tracks are in the shadow.
* Orange tracks are in sunlight but during daytime.
* Yellow tracks are in sunlight but during night time.
2022-11-19 11:31:48 -07:00
2022-11-19 11:38:19 -07:00
The example has two passes during night time:
2022-11-19 12:12:13 -07:00
* Low South East.
2022-11-19 13:47:50 -07:00
* Low South West.
2022-11-19 11:38:19 -07:00
2022-11-19 12:12:13 -07:00
![skymap tutorial south east](img/skymap-tutorial-south-east.png)
2022-11-19 13:47:50 -07:00
![skymap tutorial south west](img/skymap-tutorial-south-west.png)
2022-11-19 11:56:50 -07:00
2022-11-19 12:08:03 -07:00
# Skymap Interactive
2022-11-19 11:38:19 -07:00
In interactive mode, use `l` to change the track length to 3600 secs (1 hour).
2022-11-19 11:45:22 -07:00
To use `skymap` in interactive mode, launch `skymap` from the command line.
When you hit `l` in the graphical display, the prompt will be in the terminal
window.
2022-11-19 11:31:48 -07:00
Then use `.` to move time forward with these 1 hour steps.
2022-11-19 11:45:22 -07:00
It makes it faster if `skymap` is run without drawing stars until needed,
especially during frequent re-renders.
Disable viewing stars with `shift-Q`.
2022-11-19 11:56:50 -07:00
![skymap tutorial timestep](img/skymap-tutorial-timestep.png)
2022-11-19 11:31:48 -07:00
At some point you'll get the first pass.
2022-11-19 12:17:52 -07:00
* Use `<` a few times to reduce the timestep size to something like 450 seconds.
* Step forward with `.` until it is above the horizon.
* In example, move time forward to `00:37:37`.
2022-11-19 12:08:03 -07:00
![skymap tutorial 00:37:37](img/skymap-tutorial-3737.png)
# Skymap Satellite Info
Press `i` with the cursor near `53807`.
2022-11-19 12:19:16 -07:00
It gives this output:
```
BLUEWALKER 3
1 53807U 22111AL 22323.16311390 .00001894 00000+0 10565-3 0 9997
2 53807 53.2016 312.3504 0014195 129.0685 231.1577 15.18596984 10510
Age: 0.9 d
x: +5351.2801 km; vx: -0.38650 km/s
y: -2422.0234 km; vy: +6.04035 km/s
z: +3590.7817 km; vz: +4.61568 km/s
r: 1633.97 km; v: -0.343 km/s
l: -92.78; b: 31.44; h: 506.35 km
R.A.: 01:13:17.38 Decl.: -19:10:17.4
R.A.: 01:12:10.33 Decl.: -19:17:33.2 (J2000)
Azi.: 127.8 Alt.: 11.3
Phase: 53.17
Magnitude: 6.25
Angular velocity: 0.2593 (deg/s)
```
2022-11-19 12:08:03 -07:00
This gives you the Az/El and RA/Dec to read off.
2022-11-19 11:38:19 -07:00
2022-11-19 11:31:48 -07:00
2022-11-19 12:08:03 -07:00
# TLE with `tleinfo`
2022-11-19 11:38:19 -07:00
Cees dumped the TLE for `53807` into a text file with
2022-11-19 11:31:48 -07:00
2022-11-19 11:38:19 -07:00
```
tleinfo -i 53807 >53807.txt
```
This results in two TLEs, though ? XXX compare with TLE from above.
2022-11-19 11:31:48 -07:00
2022-11-19 11:38:19 -07:00
```
BLUEWALKER-3
1 53807U 22111AL 22291.57105995 .00000747 00000+0 51211-4 0 9998
2 53807 53.2021 96.3521 0013619 43.3355 316.8709 15.18466480 5717
0 BLUEWALKER 3
1 53807U 22111AL 22291.57105995 .00000747 00000-0 51211-4 0 9999
2 53807 53.2021 96.3521 0013619 43.3355 316.8709 15.18466480 5717
```
2022-11-19 11:31:48 -07:00
2022-11-19 13:50:58 -07:00
# Views
View with `e` for East.
![skymap East view](img/skymap-tutorial-east-view.png)
2022-11-19 13:58:54 -07:00
View with `s` for South.
![skymap South view](img/skymap-tutorial-south-view.png)
2022-11-19 13:50:58 -07:00
2022-11-19 13:07:18 -07:00
# gpredict
This is view of BW3 in `gpredict`, for comparison.
![skymap tutorial gpredict](img/skymap-tutorial-gpredict-bw3.png)
2022-11-19 14:43:34 -07:00
# stellarium
This is view of BW3 in `stellarium`, for comparison.
![skymap tutorial stellarium](img/skymap-tutorial-stellarium-bw3.png)