Taylor658 commited on
Commit
45a0d6d
1 Parent(s): e4c426e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +116 -3
README.md CHANGED
@@ -1,3 +1,116 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Hektor-Hohmann Transfer Orbit Dataset
3
+ license: apache-2.0
4
+ datasets:
5
+ - name: Hektor-Hohmann Transfer Orbit
6
+ size: 52 columns
7
+ rows: "~30,000"
8
+ tags:
9
+ - space
10
+ - orbital-mechanics
11
+ - synthetic-data
12
+ - foundation-model
13
+ size_categories: large
14
+ task_categories:
15
+ - time-series
16
+ - simulation
17
+ ---
18
+
19
+ # **Hektor-Hohmann Transfer Orbit Dataset Card**
20
+
21
+ **Author:** ATaylor
22
+ **Contact:** [hf.co/taylor658](https://hf.co/taylor658)
23
+ **License:** [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
24
+ **Rows:** ~30,000
25
+
26
+ ---
27
+
28
+ ## **Dataset Summary**
29
+
30
+ This dataset contains a comprehensive set of synthetic data for an interplanetary mission to **624 Hektor**, modeled using a Type II Hohmann transfer orbit. It features:
31
+
32
+ - **LEO Departure** and heliocentric trajectory phases.
33
+ - **Jupiter gravity assist** flyby.
34
+ - **Electric propulsion** thrust arcs.
35
+ - Final insertion at 624 Hektor on **March 18, 2032**.
36
+
37
+ The dataset is ideal for machine learning tasks related to orbital mechanics, low-thrust mission optimization, and multi-body transfer simulation.
38
+
39
+ ---
40
+
41
+ ## **Mission Profile**
42
+
43
+ 1. **LEO Departure**: Initial departure from Earth's orbit using electric propulsion.
44
+ 2. **Heliocentric Transfer**: Transitioning into an interplanetary trajectory.
45
+ 3. **Jupiter Gravity Assist**: Utilizing Jupiter’s gravity for a velocity boost.
46
+ 4. **Arrival at 624 Hektor**: Final insertion burn at the target asteroid.
47
+
48
+ **Final Event**: **March 18, 2032**, orbit capture at 624 Hektor.
49
+
50
+ ---
51
+
52
+ ## **Dataset Columns**
53
+
54
+ ### Key Orbital Mechanics Parameters:
55
+
56
+ 1. **Timestamp_UTC**: Universal Coordinated Time for each record.
57
+ 2. **Mission_Segment**: Categorized mission phase (e.g., "LEO Departure," "Jupiter Flyby").
58
+ 3. **Central_Body**: The celestial body being orbited (Earth/Sun/Hektor).
59
+ 4. **Orbital_Radius_km**: Current orbital distance from the central body.
60
+ 5. **Semi_Major_Axis_km**: Semi-major axis of the elliptical orbit.
61
+ 6. **Eccentricity**: Shape of the orbit (0 for circular, <1 for elliptical).
62
+ 7. **Inclination_deg**: Orbital plane tilt relative to the ecliptic plane.
63
+ 8. **True_Anomaly_deg**: Orbital position relative to the periapsis.
64
+ 9. **Phase_Angle_deg**: Angular alignment between the spacecraft and target.
65
+ 10. **Velocity_km_s**: Spacecraft velocity relative to the central body.
66
+
67
+ ### Thrust and Propulsion Data:
68
+
69
+ 11. **Thrust_Level_N**: Thrust output in Newtons.
70
+ 12. **Propellant_Mass_kg**: Remaining propellant mass.
71
+ 13. **Specific_Impulse_s**: Propulsion efficiency parameter.
72
+ 14. **Engine_Power_kW**: Electric propulsion power.
73
+
74
+ ### Gravity Assist Parameters:
75
+
76
+ 15. **Jupiter_Encounter_DateTime_UTC**: Timestamp for Jupiter gravity assist.
77
+ 16. **Closest_Approach_Dist_Jupiter_km**: Minimum distance to Jupiter.
78
+ 17. **Inbound_Velocity_Rel_Jupiter_km_s**: Velocity approaching Jupiter.
79
+ 18. **Outbound_Velocity_Rel_Jupiter_km_s**: Velocity after gravity assist.
80
+ 19. **Gravity_Assist_DV_Eq_km_s**: Equivalent velocity gain from the assist.
81
+
82
+ ### Arrival Data:
83
+
84
+ 20. **Hektor_Encounter_DateTime_UTC**: Arrival time at 624 Hektor.
85
+ 21. **Relative_Velocity_at_Hektor_km_s**: Velocity at 624 Hektor encounter.
86
+ 22. **Capture_Insertion_DV_km_s**: Delta-V required for orbital capture.
87
+ 23. **Final_Orbit_SMA_km**: Semi-major axis of the orbit around Hektor.
88
+ 24. **Final_Orbit_Inclination_deg**: Inclination of the final orbit.
89
+
90
+ ---
91
+
92
+ ## **Intended Usage**
93
+
94
+ 1. **Foundation Model Training**: Time-series or tabular input for a broad model (e.g., analyzing or predicting orbital mechanics states).
95
+ 2. **Synthetic Orbital Data Exploration**: Demonstrating multi-body, low-thrust mission profiles.
96
+
97
+ **Disclaimer**: Values are not from real missions. They are randomly or linearly generated placeholders.
98
+
99
+ ---
100
+
101
+ ## **License & Citation**
102
+
103
+ **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
104
+
105
+ ### Citation
106
+ ```bibtex
107
+ @misc{hektor_hohmann_transfer_2024,
108
+ title={{Hektor-Hohmann Transfer Orbit Dataset}},
109
+ author={ATaylor},
110
+ year={2024},
111
+ note={Synthetic dataset for Jupiter-assisted transfer to 624 Hektor.},
112
+ howpublished={Generated for research and simulation purposes.}
113
+ }
114
+ ```
115
+
116
+ ---