File tree Expand file tree Collapse file tree 1 file changed +56
-1
lines changed Expand file tree Collapse file tree 1 file changed +56
-1
lines changed Original file line number Diff line number Diff line change 11$falcon9 = {
2- name : 'Falcon 9'
2+ name : "Falcon 9" ,
3+ height : {
4+ meters : "70" ,
5+ feet : "229.6"
6+ } ,
7+ diameter : {
8+ meters : "3.7" ,
9+ feet : "12"
10+ } ,
11+ mass : {
12+ kg : "549,054" ,
13+ lb : "1,207,920"
14+ } ,
15+ stages : "2" ,
16+ payload_weight : {
17+ leo : {
18+ name : "Low Earth Orbit" ,
19+ kg : "22,800" ,
20+ lb : "50,265"
21+ } ,
22+ gto : {
23+ name : "Geosynchronous Transfer Orbit" ,
24+ kg : "8,300" ,
25+ lb : "18,300"
26+ } ,
27+ mars : {
28+ name : "Mars" ,
29+ kg : "4,020" ,
30+ lb : "8,860"
31+ } ,
32+ } ,
33+ stage_1 : {
34+ engines : "9" ,
35+ reusable : "true" ,
36+ burn_time_sec : "162" ,
37+ sea_level_thrust : {
38+ kN : "7,607"
39+ lbf : "1,710,000"
40+ } ,
41+ vacuum_thrust : {
42+ kN : "8,227"
43+ lbf : "1,849,500"
44+ }
45+ } ,
46+ stage_2 : {
47+ engines : "1" ,
48+ burn_time_sec : "397" ,
49+ sea_level_thrust : {
50+ kN : "934"
51+ lbf : "210,000"
52+ }
53+ } ,
54+ payload : {
55+
56+ }
57+
358
459}
You can’t perform that action at this time.
0 commit comments