Skip to content

Commit

Permalink
corrected typo: reference_area_radiation
Browse files Browse the repository at this point in the history
  • Loading branch information
transferorbit committed Feb 8, 2024
1 parent 8227687 commit 8a41465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion propagation/perturbed_satellite_orbit.ipynb
Expand Up @@ -189,7 +189,7 @@
"outputs": [],
"source": [
"# Create radiation pressure settings, and add to vehicle\n",
"reference_area = (4*0.3*0.1+2*0.1*0.1)/4 # Average projection area of a 3U CubeSat\n",
"reference_area_radiation = (4*0.3*0.1+2*0.1*0.1)/4 # Average projection area of a 3U CubeSat\n",
"radiation_pressure_coefficient = 1.2\n",
"occulting_bodies = [\"Earth\"]\n",
"radiation_pressure_settings = environment_setup.radiation_pressure.cannonball(\n",
Expand Down

0 comments on commit 8a41465

Please sign in to comment.