-
Notifications
You must be signed in to change notification settings - Fork 4
/
cir_stilts_script
15 lines (15 loc) · 1009 Bytes
/
cir_stilts_script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tablename "SHEBA CIR propagation model"
colmeta -desc "Time the CIR origin at the Sun" time_start
colmeta -desc "Longitude in Heliographic coordinates of the origin of the CIR" -units "degrees" long_hg
colmeta -desc "HGI Longitude coordinates of the origin of the CIR" -units "degrees" long_hci
colmeta -desc "Speed of the solar wind" -units "km/s" v
colmeta -desc "Error of the speed" -units "km/s" v_err
colmeta -desc "Planet or spacecraft of the solar system" target_obj
colmeta -desc "Radial Distance from the Sun" -units "AU" r_hci
colmeta -desc "Label that shows whether the object is hit or not" HitOrMiss
colmeta -desc "Estimated time of arrival" ETA
colmeta -desc "Minimun Estimated time of arrival" ETA_min
colmeta -desc "Maximum Estimated time of arrival" ETA_max
colmeta -desc "Estimated number of days for arrival" -units "Days" Dt
colmeta -desc "Estimated minimum number of days for arrival" -units "Days" Dt_min
colmeta -desc "Estimated maximum number of days for arrival" -units "Days" Dt_max