Skip to content

Add Isp information to engines #262

@jesusrp98

Description

@jesusrp98

Add the isp tag to capsules' & rockets' info page.

In the case of Dragon capsules, it would be something like that:

"thrusters": [
  {
    "type": "Draco",
    "amount": 18,
    ...
    "isp": 235,
  }
]

And in the case of rockets, it'd include both sea level & vacuum Isp figures:

"engines": {
  "number": 9,
  "type": "merlin",
  "version": "1D+",
  ...
  "isp": {
    "sea_level": 282,
    "vacuum: 311
  }
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions