-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added stilts script to add descriptions to the votable output
- Loading branch information
Showing
4 changed files
with
57 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
tablename "SHEBA CME propagation model" | ||
colmeta -desc "Time the CME emerges from the Sun" time_start | ||
colmeta -desc "Longitude in Heliographic coordinates" -units "degrees" long_hg | ||
colmeta -desc "HGI Longitude" -units "degrees" long_hci | ||
colmeta -desc "Longitudinal width of the CME" -units "degrees" long_width | ||
colmeta -desc "Speed of the CME" -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
tablename "SHEBA SEP propagation model" | ||
colmeta -desc "Time the SEP event happens at the Sun" time_start | ||
colmeta -desc "Longitude in Heliographic coordinates" -units "degrees" long_hg | ||
colmeta -desc "HGI Longitude" -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 "Fraction of the speed of light" -units "1/c" beta | ||
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 "Velocity of the solarwind that connects the event with the object" -units "km/s" v_estimated | ||
colmeta -desc "Estimated time of arrival" ETA | ||
colmeta -desc "Estimated number of seconds for arrival" -units "seconds" Dt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters