We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f19330 commit b1255f1Copy full SHA for b1255f1
data/falcon9.rb
@@ -21,24 +21,24 @@
21
lb: 1207920
22
},
23
payload_weights: {
24
- {
25
- id: 'leo',
26
- name: 'low earth orbit',
27
- kg: 22800,
28
- lb: 50265
29
- },
30
31
- id: 'gto',
32
- name: 'geosynchronous transfer orbit',
33
- kg: 8300,
34
- lb: 18300
35
36
37
- id: 'mars',
38
- name: 'mars orbit',
39
- kg: 4020,
40
- lb: 8860
41
- }
+ leo: {
+ id: 'leo',
+ name: 'low earth orbit',
+ kg: 22800,
+ lb: 50265
+ },
+ gto: {
+ id: 'gto',
+ name: 'geosynchronous transfer orbit',
+ kg: 8300,
+ lb: 18300
+ mars: {
+ id: 'mars',
+ name: 'mars orbit',
+ kg: 4020,
+ lb: 8860
+ }
42
43
first_stage: {
44
reusable: true,
0 commit comments