question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add fairings section in launches

See original GitHub issue

Tentative schema below:

{
  "fairings": {
    "reused": false,
    "recovery_attempt": true,
    "recovered": false,
    "ship": "MR STEVEN"
  }
}

Sample added to launch below:

{
  "flight_number": 66,
  "mission_name": "Iridium NEXT Mission 7",
  "launch_year": "2018",
  "launch_date_unix": 1532518766,
  "launch_date_utc": "2018-07-25T11:39:26.000Z",
  "launch_date_local": "2018-07-25T04:39:26-07:00",
  "rocket": {
    "rocket_id": "falcon9",
    "rocket_name": "Falcon 9",
    "rocket_type": "FT",
    "first_stage": {
      "cores": [
        {
          "core_serial": "B1048",
          "flight": 1,
          "block": 5,
          "reused": false,
          "land_success": true,
          "landing_type": "ASDS",
          "landing_vehicle": "JRTI"
        }
      ]
    },
    "second_stage": {
      "block": null,
      "payloads": [
        {
          "payload_id": "Iridium NEXT 7",
          "norad_id": [
            43569,
            43570,
            43571,
            43572,
            43573,
            43574,
            43575,
            43576,
            43577,
            43578
          ],
          "reused": false,
          "customers": [
            "Iridium Communications"
          ],
          "nationality": "United States",
          "manufacturer": "Thales Alenia Space",
          "payload_type": "Satellite",
          "payload_mass_kg": 9600,
          "payload_mass_lbs": 21164.38,
          "orbit": "PO",
          "orbit_params": {
            "reference_system": "geocentric",
            "regime": "low-earth",
            "longitude": null,
            "semi_major_axis_km": 6994.843,
            "eccentricity": 0.001022,
            "periapsis_km": 609.559,
            "apoapsis_km": 623.856,
            "inclination_deg": 86.6763,
            "period_min": 97.034,
            "lifespan_years": 15,
            "epoch": "2018-07-25T19:08:38.000Z",
            "mean_motion": 14.840065,
            "raan": 181.7071
          }
        }
      ]
    },
    "fairings": {
      "reused": false,
      "recovery_attempt": true,
      "recovered": false,
      "ship": "MR STEVEN"
    }
  },
  "telemetry": {
    "flight_club": "https://www.flightclub.io/result?code=IRD7"
  },
  "reuse": {
    "core": false,
    "side_core1": false,
    "side_core2": false,
    "fairings": false,
    "capsule": false
  },
  "launch_site": {
    "site_id": "vafb_slc_4e",
    "site_name": "VAFB SLC 4E",
    "site_name_long": "Vandenberg Air Force Base Space Launch Complex 4E"
  },
  "launch_success": true,
  "links": {
    "mission_patch": "https://images2.imgbox.com/90/b5/fS6LMNGd_o.png",
    "mission_patch_small": "https://images2.imgbox.com/37/63/NE4EISfK_o.png",
    "reddit_campaign": "https://www.reddit.com/r/spacex/comments/8v4wcm/iridium_next_constellation_mission_7_launch/",
    "reddit_launch": "https://www.reddit.com/r/spacex/comments/91i1ru/rspacex_iridium_next_7_official_launch_discussion/",
    "reddit_recovery": null,
    "reddit_media": "https://www.reddit.com/r/spacex/comments/91gx44/rspacex_iridium_next_constellation_mission_7/",
    "presskit": "http://www.spacex.com/sites/spacex/files/iridium7_press_kit_7_24.pdf",
    "article_link": "https://spaceflightnow.com/2018/07/25/spacexs-second-launch-in-three-days-lofts-10-more-iridium-satellites/",
    "wikipedia": "https://en.wikipedia.org/wiki/Iridium_satellite_constellation#Next-generation_constellation",
    "video_link": "https://www.youtube.com/watch?v=vsDknmK30C0"
  },
  "details": "Seventh Iridium NEXT launch, with 10 communication satellites. Booster landed safely despite the droneship experiencing significant waves. Mr. Steven boat with an upgraded 4x size net was used, unsuccessfully, to attempt fairing recovery.",
  "upcoming": false,
  "static_fire_date_utc": "2018-07-20T21:08:00.000Z"
}

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
jakewmeyercommented, Sep 13, 2018

Sorry, never saw this comment.

Makes sense, definitely easier to check 1 vs 4

0reactions
philipengbergcommented, Sep 13, 2018

Yeah, makes sense 👌

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using Fairings - Tutorial - Kerbal Space Program - YouTube
KW Rocketry payload and engine fairings * Procedural Fairings * AIES payload and engine fairings * SDHI crew capsule shroud and abort system* ......
Read more >
Fairings - Rocket Programming Guide
Any type that implements the Fairing trait is a fairing. Fairings hook into Rocket's request lifecycle, receiving callbacks for events such as incoming...
Read more >
[1.2] Procedural Fairings 3.20 (November 8) - Page 118
Adding things like fins increases the surface area, and therefore drag, of the end on which you place them, which also promotes stability...
Read more >
Fairing Recovery Compendium - ElonX.net
This detailed article summarizes all the important information about SpaceX's fairing recovery project and the special ship Ms. Tree ...
Read more >
Fairing - Spaceflight Simulator Wiki - Fandom
Fairings are lightweight aerodynamic parts. They are mainly used to increase aerodynamic effectiveness of payloads like rovers, satellites or space station ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found