Skip to content

Commit

Permalink
DOC: Add Defiance launch to flight examples graph.
Browse files Browse the repository at this point in the history
  • Loading branch information
phmbressan committed Dec 7, 2024
1 parent 1f5ac1c commit 5f1fd8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/examples/defiance_flight_sim.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Defiance Mk. IV\n",
"# Defiance Mk. IV - University of Toronto Aerospace - 2024\n",
"Launched in Launch Canada 2024. Defiance Mk. IV is the fourth rocket in the defiance series of hybrid rocket from University of Toronto Aerospace Team.\n",
"\n",
"Defiance Mk. IV set a new Canadian amateur rocketry record with a recorded apogee altitude of $9308.318 m$.\n",
Expand Down
6 changes: 4 additions & 2 deletions docs/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ apogee of some rockets.
"Genesis (2023)": (3076.45, 2916),
"Camoes (2023)": (3003.28, 3015),
"Juno III (2023)": (3026.05, 3213),
"Halcyon (2023)": (3212.775, 3450),
"Halcyon (2023)": (3212.78, 3450),
"Defiance Mk.IV (2024)": (9238.01, 9308.32),
}

max_apogee = 4500
max_apogee = 10000

# Extract data
simulated = [sim for sim, meas in results.values()]
Expand Down Expand Up @@ -80,4 +81,5 @@ In the next sections you will find the simulations of the rockets listed above.
cavour_flight_sim.ipynb
genesis_flight_sim.ipynb
camoes_flight_sim.ipynb
defiance_flight_sim.ipynb

0 comments on commit 5f1fd8f

Please sign in to comment.