diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis.ipynb b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis.ipynb similarity index 99% rename from docs/notebooks/dispersion_analysis/dispersion_analysis.ipynb rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis.ipynb index fc4c8cf97..30b43f65b 100644 --- a/docs/notebooks/dispersion_analysis/dispersion_analysis.ipynb +++ b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis.ipynb @@ -20,6 +20,13 @@ "We hope you enjoy the flight(s) in this notebook just like everyone in LASC19 did it in real-time!" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**NOTE:** There is a new `MonteCarlo` class in RocketPy v1.2.0. This notebook is still here just for reference, but it is recommended to use the new class. See the `Monte Carlo class usage` page in the documentation for more information." + ] + }, { "attachments": {}, "cell_type": "markdown", @@ -384,7 +391,7 @@ ], "source": [ "# Basic analysis info\n", - "filename = \"dispersion_analysis_outputs/valetudo_rocket_v0\"\n", + "filename = \"monte_carlo_analysis_outputs/valetudo_rocket_v0\"\n", "number_of_simulations = 100\n", "\n", "# Create data files for inputs, outputs and error logging\n", @@ -404,7 +411,7 @@ "Env.max_expected_height = 1500\n", "Env.set_atmospheric_model(\n", " type=\"Ensemble\",\n", - " file=\"dispersion_analysis_inputs/LASC2019_reanalysis.nc\",\n", + " file=\"monte_carlo_analysis_inputs/LASC2019_reanalysis.nc\",\n", " dictionary=\"ECMWF\",\n", ")\n", "\n", @@ -428,7 +435,7 @@ "\n", " # Create motor\n", " Keron = SolidMotor(\n", - " thrust_source=\"dispersion_analysis_inputs/thrustCurve.csv\",\n", + " thrust_source=\"monte_carlo_analysis_inputs/thrustCurve.csv\",\n", " burn_time=5.274,\n", " reshape_thrust_curve=(setting[\"burn_time\"], setting[\"impulse\"]),\n", " nozzle_radius=setting[\"nozzle_radius\"],\n", @@ -460,8 +467,8 @@ " setting[\"rocket_inertia_11\"],\n", " setting[\"rocket_inertia_33\"],\n", " ),\n", - " power_off_drag=\"dispersion_analysis_inputs/Cd_PowerOff.csv\",\n", - " power_on_drag=\"dispersion_analysis_inputs/Cd_PowerOn.csv\",\n", + " power_off_drag=\"monte_carlo_analysis_inputs/Cd_PowerOff.csv\",\n", + " power_on_drag=\"monte_carlo_analysis_inputs/Cd_PowerOn.csv\",\n", " center_of_mass_without_motor=0,\n", " coordinate_system_orientation=\"tail_to_nose\",\n", " )\n", @@ -574,7 +581,7 @@ } ], "source": [ - "filename = \"dispersion_analysis_outputs/valetudo_rocket_v0\"\n", + "filename = \"monte_carlo_analysis_outputs/valetudo_rocket_v0\"\n", "\n", "# Initialize variable to store all results\n", "dispersion_general_results = []\n", @@ -20354,7 +20361,7 @@ "from matplotlib.patches import Ellipse\n", "\n", "# Import background map\n", - "img = imread(\"dispersion_analysis_inputs/Valetudo_basemap_final.jpg\")\n", + "img = imread(\"monte_carlo_analysis_inputs/Valetudo_basemap_final.jpg\")\n", "\n", "# Retrieve dispersion data por apogee and impact XY position\n", "apogee_x = np.array(dispersion_results[\"apogee_x\"])\n", diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/Cd_PowerOff.csv b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/Cd_PowerOff.csv similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/Cd_PowerOff.csv rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/Cd_PowerOff.csv diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/Cd_PowerOn.csv b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/Cd_PowerOn.csv similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/Cd_PowerOn.csv rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/Cd_PowerOn.csv diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/LASC2019_reanalysis.nc b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/LASC2019_reanalysis.nc similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/LASC2019_reanalysis.nc rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/LASC2019_reanalysis.nc diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/Valetudo_basemap_final.jpg b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/Valetudo_basemap_final.jpg similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/Valetudo_basemap_final.jpg rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/Valetudo_basemap_final.jpg diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/thrustCurve.csv b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/thrustCurve.csv similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/thrustCurve.csv rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/thrustCurve.csv diff --git a/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.errors.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.errors.txt new file mode 100644 index 000000000..e69de29bb diff --git a/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.inputs.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.inputs.txt new file mode 100644 index 000000000..a288779aa --- /dev/null +++ b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.inputs.txt @@ -0,0 +1,1000 @@ +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3032290297671232, "wind_velocity_y_factor": 0.8532788695909992, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350309222210727, "mass": 15.334258059325762, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327370113521631, "I_33_without_motor": 0.04040359579732654, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.010379395362095, "trigger": 800, "sampling_rate": 105, "lag": 1.6486156477869203, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9207587914118782, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7242208958774556, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7556.710614597694, "burn_start_time": -0.000745911560787108, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032992667615096054, "grain_number": 5, "grain_density": 1764.3763199288576, "grain_outer_radius": 0.03282458197827873, "grain_initial_inner_radius": 0.01565792944516507, "grain_initial_height": 0.12026347714084511, "grain_separation": 0.00411984434108822, "grains_center_of_mass_position": 0.3954458820455537, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008967889142858841, "throat_radius": 0.011289858478556649, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548709251251546}], "aerodynamic_surfaces": [{"length": 0.5589109671792333, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336787953139817}, {"n": 4, "root_chord": 0.12039368310706043, "tip_chord": 0.060909440426825306, "span": 0.1103042301177047, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500375331779963}, {"top_radius": 0.06426608386095353, "bottom_radius": 0.043794563757660554, "length": 0.05985583260324554, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6979840695551783, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169433475452869, "upper_button_position": 0.08104072200989143}], "rail_length": 5, "inclination": 86.18576470167737, "heading": 51.93921473635085} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7803420154994609, "wind_velocity_y_factor": 0.654534754064569, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06351975104323511, "mass": 16.20641510884347, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310664853633575, "I_33_without_motor": 0.029451110335251062, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.749357149100263, "trigger": 800, "sampling_rate": 105, "lag": 1.6110602255459772, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.123522787691658, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5475365489665467, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6781.649001425007, "burn_start_time": 0.07002441023094572, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033106628951952356, "grain_number": 5, "grain_density": 1825.6456333059177, "grain_outer_radius": 0.0329638276201167, "grain_initial_inner_radius": 0.015322056964954459, "grain_initial_height": 0.11972296606751232, "grain_separation": 0.0046558485777410865, "grains_center_of_mass_position": 0.3966783976993378, "center_of_dry_mass_position": 0.317, "nozzle_position": -5.189389661061189e-05, "throat_radius": 0.010544505232895155, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543823535182586}], "aerodynamic_surfaces": [{"length": 0.560283372146389, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13413589181146}, {"n": 4, "root_chord": 0.11999348226448267, "tip_chord": 0.06055375800171064, "span": 0.10970291005721786, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0526096529574003}, {"top_radius": 0.06291172665194317, "bottom_radius": 0.042805838399669775, "length": 0.06006372960720263, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990742949721734, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181295609322103, "upper_button_position": 0.08094473403996316}], "rail_length": 5, "inclination": 84.71057826050651, "heading": 51.06104162077816} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.506453388090029, "wind_velocity_y_factor": 0.2678930457663522, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350152678225074, "mass": 15.088480681852978, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323199508275791, "I_33_without_motor": 0.05144918699305927, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.980504274564163, "trigger": 800, "sampling_rate": 105, "lag": 1.493470081028083, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0475673338580767, "trigger": "apogee", "sampling_rate": 105, "lag": 1.158175312160446, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6299.053002494135, "burn_start_time": 0.03632712690575465, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033028159659634446, "grain_number": 5, "grain_density": 1802.8154014353547, "grain_outer_radius": 0.03291563791158277, "grain_initial_inner_radius": 0.014493112128341016, "grain_initial_height": 0.11940931720956253, "grain_separation": 0.005795136307358608, "grains_center_of_mass_position": 0.39638217548543875, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00039140224190086355, "throat_radius": 0.010873821194216645, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541175348875258}], "aerodynamic_surfaces": [{"length": 0.5576442195362484, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343053819880617}, {"n": 4, "root_chord": 0.11943471736512368, "tip_chord": 0.06015194200864168, "span": 0.11009010522345786, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049517835005761}, {"top_radius": 0.06370456880273051, "bottom_radius": 0.04452498030501137, "length": 0.06017266087558156, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000834731650677, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182357162294055, "upper_button_position": 0.08184775693566215}], "rail_length": 5, "inclination": 84.87927223785005, "heading": 54.8641531435383} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2319636290070342, "wind_velocity_y_factor": 0.93809283374821, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350457156277335, "mass": 15.468789846808132, "I_11_without_motor": 6.321, "I_22_without_motor": 6.344437326366211, "I_33_without_motor": 0.04152254909717263, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.976343714476082, "trigger": 800, "sampling_rate": 105, "lag": 1.195318987243328, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9706502141748093, "trigger": "apogee", "sampling_rate": 105, "lag": 0.9601990199698359, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7992.435036378712, "burn_start_time": 0.059854104762657324, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03279243661394781, "grain_number": 5, "grain_density": 1844.864129828322, "grain_outer_radius": 0.03269417307454837, "grain_initial_inner_radius": 0.014347484508406252, "grain_initial_height": 0.11974953620127661, "grain_separation": 0.004452904623091766, "grains_center_of_mass_position": 0.39611874902436, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00047312544231635457, "throat_radius": 0.011238861184629736, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544573993258132}], "aerodynamic_surfaces": [{"length": 0.557892299760135, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340187149017251}, {"n": 4, "root_chord": 0.12050408851399735, "tip_chord": 0.05952873093055857, "span": 0.1095190263954916, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049030695603848}, {"top_radius": 0.06153454281247191, "bottom_radius": 0.043576338333660584, "length": 0.05912241065627799, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986791808261857, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6158452059281939, "upper_button_position": 0.08283397489799182}], "rail_length": 5, "inclination": 85.82123581023855, "heading": 52.80353325899253} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4069338763328885, "wind_velocity_y_factor": 0.7255576244842947, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350072589565708, "mass": 15.226849082493224, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312796954975503, "I_33_without_motor": 0.03056119353049699, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.116779209559295, "trigger": 800, "sampling_rate": 105, "lag": 1.5503303405113291, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0922277428987788, "trigger": "apogee", "sampling_rate": 105, "lag": 1.462630875153451, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6730.925645382107, "burn_start_time": -0.05888305735053424, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03321747681452587, "grain_number": 5, "grain_density": 1802.5296229033875, "grain_outer_radius": 0.03226253272438974, "grain_initial_inner_radius": 0.015229774962779424, "grain_initial_height": 0.12031429366591588, "grain_separation": 0.004474733121226865, "grains_center_of_mass_position": 0.39576750069026334, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00027583036657364803, "throat_radius": 0.01068261207191702, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254350945041842}], "aerodynamic_surfaces": [{"length": 0.5558817422585656, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341630029888425}, {"n": 4, "root_chord": 0.11999358724689552, "tip_chord": 0.06036836106428267, "span": 0.11050222194887492, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050358772875977}, {"top_radius": 0.06340390354595891, "bottom_radius": 0.04458617499113065, "length": 0.06054816941876047, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006479577162894, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179170681500393, "upper_button_position": 0.08273088956625008}], "rail_length": 5, "inclination": 84.8758773577031, "heading": 51.4919564419692} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5633353743045626, "wind_velocity_y_factor": 0.09121242550896835, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349323523487867, "mass": 16.053245925407488, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327106026926043, "I_33_without_motor": 0.03404689680847944, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.971291026786504, "trigger": 800, "sampling_rate": 105, "lag": 1.703783513876553, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1315110084221223, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7415379604741883, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5345.147062101079, "burn_start_time": -0.03473061273057907, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03217826298708783, "grain_number": 5, "grain_density": 1873.325914156024, "grain_outer_radius": 0.0328774969343385, "grain_initial_inner_radius": 0.015716907668275302, "grain_initial_height": 0.119187271687115, "grain_separation": 0.006132545767378957, "grains_center_of_mass_position": 0.3949826520684301, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007606589645446883, "throat_radius": 0.010672738584002094, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556162402271802}], "aerodynamic_surfaces": [{"length": 0.5582570607615713, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348519304767963}, {"n": 4, "root_chord": 0.12052509657202945, "tip_chord": 0.06021598963284593, "span": 0.10936853023754853, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493596424705869}, {"top_radius": 0.06418715001705569, "bottom_radius": 0.04266868450220089, "length": 0.06044368105873352, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994096397890728, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182423122585974, "upper_button_position": 0.0811673275304754}], "rail_length": 5, "inclination": 86.08285761682714, "heading": 52.75368829124978} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2098962001415436, "wind_velocity_y_factor": 1.1628052875671637, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349110571944752, "mass": 15.27434653711228, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323335155913852, "I_33_without_motor": 0.033082457081242175, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.08627510952697, "trigger": 800, "sampling_rate": 105, "lag": 1.5509112481274174, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.075625614982503, "trigger": "apogee", "sampling_rate": 105, "lag": 1.502440334010006, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6498.216573532273, "burn_start_time": 0.04560978289634573, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03228895976303332, "grain_number": 5, "grain_density": 1901.4747302110957, "grain_outer_radius": 0.03303143927833867, "grain_initial_inner_radius": 0.014666482331363818, "grain_initial_height": 0.12121830252381945, "grain_separation": 0.005412938599028503, "grains_center_of_mass_position": 0.3976445105143763, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008794037740105385, "throat_radius": 0.010549294565830786, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254690651130825}], "aerodynamic_surfaces": [{"length": 0.5575153933203963, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333762644846856}, {"n": 4, "root_chord": 0.12038754564530477, "tip_chord": 0.06042834226941092, "span": 0.11059712564152675, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490231366292708}, {"top_radius": 0.06336113670396702, "bottom_radius": 0.04413935721016838, "length": 0.059788494476203415, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011856368906279, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162832648880594, "upper_button_position": 0.08490237200256845}], "rail_length": 5, "inclination": 83.89516641722084, "heading": 52.25004175640345} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0884361175721295, "wind_velocity_y_factor": 1.149695054686473, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349135859719934, "mass": 15.588480694668402, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308378564276065, "I_33_without_motor": 0.04375249620729212, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.130302794072152, "trigger": 800, "sampling_rate": 105, "lag": 1.5127451399275722, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.992376583266553, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4043345067607476, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7556.7054275343335, "burn_start_time": -0.11817710091643259, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03358547090568549, "grain_number": 5, "grain_density": 1816.1519198086594, "grain_outer_radius": 0.032778842897222694, "grain_initial_inner_radius": 0.015062280319296337, "grain_initial_height": 0.11987806991513984, "grain_separation": 0.0040567783216622685, "grains_center_of_mass_position": 0.39719434551993715, "center_of_dry_mass_position": 0.317, "nozzle_position": 3.2641120527488355e-05, "throat_radius": 0.010137753295113234, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555097127054669}], "aerodynamic_surfaces": [{"length": 0.5574165775692665, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336483646133106}, {"n": 4, "root_chord": 0.12001022753000226, "tip_chord": 0.06022825157408959, "span": 0.11012236925567656, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050680532166669}, {"top_radius": 0.06495381465491971, "bottom_radius": 0.04292207703732292, "length": 0.06029813875345428, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992604458419736, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181234127013486, "upper_button_position": 0.08113703314062493}], "rail_length": 5, "inclination": 83.98071288555175, "heading": 54.56775276417553} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8820381339345436, "wind_velocity_y_factor": 0.6920483023137047, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349504485157868, "mass": 15.068875150174206, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3189296864209785, "I_33_without_motor": 0.048147379973641796, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.981110629893607, "trigger": 800, "sampling_rate": 105, "lag": 1.4251074187832646, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0402310499087597, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3556447019902327, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6163.768625921905, "burn_start_time": 0.07372924103493846, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03308013777325247, "grain_number": 5, "grain_density": 1894.1338849228093, "grain_outer_radius": 0.03326481974261983, "grain_initial_inner_radius": 0.015454461900171267, "grain_initial_height": 0.11876881554129164, "grain_separation": 0.0057763066721805085, "grains_center_of_mass_position": 0.39630768686380685, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004969784660268578, "throat_radius": 0.009887906135971207, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538900750297068}], "aerodynamic_surfaces": [{"length": 0.5571302991608125, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346088120150402}, {"n": 4, "root_chord": 0.12012428048258832, "tip_chord": 0.05974461116476633, "span": 0.11030645365340173, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0477376003240824}, {"top_radius": 0.06222555073231158, "bottom_radius": 0.043653232044849444, "length": 0.05949582000774362, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6978885597556512, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174790900143503, "upper_button_position": 0.08040946974130092}], "rail_length": 5, "inclination": 84.81367354787216, "heading": 53.10754493974616} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4177767404578927, "wind_velocity_y_factor": 0.891712030262549, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350052996774753, "mass": 14.799509808643592, "I_11_without_motor": 6.321, "I_22_without_motor": 6.302239816745354, "I_33_without_motor": 0.02753569635686271, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.96998664216298, "trigger": 800, "sampling_rate": 105, "lag": 1.4470034445296611, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1430552065395314, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1804032883841828, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6572.338902680239, "burn_start_time": 0.017114846160555603, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032875762909283644, "grain_number": 5, "grain_density": 1874.0332138959093, "grain_outer_radius": 0.03293628954950312, "grain_initial_inner_radius": 0.015280119830071852, "grain_initial_height": 0.12064603697974553, "grain_separation": 0.005797476278208881, "grains_center_of_mass_position": 0.397708203211155, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00043232696997198616, "throat_radius": 0.010688601377495159, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2565944061974221}], "aerodynamic_surfaces": [{"length": 0.5594483187943257, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132822504944242}, {"n": 4, "root_chord": 0.12003157640692477, "tip_chord": 0.06033953584189098, "span": 0.11045087093680128, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494411457166604}, {"top_radius": 0.06446206818829343, "bottom_radius": 0.04097815487349415, "length": 0.06115738043321596, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004378896952164, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173838836019154, "upper_button_position": 0.08305400609330094}], "rail_length": 5, "inclination": 84.07056697414886, "heading": 55.774669556334366} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3520096558625205, "wind_velocity_y_factor": 0.9919377117825208, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.0634924012047242, "mass": 15.295967152968597, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311010049247231, "I_33_without_motor": 0.020548895348143546, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.118669537193053, "trigger": 800, "sampling_rate": 105, "lag": 1.5232471869310478, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9355685402254934, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6579512849399978, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7172.6422302801675, "burn_start_time": -0.06927233118793373, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03286506858434769, "grain_number": 5, "grain_density": 1706.8990433385286, "grain_outer_radius": 0.03307077860755862, "grain_initial_inner_radius": 0.014249363690651792, "grain_initial_height": 0.11976307619977207, "grain_separation": 0.006783960516152749, "grains_center_of_mass_position": 0.39620976348493586, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00031953856994220646, "throat_radius": 0.010922788421134137, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550205832559802}], "aerodynamic_surfaces": [{"length": 0.5583260488005524, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135434875902793}, {"n": 4, "root_chord": 0.1196514875403597, "tip_chord": 0.060181176392364366, "span": 0.10931420937518105, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050216683893837}, {"top_radius": 0.06456958632839345, "bottom_radius": 0.042510718791563956, "length": 0.06054018899296538, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7015247595494168, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190494830897253, "upper_button_position": 0.08247527645969155}], "rail_length": 5, "inclination": 83.74528212802777, "heading": 49.71745932992757} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7751291077193202, "wind_velocity_y_factor": 0.9740074082714583, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349700312714975, "mass": 15.41449077442193, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324766008606551, "I_33_without_motor": 0.028309793279224414, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.957522593890882, "trigger": 800, "sampling_rate": 105, "lag": 1.551669753605172, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9477742984966125, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4532447839517775, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6338.294284231135, "burn_start_time": 0.09054616030681006, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03279073245507543, "grain_number": 5, "grain_density": 1919.0867112310211, "grain_outer_radius": 0.03316348746378003, "grain_initial_inner_radius": 0.0144226577172761, "grain_initial_height": 0.11957206225480976, "grain_separation": 0.004620782605315551, "grains_center_of_mass_position": 0.3962766456851832, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010061816695536804, "throat_radius": 0.010689771039242903, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554674065473306}], "aerodynamic_surfaces": [{"length": 0.5594338120507331, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339979133465015}, {"n": 4, "root_chord": 0.12037277239011421, "tip_chord": 0.059670755818349484, "span": 0.11109647729098325, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491799486170503}, {"top_radius": 0.06356428194860017, "bottom_radius": 0.04237447588546081, "length": 0.0609204679621472, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997033660260918, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166323104655627, "upper_button_position": 0.08307105556052918}], "rail_length": 5, "inclination": 83.77863401048302, "heading": 50.46441872515219} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.48414852078739923, "wind_velocity_y_factor": 0.5994346391382662, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350344859054062, "mass": 15.61607315946182, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324466908496387, "I_33_without_motor": 0.0408562917347869, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.97844625490058, "trigger": 800, "sampling_rate": 105, "lag": 1.518537889013469, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9929211331512147, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5083039481050893, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8019.194588406285, "burn_start_time": -0.1357450082157533, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032993631253724495, "grain_number": 5, "grain_density": 1898.389236077681, "grain_outer_radius": 0.03302819017277837, "grain_initial_inner_radius": 0.0150885568650588, "grain_initial_height": 0.11932903319837285, "grain_separation": 0.003853910957814577, "grains_center_of_mass_position": 0.39765488895786555, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00019340981050098926, "throat_radius": 0.01140852471767026, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540532825781054}], "aerodynamic_surfaces": [{"length": 0.5584971080163245, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339720980408379}, {"n": 4, "root_chord": 0.12030174452085113, "tip_chord": 0.06022371996745835, "span": 0.10905411293310842, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499146960626478}, {"top_radius": 0.0626654298690456, "bottom_radius": 0.043751821759307315, "length": 0.059251712215271354, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003425311207615, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180861902779107, "upper_button_position": 0.08225634084285083}], "rail_length": 5, "inclination": 85.00129449380773, "heading": 54.97242677260066} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1890197081083747, "wind_velocity_y_factor": 0.7495904024420519, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350814097425464, "mass": 15.353935900199897, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314317335610901, "I_33_without_motor": 0.032549115105474716, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.1795149555936, "trigger": 800, "sampling_rate": 105, "lag": 1.6240681934470174, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9927115384176843, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3606165946981894, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6969.440193152586, "burn_start_time": -0.13511906206489985, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03321159485064159, "grain_number": 5, "grain_density": 1726.7964663940381, "grain_outer_radius": 0.0333965068928291, "grain_initial_inner_radius": 0.01453511272949912, "grain_initial_height": 0.12111276298467297, "grain_separation": 0.005958833605490672, "grains_center_of_mass_position": 0.39754184497884715, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012105306280001738, "throat_radius": 0.01041115808773909, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253910661288442}], "aerodynamic_surfaces": [{"length": 0.5601224888584937, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132404852862162}, {"n": 4, "root_chord": 0.12039182947082307, "tip_chord": 0.06060169412761158, "span": 0.10983681370744294, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501657290009312}, {"top_radius": 0.0639190031771235, "bottom_radius": 0.04269606257367829, "length": 0.05975739175217443, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003614194931894, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174249567771072, "upper_button_position": 0.08293646271608224}], "rail_length": 5, "inclination": 84.59445023214792, "heading": 52.82863280541995} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2973046220002624, "wind_velocity_y_factor": 1.2871439826959752, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.0635127331846249, "mass": 16.159937113128326, "I_11_without_motor": 6.321, "I_22_without_motor": 6.346084092215382, "I_33_without_motor": 0.041638264080878055, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.024752631364278, "trigger": 800, "sampling_rate": 105, "lag": 1.46248076124032, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9730241658998553, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5006195031233807, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6562.3927816533915, "burn_start_time": 0.07275430063796366, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03259160714063586, "grain_number": 5, "grain_density": 1925.327707151854, "grain_outer_radius": 0.03307062404409925, "grain_initial_inner_radius": 0.015371120631195315, "grain_initial_height": 0.12132297282965426, "grain_separation": 0.0059970853383373044, "grains_center_of_mass_position": 0.39841732284697806, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00044745620563187583, "throat_radius": 0.010700026876345081, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2527376023032286}], "aerodynamic_surfaces": [{"length": 0.5585850801201728, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133166150717243}, {"n": 4, "root_chord": 0.11990610460228919, "tip_chord": 0.06059601616505297, "span": 0.11003392301138815, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501759195485194}, {"top_radius": 0.06428710856493074, "bottom_radius": 0.042512954649965816, "length": 0.060046644372606296, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7017312688510013, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174721855279935, "upper_button_position": 0.0842590833230078}], "rail_length": 5, "inclination": 84.88872295188116, "heading": 50.891817209809545} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7333216688008859, "wind_velocity_y_factor": 0.9587370139878773, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349543806412092, "mass": 15.267227289335064, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329448749796336, "I_33_without_motor": 0.017231911200942304, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.038362168329874, "trigger": 800, "sampling_rate": 105, "lag": 1.4114299854681622, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0434083642637482, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6430599938234545, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5829.074183296445, "burn_start_time": -0.027023280996224128, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032281466647435385, "grain_number": 5, "grain_density": 1827.4978151760743, "grain_outer_radius": 0.032888997082791055, "grain_initial_inner_radius": 0.014684133032558087, "grain_initial_height": 0.11954620561613105, "grain_separation": 0.005042232715390005, "grains_center_of_mass_position": 0.3963730047807005, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017192993579318568, "throat_radius": 0.011243330078279939, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254335191540151}], "aerodynamic_surfaces": [{"length": 0.557525622658459, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132309665921859}, {"n": 4, "root_chord": 0.12120010415649339, "tip_chord": 0.0601409937769453, "span": 0.11017108615990419, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050272867094906}, {"top_radius": 0.06365850615595203, "bottom_radius": 0.04328295521038359, "length": 0.05924855634360818, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6977071533691733, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617365635715098, "upper_button_position": 0.08034151765407538}], "rail_length": 5, "inclination": 85.08746190751222, "heading": 52.83878466188279} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.6500548286951298, "wind_velocity_y_factor": 0.7220513209599806, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349993118345845, "mass": 15.600455084082894, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317748623869446, "I_33_without_motor": 0.023371352813616603, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.916868790052819, "trigger": 800, "sampling_rate": 105, "lag": 1.5473590202949175, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9884904402306781, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4148213037811574, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5454.9908355480975, "burn_start_time": 0.026360863621498684, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03320785500412208, "grain_number": 5, "grain_density": 1816.3919526819511, "grain_outer_radius": 0.03354562385805432, "grain_initial_inner_radius": 0.015602799946263717, "grain_initial_height": 0.11946143913340039, "grain_separation": 0.0055596584723883345, "grains_center_of_mass_position": 0.39848717647535403, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0016562477331512455, "throat_radius": 0.011170336858964566, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541707420123964}], "aerodynamic_surfaces": [{"length": 0.5568353456315689, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133025706612632}, {"n": 4, "root_chord": 0.11946902918223619, "tip_chord": 0.05964624384643795, "span": 0.11034229183486619, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504949440813072}, {"top_radius": 0.06418337790217536, "bottom_radius": 0.04292273969054313, "length": 0.059813463293051886, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997803396919202, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183129350898353, "upper_button_position": 0.0814674046020849}], "rail_length": 5, "inclination": 84.60854218773838, "heading": 55.18108533636924} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.28842990281517, "wind_velocity_y_factor": 0.7381431611030354, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06349587171352768, "mass": 15.810474564455147, "I_11_without_motor": 6.321, "I_22_without_motor": 6.302997408834895, "I_33_without_motor": 0.0455441723942904, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.067589727213731, "trigger": 800, "sampling_rate": 105, "lag": 1.5277934853952462, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0118910843053261, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4009666109891807, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6509.020960030455, "burn_start_time": -0.05532061076873033, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03208875679959974, "grain_number": 5, "grain_density": 1784.1541936425403, "grain_outer_radius": 0.03368847303014156, "grain_initial_inner_radius": 0.015440211745149195, "grain_initial_height": 0.11871648214801014, "grain_separation": 0.005511577804289352, "grains_center_of_mass_position": 0.3979537509568016, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005785753458595784, "throat_radius": 0.011998672998951439, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545227697264705}], "aerodynamic_surfaces": [{"length": 0.5596989507192505, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339890548088238}, {"n": 4, "root_chord": 0.11973856495103717, "tip_chord": 0.05947783775634362, "span": 0.11055686238900098, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0476834966422939}, {"top_radius": 0.0651617568525056, "bottom_radius": 0.04481740078994533, "length": 0.05849616929969046, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006040751424546, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184264163011766, "upper_button_position": 0.08217765884127803}], "rail_length": 5, "inclination": 84.31070551500383, "heading": 53.931560681660564} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7159614493260791, "wind_velocity_y_factor": 0.49341683447067797, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349421240374689, "mass": 15.06413565725505, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313921411031572, "I_33_without_motor": 0.03292375108563634, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.89151312162434, "trigger": 800, "sampling_rate": 105, "lag": 1.4323336403380436, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9379116287811353, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6445687174557218, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6366.002659041572, "burn_start_time": 0.002865610362995196, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033284185357766366, "grain_number": 5, "grain_density": 1765.794847264465, "grain_outer_radius": 0.033150056275640716, "grain_initial_inner_radius": 0.015123394795975582, "grain_initial_height": 0.11789063354372169, "grain_separation": 0.005955498540107328, "grains_center_of_mass_position": 0.3972031366680536, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013947076667706183, "throat_radius": 0.010609611595406814, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543032964697274}], "aerodynamic_surfaces": [{"length": 0.5591789377487979, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1323910973352724}, {"n": 4, "root_chord": 0.11932881716587514, "tip_chord": 0.0598442258225986, "span": 0.1098582599835195, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.052504109104226}, {"top_radius": 0.06290803025400718, "bottom_radius": 0.04250259559932154, "length": 0.05968637573633531, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995644185373269, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616716897743364, "upper_button_position": 0.08284752079396285}], "rail_length": 5, "inclination": 84.446384710492, "heading": 53.12788259456498} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2347444113607287, "wind_velocity_y_factor": 1.1038169034024432, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350691928202955, "mass": 15.711085463682227, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315391524512939, "I_33_without_motor": 0.04604692555219992, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.003401213721887, "trigger": 800, "sampling_rate": 105, "lag": 1.5164701181832991, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9626597009890968, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7557131061634106, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6689.342183123424, "burn_start_time": 0.17284901029786634, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03198579515815632, "grain_number": 5, "grain_density": 1764.8810162979098, "grain_outer_radius": 0.03278608948026472, "grain_initial_inner_radius": 0.015906414215044094, "grain_initial_height": 0.11925299405871585, "grain_separation": 0.0055242646453630175, "grains_center_of_mass_position": 0.39942138007853806, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004932849932829095, "throat_radius": 0.012012955253277502, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552647645266028}], "aerodynamic_surfaces": [{"length": 0.5584632345780941, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133666356231424}, {"n": 4, "root_chord": 0.12016853366561694, "tip_chord": 0.06008476126235537, "span": 0.11082066904189544, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496715530848622}, {"top_radius": 0.062170733593547536, "bottom_radius": 0.043556781013297484, "length": 0.05856964134038541, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005158653501775, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166081417256595, "upper_button_position": 0.08390772362451804}], "rail_length": 5, "inclination": 84.5907053479708, "heading": 52.08254130427176} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7967902909246853, "wind_velocity_y_factor": 0.8406035886922887, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350408736834291, "mass": 15.97974902825495, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328016713258849, "I_33_without_motor": 0.02624899020431687, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.18436562820261, "trigger": 800, "sampling_rate": 105, "lag": 1.2833892535455727, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.021262598157247, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6903679810032695, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7118.106154634721, "burn_start_time": 0.01178272640712778, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03200097952843752, "grain_number": 5, "grain_density": 1696.0486527989153, "grain_outer_radius": 0.03334920057412664, "grain_initial_inner_radius": 0.015581328338746338, "grain_initial_height": 0.12053013008892051, "grain_separation": 0.005569805401685966, "grains_center_of_mass_position": 0.39814051275053847, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000262637228896979, "throat_radius": 0.010371392557888146, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556659639032126}], "aerodynamic_surfaces": [{"length": 0.5585202728087933, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343378227904455}, {"n": 4, "root_chord": 0.12068568475563303, "tip_chord": 0.059989656881624547, "span": 0.11005906901506098, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491109886858045}, {"top_radius": 0.063972839690741, "bottom_radius": 0.04387462971954247, "length": 0.06103051942795556, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998130833521033, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177576278926699, "upper_button_position": 0.08205545545943349}], "rail_length": 5, "inclination": 85.3651471254013, "heading": 53.56156688992939} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9040482369090692, "wind_velocity_y_factor": 0.7150279208794299, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.0635037631685357, "mass": 15.08797571173591, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314724454989646, "I_33_without_motor": 0.02134084619377772, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.149906838838946, "trigger": 800, "sampling_rate": 105, "lag": 1.5827387100813526, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0412218007277432, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7806093746871805, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6266.989569170526, "burn_start_time": 0.03701966918135592, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03215422020731535, "grain_number": 5, "grain_density": 1852.1038884631757, "grain_outer_radius": 0.032419344329179554, "grain_initial_inner_radius": 0.014927009059446932, "grain_initial_height": 0.12047098226190006, "grain_separation": 0.0073537783774748275, "grains_center_of_mass_position": 0.39632420019903464, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011441863561588003, "throat_radius": 0.010571081306906973, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548871769520735}], "aerodynamic_surfaces": [{"length": 0.5587484230619197, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13470712640905}, {"n": 4, "root_chord": 0.12063322363597222, "tip_chord": 0.05946678726967367, "span": 0.10978975130117626, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503702751283077}, {"top_radius": 0.06367311074483954, "bottom_radius": 0.04318536172576943, "length": 0.06179921691701249, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999081459085723, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618188280862502, "upper_button_position": 0.08171986504607032}], "rail_length": 5, "inclination": 83.87609953531482, "heading": 55.44379393425798} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0504882436286294, "wind_velocity_y_factor": 0.64076751516865, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06349974975313422, "mass": 14.14954154130897, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309226848394018, "I_33_without_motor": 0.03315646483666266, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.04061466414868, "trigger": 800, "sampling_rate": 105, "lag": 1.5728170799332082, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9890370043989437, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1238941523237043, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7286.188236784522, "burn_start_time": -0.07024018087642613, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03291550878670489, "grain_number": 5, "grain_density": 1831.501095003342, "grain_outer_radius": 0.032502821765517796, "grain_initial_inner_radius": 0.014408121258672846, "grain_initial_height": 0.11953272695384759, "grain_separation": 0.007202499609476196, "grains_center_of_mass_position": 0.3982420173865352, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0020045819105573553, "throat_radius": 0.011808065915988607, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554685338054365}], "aerodynamic_surfaces": [{"length": 0.5565370199318789, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344867229499622}, {"n": 4, "root_chord": 0.11969750124026558, "tip_chord": 0.05934415687342282, "span": 0.10916053113231536, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488252709546033}, {"top_radius": 0.06241939729829838, "bottom_radius": 0.04357800579487744, "length": 0.060781936357211984, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701594303486897, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617598416842153, "upper_button_position": 0.083995886644744}], "rail_length": 5, "inclination": 86.83049271402471, "heading": 55.14437884839396} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3041199160161763, "wind_velocity_y_factor": 1.0692386863964058, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.0635103908594656, "mass": 15.083318901098787, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326247495629665, "I_33_without_motor": 0.03560282129571579, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.953673470389752, "trigger": 800, "sampling_rate": 105, "lag": 1.650687937250937, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8985753414670846, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0856522596240907, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6831.360815801902, "burn_start_time": 0.03103332080427859, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03284659206184471, "grain_number": 5, "grain_density": 1790.3353195568377, "grain_outer_radius": 0.03308249353193219, "grain_initial_inner_radius": 0.014584224374676812, "grain_initial_height": 0.11770624269000399, "grain_separation": 0.003688691142798825, "grains_center_of_mass_position": 0.3981753968938786, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004194358530675704, "throat_radius": 0.010504598620674634, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562114788602927}], "aerodynamic_surfaces": [{"length": 0.5565147529266185, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347569891801383}, {"n": 4, "root_chord": 0.12026170744576944, "tip_chord": 0.060351390789395665, "span": 0.11022274299193108, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0514195566231606}, {"top_radius": 0.06352405649413903, "bottom_radius": 0.042186014064610436, "length": 0.06102843556474852, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992122091796106, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171728991299072, "upper_button_position": 0.08203931004970333}], "rail_length": 5, "inclination": 85.78351572142637, "heading": 50.5224583691555} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1427035375844379, "wind_velocity_y_factor": 0.9590832938576813, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350851406262255, "mass": 15.524321598065105, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314475947313395, "I_33_without_motor": 0.03635630155341104, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.990355622155343, "trigger": 800, "sampling_rate": 105, "lag": 1.6229582909497893, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0509945158337244, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3595301290421684, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6658.496547526736, "burn_start_time": -0.021420759231386092, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03292529824137356, "grain_number": 5, "grain_density": 1777.8623244070416, "grain_outer_radius": 0.03320685843118536, "grain_initial_inner_radius": 0.015063135258033758, "grain_initial_height": 0.12017389938402061, "grain_separation": 0.004968647823544271, "grains_center_of_mass_position": 0.3964230892283477, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017275613474327463, "throat_radius": 0.011486858964624027, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554268625096574}], "aerodynamic_surfaces": [{"length": 0.55546015609613, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334056164144035}, {"n": 4, "root_chord": 0.12052802312326585, "tip_chord": 0.05990056072205468, "span": 0.10913194245553522, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0476653124382007}, {"top_radius": 0.06460450071515547, "bottom_radius": 0.04468369883451356, "length": 0.06042936928085748, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999544166913088, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181638211439128, "upper_button_position": 0.08179059554739598}], "rail_length": 5, "inclination": 84.96488351707048, "heading": 50.22623677418814} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4432941636408758, "wind_velocity_y_factor": 1.01815189648387, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350738724239986, "mass": 14.90640118122376, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314193512730746, "I_33_without_motor": 0.040392125986785536, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.958839796928762, "trigger": 800, "sampling_rate": 105, "lag": 1.530690578264971, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0763253717198937, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4104539886588427, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6020.298260609853, "burn_start_time": -0.15626588562359067, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03304386552886075, "grain_number": 5, "grain_density": 1890.8223778755032, "grain_outer_radius": 0.03275106565529636, "grain_initial_inner_radius": 0.015118742670298715, "grain_initial_height": 0.11926073031816961, "grain_separation": 0.004746684858203182, "grains_center_of_mass_position": 0.3967336082604632, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006726211841884582, "throat_radius": 0.010328188154008922, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551622310017045}], "aerodynamic_surfaces": [{"length": 0.5577510169421049, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348456785853847}, {"n": 4, "root_chord": 0.11960228622814091, "tip_chord": 0.06030138366898579, "span": 0.10946929630031962, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494284315386175}, {"top_radius": 0.06306092291982662, "bottom_radius": 0.04353192074273033, "length": 0.05970595772969806, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001135870198961, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169497227279066, "upper_button_position": 0.08316386429198952}], "rail_length": 5, "inclination": 84.33637922143984, "heading": 52.351323991950174} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5678505602436404, "wind_velocity_y_factor": 0.8381709696347444, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.0635032113170973, "mass": 14.537346119086331, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311306398701273, "I_33_without_motor": 0.02609747867726551, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.953411841028613, "trigger": 800, "sampling_rate": 105, "lag": 1.6767910443229577, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0181157588678822, "trigger": "apogee", "sampling_rate": 105, "lag": 2.0267867449315946, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7610.58682159149, "burn_start_time": -0.09740814564004455, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03245894448890669, "grain_number": 5, "grain_density": 1764.7380445340543, "grain_outer_radius": 0.03293079891259083, "grain_initial_inner_radius": 0.015354746588595692, "grain_initial_height": 0.11961234061939001, "grain_separation": 0.006654758355322042, "grains_center_of_mass_position": 0.3969080657611787, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009698965359064955, "throat_radius": 0.010300307522505641, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254003014313055}], "aerodynamic_surfaces": [{"length": 0.5590788053087055, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335198573248504}, {"n": 4, "root_chord": 0.1203746437382453, "tip_chord": 0.06017958559438624, "span": 0.11002567828507331, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503365329241938}, {"top_radius": 0.0629512765508217, "bottom_radius": 0.04276500774688486, "length": 0.05909169404230967, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984807341994574, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199315939611801, "upper_button_position": 0.0785491402382773}], "rail_length": 5, "inclination": 84.24228085695748, "heading": 52.6909316705293} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6400172501717456, "wind_velocity_y_factor": 1.1811807059507116, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349600912030005, "mass": 15.766347443290707, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333784964293031, "I_33_without_motor": 0.05253477793300364, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.013577089837417, "trigger": 800, "sampling_rate": 105, "lag": 1.5408744143814281, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0694731549686267, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7390249613541182, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7575.020826991096, "burn_start_time": 0.09743475316791159, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03226213428351137, "grain_number": 5, "grain_density": 1777.8586054770262, "grain_outer_radius": 0.03314905182681617, "grain_initial_inner_radius": 0.014104545202117603, "grain_initial_height": 0.1202545700830735, "grain_separation": 0.006029019916550289, "grains_center_of_mass_position": 0.3968763576644627, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001219831576823244, "throat_radius": 0.011349477157594741, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547643218327065}], "aerodynamic_surfaces": [{"length": 0.5587870305115069, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324992653839643}, {"n": 4, "root_chord": 0.12023704471171938, "tip_chord": 0.05975130350053785, "span": 0.11042593247250457, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500705496571694}, {"top_radius": 0.06440259031831107, "bottom_radius": 0.04474578878540439, "length": 0.058779665245421386, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999994058854502, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178800062336266, "upper_button_position": 0.08211939965182358}], "rail_length": 5, "inclination": 86.22853371166725, "heading": 50.10039038861} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2238976128955437, "wind_velocity_y_factor": 0.8053510849090063, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350479776754527, "mass": 15.132416977067116, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316034333430996, "I_33_without_motor": 0.03514599467297356, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.937734082208793, "trigger": 800, "sampling_rate": 105, "lag": 1.4299638420670955, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.088560277888248, "trigger": "apogee", "sampling_rate": 105, "lag": 1.665739458042566, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6260.199969323422, "burn_start_time": -0.15508729842686061, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0332975728853726, "grain_number": 5, "grain_density": 1873.824347520022, "grain_outer_radius": 0.03346942198587713, "grain_initial_inner_radius": 0.015027221336850036, "grain_initial_height": 0.12001129303649759, "grain_separation": 0.0034086282344980624, "grains_center_of_mass_position": 0.3976441523393609, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017010641485810962, "throat_radius": 0.011417299971622297, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554236165014638}], "aerodynamic_surfaces": [{"length": 0.5578426702412548, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341139606900137}, {"n": 4, "root_chord": 0.12021762702966532, "tip_chord": 0.060130708757642, "span": 0.10926861357058455, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498840563390637}, {"top_radius": 0.0641641830940102, "bottom_radius": 0.043878018084292994, "length": 0.060543829075330964, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996096170476793, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182059125647665, "upper_button_position": 0.08140370448291279}], "rail_length": 5, "inclination": 84.63599676145178, "heading": 51.700521674343555} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6364972987416324, "wind_velocity_y_factor": 0.9071078104700955, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350384234174695, "mass": 15.854636989526039, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329271499741761, "I_33_without_motor": 0.03242246235815746, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.034091245160665, "trigger": 800, "sampling_rate": 105, "lag": 1.4311909989307192, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0404971587609355, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3899939512908028, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8105.31992427362, "burn_start_time": -0.17728439560361822, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03220251727857497, "grain_number": 5, "grain_density": 1820.0837810877715, "grain_outer_radius": 0.03309728088395762, "grain_initial_inner_radius": 0.015125139005979135, "grain_initial_height": 0.11909876259074553, "grain_separation": 0.004741626637679623, "grains_center_of_mass_position": 0.39677893838446976, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005011663498495935, "throat_radius": 0.010889306219911141, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254296040055651}], "aerodynamic_surfaces": [{"length": 0.5587907513640046, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345184983059895}, {"n": 4, "root_chord": 0.11974119203317292, "tip_chord": 0.060494457103043894, "span": 0.11034943359458797, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500822350583925}, {"top_radius": 0.06438093995528767, "bottom_radius": 0.04425292044601955, "length": 0.059636734477564866, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995855728682742, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186777249401303, "upper_button_position": 0.08090784792814387}], "rail_length": 5, "inclination": 84.33844657012497, "heading": 54.55677954218919} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2603001548184287, "wind_velocity_y_factor": 0.13701440640455154, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350122764848368, "mass": 15.778207254305741, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3128580306650495, "I_33_without_motor": 0.04664732290476696, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.11510688228431, "trigger": 800, "sampling_rate": 105, "lag": 1.4730318100822066, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9236722517896196, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5887647663353592, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5463.176428778588, "burn_start_time": 0.1184877169965612, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033005551684934714, "grain_number": 5, "grain_density": 1788.845460999473, "grain_outer_radius": 0.033392638984645354, "grain_initial_inner_radius": 0.015437140738866914, "grain_initial_height": 0.1187918520020687, "grain_separation": 0.004463603591382953, "grains_center_of_mass_position": 0.3987486295335155, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003609380101826942, "throat_radius": 0.01115466291048022, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254558844687528}], "aerodynamic_surfaces": [{"length": 0.559336746919241, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345058834020938}, {"n": 4, "root_chord": 0.1209726463272647, "tip_chord": 0.05995954077125577, "span": 0.11001318008672, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493491368751788}, {"top_radius": 0.06336829830493552, "bottom_radius": 0.04455305057117742, "length": 0.05975575070425913, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001194827361342, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186724858616877, "upper_button_position": 0.08144699687444656}], "rail_length": 5, "inclination": 85.69958787423072, "heading": 53.43536055426931} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0611104173358379, "wind_velocity_y_factor": 1.699887977333733, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350071264108283, "mass": 15.969281524327297, "I_11_without_motor": 6.321, "I_22_without_motor": 6.303819236647, "I_33_without_motor": 0.01234656631257329, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.988691451738642, "trigger": 800, "sampling_rate": 105, "lag": 1.4128628636750995, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0110504083307232, "trigger": "apogee", "sampling_rate": 105, "lag": 1.578042669971995, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5240.178052569274, "burn_start_time": 0.2529499217627906, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0330014391458608, "grain_number": 5, "grain_density": 1870.7060730707112, "grain_outer_radius": 0.032891005504460544, "grain_initial_inner_radius": 0.015338725246741512, "grain_initial_height": 0.11981948283839111, "grain_separation": 0.004397149682113131, "grains_center_of_mass_position": 0.39839214221950625, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002549408102388522, "throat_radius": 0.011164526461827163, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2523222607366893}], "aerodynamic_surfaces": [{"length": 0.5578198137127761, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133329024217811}, {"n": 4, "root_chord": 0.12115297821027299, "tip_chord": 0.05924817974282554, "span": 0.10992960939689184, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495530565198963}, {"top_radius": 0.06440863260275438, "bottom_radius": 0.04144613268063219, "length": 0.06088602177736562, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990082071291147, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618404574982429, "upper_button_position": 0.08060363214668576}], "rail_length": 5, "inclination": 83.57924044677262, "heading": 52.82859775793078} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.916224161323286, "wind_velocity_y_factor": 1.3360707581365752, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349252354292607, "mass": 15.196982527120074, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316269401673201, "I_33_without_motor": 0.022320307491941048, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.963350714644024, "trigger": 800, "sampling_rate": 105, "lag": 1.5321993019580993, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0219868888488841, "trigger": "apogee", "sampling_rate": 105, "lag": 1.581185766931763, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6323.74933216412, "burn_start_time": -0.03540523853990595, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03258505517615702, "grain_number": 5, "grain_density": 1797.5097110052832, "grain_outer_radius": 0.03334823041247848, "grain_initial_inner_radius": 0.015476148800515364, "grain_initial_height": 0.11986443030565254, "grain_separation": 0.006960501529414787, "grains_center_of_mass_position": 0.3961523476984876, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002476776644234776, "throat_radius": 0.011454705725271757, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547918811363274}], "aerodynamic_surfaces": [{"length": 0.5588989700811541, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133458228218978}, {"n": 4, "root_chord": 0.11878197211414115, "tip_chord": 0.060599413782294886, "span": 0.10954261609249841, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04858558690214}, {"top_radius": 0.06319721256750528, "bottom_radius": 0.04461822976914465, "length": 0.061184275891596515, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990662272789132, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197999895728565, "upper_button_position": 0.07926623770605667}], "rail_length": 5, "inclination": 84.13361540580017, "heading": 55.85778300223585} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.775736750949783, "wind_velocity_y_factor": 1.2021914308532033, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06350426165871552, "mass": 15.051269506620837, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335553452347633, "I_33_without_motor": 0.03419893174694168, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.936947405820355, "trigger": 800, "sampling_rate": 105, "lag": 1.4880076994410532, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0981356603518238, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4970061776475327, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5675.413193668954, "burn_start_time": -0.02178179486654145, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03348575654119671, "grain_number": 5, "grain_density": 1909.368191687202, "grain_outer_radius": 0.033255825573946615, "grain_initial_inner_radius": 0.014546646882508823, "grain_initial_height": 0.1206126600985674, "grain_separation": 0.004904184549374342, "grains_center_of_mass_position": 0.39698462827978953, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0019687476848348146, "throat_radius": 0.011795012511530792, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549464051603174}], "aerodynamic_surfaces": [{"length": 0.556114014070768, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340331520589695}, {"n": 4, "root_chord": 0.12098774891156915, "tip_chord": 0.06028185846952309, "span": 0.11045997316578879, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048013175284619}, {"top_radius": 0.06470131319843174, "bottom_radius": 0.04250134567219136, "length": 0.06154871910776664, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992510069939591, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189724899589458, "upper_button_position": 0.08027851703501332}], "rail_length": 5, "inclination": 85.28240984349695, "heading": 49.95002154035671} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5221749948335597, "wind_velocity_y_factor": 1.2935692208736491, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349052385512026, "mass": 15.485997587949385, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309217670816965, "I_33_without_motor": 0.037236425296832736, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.94615269055311, "trigger": 800, "sampling_rate": 105, "lag": 1.3707223080604432, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0179904462003133, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1190081044606615, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5522.327215935189, "burn_start_time": 0.05641504723008273, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03302736522091116, "grain_number": 5, "grain_density": 1792.1457925726947, "grain_outer_radius": 0.03326784741169066, "grain_initial_inner_radius": 0.015490205262513086, "grain_initial_height": 0.12048760390978307, "grain_separation": 0.006647997521671159, "grains_center_of_mass_position": 0.397373576316146, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018888088764740395, "throat_radius": 0.010350268165761388, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2569397948584913}], "aerodynamic_surfaces": [{"length": 0.5593543190709447, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1326277620638328}, {"n": 4, "root_chord": 0.1198994671956196, "tip_chord": 0.06035843501031396, "span": 0.11039621405782023, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.05147352295682}, {"top_radius": 0.06453031625895854, "bottom_radius": 0.04437609226398983, "length": 0.05770012303664367, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014058215855136, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182206930209756, "upper_button_position": 0.08318512856453797}], "rail_length": 5, "inclination": 85.68668373632947, "heading": 50.909693691344685} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.975020836749972, "wind_velocity_y_factor": 0.9477462421852022, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350016789140416, "mass": 15.473807090737694, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30977549824745, "I_33_without_motor": 0.022806737857365235, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.132989759455965, "trigger": 800, "sampling_rate": 105, "lag": 1.4649187385315772, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9650325981016533, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2846646285975754, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7215.584538522801, "burn_start_time": 0.00758092331722468, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03296203477900865, "grain_number": 5, "grain_density": 1878.4169434695232, "grain_outer_radius": 0.03325225743731198, "grain_initial_inner_radius": 0.015047843705541823, "grain_initial_height": 0.11921691699349395, "grain_separation": 0.0027506489309232626, "grains_center_of_mass_position": 0.39783080620501315, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015743207591317396, "throat_radius": 0.010994712184441714, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555950252821766}], "aerodynamic_surfaces": [{"length": 0.5590364851572214, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337054681086962}, {"n": 4, "root_chord": 0.1200877604156765, "tip_chord": 0.059873431882508044, "span": 0.11101104987294956, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484640137486012}, {"top_radius": 0.0630381935730642, "bottom_radius": 0.043621153421259946, "length": 0.06014183782395523, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000519453973798, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181535582374943, "upper_button_position": 0.08189838715988551}], "rail_length": 5, "inclination": 85.6050633398791, "heading": 49.87145934753003} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5482239584957092, "wind_velocity_y_factor": 0.7490646819370961, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0634944501703115, "mass": 15.492971325625167, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322045252431322, "I_33_without_motor": 0.03082913955151255, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.148867388214025, "trigger": 800, "sampling_rate": 105, "lag": 1.6237569309148627, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9477027808074104, "trigger": "apogee", "sampling_rate": 105, "lag": 1.387204449890206, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5441.317416316991, "burn_start_time": 0.08397730798453945, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032628192386468434, "grain_number": 5, "grain_density": 1871.0793190045315, "grain_outer_radius": 0.033234996683503625, "grain_initial_inner_radius": 0.014761502996637171, "grain_initial_height": 0.12146985087612243, "grain_separation": 0.0036281867627858356, "grains_center_of_mass_position": 0.39612769109363016, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010513530222748468, "throat_radius": 0.010504213923174967, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549090952559507}], "aerodynamic_surfaces": [{"length": 0.5587088002054883, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339261826777995}, {"n": 4, "root_chord": 0.12016952216545972, "tip_chord": 0.06026430678850392, "span": 0.10944687548622375, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049341644218185}, {"top_radius": 0.0635926845857414, "bottom_radius": 0.04500686371765735, "length": 0.05981206981923149, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997884142250071, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164332198563711, "upper_button_position": 0.08335519436863603}], "rail_length": 5, "inclination": 85.49551778159905, "heading": 51.566192887441055} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1833103201335124, "wind_velocity_y_factor": 0.7761077982591215, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349657223383835, "mass": 15.067984857276837, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3299532698224334, "I_33_without_motor": 0.04161280450201758, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.99474427722036, "trigger": 800, "sampling_rate": 105, "lag": 1.5474549285292927, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9495696661185546, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5526437955465204, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7538.855254401856, "burn_start_time": -0.20804251537260177, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0327965626603711, "grain_number": 5, "grain_density": 1877.1321169182747, "grain_outer_radius": 0.033222860312762996, "grain_initial_inner_radius": 0.01502897382202619, "grain_initial_height": 0.12067870405464064, "grain_separation": 0.006481997492511129, "grains_center_of_mass_position": 0.3960187004808875, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018083124018847623, "throat_radius": 0.011595913464890407, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545413935530523}], "aerodynamic_surfaces": [{"length": 0.5581404401675926, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134720237480069}, {"n": 4, "root_chord": 0.11920134930926186, "tip_chord": 0.06059406275574492, "span": 0.11047586189523383, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04926986557963}, {"top_radius": 0.062357816009823236, "bottom_radius": 0.04277704772464334, "length": 0.06094103853345448, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985904283150419, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189774577062349, "upper_button_position": 0.07961297060880701}], "rail_length": 5, "inclination": 86.11112104333148, "heading": 53.356975830616086} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0579056518650278, "wind_velocity_y_factor": 0.7140695473702162, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350353867909839, "mass": 15.390861063604035, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332112992041564, "I_33_without_motor": 0.021906028982416382, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.93050821254097, "trigger": 800, "sampling_rate": 105, "lag": 1.5858858802872364, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.933566111407364, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5967205823274104, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5239.205654836619, "burn_start_time": -0.13539071264594832, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03395294387172812, "grain_number": 5, "grain_density": 1805.9707535888767, "grain_outer_radius": 0.03298702911469213, "grain_initial_inner_radius": 0.015092302939438874, "grain_initial_height": 0.12080044012739267, "grain_separation": 0.006224236957978204, "grains_center_of_mass_position": 0.3973831946375109, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015782849409424562, "throat_radius": 0.011299217519564687, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542050776504892}], "aerodynamic_surfaces": [{"length": 0.5589042643567431, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329959141110044}, {"n": 4, "root_chord": 0.11960885963051522, "tip_chord": 0.05970081794720949, "span": 0.10994020406846573, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491602380437244}, {"top_radius": 0.06308125593277678, "bottom_radius": 0.043269957505184635, "length": 0.059159593737208895, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996432949563572, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175174435195578, "upper_button_position": 0.0821258514367994}], "rail_length": 5, "inclination": 84.84448219310659, "heading": 52.81764141408817} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6329537845854132, "wind_velocity_y_factor": 1.615083617913922, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06350348058373041, "mass": 16.22655231016573, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323833959261622, "I_33_without_motor": 0.02729717994472605, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.001713228326555, "trigger": 800, "sampling_rate": 105, "lag": 1.529275014217395, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9432137411509859, "trigger": "apogee", "sampling_rate": 105, "lag": 1.155559560284797, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7454.51082737825, "burn_start_time": -0.18588012095308765, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03299464676344063, "grain_number": 5, "grain_density": 1788.573141553033, "grain_outer_radius": 0.03304687297609682, "grain_initial_inner_radius": 0.014831877647771843, "grain_initial_height": 0.11883088310180637, "grain_separation": 0.0050887688883582945, "grains_center_of_mass_position": 0.396031218977521, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000442677311969895, "throat_radius": 0.010137864756220924, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540453872786919}], "aerodynamic_surfaces": [{"length": 0.5600834192281056, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338204262140368}, {"n": 4, "root_chord": 0.11935551714513741, "tip_chord": 0.06043110658080695, "span": 0.10910811162494818, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0516557539812867}, {"top_radius": 0.06365218429035929, "bottom_radius": 0.043787056258366416, "length": 0.060053137051175716, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012781682524927, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189249945377219, "upper_button_position": 0.0823531737147708}], "rail_length": 5, "inclination": 86.25551758411271, "heading": 53.67546315849643} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.183152136639194, "wind_velocity_y_factor": 0.7234053003519008, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349934332193362, "mass": 15.69628284487565, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334172373921364, "I_33_without_motor": 0.022969663061401024, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.906707113866437, "trigger": 800, "sampling_rate": 105, "lag": 1.591693398505791, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0754742913684083, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2852961537844443, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6720.618425944042, "burn_start_time": -0.02960687485831693, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032589615299546855, "grain_number": 5, "grain_density": 1802.5365608001612, "grain_outer_radius": 0.032869994782389174, "grain_initial_inner_radius": 0.014948105643861724, "grain_initial_height": 0.12036776115999372, "grain_separation": 0.005144727064646787, "grains_center_of_mass_position": 0.39758468785832424, "center_of_dry_mass_position": 0.317, "nozzle_position": -9.442999426489237e-05, "throat_radius": 0.011591648396725666, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552322386510835}], "aerodynamic_surfaces": [{"length": 0.5577893003566491, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330361714188368}, {"n": 4, "root_chord": 0.12087205483704234, "tip_chord": 0.05941579242836495, "span": 0.1105331935300311, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0514536550430584}, {"top_radius": 0.0620268103909136, "bottom_radius": 0.043872214180373945, "length": 0.06060934911550318, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993713432471013, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164868123560405, "upper_button_position": 0.08288453089106074}], "rail_length": 5, "inclination": 85.92689926686667, "heading": 51.74456922475461} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7380743777183054, "wind_velocity_y_factor": 0.6421900098235266, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349551101007743, "mass": 15.506119495102615, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306326850791965, "I_33_without_motor": 0.05114716745450294, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.024784689126164, "trigger": 800, "sampling_rate": 105, "lag": 1.272758293834927, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9847031343378116, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6225467016037267, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6061.063837079105, "burn_start_time": -0.046864963450313546, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03337405726089706, "grain_number": 5, "grain_density": 1779.1497805982478, "grain_outer_radius": 0.032920534749957674, "grain_initial_inner_radius": 0.015724056693358992, "grain_initial_height": 0.11728454500058898, "grain_separation": 0.005260367352361451, "grains_center_of_mass_position": 0.3962020654374572, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006203752749335418, "throat_radius": 0.011031042601674881, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543425052905506}], "aerodynamic_surfaces": [{"length": 0.5585296753035545, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334242028521924}, {"n": 4, "root_chord": 0.11966784296057084, "tip_chord": 0.059206567935356044, "span": 0.10947582700170495, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484058343351508}, {"top_radius": 0.064921531924214, "bottom_radius": 0.043277474474502656, "length": 0.06060151631556176, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001398123465146, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181211014110711, "upper_button_position": 0.08201871093544344}], "rail_length": 5, "inclination": 84.7759855498045, "heading": 52.3508599305308} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1508253019950394, "wind_velocity_y_factor": 1.0115076485396837, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.0635023503184523, "mass": 15.676484595902247, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332164886577242, "I_33_without_motor": 0.031412908184989465, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.946084666261198, "trigger": 800, "sampling_rate": 105, "lag": 1.3097122116526791, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9324264370901304, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4412418754137744, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6299.056534958758, "burn_start_time": -0.05158007020080424, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0330989188581315, "grain_number": 5, "grain_density": 1822.4076632361514, "grain_outer_radius": 0.032911759976905146, "grain_initial_inner_radius": 0.015257632767265114, "grain_initial_height": 0.11907372411163976, "grain_separation": 0.0048954763911725, "grains_center_of_mass_position": 0.39821635132467065, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011007712165109372, "throat_radius": 0.010518576968896753, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537420304728537}], "aerodynamic_surfaces": [{"length": 0.5573020343479788, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348119068634082}, {"n": 4, "root_chord": 0.11941796223394302, "tip_chord": 0.059779373152705796, "span": 0.11022599713481554, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498634431500817}, {"top_radius": 0.06302466703526181, "bottom_radius": 0.043754514505022934, "length": 0.06056648168104276, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991485625836613, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177402003667046, "upper_button_position": 0.08140836221695669}], "rail_length": 5, "inclination": 84.46957071583375, "heading": 51.24024996193694} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4196408751880074, "wind_velocity_y_factor": 0.6067955105520055, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350896393591199, "mass": 15.018739973641637, "I_11_without_motor": 6.321, "I_22_without_motor": 6.338793688840048, "I_33_without_motor": 0.020458959599210905, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.014180263674614, "trigger": 800, "sampling_rate": 105, "lag": 1.4732328501119756, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.023181308486211, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2623619577134195, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5887.303429114451, "burn_start_time": 0.18005146771370764, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03279800005517225, "grain_number": 5, "grain_density": 1801.862106472477, "grain_outer_radius": 0.03320262402311096, "grain_initial_inner_radius": 0.014877718790619231, "grain_initial_height": 0.12085288240847292, "grain_separation": 0.004416005913992848, "grains_center_of_mass_position": 0.39687828188991486, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015363943471018969, "throat_radius": 0.010196470628741378, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534418417907534}], "aerodynamic_surfaces": [{"length": 0.5607144014741604, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347326372644293}, {"n": 4, "root_chord": 0.12039375975968576, "tip_chord": 0.05939758233645609, "span": 0.10920154449951605, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049285013221275}, {"top_radius": 0.06181113719609948, "bottom_radius": 0.043508750628621355, "length": 0.060712015755882226, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993835710913117, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180870153248645, "upper_button_position": 0.08129655576644712}], "rail_length": 5, "inclination": 84.95198878605979, "heading": 54.402987568868106} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8581653526115752, "wind_velocity_y_factor": 1.2489263998558742, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350059190696389, "mass": 15.813227220686588, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319359286265461, "I_33_without_motor": 0.04176324849423687, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.08657995433177, "trigger": 800, "sampling_rate": 105, "lag": 1.466122888386095, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9525780640127469, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5083890746563877, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8914.947954956744, "burn_start_time": -0.14326439365143126, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033228760140742344, "grain_number": 5, "grain_density": 1875.1585937686907, "grain_outer_radius": 0.033185383539875074, "grain_initial_inner_radius": 0.014259999743469948, "grain_initial_height": 0.11938578662293366, "grain_separation": 0.00558495024336046, "grains_center_of_mass_position": 0.39734597011357, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004570943028361042, "throat_radius": 0.010999258014198357, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549467290628815}], "aerodynamic_surfaces": [{"length": 0.5582921077358571, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337375472445264}, {"n": 4, "root_chord": 0.11980377548688409, "tip_chord": 0.06033915175052408, "span": 0.11040065430171361, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047859240479659}, {"top_radius": 0.0646152270481991, "bottom_radius": 0.04444318571187112, "length": 0.06207664945191651, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699287331030335, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197353889342496, "upper_button_position": 0.0795519420960854}], "rail_length": 5, "inclination": 84.90658140875755, "heading": 53.49065501884926} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8677585392611952, "wind_velocity_y_factor": 0.8443216826553608, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349853563950214, "mass": 15.892100694314266, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312870886631545, "I_33_without_motor": 0.039928523767628135, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.959569134001413, "trigger": 800, "sampling_rate": 105, "lag": 1.5320486661897696, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9221384148059466, "trigger": "apogee", "sampling_rate": 105, "lag": 1.287193742132775, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4606.043433910043, "burn_start_time": 0.07886276686712725, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032414939844614896, "grain_number": 5, "grain_density": 1747.5202838890416, "grain_outer_radius": 0.03346521887024188, "grain_initial_inner_radius": 0.014676976142479458, "grain_initial_height": 0.1208641941845267, "grain_separation": 0.004055263389415262, "grains_center_of_mass_position": 0.3977023153255838, "center_of_dry_mass_position": 0.317, "nozzle_position": -4.712107069660034e-05, "throat_radius": 0.01144266007430184, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546332645214164}], "aerodynamic_surfaces": [{"length": 0.5577880238457487, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1326602893179951}, {"n": 4, "root_chord": 0.11953740239573347, "tip_chord": 0.06039176426701163, "span": 0.10998460917608467, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481279600602578}, {"top_radius": 0.06485697452919681, "bottom_radius": 0.043772452822723594, "length": 0.059301993050355634, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986954152673273, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175477749703143, "upper_button_position": 0.08114764029701294}], "rail_length": 5, "inclination": 84.36452305325813, "heading": 51.13552888130388} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6325647782900947, "wind_velocity_y_factor": 1.4336229256983726, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350138894599407, "mass": 15.661246036504638, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319209519306605, "I_33_without_motor": 0.03552085614548657, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.979685058424804, "trigger": 800, "sampling_rate": 105, "lag": 1.5177317123496614, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9255325749205581, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1382191146831158, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6728.282292980286, "burn_start_time": 0.05521403563513508, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03424393080478932, "grain_number": 5, "grain_density": 1812.3573205890273, "grain_outer_radius": 0.032723899565287366, "grain_initial_inner_radius": 0.014987009234433659, "grain_initial_height": 0.12084121891541376, "grain_separation": 0.005168874322967366, "grains_center_of_mass_position": 0.3979851449493108, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004216623463028219, "throat_radius": 0.010917632575485746, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2565580159408636}], "aerodynamic_surfaces": [{"length": 0.558514376551969, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327654848113007}, {"n": 4, "root_chord": 0.11972533042476993, "tip_chord": 0.05945750628087801, "span": 0.11076299464809784, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484312368784376}, {"top_radius": 0.06154595907489304, "bottom_radius": 0.043791116238667924, "length": 0.0601069101067611, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002292144991821, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184852955950046, "upper_button_position": 0.08174391890417743}], "rail_length": 5, "inclination": 82.95326928403416, "heading": 55.20458983142038} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7316061255627321, "wind_velocity_y_factor": 1.2715365776097476, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06349630325200477, "mass": 15.912279013831897, "I_11_without_motor": 6.321, "I_22_without_motor": 6.342114199841703, "I_33_without_motor": 0.03677588266934904, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.081103305158008, "trigger": 800, "sampling_rate": 105, "lag": 1.5450099290614414, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.958941834100008, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5741817528751438, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7604.089171340376, "burn_start_time": 0.015345609066621111, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03232821499550585, "grain_number": 5, "grain_density": 1841.6403290491967, "grain_outer_radius": 0.03312043014998479, "grain_initial_inner_radius": 0.01518118506294617, "grain_initial_height": 0.12059612888183502, "grain_separation": 0.00491531868507789, "grains_center_of_mass_position": 0.3968590319374673, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005690172341891046, "throat_radius": 0.010506799452265757, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255619600314048}], "aerodynamic_surfaces": [{"length": 0.5592962409002281, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331767511622406}, {"n": 4, "root_chord": 0.11999834802026965, "tip_chord": 0.058726708650310586, "span": 0.1102046518272046, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497866800953792}, {"top_radius": 0.06494540416712791, "bottom_radius": 0.04338029400722047, "length": 0.061754394891285556, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010381111949275, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184309543795056, "upper_button_position": 0.08260715681542197}], "rail_length": 5, "inclination": 83.31008526561429, "heading": 51.7379213799425} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7262803932108131, "wind_velocity_y_factor": 1.1063803610413248, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349507012453375, "mass": 15.932298733777083, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316607676647384, "I_33_without_motor": 0.023978528344613392, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.897398323015393, "trigger": 800, "sampling_rate": 105, "lag": 1.4855043075705394, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.084593971698043, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7971268609550917, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6695.083142951077, "burn_start_time": -0.029826496645146795, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032655229900965796, "grain_number": 5, "grain_density": 1839.0043919765812, "grain_outer_radius": 0.03309557638912571, "grain_initial_inner_radius": 0.014966298110957454, "grain_initial_height": 0.120568534672308, "grain_separation": 0.0048620688663615795, "grains_center_of_mass_position": 0.3966643436591689, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00040901919248221094, "throat_radius": 0.011463349996050374, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538584768356276}], "aerodynamic_surfaces": [{"length": 0.558239122469134, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132416117611767}, {"n": 4, "root_chord": 0.11925685345021825, "tip_chord": 0.059354773121204844, "span": 0.10983528208174467, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504489197163762}, {"top_radius": 0.06514123648741922, "bottom_radius": 0.04384049468661097, "length": 0.061277810201745594, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997706129755901, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185414474558485, "upper_button_position": 0.08122916551974158}], "rail_length": 5, "inclination": 85.71340161041769, "heading": 51.37906599820197} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4472579935843628, "wind_velocity_y_factor": 0.6754340775720056, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349586709370629, "mass": 15.43518621250885, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313847115204207, "I_33_without_motor": 0.03735711043538744, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.007418689206228, "trigger": 800, "sampling_rate": 105, "lag": 1.500068114810339, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9431179855710818, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3957928314724164, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5997.626650593989, "burn_start_time": -0.019349221282244727, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03316245407184507, "grain_number": 5, "grain_density": 1852.873306695114, "grain_outer_radius": 0.03254141334657049, "grain_initial_inner_radius": 0.014971221665167832, "grain_initial_height": 0.12182062938138138, "grain_separation": 0.005404487906031068, "grains_center_of_mass_position": 0.3974618637466523, "center_of_dry_mass_position": 0.317, "nozzle_position": -5.7537246747644433e-05, "throat_radius": 0.010162920406285678, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534957710554229}], "aerodynamic_surfaces": [{"length": 0.5584187264972865, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350855254740455}, {"n": 4, "root_chord": 0.12047707444238304, "tip_chord": 0.060283557215378605, "span": 0.10949471988882177, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0474308439531217}, {"top_radius": 0.06221420227409725, "bottom_radius": 0.04443550464752329, "length": 0.06083046418656564, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995141616282115, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172614783469211, "upper_button_position": 0.08225268328129032}], "rail_length": 5, "inclination": 85.970769284535, "heading": 52.43933191703454} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2455961190381595, "wind_velocity_y_factor": 1.1074034568881808, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06351247219683327, "mass": 15.548220328589357, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334361251635639, "I_33_without_motor": 0.032631387336738094, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.042285890956911, "trigger": 800, "sampling_rate": 105, "lag": 1.6114315960019459, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0237714535574227, "trigger": "apogee", "sampling_rate": 105, "lag": 1.66606197788428, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5476.475327538249, "burn_start_time": 0.04884579098798666, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032934568192447986, "grain_number": 5, "grain_density": 1923.5264141108646, "grain_outer_radius": 0.03253266406768305, "grain_initial_inner_radius": 0.015382413360667167, "grain_initial_height": 0.11994747198306208, "grain_separation": 0.005520193762505106, "grains_center_of_mass_position": 0.3964696436144241, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004139837101628844, "throat_radius": 0.011283290310904304, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553753805054364}], "aerodynamic_surfaces": [{"length": 0.5602737957495422, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1356751170155561}, {"n": 4, "root_chord": 0.11918134502600283, "tip_chord": 0.06013679400133422, "span": 0.11000781499173311, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500869284832752}, {"top_radius": 0.06256506907745962, "bottom_radius": 0.044210016125556285, "length": 0.06114233802307997, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008637457011136, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191585261603667, "upper_button_position": 0.08170521954074694}], "rail_length": 5, "inclination": 85.32130518262669, "heading": 51.83135155902155} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8790968854388292, "wind_velocity_y_factor": 2.0094407487925023, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349857874321259, "mass": 15.032204651797898, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3144823372633105, "I_33_without_motor": 0.02923407964967628, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.965102623018817, "trigger": 800, "sampling_rate": 105, "lag": 1.350663007379151, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.046518278923125, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2744419535576879, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5891.084330807818, "burn_start_time": 0.14424627216637234, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03378087512043043, "grain_number": 5, "grain_density": 1852.654936740676, "grain_outer_radius": 0.033568418992650007, "grain_initial_inner_radius": 0.015190692431350447, "grain_initial_height": 0.12054022552220219, "grain_separation": 0.005284381162768947, "grains_center_of_mass_position": 0.39691069342321655, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00037668141814579503, "throat_radius": 0.011143474945675325, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554104640835315}], "aerodynamic_surfaces": [{"length": 0.5570550085277997, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345529923891524}, {"n": 4, "root_chord": 0.12037247255461361, "tip_chord": 0.06056318285481526, "span": 0.11020283092277389, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494118014280096}, {"top_radius": 0.06394570772443012, "bottom_radius": 0.04621871253344466, "length": 0.05886660425168147, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700378841596279, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182677748441542, "upper_button_position": 0.08211106675212476}], "rail_length": 5, "inclination": 84.95217929879847, "heading": 51.67291141540733} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4919492234607502, "wind_velocity_y_factor": 1.0786435501524338, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350118516770972, "mass": 15.806611369881972, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329560494619277, "I_33_without_motor": 0.04726823415206183, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.072456883035759, "trigger": 800, "sampling_rate": 105, "lag": 1.49603145366535, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9833224489964651, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6229339700119167, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8234.935720723191, "burn_start_time": 0.08079727697682457, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033078081443286514, "grain_number": 5, "grain_density": 1877.2133829888073, "grain_outer_radius": 0.03305668074253254, "grain_initial_inner_radius": 0.014880947410878493, "grain_initial_height": 0.11995092740690859, "grain_separation": 0.007373149112645971, "grains_center_of_mass_position": 0.39768947003062355, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003453756818904326, "throat_radius": 0.010771995873882396, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.252744798744449}], "aerodynamic_surfaces": [{"length": 0.5600721470861677, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340996115444835}, {"n": 4, "root_chord": 0.11968215364484872, "tip_chord": 0.06133020623680877, "span": 0.10926672364930168, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494819156523658}, {"top_radius": 0.06252093785207832, "bottom_radius": 0.04334906479954479, "length": 0.05925822248530569, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996935094266783, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170327649042923, "upper_button_position": 0.08266074452238603}], "rail_length": 5, "inclination": 83.6499028554006, "heading": 54.38729508620009} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4669208261048351, "wind_velocity_y_factor": 0.6803461775702373, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349313264476264, "mass": 16.16413515383291, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330205284155682, "I_33_without_motor": 0.02817915812400921, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.942549800964391, "trigger": 800, "sampling_rate": 105, "lag": 1.530208235182116, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0603336974687887, "trigger": "apogee", "sampling_rate": 105, "lag": 1.524408160868539, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5358.305527603481, "burn_start_time": 0.1493670273571033, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032724952140809775, "grain_number": 5, "grain_density": 1901.0311710013084, "grain_outer_radius": 0.032446264720148894, "grain_initial_inner_radius": 0.014641459866961894, "grain_initial_height": 0.1203042883374406, "grain_separation": 0.005012569503791564, "grains_center_of_mass_position": 0.3967259991318939, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008103154507179862, "throat_radius": 0.010468303665279436, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254274004952491}], "aerodynamic_surfaces": [{"length": 0.5574905751056068, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335921214181823}, {"n": 4, "root_chord": 0.12010973546078967, "tip_chord": 0.059836571857907, "span": 0.11037002971590582, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0476598739918128}, {"top_radius": 0.06386494695024582, "bottom_radius": 0.043323908466722516, "length": 0.060050714027909874, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6972349537566291, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165042524260115, "upper_button_position": 0.08073070133061766}], "rail_length": 5, "inclination": 85.08715852080906, "heading": 50.626533193650566} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9519159707183734, "wind_velocity_y_factor": 0.7021623036111683, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349130124716355, "mass": 15.90685893870887, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325020146196462, "I_33_without_motor": 0.05516198674623228, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.875019402742787, "trigger": 800, "sampling_rate": 105, "lag": 1.5281023506053641, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.908787685462767, "trigger": "apogee", "sampling_rate": 105, "lag": 1.387816624010971, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5862.44662064742, "burn_start_time": 0.03529265327058042, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03327702407016164, "grain_number": 5, "grain_density": 1824.929672974643, "grain_outer_radius": 0.03345454369999652, "grain_initial_inner_radius": 0.014677885116666557, "grain_initial_height": 0.1198477974372487, "grain_separation": 0.0038939218004093966, "grains_center_of_mass_position": 0.39729121026193015, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004572058282598741, "throat_radius": 0.01053827957922662, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543389069563153}], "aerodynamic_surfaces": [{"length": 0.5576796540548498, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1355075649961162}, {"n": 4, "root_chord": 0.11955317303734235, "tip_chord": 0.059313250746935976, "span": 0.10935892164211249, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049278090396112}, {"top_radius": 0.06413290914776874, "bottom_radius": 0.04270127594717994, "length": 0.060594036347147114, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989515003469681, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170687431418539, "upper_button_position": 0.08188275720511418}], "rail_length": 5, "inclination": 83.21480694892873, "heading": 52.298218834081084} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2304242954000164, "wind_velocity_y_factor": 1.1962567277328349, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350470971609383, "mass": 15.18267972081497, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30813050660048, "I_33_without_motor": 0.028549863051452726, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.99993970561742, "trigger": 800, "sampling_rate": 105, "lag": 1.5014767764877042, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0503317844984577, "trigger": "apogee", "sampling_rate": 105, "lag": 1.693888049479392, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6717.394537382208, "burn_start_time": -0.1620224530969967, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03417824039801009, "grain_number": 5, "grain_density": 1797.696356237862, "grain_outer_radius": 0.03303761156077345, "grain_initial_inner_radius": 0.01519120004515508, "grain_initial_height": 0.11881037492719079, "grain_separation": 0.0049068611694949174, "grains_center_of_mass_position": 0.39721082046659384, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015931914275372646, "throat_radius": 0.011947075814444997, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25591788181868}], "aerodynamic_surfaces": [{"length": 0.5582716415738609, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341568320599344}, {"n": 4, "root_chord": 0.11980119301478316, "tip_chord": 0.060447641125288644, "span": 0.10979340049437877, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489406801907772}, {"top_radius": 0.06185232922631494, "bottom_radius": 0.04314678951593439, "length": 0.05916310396868335, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985785923212318, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174039997348852, "upper_button_position": 0.08117459258634652}], "rail_length": 5, "inclination": 84.4766076850537, "heading": 52.26090253242889} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.866598064678282, "wind_velocity_y_factor": 0.9943683927291531, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349482091462179, "mass": 15.224967975228102, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325845413998788, "I_33_without_motor": 0.02740454301951397, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.954208592980233, "trigger": 800, "sampling_rate": 105, "lag": 1.4704397759466743, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9353729423743011, "trigger": "apogee", "sampling_rate": 105, "lag": 1.223655797246474, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8745.167183567755, "burn_start_time": -0.06454800096654943, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03226350291132197, "grain_number": 5, "grain_density": 1785.6682244109777, "grain_outer_radius": 0.033084166664678116, "grain_initial_inner_radius": 0.015304409423069902, "grain_initial_height": 0.11916378399734054, "grain_separation": 0.006577979685442809, "grains_center_of_mass_position": 0.39707158302255097, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012555867835976238, "throat_radius": 0.010056000994508986, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564519352334118}], "aerodynamic_surfaces": [{"length": 0.557298939711859, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333834541388461}, {"n": 4, "root_chord": 0.11965805375785493, "tip_chord": 0.06019774087833695, "span": 0.10993694395544519, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049364320820796}, {"top_radius": 0.06408184606163266, "bottom_radius": 0.04486190505735789, "length": 0.05904666874268931, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701196718228684, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179786072993807, "upper_button_position": 0.08321811092930331}], "rail_length": 5, "inclination": 85.69264829120692, "heading": 57.096707709467765} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.130266788901526, "wind_velocity_y_factor": 1.532146531040548, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06351160896816752, "mass": 14.409457517025551, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331864878847754, "I_33_without_motor": 0.028300091219701475, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.090044927102078, "trigger": 800, "sampling_rate": 105, "lag": 1.3779398445828965, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9519458618175031, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8356310471759165, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6913.798439627756, "burn_start_time": -0.14252448425570313, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03330588076365104, "grain_number": 5, "grain_density": 1749.9106960488264, "grain_outer_radius": 0.03266892268743548, "grain_initial_inner_radius": 0.015044754362850386, "grain_initial_height": 0.11957251013012134, "grain_separation": 0.005445789148676323, "grains_center_of_mass_position": 0.3961968573649697, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000368978113178962, "throat_radius": 0.011369208848149986, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2533903525354764}], "aerodynamic_surfaces": [{"length": 0.5591348944489816, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345401698958661}, {"n": 4, "root_chord": 0.1198187586242397, "tip_chord": 0.06026280766684658, "span": 0.10953191365907392, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493410521149713}, {"top_radius": 0.06311950187620097, "bottom_radius": 0.04185679964881233, "length": 0.05719788814035112, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005030125926246, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183542217323817, "upper_button_position": 0.08214879086024285}], "rail_length": 5, "inclination": 85.174953681547, "heading": 52.449114692569} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0228217658575451, "wind_velocity_y_factor": 0.997434498824901, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.0635015833415469, "mass": 15.588103104136604, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316444249958941, "I_33_without_motor": 0.03634781703941385, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.896088333159565, "trigger": 800, "sampling_rate": 105, "lag": 1.426505544507152, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9025402725851229, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5623402612969817, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4636.735703903765, "burn_start_time": 0.02955349171644856, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03287216799492649, "grain_number": 5, "grain_density": 1785.487861875798, "grain_outer_radius": 0.032774109169828584, "grain_initial_inner_radius": 0.01500706163708043, "grain_initial_height": 0.11989367777304183, "grain_separation": 0.005655674431557126, "grains_center_of_mass_position": 0.39727426382976533, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007176688965539145, "throat_radius": 0.011707753306412803, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254467498221509}], "aerodynamic_surfaces": [{"length": 0.5563891501462306, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351891612759903}, {"n": 4, "root_chord": 0.12113109743730531, "tip_chord": 0.059870631002653676, "span": 0.11092414830662184, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049578938641017}, {"top_radius": 0.0628508336562496, "bottom_radius": 0.04433973159751836, "length": 0.06049676605543109, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994693541337601, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6196227305015606, "upper_button_position": 0.07984662363219952}], "rail_length": 5, "inclination": 84.9739756821384, "heading": 53.81237609333279} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0231219245339118, "wind_velocity_y_factor": 1.0846988983979686, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350547730752006, "mass": 14.96647248729959, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3103740540134226, "I_33_without_motor": 0.015326282078178884, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.149536957311573, "trigger": 800, "sampling_rate": 105, "lag": 1.5259889417161472, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0272271667321324, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5340946783768046, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7223.850469375919, "burn_start_time": -0.03977535737980556, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033151479777818016, "grain_number": 5, "grain_density": 1813.8334269384618, "grain_outer_radius": 0.03332940018944084, "grain_initial_inner_radius": 0.015518827033985343, "grain_initial_height": 0.12120881562855942, "grain_separation": 0.00453816552345907, "grains_center_of_mass_position": 0.39681321417141485, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004070837448566223, "throat_radius": 0.01056017966439161, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553346823726428}], "aerodynamic_surfaces": [{"length": 0.557785126523358, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133569471244708}, {"n": 4, "root_chord": 0.12044191511440894, "tip_chord": 0.05994233656171646, "span": 0.10991961343195013, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492760064989048}, {"top_radius": 0.0627266491267554, "bottom_radius": 0.04429469929850197, "length": 0.06130577070505235, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995760003254408, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173117052309786, "upper_button_position": 0.0822642950944622}], "rail_length": 5, "inclination": 82.74782517177317, "heading": 54.40589230432527} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3833893710173103, "wind_velocity_y_factor": 0.8877828772597446, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350817850078085, "mass": 15.465176247813812, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327603659176909, "I_33_without_motor": 0.030275614421998418, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.226291518933236, "trigger": 800, "sampling_rate": 105, "lag": 1.5046990186300677, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0894887454402753, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5074496595859577, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6753.087352820243, "burn_start_time": -0.06125435822944201, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03178310066964397, "grain_number": 5, "grain_density": 1761.1855831170394, "grain_outer_radius": 0.03298799000892746, "grain_initial_inner_radius": 0.014597398229567515, "grain_initial_height": 0.1200803096462032, "grain_separation": 0.006098712093559191, "grains_center_of_mass_position": 0.39769804452330726, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007493069881399044, "throat_radius": 0.01167317604282726, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254987697403501}], "aerodynamic_surfaces": [{"length": 0.559433909955917, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335743237516744}, {"n": 4, "root_chord": 0.12016030007932921, "tip_chord": 0.05967508409583157, "span": 0.11032243391390666, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049941592238002}, {"top_radius": 0.06320937708298197, "bottom_radius": 0.04386117191394957, "length": 0.06046066444833444, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993240091499977, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168526156094652, "upper_button_position": 0.08247139354053246}], "rail_length": 5, "inclination": 85.2068823705237, "heading": 52.860668986058414} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8749622445997781, "wind_velocity_y_factor": 0.8919384034271589, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06349543666068264, "mass": 16.147091238621357, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316889024817316, "I_33_without_motor": 0.028066616062679944, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.957546980889958, "trigger": 800, "sampling_rate": 105, "lag": 1.731603342278394, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9729258530811538, "trigger": "apogee", "sampling_rate": 105, "lag": 1.599556692347566, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6172.057056031634, "burn_start_time": 0.015500979382890004, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033302301517156775, "grain_number": 5, "grain_density": 1935.6380454095538, "grain_outer_radius": 0.03290121113492056, "grain_initial_inner_radius": 0.01510826560938833, "grain_initial_height": 0.11812377840069085, "grain_separation": 0.0056668074160435185, "grains_center_of_mass_position": 0.39682171477979905, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014485508496256774, "throat_radius": 0.010014554484555453, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556861362758758}], "aerodynamic_surfaces": [{"length": 0.5602637135368271, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134762107356899}, {"n": 4, "root_chord": 0.11974439962294316, "tip_chord": 0.06039738079294708, "span": 0.11122715005398741, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048500885539828}, {"top_radius": 0.06186837122701356, "bottom_radius": 0.04479915131300922, "length": 0.05967939167800628, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013221730663819, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171084070390103, "upper_button_position": 0.08421376602737163}], "rail_length": 5, "inclination": 84.77662347916926, "heading": 50.79393494049854} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9911451441979208, "wind_velocity_y_factor": 1.07966025915274, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350998049911066, "mass": 15.788371594268442, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324365459742927, "I_33_without_motor": 0.025974717244962683, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.054814977981913, "trigger": 800, "sampling_rate": 105, "lag": 1.5699152647339296, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9372417816763425, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5655841570690854, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8330.218522454341, "burn_start_time": -0.04468118671812025, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0325471488562932, "grain_number": 5, "grain_density": 1875.8421778679613, "grain_outer_radius": 0.03249265242985743, "grain_initial_inner_radius": 0.015560908781785353, "grain_initial_height": 0.11809591060797921, "grain_separation": 0.0035405534308853154, "grains_center_of_mass_position": 0.3968176228741968, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00012253155571444253, "throat_radius": 0.011333520298744413, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558654096408792}], "aerodynamic_surfaces": [{"length": 0.5582910399485042, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338768891958817}, {"n": 4, "root_chord": 0.12028304019495424, "tip_chord": 0.06022357354979227, "span": 0.1102051526481275, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051102364546577}, {"top_radius": 0.06188522088883739, "bottom_radius": 0.0436247881961857, "length": 0.05959895589873053, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997903059047914, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164360500052822, "upper_button_position": 0.08335425589950918}], "rail_length": 5, "inclination": 85.55052938153246, "heading": 50.60185993583779} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4469790064626167, "wind_velocity_y_factor": 1.1580045962023002, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.0635038090850686, "mass": 15.180552111950302, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318699949577697, "I_33_without_motor": 0.031829637162811585, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.122344082015841, "trigger": 800, "sampling_rate": 105, "lag": 1.4697545188951968, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9466949218491586, "trigger": "apogee", "sampling_rate": 105, "lag": 1.44886232803091, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5086.119237886767, "burn_start_time": -0.033094987659813994, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033943287160918705, "grain_number": 5, "grain_density": 1847.227942756041, "grain_outer_radius": 0.03364827314242069, "grain_initial_inner_radius": 0.014346714526587168, "grain_initial_height": 0.12198758797326771, "grain_separation": 0.0042160520272191415, "grains_center_of_mass_position": 0.395716639641009, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006673535451586719, "throat_radius": 0.012116197152188512, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2573796385228586}], "aerodynamic_surfaces": [{"length": 0.558317288558927, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350745855959363}, {"n": 4, "root_chord": 0.1192813437266226, "tip_chord": 0.06140520410163204, "span": 0.1104071463433736, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487056017524035}, {"top_radius": 0.06490859152123618, "bottom_radius": 0.043305792189073225, "length": 0.061612672857469394, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000480701802908, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194689060459496, "upper_button_position": 0.08057916413434119}], "rail_length": 5, "inclination": 83.8791493280358, "heading": 53.17061520755693} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.6279278819910203, "wind_velocity_y_factor": 1.144807818665152, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.0634882460429933, "mass": 15.827184226393552, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31525512501831, "I_33_without_motor": 0.03574918676097985, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.00713498772403, "trigger": 800, "sampling_rate": 105, "lag": 1.3849471152407689, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9323049391189208, "trigger": "apogee", "sampling_rate": 105, "lag": 1.667721619519161, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6413.284793030034, "burn_start_time": -0.004799740533234467, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033020291358303165, "grain_number": 5, "grain_density": 1743.711135315139, "grain_outer_radius": 0.03351783908812961, "grain_initial_inner_radius": 0.015007324795284407, "grain_initial_height": 0.11897061826092076, "grain_separation": 0.006132839242894087, "grains_center_of_mass_position": 0.3967639534048124, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00029593024157296543, "throat_radius": 0.010601421261405586, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552342558563085}], "aerodynamic_surfaces": [{"length": 0.5571348610604756, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350355702053179}, {"n": 4, "root_chord": 0.11978097970903871, "tip_chord": 0.059972226956701985, "span": 0.10999767115392978, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503548558284552}, {"top_radius": 0.06362237421267129, "bottom_radius": 0.04248245997995865, "length": 0.06127950476660392, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699321795809317, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182179645270223, "upper_button_position": 0.0811038312822947}], "rail_length": 5, "inclination": 85.57926375536024, "heading": 54.42138165058747} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0584048414715332, "wind_velocity_y_factor": 1.0749561151688836, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350213390499854, "mass": 16.255538540276042, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316296845177121, "I_33_without_motor": 0.033776982016706744, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.045737007048134, "trigger": 800, "sampling_rate": 105, "lag": 1.3970956978352937, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9102972240753384, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3159325940060074, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7903.462430308069, "burn_start_time": 0.029058425547507646, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032902632932223834, "grain_number": 5, "grain_density": 1845.725805058692, "grain_outer_radius": 0.032825786750610604, "grain_initial_inner_radius": 0.014982903736346602, "grain_initial_height": 0.11888451964363268, "grain_separation": 0.006480411177381775, "grains_center_of_mass_position": 0.39789992734931634, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001263849842287949, "throat_radius": 0.012228883015884125, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556905870879973}], "aerodynamic_surfaces": [{"length": 0.5594776775080468, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353518970848233}, {"n": 4, "root_chord": 0.11976082827747844, "tip_chord": 0.060564810997412476, "span": 0.10970051555242932, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497917097582001}, {"top_radius": 0.06444736129247416, "bottom_radius": 0.041582535146558054, "length": 0.060044019543502095, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998574645312351, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177562375839548, "upper_button_position": 0.08210122694728028}], "rail_length": 5, "inclination": 84.42848742728783, "heading": 51.050801442482665} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1501606127465798, "wind_velocity_y_factor": 0.532247687221918, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.0634990513154607, "mass": 15.526525016166607, "I_11_without_motor": 6.321, "I_22_without_motor": 6.305949286284668, "I_33_without_motor": 0.03489690987475663, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.091562748991176, "trigger": 800, "sampling_rate": 105, "lag": 1.4037586953274437, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9670411861006928, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4263886382842799, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5456.381554418636, "burn_start_time": 0.06814753051615005, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033139369728604234, "grain_number": 5, "grain_density": 1888.7052594484655, "grain_outer_radius": 0.03267184286179287, "grain_initial_inner_radius": 0.015165072987450907, "grain_initial_height": 0.11797176402904565, "grain_separation": 0.005928144721724486, "grains_center_of_mass_position": 0.3984731745547394, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006890473537248102, "throat_radius": 0.0112649635415827, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548082768486972}], "aerodynamic_surfaces": [{"length": 0.559493146300515, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343030529391844}, {"n": 4, "root_chord": 0.12044044257749456, "tip_chord": 0.06073689051395481, "span": 0.11023892178780925, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490882454583648}, {"top_radius": 0.06531847261646302, "bottom_radius": 0.04230871070771319, "length": 0.061202964460838456, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980791770302501, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179697126156607, "upper_button_position": 0.08010946441458944}], "rail_length": 5, "inclination": 83.77788560696888, "heading": 54.738355199734556} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0976649550284518, "wind_velocity_y_factor": 0.6497968422076973, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350995054598098, "mass": 16.113284668474872, "I_11_without_motor": 6.321, "I_22_without_motor": 6.298377020949506, "I_33_without_motor": 0.03146072753048167, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.090535107277455, "trigger": 800, "sampling_rate": 105, "lag": 1.4726437225818008, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0774244063500187, "trigger": "apogee", "sampling_rate": 105, "lag": 1.435923396598754, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6693.1875510388645, "burn_start_time": -0.12676506983807703, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03387943411091654, "grain_number": 5, "grain_density": 1787.32200221949, "grain_outer_radius": 0.03360049427404769, "grain_initial_inner_radius": 0.014704493182108634, "grain_initial_height": 0.12102490315301634, "grain_separation": 0.00233581847912812, "grains_center_of_mass_position": 0.3957698134951348, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007625025272773741, "throat_radius": 0.010381068065596218, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557373890729364}], "aerodynamic_surfaces": [{"length": 0.5581237183230966, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349112964912633}, {"n": 4, "root_chord": 0.12049408486655012, "tip_chord": 0.05973681241267245, "span": 0.11015808748337697, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501751674362179}, {"top_radius": 0.06283084261367666, "bottom_radius": 0.042921628046779035, "length": 0.05973173126449761, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989264727502826, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166733311388994, "upper_button_position": 0.0822531416113832}], "rail_length": 5, "inclination": 84.95652084029555, "heading": 53.723610261501335} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2593845832141835, "wind_velocity_y_factor": 0.6178195191368185, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349070970702164, "mass": 14.812294107293475, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3255424849458946, "I_33_without_motor": 0.03516807386563108, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.003906666370415, "trigger": 800, "sampling_rate": 105, "lag": 1.5003339189198255, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0148053041051053, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2099217128977822, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6499.011357195506, "burn_start_time": 0.024909584762562626, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03229812507076138, "grain_number": 5, "grain_density": 1863.4770140833066, "grain_outer_radius": 0.03351674910674134, "grain_initial_inner_radius": 0.01479086998632293, "grain_initial_height": 0.1192642232631317, "grain_separation": 0.003494728723164266, "grains_center_of_mass_position": 0.39603216461957663, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013164506109996275, "throat_radius": 0.010945893320663745, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560689240528167}], "aerodynamic_surfaces": [{"length": 0.5582629758045631, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348437208563347}, {"n": 4, "root_chord": 0.12069305925081317, "tip_chord": 0.06027968922207906, "span": 0.11003848119698204, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502728934730137}, {"top_radius": 0.06307318297909985, "bottom_radius": 0.042485321339687895, "length": 0.06104984548052193, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000761469943078, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182105849317688, "upper_button_position": 0.08186556206253892}], "rail_length": 5, "inclination": 84.99672377376264, "heading": 53.68312534421833} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5566431834071985, "wind_velocity_y_factor": 1.1882298763695942, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349162853951394, "mass": 15.50088417369382, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312411152627905, "I_33_without_motor": 0.028755498279943052, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.986278499458619, "trigger": 800, "sampling_rate": 105, "lag": 1.4366688757553303, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9787530191452464, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3333063279131576, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6315.013333291594, "burn_start_time": -0.018390442143242355, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03272890031352236, "grain_number": 5, "grain_density": 1821.7233520219243, "grain_outer_radius": 0.03323728859389252, "grain_initial_inner_radius": 0.014709778022896742, "grain_initial_height": 0.11953457013920003, "grain_separation": 0.005282589976897889, "grains_center_of_mass_position": 0.39805088742710937, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006990414139668381, "throat_radius": 0.010266939797386495, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254995466009602}], "aerodynamic_surfaces": [{"length": 0.5565795899496317, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342884779752178}, {"n": 4, "root_chord": 0.12000572839701697, "tip_chord": 0.06069211800983748, "span": 0.11105704070966367, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493120273082603}, {"top_radius": 0.06436526562355117, "bottom_radius": 0.04341736617589017, "length": 0.05997030459689956, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998172657641406, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6158732623532839, "upper_button_position": 0.08394400341085673}], "rail_length": 5, "inclination": 86.32360902387063, "heading": 52.655188339085015} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6110325834040023, "wind_velocity_y_factor": 1.2256829177019377, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.0634981476089584, "mass": 16.077832871137257, "I_11_without_motor": 6.321, "I_22_without_motor": 6.340594718641509, "I_33_without_motor": 0.03946084127673202, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.987732321471656, "trigger": 800, "sampling_rate": 105, "lag": 1.520790126111324, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0241800802879897, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7662146142533144, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5974.119136996451, "burn_start_time": 0.03714810488840467, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033292131314636375, "grain_number": 5, "grain_density": 1918.959785461611, "grain_outer_radius": 0.03272577278865, "grain_initial_inner_radius": 0.014615111882245985, "grain_initial_height": 0.12089886187431848, "grain_separation": 0.005065552584380067, "grains_center_of_mass_position": 0.3956090199296428, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002412338735112856, "throat_radius": 0.011009069928139888, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255760651272971}], "aerodynamic_surfaces": [{"length": 0.5586195158619874, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134843214641184}, {"n": 4, "root_chord": 0.1203662432824823, "tip_chord": 0.05980585703718196, "span": 0.10947586378150692, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048607046997517}, {"top_radius": 0.06362437668401086, "bottom_radius": 0.043017639034469556, "length": 0.05937838132124286, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984388588960425, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188792713270724, "upper_button_position": 0.07955958756897008}], "rail_length": 5, "inclination": 82.58970104370968, "heading": 56.09677455318774} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9444860398788586, "wind_velocity_y_factor": 0.9440154868892997, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.0634999316243989, "mass": 15.63154932606493, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31611406138044, "I_33_without_motor": 0.028156975684621003, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.086966964812412, "trigger": 800, "sampling_rate": 105, "lag": 1.563953628698089, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9822304388983805, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6453472435965169, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7964.502991635944, "burn_start_time": 0.0929844665629286, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033066141554045234, "grain_number": 5, "grain_density": 1738.5106356629553, "grain_outer_radius": 0.03276245547652479, "grain_initial_inner_radius": 0.014975239182443294, "grain_initial_height": 0.11862054752008772, "grain_separation": 0.0055870263932285055, "grains_center_of_mass_position": 0.39632124115873146, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0017527690449269575, "throat_radius": 0.010322799475819364, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550063357133627}], "aerodynamic_surfaces": [{"length": 0.5597181063403712, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352834228203585}, {"n": 4, "root_chord": 0.11984811267455811, "tip_chord": 0.060656264329847824, "span": 0.10973619798888362, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506347281376045}, {"top_radius": 0.06500807971504496, "bottom_radius": 0.045503283811816383, "length": 0.059407372904901175, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999357012504291, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187368575520769, "upper_button_position": 0.08119884369835229}], "rail_length": 5, "inclination": 84.03207994433147, "heading": 51.63875836191552} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3092271103395308, "wind_velocity_y_factor": 0.8175056129972531, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349313764886898, "mass": 15.246752865530851, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329356770380486, "I_33_without_motor": 0.018162705723100456, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.913191650146645, "trigger": 800, "sampling_rate": 105, "lag": 1.4499741112985716, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0569596498115095, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4174018363120093, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5716.0130487465485, "burn_start_time": -0.06080517478478101, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03227683101086534, "grain_number": 5, "grain_density": 1801.734590217939, "grain_outer_radius": 0.033070983979374524, "grain_initial_inner_radius": 0.014959215847712285, "grain_initial_height": 0.11942164561513408, "grain_separation": 0.005099622759937525, "grains_center_of_mass_position": 0.39654288336199456, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000491986759190906, "throat_radius": 0.010994586857702361, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561874874905816}], "aerodynamic_surfaces": [{"length": 0.5577170638872324, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1321430489501059}, {"n": 4, "root_chord": 0.1198955434969224, "tip_chord": 0.0599368914100039, "span": 0.11018109688870306, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048875081792781}, {"top_radius": 0.06517345635096593, "bottom_radius": 0.044927681529976914, "length": 0.05929004133036504, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6979760164038069, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179296404585621, "upper_button_position": 0.08004637594524477}], "rail_length": 5, "inclination": 83.3898100852214, "heading": 54.43141649052819} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.898140112686293, "wind_velocity_y_factor": 1.2289520909756804, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349864508019247, "mass": 15.967151884833543, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320920823733074, "I_33_without_motor": 0.03551987207029204, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.887994167081057, "trigger": 800, "sampling_rate": 105, "lag": 1.446591922528155, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9746319041096915, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8623483138069705, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7798.005929987088, "burn_start_time": 0.05370013429837583, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03285339484407245, "grain_number": 5, "grain_density": 1905.3188321834953, "grain_outer_radius": 0.03354637879226412, "grain_initial_inner_radius": 0.014852977002356302, "grain_initial_height": 0.12066018060855987, "grain_separation": 0.006685617923433109, "grains_center_of_mass_position": 0.3980288453683252, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006933294639378027, "throat_radius": 0.011137000054059733, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558214366458005}], "aerodynamic_surfaces": [{"length": 0.5576422705407308, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352220627229253}, {"n": 4, "root_chord": 0.1193981597527608, "tip_chord": 0.05949894499805035, "span": 0.11009543048859893, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498697316450387}, {"top_radius": 0.06316493140328079, "bottom_radius": 0.04383896105901228, "length": 0.060011966603011155, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004601041547199, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163861110763369, "upper_button_position": 0.08407399307838304}], "rail_length": 5, "inclination": 82.87832607857949, "heading": 50.27192097270785} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7542830770729864, "wind_velocity_y_factor": 1.2671469761594358, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350602474352013, "mass": 15.29906702150929, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320953558334549, "I_33_without_motor": 0.0465638500752291, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.188010273209374, "trigger": 800, "sampling_rate": 105, "lag": 1.4646748410696193, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.2278613980453146, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5302708089261405, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6834.111673571359, "burn_start_time": -0.0013861628593631607, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0336575386263606, "grain_number": 5, "grain_density": 1820.511414916654, "grain_outer_radius": 0.032873545301289414, "grain_initial_inner_radius": 0.0152599271916083, "grain_initial_height": 0.120138803211437, "grain_separation": 0.0042037489483619465, "grains_center_of_mass_position": 0.3970326595475512, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00034111380010363383, "throat_radius": 0.011269432695363412, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2565259436416583}], "aerodynamic_surfaces": [{"length": 0.5594536889825192, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333774312320546}, {"n": 4, "root_chord": 0.12056441789071298, "tip_chord": 0.059885518233807444, "span": 0.10989594331897032, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484870845629826}, {"top_radius": 0.06275798801642753, "bottom_radius": 0.04269226734646226, "length": 0.06085956151747355, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990963800471328, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173922981330646, "upper_button_position": 0.0817040819140682}], "rail_length": 5, "inclination": 83.18085795588763, "heading": 51.61919627994361} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.673544270731624, "wind_velocity_y_factor": 1.0355225897764526, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349794061275468, "mass": 15.10459988791393, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3387512030392745, "I_33_without_motor": 0.03773834539743779, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.205204337903087, "trigger": 800, "sampling_rate": 105, "lag": 1.549684919812125, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8620334726754708, "trigger": "apogee", "sampling_rate": 105, "lag": 1.805680107498104, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6378.262427003873, "burn_start_time": 0.04867082089083112, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03358607895762417, "grain_number": 5, "grain_density": 1772.77894971723, "grain_outer_radius": 0.03328626546063294, "grain_initial_inner_radius": 0.014987602293891691, "grain_initial_height": 0.11973713055228245, "grain_separation": 0.0053808249854399165, "grains_center_of_mass_position": 0.3968007053266815, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007182855174715545, "throat_radius": 0.010852797219272951, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549147251718016}], "aerodynamic_surfaces": [{"length": 0.5556345574335916, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133852078414661}, {"n": 4, "root_chord": 0.12070261068269685, "tip_chord": 0.060006995813480096, "span": 0.10972983327322382, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049413797767662}, {"top_radius": 0.06472207345284944, "bottom_radius": 0.04248310127964281, "length": 0.06023503786167339, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008262459177147, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185356934687918, "upper_button_position": 0.08229055244892292}], "rail_length": 5, "inclination": 84.93670748455334, "heading": 53.42990386444166} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3473360981852505, "wind_velocity_y_factor": 0.7935638160866993, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.0635055805375026, "mass": 15.27290143498885, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315309062312532, "I_33_without_motor": 0.029480935376189767, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.010728598301384, "trigger": 800, "sampling_rate": 105, "lag": 1.416099913342889, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9437897489448938, "trigger": "apogee", "sampling_rate": 105, "lag": 1.774696993329761, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6920.484183682647, "burn_start_time": 0.051216868854524866, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03283495449709891, "grain_number": 5, "grain_density": 1846.1020520829716, "grain_outer_radius": 0.03318151869591666, "grain_initial_inner_radius": 0.014928966377103073, "grain_initial_height": 0.1207122326504377, "grain_separation": 0.00554485559298034, "grains_center_of_mass_position": 0.398078106523109, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00013103713821231182, "throat_radius": 0.011365945044574388, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554510538568113}], "aerodynamic_surfaces": [{"length": 0.5585023019593928, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347802325868306}, {"n": 4, "root_chord": 0.11956053581640469, "tip_chord": 0.05957982986866145, "span": 0.10950254735631584, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492771781178687}, {"top_radius": 0.06366412239990264, "bottom_radius": 0.04303937128551048, "length": 0.06050210976237641, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700110974990272, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184271798788835, "upper_button_position": 0.08168379511138846}], "rail_length": 5, "inclination": 87.02387670920173, "heading": 52.68938043398156} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7050643381841306, "wind_velocity_y_factor": 0.9001846245901317, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350125410565043, "mass": 15.928932165672903, "I_11_without_motor": 6.321, "I_22_without_motor": 6.305780266933666, "I_33_without_motor": 0.01627587816764282, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.99007464196993, "trigger": 800, "sampling_rate": 105, "lag": 1.3422628999132171, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0501535599225325, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2934015975183517, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6167.106850363048, "burn_start_time": 0.03114817670704305, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03394545835725309, "grain_number": 5, "grain_density": 1703.7551301965423, "grain_outer_radius": 0.03344320386888411, "grain_initial_inner_radius": 0.01492089404619912, "grain_initial_height": 0.11929270940395445, "grain_separation": 0.005961990593611666, "grains_center_of_mass_position": 0.3967453871945512, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013085752720197082, "throat_radius": 0.010612571756118584, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256368009402131}], "aerodynamic_surfaces": [{"length": 0.5592728397608624, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338249975636974}, {"n": 4, "root_chord": 0.1203952560348683, "tip_chord": 0.06046116729584817, "span": 0.10985173269171865, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0476501664215958}, {"top_radius": 0.062991926452283, "bottom_radius": 0.04292574285995208, "length": 0.05903583156162992, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000361878279932, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195776281125459, "upper_button_position": 0.08045855971544724}], "rail_length": 5, "inclination": 84.50162056084594, "heading": 50.32467726591918} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3795438723190852, "wind_velocity_y_factor": 0.25535461029196527, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.0635076317123639, "mass": 14.801652500817298, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307978056909038, "I_33_without_motor": 0.03787468178391652, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.978782064578239, "trigger": 800, "sampling_rate": 105, "lag": 1.4254972919734346, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9721886689771824, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5524442362952624, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5646.797660349404, "burn_start_time": -0.07423355633673895, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03210300741300332, "grain_number": 5, "grain_density": 1918.6958353871175, "grain_outer_radius": 0.03315492012584294, "grain_initial_inner_radius": 0.01500857987304836, "grain_initial_height": 0.11950079365478897, "grain_separation": 0.00534335382105548, "grains_center_of_mass_position": 0.39582332819699556, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00023840155698935534, "throat_radius": 0.011338307634681258, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563179630401615}], "aerodynamic_surfaces": [{"length": 0.5607621453420346, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347221120981452}, {"n": 4, "root_chord": 0.11992465849456832, "tip_chord": 0.06009321767449638, "span": 0.11010610672690618, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505212535493513}, {"top_radius": 0.06346527327062156, "bottom_radius": 0.0420551627523147, "length": 0.05943307520509777, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995155521996237, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182554314611961, "upper_button_position": 0.08126012073842759}], "rail_length": 5, "inclination": 84.61714832533626, "heading": 53.72400004324518} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3200070581714969, "wind_velocity_y_factor": 0.9040481106905379, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350628346693632, "mass": 14.694655818955344, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307572861382665, "I_33_without_motor": 0.01914258405276029, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.077304919552518, "trigger": 800, "sampling_rate": 105, "lag": 1.6444957599729653, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0320898097989142, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5818552085013224, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5143.234007923445, "burn_start_time": 0.14646304687078537, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03242927903493266, "grain_number": 5, "grain_density": 1865.7268240031797, "grain_outer_radius": 0.0335649775121437, "grain_initial_inner_radius": 0.014771406502616493, "grain_initial_height": 0.12034802153259745, "grain_separation": 0.006315473688138955, "grains_center_of_mass_position": 0.39735849249171484, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002600092919426712, "throat_radius": 0.011232770225734306, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555542692860053}], "aerodynamic_surfaces": [{"length": 0.557688850633682, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340889941011068}, {"n": 4, "root_chord": 0.11954410148955491, "tip_chord": 0.05942685516716586, "span": 0.11005800899586117, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503617755639754}, {"top_radius": 0.06279127913429058, "bottom_radius": 0.043008016834690424, "length": 0.06046377280054159, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982571911298974, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191662366198633, "upper_button_position": 0.07909095451003412}], "rail_length": 5, "inclination": 85.64578708554885, "heading": 53.007613258928345} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0060578302109526, "wind_velocity_y_factor": 1.5400411952148367, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06348607045942221, "mass": 14.835047729964078, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326538934240689, "I_33_without_motor": 0.034835542245377604, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.03239450259374, "trigger": 800, "sampling_rate": 105, "lag": 1.481755732751359, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0238669585293494, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3692830931879063, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6195.8150108245545, "burn_start_time": -0.1381286742727907, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03361117216790078, "grain_number": 5, "grain_density": 1812.7898193854546, "grain_outer_radius": 0.033740897575229474, "grain_initial_inner_radius": 0.014554065646493383, "grain_initial_height": 0.12256149046219246, "grain_separation": 0.0037639659251754486, "grains_center_of_mass_position": 0.39581141018196114, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015135099262999112, "throat_radius": 0.010876642332719476, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253482725157602}], "aerodynamic_surfaces": [{"length": 0.5605942073861877, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340379004662193}, {"n": 4, "root_chord": 0.120490560686451, "tip_chord": 0.05989387087677127, "span": 0.1100704156528306, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487747341658937}, {"top_radius": 0.06435973394209946, "bottom_radius": 0.0429282151362407, "length": 0.05961990509811036, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988819690261073, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175860391681858, "upper_button_position": 0.08129592985792156}], "rail_length": 5, "inclination": 84.26015844248494, "heading": 54.056094755164104} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7732675487555613, "wind_velocity_y_factor": 0.5568355816468163, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350221713389975, "mass": 15.484082479533525, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317661418992051, "I_33_without_motor": 0.026479424924952772, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.17081786124471, "trigger": 800, "sampling_rate": 105, "lag": 1.544847863873303, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.944925182082109, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5362832907045971, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7004.21289245277, "burn_start_time": 0.09437760428331027, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03316621089018393, "grain_number": 5, "grain_density": 1783.6849564289435, "grain_outer_radius": 0.03342183822568318, "grain_initial_inner_radius": 0.015523888562518472, "grain_initial_height": 0.1199409050043765, "grain_separation": 0.004462105316659814, "grains_center_of_mass_position": 0.39493476902993646, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012651063866260033, "throat_radius": 0.011102228411318702, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2530230270556642}], "aerodynamic_surfaces": [{"length": 0.5586500576029023, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135741079054716}, {"n": 4, "root_chord": 0.11980842942571472, "tip_chord": 0.0596333201492446, "span": 0.11013142761802946, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488387094870404}, {"top_radius": 0.06209412839721474, "bottom_radius": 0.04358900826608698, "length": 0.060538836409947366, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6977457732189454, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6196470466924628, "upper_button_position": 0.07809872652648253}], "rail_length": 5, "inclination": 84.59627951699497, "heading": 54.54675355054487} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.0714150647207854, "wind_velocity_y_factor": 0.9604375776702403, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349605825778548, "mass": 14.855296176963831, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317581318902624, "I_33_without_motor": 0.014025875023068887, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.151250832077658, "trigger": 800, "sampling_rate": 105, "lag": 1.5381146957378027, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0071460465432143, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6995577927048038, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7648.044560643335, "burn_start_time": -0.034156455990697, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033285757741625906, "grain_number": 5, "grain_density": 1766.5238820403374, "grain_outer_radius": 0.03261448270874285, "grain_initial_inner_radius": 0.015386218895633803, "grain_initial_height": 0.12019746874619244, "grain_separation": 0.003804403297580865, "grains_center_of_mass_position": 0.3971361737374434, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00011718566945981923, "throat_radius": 0.01124558548423069, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562953987560959}], "aerodynamic_surfaces": [{"length": 0.5579411429767256, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327283062995321}, {"n": 4, "root_chord": 0.12054765298394458, "tip_chord": 0.06008432057442859, "span": 0.11095358856047677, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0477267900639844}, {"top_radius": 0.06489128276731838, "bottom_radius": 0.04289097369063169, "length": 0.06197816264884179, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003423635553937, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191567004414864, "upper_button_position": 0.08118566311390729}], "rail_length": 5, "inclination": 83.95716000508527, "heading": 54.70875110979134} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1068973035655036, "wind_velocity_y_factor": 1.5249261650602222, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349213820750703, "mass": 15.869587571438702, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334846177852436, "I_33_without_motor": 0.04366163460103738, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.960658846028108, "trigger": 800, "sampling_rate": 105, "lag": 1.3867917866884296, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0229061659815906, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4064591595689329, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5897.379521670429, "burn_start_time": -0.09775474708469194, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03321494942175669, "grain_number": 5, "grain_density": 1750.0357538377905, "grain_outer_radius": 0.03259062383890225, "grain_initial_inner_radius": 0.015058201880035251, "grain_initial_height": 0.12029973032479784, "grain_separation": 0.0064718344838696415, "grains_center_of_mass_position": 0.3968550765554216, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015216271349185436, "throat_radius": 0.010175757942375928, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551491188087067}], "aerodynamic_surfaces": [{"length": 0.5575992734674875, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337852480905308}, {"n": 4, "root_chord": 0.11979918175059553, "tip_chord": 0.059688868211871006, "span": 0.10924824957827282, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485818334355557}, {"top_radius": 0.06449020968481929, "bottom_radius": 0.044741601539380164, "length": 0.06047940281242156, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004165437572738, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199312853827739, "upper_button_position": 0.08048525837449994}], "rail_length": 5, "inclination": 83.53764190844808, "heading": 54.22171039422586} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8276413518296232, "wind_velocity_y_factor": 1.0563046233615612, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.0634962377568489, "mass": 15.06750775349509, "I_11_without_motor": 6.321, "I_22_without_motor": 6.305746815698056, "I_33_without_motor": 0.02616676838417367, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.017122201410972, "trigger": 800, "sampling_rate": 105, "lag": 1.534017463487853, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9634250402099493, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3556301084317932, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6299.90721741571, "burn_start_time": -0.017513519039568316, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03357533925591493, "grain_number": 5, "grain_density": 1936.2359720900217, "grain_outer_radius": 0.03267531265360651, "grain_initial_inner_radius": 0.015483459796683917, "grain_initial_height": 0.11957452641156087, "grain_separation": 0.006738313910151091, "grains_center_of_mass_position": 0.39568093578136443, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000208520704558937, "throat_radius": 0.010907200871697786, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555462858508422}], "aerodynamic_surfaces": [{"length": 0.5587431383071801, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1321002489113308}, {"n": 4, "root_chord": 0.11903142901108152, "tip_chord": 0.06096661527225143, "span": 0.10942085919338088, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.05044055570479}, {"top_radius": 0.06496654330963976, "bottom_radius": 0.04320659080934709, "length": 0.059875781310172675, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998859156739164, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184427337897986, "upper_button_position": 0.08144318188411781}], "rail_length": 5, "inclination": 84.62600025764941, "heading": 47.95178173632886} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1644974929429237, "wind_velocity_y_factor": 0.7289511951499749, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.0635003565713034, "mass": 15.209606288925459, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3311702580509435, "I_33_without_motor": 0.023025041675194216, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.023571207477989, "trigger": 800, "sampling_rate": 105, "lag": 1.3090721387165545, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.185890238045186, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6089981788310785, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6689.3526889944305, "burn_start_time": 0.22538895317283233, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03229773273041627, "grain_number": 5, "grain_density": 1848.4554761533543, "grain_outer_radius": 0.033692597984882326, "grain_initial_inner_radius": 0.015296409123410704, "grain_initial_height": 0.1202433355477147, "grain_separation": 0.005198318225884052, "grains_center_of_mass_position": 0.395128752322389, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003963952100415925, "throat_radius": 0.010906737272130913, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2567566265829209}], "aerodynamic_surfaces": [{"length": 0.5572935601479325, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135029346570862}, {"n": 4, "root_chord": 0.12036618010745252, "tip_chord": 0.0602712882780082, "span": 0.10858322732056332, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048666655669048}, {"top_radius": 0.06200188905606009, "bottom_radius": 0.043589417088730036, "length": 0.059283682010988326, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011016172479133, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.615845849467483, "upper_button_position": 0.08525576778043031}], "rail_length": 5, "inclination": 83.22500727735361, "heading": 54.878738039096646} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3475768775106172, "wind_velocity_y_factor": 0.8317319448973992, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.0634925884215022, "mass": 14.789093468718082, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322838282608142, "I_33_without_motor": 0.04214996050133869, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.047200450514529, "trigger": 800, "sampling_rate": 105, "lag": 1.628016467797499, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.026500924067396, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7939724311696235, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7913.12842614939, "burn_start_time": 0.07644172531495363, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032631482220144045, "grain_number": 5, "grain_density": 1790.3147222558885, "grain_outer_radius": 0.032475775199085476, "grain_initial_inner_radius": 0.014861765525576475, "grain_initial_height": 0.12242505292518331, "grain_separation": 0.003443857308641888, "grains_center_of_mass_position": 0.3978152487181744, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00026060907852839204, "throat_radius": 0.011305974523858899, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254226420628673}], "aerodynamic_surfaces": [{"length": 0.5572811608411886, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132750093288799}, {"n": 4, "root_chord": 0.11942860048877407, "tip_chord": 0.06014329320980078, "span": 0.109001781538968, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049610283169159}, {"top_radius": 0.0615945924436631, "bottom_radius": 0.044157457718302165, "length": 0.06102024696796843, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005004234227079, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181866324055757, "upper_button_position": 0.08231379101713221}], "rail_length": 5, "inclination": 86.58706282243128, "heading": 52.1617687753612} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8733883104677884, "wind_velocity_y_factor": 0.5144366764991024, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350631019237667, "mass": 15.71048913790361, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314083408773862, "I_33_without_motor": 0.03453583065331805, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.905146023011744, "trigger": 800, "sampling_rate": 105, "lag": 1.6880744527458922, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9600004997645785, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4159661836356416, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7355.565902438838, "burn_start_time": -0.14529325814580263, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033086460143450146, "grain_number": 5, "grain_density": 1842.7604010580972, "grain_outer_radius": 0.0323483520586127, "grain_initial_inner_radius": 0.0152820127072198, "grain_initial_height": 0.1191381081410689, "grain_separation": 0.004450824131195064, "grains_center_of_mass_position": 0.39786981163893337, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005387887718617513, "throat_radius": 0.01166664651681544, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548336695750721}], "aerodynamic_surfaces": [{"length": 0.5591261106918555, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135662816428851}, {"n": 4, "root_chord": 0.12070835389727083, "tip_chord": 0.060769076430634096, "span": 0.11003691118884099, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048456260876485}, {"top_radius": 0.06380598492930784, "bottom_radius": 0.04221101484790605, "length": 0.06029117785712897, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009510187827075, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194760813524883, "upper_button_position": 0.08147493743021916}], "rail_length": 5, "inclination": 85.0981004879123, "heading": 51.214130576903855} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0024570935425936, "wind_velocity_y_factor": 1.0054713432296827, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350414661388233, "mass": 16.302786546881773, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319669680335748, "I_33_without_motor": 0.027593651980954294, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.909155494063782, "trigger": 800, "sampling_rate": 105, "lag": 1.5285508793460683, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9342684449380984, "trigger": "apogee", "sampling_rate": 105, "lag": 1.686278349019205, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5351.894234234981, "burn_start_time": -0.031584749084802355, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032100468634062386, "grain_number": 5, "grain_density": 1897.721920935671, "grain_outer_radius": 0.03353893359807064, "grain_initial_inner_radius": 0.01445069303551806, "grain_initial_height": 0.11835309902852328, "grain_separation": 0.005354249514942398, "grains_center_of_mass_position": 0.3971490070751634, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00074958766013816, "throat_radius": 0.010983916775159922, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542889492349232}], "aerodynamic_surfaces": [{"length": 0.5585869269060348, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133583661176859}, {"n": 4, "root_chord": 0.11979969145474836, "tip_chord": 0.05996763042125853, "span": 0.10968873569816087, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051205255771606}, {"top_radius": 0.06377385712347955, "bottom_radius": 0.04415766292447616, "length": 0.06034933765722754, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002596229384408, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189637140356105, "upper_button_position": 0.08129590890283034}], "rail_length": 5, "inclination": 85.08379728162124, "heading": 51.37882088720935} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3090910127451512, "wind_velocity_y_factor": 1.4178685622910938, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350036669579075, "mass": 16.548023783020962, "I_11_without_motor": 6.321, "I_22_without_motor": 6.337625343614501, "I_33_without_motor": 0.03818459478679963, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.989430081318801, "trigger": 800, "sampling_rate": 105, "lag": 1.3428059829642942, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9178614738158017, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6442300778103325, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5926.426538954829, "burn_start_time": -0.045993829557483934, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03316009311639497, "grain_number": 5, "grain_density": 1755.1105843853015, "grain_outer_radius": 0.033335173484147794, "grain_initial_inner_radius": 0.015075686668538707, "grain_initial_height": 0.11867190218828848, "grain_separation": 0.005054782443726203, "grains_center_of_mass_position": 0.3985852189098, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001077582114206416, "throat_radius": 0.011578071593051782, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542109869639977}], "aerodynamic_surfaces": [{"length": 0.5569596172845043, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344847363553026}, {"n": 4, "root_chord": 0.11936749280381105, "tip_chord": 0.05965419565770583, "span": 0.11011822662331187, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495083134661467}, {"top_radius": 0.06338894111333412, "bottom_radius": 0.04289201958741735, "length": 0.059981979751257304, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988240986556976, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170627441937673, "upper_button_position": 0.08176135446193034}], "rail_length": 5, "inclination": 83.8666634278147, "heading": 52.00100151148196} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2821920721551203, "wind_velocity_y_factor": 0.7233736794235148, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349980410050514, "mass": 15.520029007085322, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32078342912001, "I_33_without_motor": 0.02969431548988587, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.922496828477737, "trigger": 800, "sampling_rate": 105, "lag": 1.5161616201568575, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9314442200585045, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8607976655427727, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4916.612049543224, "burn_start_time": 0.019823317385521524, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03322196975418073, "grain_number": 5, "grain_density": 1860.0933488840244, "grain_outer_radius": 0.03350699277863251, "grain_initial_inner_radius": 0.014953061092738806, "grain_initial_height": 0.11994533244601273, "grain_separation": 0.006294914130061092, "grains_center_of_mass_position": 0.39805821535416647, "center_of_dry_mass_position": 0.317, "nozzle_position": 9.416912821310682e-05, "throat_radius": 0.00994934337475338, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549340788163963}], "aerodynamic_surfaces": [{"length": 0.5577838038780121, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331376123254766}, {"n": 4, "root_chord": 0.11981044533496368, "tip_chord": 0.06054376607626209, "span": 0.11028640692865405, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505441508532798}, {"top_radius": 0.06313757020382303, "bottom_radius": 0.044150430510426844, "length": 0.05939513329843658, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995919043201159, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177001296213079, "upper_button_position": 0.08189177469880793}], "rail_length": 5, "inclination": 84.23038375942964, "heading": 51.33038221950361} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.10929311794744, "wind_velocity_y_factor": 1.0411900062735406, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349719674400747, "mass": 16.315762583819915, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328908161503781, "I_33_without_motor": 0.02018544005418796, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.964114051192729, "trigger": 800, "sampling_rate": 105, "lag": 1.5865895552506086, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.012851911555303, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3108682258203253, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6864.059832265024, "burn_start_time": 0.0009928700110701958, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03340710175407049, "grain_number": 5, "grain_density": 1775.599022912666, "grain_outer_radius": 0.03296861059214355, "grain_initial_inner_radius": 0.014917331675625188, "grain_initial_height": 0.1204637533246266, "grain_separation": 0.004862055208338724, "grains_center_of_mass_position": 0.39569741274011105, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017146841356492357, "throat_radius": 0.01169360274902684, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256860884190993}], "aerodynamic_surfaces": [{"length": 0.5562637110347423, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337109702555461}, {"n": 4, "root_chord": 0.12098159492299637, "tip_chord": 0.0596843623388012, "span": 0.11027336858437287, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0523015885670144}, {"top_radius": 0.06298910676373484, "bottom_radius": 0.043966399944654476, "length": 0.06033087798354357, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007930270907542, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162030096483893, "upper_button_position": 0.08459001744236494}], "rail_length": 5, "inclination": 84.20596176204867, "heading": 55.00146174139884} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7217929671825865, "wind_velocity_y_factor": 0.5344912671495468, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350035066037431, "mass": 15.828529179710618, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330728267021702, "I_33_without_motor": 0.059410469077968216, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.122863711796292, "trigger": 800, "sampling_rate": 105, "lag": 1.640402722121083, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0112899863780678, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5888163830142574, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7521.5190059500665, "burn_start_time": 0.04625152924928339, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03276724974704232, "grain_number": 5, "grain_density": 1839.7402604311696, "grain_outer_radius": 0.03253799546838529, "grain_initial_inner_radius": 0.014913306049038717, "grain_initial_height": 0.11798518523619822, "grain_separation": 0.005939524363149742, "grains_center_of_mass_position": 0.3990229072534873, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000516342388575809, "throat_radius": 0.011151223877318263, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546590202927868}], "aerodynamic_surfaces": [{"length": 0.5570181106358634, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340081525936903}, {"n": 4, "root_chord": 0.11962497485346421, "tip_chord": 0.05993173517080912, "span": 0.11002697108043677, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050139396214662}, {"top_radius": 0.06332728130409564, "bottom_radius": 0.042868024468581976, "length": 0.0591409355000979, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002433055296555, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189027169014685, "upper_button_position": 0.08134058862818705}], "rail_length": 5, "inclination": 83.97183321787983, "heading": 56.800904328615125} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7590633932339146, "wind_velocity_y_factor": 0.7268820811789968, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06351509613194768, "mass": 15.686752319362586, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320702402242507, "I_33_without_motor": 0.011048032525408862, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.097110951591464, "trigger": 800, "sampling_rate": 105, "lag": 1.573926866361162, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0984762273116309, "trigger": "apogee", "sampling_rate": 105, "lag": 1.504927219104982, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7424.292078822429, "burn_start_time": -0.00809092198654179, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03325495262902431, "grain_number": 5, "grain_density": 1773.1516634136458, "grain_outer_radius": 0.03315402938177996, "grain_initial_inner_radius": 0.014909654573055927, "grain_initial_height": 0.11976000653679118, "grain_separation": 0.005454327654087094, "grains_center_of_mass_position": 0.39703904968865705, "center_of_dry_mass_position": 0.317, "nozzle_position": -7.244933078583295e-05, "throat_radius": 0.010744659256532096, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537874141315195}], "aerodynamic_surfaces": [{"length": 0.5577853525980655, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134417555187054}, {"n": 4, "root_chord": 0.1197412457227089, "tip_chord": 0.06054938551962191, "span": 0.11037780362646747, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489696117407425}, {"top_radius": 0.0628659059906526, "bottom_radius": 0.043183062655749595, "length": 0.05905025733750677, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698862307086667, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162098232369401, "upper_button_position": 0.0826524838497269}], "rail_length": 5, "inclination": 83.8446760002168, "heading": 53.584757513047} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0642725543914373, "wind_velocity_y_factor": 1.2920324990901542, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350515142685892, "mass": 15.551566059872922, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323718954818886, "I_33_without_motor": 0.038846861213102116, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.13549356713264, "trigger": 800, "sampling_rate": 105, "lag": 1.5604612945412244, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9522864403628944, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5427115135297256, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5153.096913259962, "burn_start_time": 0.05278870731609131, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033455150108852125, "grain_number": 5, "grain_density": 1771.0410846292953, "grain_outer_radius": 0.0329979734863624, "grain_initial_inner_radius": 0.01409101019480923, "grain_initial_height": 0.12011340096099425, "grain_separation": 0.004919470534795192, "grains_center_of_mass_position": 0.394979243764485, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00028561689541335336, "throat_radius": 0.010144219839465307, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25546192077964}], "aerodynamic_surfaces": [{"length": 0.558730154565079, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134067136572128}, {"n": 4, "root_chord": 0.1204376971602826, "tip_chord": 0.0605163545973447, "span": 0.10988258888370368, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048982128349803}, {"top_radius": 0.06215736206208583, "bottom_radius": 0.04422946446183198, "length": 0.0608173813173147, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985024390980406, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177322034400355, "upper_button_position": 0.08077023565800501}], "rail_length": 5, "inclination": 83.35755408522641, "heading": 52.20485933497885} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3375276415609134, "wind_velocity_y_factor": 0.756203946162324, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349581901761259, "mass": 15.611964121069253, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31991071693148, "I_33_without_motor": 0.02002752615923517, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.921740294435818, "trigger": 800, "sampling_rate": 105, "lag": 1.5454170263097151, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1218400479374573, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3899816549099682, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5962.6536626137, "burn_start_time": 0.06097899336616204, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033010900062355866, "grain_number": 5, "grain_density": 1820.5783012921524, "grain_outer_radius": 0.033291647178601905, "grain_initial_inner_radius": 0.015582404016503616, "grain_initial_height": 0.11969835663358945, "grain_separation": 0.006076447202306771, "grains_center_of_mass_position": 0.39725780783649683, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00018770052366092846, "throat_radius": 0.01026508057611001, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255161862840206}], "aerodynamic_surfaces": [{"length": 0.5597973275468481, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134237669214567}, {"n": 4, "root_chord": 0.12046331443667291, "tip_chord": 0.06009702222401583, "span": 0.10953147181014547, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491314573651807}, {"top_radius": 0.06135132511647545, "bottom_radius": 0.04371596809066549, "length": 0.0594846106991712, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003854101192811, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164842415122455, "upper_button_position": 0.08390116860703567}], "rail_length": 5, "inclination": 85.05083985165477, "heading": 54.7737958141284} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8355175927402139, "wind_velocity_y_factor": 0.9793846253854706, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350021930320707, "mass": 15.622735301838079, "I_11_without_motor": 6.321, "I_22_without_motor": 6.336444854856926, "I_33_without_motor": 0.052913078547818425, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.889214519376024, "trigger": 800, "sampling_rate": 105, "lag": 1.4447869693008795, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9324352874148307, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3675587723081406, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6232.29061785943, "burn_start_time": 0.07858958154334264, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03337562922054561, "grain_number": 5, "grain_density": 1749.3860961361638, "grain_outer_radius": 0.032678237854676606, "grain_initial_inner_radius": 0.014831740540248484, "grain_initial_height": 0.12080306026649362, "grain_separation": 0.005453618100928975, "grains_center_of_mass_position": 0.39713931839687994, "center_of_dry_mass_position": 0.317, "nozzle_position": 1.0178656897821564e-05, "throat_radius": 0.011639694704311514, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255295978399868}], "aerodynamic_surfaces": [{"length": 0.5591975444287238, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351812420384133}, {"n": 4, "root_chord": 0.12005802902521126, "tip_chord": 0.05928296059641223, "span": 0.11005816217461643, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495533185864414}, {"top_radius": 0.06095224120782356, "bottom_radius": 0.04197643925218889, "length": 0.059693876398743524, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007321780219703, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618766891059748, "upper_button_position": 0.08196528696222227}], "rail_length": 5, "inclination": 83.62075545481878, "heading": 51.65111596225725} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7459252227412485, "wind_velocity_y_factor": 1.209977588227154, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06351228481683809, "mass": 15.503394910706525, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3298786272562335, "I_33_without_motor": 0.020583424494483193, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.005587387867662, "trigger": 800, "sampling_rate": 105, "lag": 1.6827866923814925, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9441787707200227, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5174159359177848, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6311.258617683685, "burn_start_time": 0.05707143213829116, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03339274898405144, "grain_number": 5, "grain_density": 1796.5538497873827, "grain_outer_radius": 0.03288768076347068, "grain_initial_inner_radius": 0.014563137304339259, "grain_initial_height": 0.12076037585139274, "grain_separation": 0.004686997735554378, "grains_center_of_mass_position": 0.3972463634563571, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008193857875865374, "throat_radius": 0.011835517596152086, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558810934171334}], "aerodynamic_surfaces": [{"length": 0.5583157254183184, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334264765385438}, {"n": 4, "root_chord": 0.11937026221303577, "tip_chord": 0.06053479609340453, "span": 0.10990992588672925, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0469287912693108}, {"top_radius": 0.06373639883975464, "bottom_radius": 0.04422866595735842, "length": 0.06067681600312611, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014131357223059, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6208271397366837, "upper_button_position": 0.08058599598562222}], "rail_length": 5, "inclination": 85.1315807551188, "heading": 53.22470841532393} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0219471044478148, "wind_velocity_y_factor": 0.759146651147441, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349319176893142, "mass": 15.573707003667074, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324268999381995, "I_33_without_motor": 0.04443646290323192, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.066660756751311, "trigger": 800, "sampling_rate": 105, "lag": 1.4766570484029873, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9904550798478049, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3559363689577888, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5824.574405806914, "burn_start_time": -0.04926727466277622, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033766150438025964, "grain_number": 5, "grain_density": 1763.7836939944398, "grain_outer_radius": 0.03258805235460425, "grain_initial_inner_radius": 0.015249591919008236, "grain_initial_height": 0.11788026248443328, "grain_separation": 0.006085766344837007, "grains_center_of_mass_position": 0.3959490149505754, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015684836724740856, "throat_radius": 0.010352857663741865, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560928182501905}], "aerodynamic_surfaces": [{"length": 0.5572398957512656, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335036222362622}, {"n": 4, "root_chord": 0.11990242758789263, "tip_chord": 0.05980086057090763, "span": 0.10968451362092543, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0516197817159816}, {"top_radius": 0.062390274835548994, "bottom_radius": 0.04339043452632637, "length": 0.059174481347371286, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983856620919998, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170011219552559, "upper_button_position": 0.0813845401367439}], "rail_length": 5, "inclination": 86.37229121052697, "heading": 51.50258517253028} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6635073520093491, "wind_velocity_y_factor": 0.9289934888837592, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.0634934539093735, "mass": 15.914470985574992, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324146686714258, "I_33_without_motor": 0.0367569907938933, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.966213258711583, "trigger": 800, "sampling_rate": 105, "lag": 1.44819384100098, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9555876653261786, "trigger": "apogee", "sampling_rate": 105, "lag": 2.059276943288003, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5410.515512241029, "burn_start_time": -0.1161117878913917, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03272756865169609, "grain_number": 5, "grain_density": 1813.9008469467346, "grain_outer_radius": 0.03311139221998079, "grain_initial_inner_radius": 0.014365235902065334, "grain_initial_height": 0.1185662471442558, "grain_separation": 0.0044245768215007645, "grains_center_of_mass_position": 0.3966275486465975, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005214730687727364, "throat_radius": 0.011576024948918606, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554275793857943}], "aerodynamic_surfaces": [{"length": 0.5570725574798471, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134615910579328}, {"n": 4, "root_chord": 0.1200734590345746, "tip_chord": 0.06005923051484177, "span": 0.11016031767441138, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488198146100582}, {"top_radius": 0.062133121455377055, "bottom_radius": 0.044271308857046554, "length": 0.06022731745861761, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698373168129139, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169420682514485, "upper_button_position": 0.08143109987769048}], "rail_length": 5, "inclination": 84.56438470076489, "heading": 53.40327957539393} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.077098822755272, "wind_velocity_y_factor": 1.1096580096597293, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350996091462537, "mass": 15.632192746611242, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318921815506944, "I_33_without_motor": 0.02638781183389017, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.938670360840955, "trigger": 800, "sampling_rate": 105, "lag": 1.4466625623273062, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9572602309161629, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6986282347528165, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6333.1826888885225, "burn_start_time": 0.004822512604704554, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03280112067379234, "grain_number": 5, "grain_density": 1798.4728814860466, "grain_outer_radius": 0.032570677232486044, "grain_initial_inner_radius": 0.01547400601001745, "grain_initial_height": 0.11901364865103163, "grain_separation": 0.0047198058698729945, "grains_center_of_mass_position": 0.39660364242355106, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002340079789707215, "throat_radius": 0.011534244437788468, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255495088967004}], "aerodynamic_surfaces": [{"length": 0.5569961465276331, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333253309247497}, {"n": 4, "root_chord": 0.11983160347012556, "tip_chord": 0.05967098080695683, "span": 0.11012568005016773, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500334134308211}, {"top_radius": 0.06218616012080411, "bottom_radius": 0.04386423059274881, "length": 0.059025806008509325, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700449272176727, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184511871461108, "upper_button_position": 0.08199808503061623}], "rail_length": 5, "inclination": 84.333160421651, "heading": 50.70859441145726} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5142395874671504, "wind_velocity_y_factor": 0.9704224761552481, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.063506579187518, "mass": 15.547172143198845, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31533801118078, "I_33_without_motor": 0.028949858719160664, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.143877188901754, "trigger": 800, "sampling_rate": 105, "lag": 1.52914061925633, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.02891503841088, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6697033452746466, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6391.206090927433, "burn_start_time": 0.0321984377508412, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03362166353047644, "grain_number": 5, "grain_density": 1818.2031753168205, "grain_outer_radius": 0.03378774014403002, "grain_initial_inner_radius": 0.015280361139439279, "grain_initial_height": 0.12096283858249814, "grain_separation": 0.004839466538482018, "grains_center_of_mass_position": 0.39622616668793204, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0020460511746568794, "throat_radius": 0.010751861303681363, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2533813902795312}], "aerodynamic_surfaces": [{"length": 0.5581710924889564, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349354413355912}, {"n": 4, "root_chord": 0.1207425796434179, "tip_chord": 0.06045403814807314, "span": 0.11059795587199692, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497676102952258}, {"top_radius": 0.06447712780479853, "bottom_radius": 0.04442139430858008, "length": 0.05964096282293968, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992717739459179, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191766285297918, "upper_button_position": 0.08009514541612606}], "rail_length": 5, "inclination": 86.02698968341313, "heading": 52.14623695581263} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.146411341660371, "wind_velocity_y_factor": 0.7917932153421283, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350774183086184, "mass": 14.814494924662226, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313414228893951, "I_33_without_motor": 0.034461002905029646, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.98046798185744, "trigger": 800, "sampling_rate": 105, "lag": 1.637751186671995, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9793641242313136, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5033153141088629, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5466.211724895723, "burn_start_time": -0.012870412321791312, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032887926288458144, "grain_number": 5, "grain_density": 1885.2826169828215, "grain_outer_radius": 0.0333989937277981, "grain_initial_inner_radius": 0.014967160287319392, "grain_initial_height": 0.12032433349303492, "grain_separation": 0.0053545757271124, "grains_center_of_mass_position": 0.3984824072968976, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0001990488805265691, "throat_radius": 0.011295598002648772, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2573134645743134}], "aerodynamic_surfaces": [{"length": 0.5584730827313481, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329320623096784}, {"n": 4, "root_chord": 0.11936611908964881, "tip_chord": 0.06103897655841618, "span": 0.11104155437440681, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493278091368308}, {"top_radius": 0.06340731810178421, "bottom_radius": 0.042826919894656, "length": 0.059760980174055636, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012522205154639, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199868571915857, "upper_button_position": 0.08126536332387813}], "rail_length": 5, "inclination": 84.44258487032288, "heading": 54.50811933561836} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7897545945258249, "wind_velocity_y_factor": 0.973065226426183, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349624125496647, "mass": 15.368021452570733, "I_11_without_motor": 6.321, "I_22_without_motor": 6.305790002485602, "I_33_without_motor": 0.03512675419969965, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.073019178586215, "trigger": 800, "sampling_rate": 105, "lag": 1.534492444586368, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9577862915463529, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5347216315510495, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5902.637435788996, "burn_start_time": -0.08955414031968165, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03403078340655192, "grain_number": 5, "grain_density": 1821.9218733982218, "grain_outer_radius": 0.03287912474154368, "grain_initial_inner_radius": 0.01516237702532683, "grain_initial_height": 0.12028475831856113, "grain_separation": 0.0049616362362003355, "grains_center_of_mass_position": 0.3983754007872792, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002354759257820891, "throat_radius": 0.01072507379996301, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550617546395593}], "aerodynamic_surfaces": [{"length": 0.5584140006943583, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353823949862094}, {"n": 4, "root_chord": 0.1196238582387517, "tip_chord": 0.059382940854212626, "span": 0.10963788368982784, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491026470440048}, {"top_radius": 0.06266238959067735, "bottom_radius": 0.04437477921733804, "length": 0.05846653654310933, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995723820503541, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173976028453211, "upper_button_position": 0.08217477920503302}], "rail_length": 5, "inclination": 85.06855895891314, "heading": 52.953051394043094} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3345353561993278, "wind_velocity_y_factor": 0.6703809856213112, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349269328174488, "mass": 15.165295240308328, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332054027118604, "I_33_without_motor": 0.03749854485116425, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.941428557059977, "trigger": 800, "sampling_rate": 105, "lag": 1.4947410750885453, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1015571237292754, "trigger": "apogee", "sampling_rate": 105, "lag": 1.534387647989708, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7634.610605323285, "burn_start_time": 0.032504619972757366, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033114688634570615, "grain_number": 5, "grain_density": 1853.6689787422106, "grain_outer_radius": 0.03257231671509936, "grain_initial_inner_radius": 0.014573553775764905, "grain_initial_height": 0.11943766271526474, "grain_separation": 0.004245481138918957, "grains_center_of_mass_position": 0.3966670031724267, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000813523681005027, "throat_radius": 0.011377216382598835, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550810585838028}], "aerodynamic_surfaces": [{"length": 0.559693050776354, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324187323344765}, {"n": 4, "root_chord": 0.120379086429829, "tip_chord": 0.060350738454953416, "span": 0.11061346569947002, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505675005512585}, {"top_radius": 0.06341703348065413, "bottom_radius": 0.04142121359494573, "length": 0.06115131028173919, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993510050449794, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185037081766968, "upper_button_position": 0.08084729686828263}], "rail_length": 5, "inclination": 84.02828945890076, "heading": 53.59218998279502} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.367737873223722, "wind_velocity_y_factor": 1.388368751641851, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350690514821666, "mass": 16.058316036765873, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332746974872715, "I_33_without_motor": 0.034952797930359505, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.932189139323587, "trigger": 800, "sampling_rate": 105, "lag": 1.5012144350249361, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9303991450764144, "trigger": "apogee", "sampling_rate": 105, "lag": 1.637953466219559, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6505.115579934286, "burn_start_time": -0.17002069471761874, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03306916306552442, "grain_number": 5, "grain_density": 1814.04750345843, "grain_outer_radius": 0.03292902990392145, "grain_initial_inner_radius": 0.014764406782606366, "grain_initial_height": 0.12051133524544859, "grain_separation": 0.004282053564063563, "grains_center_of_mass_position": 0.3973109740796126, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008133875309360601, "throat_radius": 0.011017488844938634, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253858372011053}], "aerodynamic_surfaces": [{"length": 0.55737508107686, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1321267432598894}, {"n": 4, "root_chord": 0.1198330805275025, "tip_chord": 0.060288634798711487, "span": 0.10893319852919896, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0480984642065483}, {"top_radius": 0.06357407738015204, "bottom_radius": 0.044320989448354046, "length": 0.060929146619975366, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001651693337808, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173960355458046, "upper_button_position": 0.08276913378797623}], "rail_length": 5, "inclination": 84.15517853158504, "heading": 52.56538283436605} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2604720353548702, "wind_velocity_y_factor": 1.0812619513127029, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350109585944096, "mass": 15.281760230062655, "I_11_without_motor": 6.321, "I_22_without_motor": 6.302461831932256, "I_33_without_motor": 0.03820182694272607, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.999921788417357, "trigger": 800, "sampling_rate": 105, "lag": 1.4782859629704095, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.119930624866815, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4943032202131523, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5921.121729764344, "burn_start_time": 0.004341064335248729, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03308810931439572, "grain_number": 5, "grain_density": 1811.500824725376, "grain_outer_radius": 0.03277302840911633, "grain_initial_inner_radius": 0.015451470756026736, "grain_initial_height": 0.11945560462176223, "grain_separation": 0.005159646896293463, "grains_center_of_mass_position": 0.3965933146359277, "center_of_dry_mass_position": 0.317, "nozzle_position": 9.618429681596533e-05, "throat_radius": 0.009918147440461966, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547476988852653}], "aerodynamic_surfaces": [{"length": 0.5581183093364317, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343819532928872}, {"n": 4, "root_chord": 0.1200690810861348, "tip_chord": 0.059736211829994355, "span": 0.10913159133006796, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500335896964683}, {"top_radius": 0.06510663997770362, "bottom_radius": 0.044874472356893125, "length": 0.06298423943983172, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002991277906688, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175398206597055, "upper_button_position": 0.08275930713096336}], "rail_length": 5, "inclination": 83.90915412775709, "heading": 55.34465207540995} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1713262806496072, "wind_velocity_y_factor": 0.27712503920171594, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350312685585166, "mass": 15.017673216768861, "I_11_without_motor": 6.321, "I_22_without_motor": 6.305831927604346, "I_33_without_motor": 0.024117426031427844, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.948985612797285, "trigger": 800, "sampling_rate": 105, "lag": 1.5526939684002998, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9944252714972355, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4077503948402499, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6444.734950936864, "burn_start_time": -0.05777869157762388, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03275832247920656, "grain_number": 5, "grain_density": 1821.0736609554172, "grain_outer_radius": 0.032986497278683045, "grain_initial_inner_radius": 0.015167789856359394, "grain_initial_height": 0.12026064158684942, "grain_separation": 0.004595071937757495, "grains_center_of_mass_position": 0.3976602240604046, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015706378856962233, "throat_radius": 0.01166396978899751, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537792411116218}], "aerodynamic_surfaces": [{"length": 0.5590257816336412, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329479448563005}, {"n": 4, "root_chord": 0.12043738171492085, "tip_chord": 0.06067836788816614, "span": 0.11012543800416619, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0518866379809317}, {"top_radius": 0.06492223476473029, "bottom_radius": 0.044173646675234796, "length": 0.05920485820581712, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989007517596159, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177988179236393, "upper_button_position": 0.08110193383597653}], "rail_length": 5, "inclination": 85.31891414372456, "heading": 54.18068738702121} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6260562769995819, "wind_velocity_y_factor": 0.5068729751713179, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349817213683127, "mass": 15.363800953479494, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308266117124104, "I_33_without_motor": 0.043567877419239745, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.024007045592288, "trigger": 800, "sampling_rate": 105, "lag": 1.6028687404965063, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0276491093189337, "trigger": "apogee", "sampling_rate": 105, "lag": 1.400677827889225, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4989.510602496346, "burn_start_time": 0.017598982008517682, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03322657387391142, "grain_number": 5, "grain_density": 1899.6710581290977, "grain_outer_radius": 0.033536375139401574, "grain_initial_inner_radius": 0.015374164474415345, "grain_initial_height": 0.1181796170006807, "grain_separation": 0.0037172493132151515, "grains_center_of_mass_position": 0.39855011143575414, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001414254829520645, "throat_radius": 0.012021596070866145, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2568473126400805}], "aerodynamic_surfaces": [{"length": 0.5574034969533455, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344305729940443}, {"n": 4, "root_chord": 0.11998684860069854, "tip_chord": 0.060238307359590036, "span": 0.10959003060377082, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495734641998433}, {"top_radius": 0.061326388279609505, "bottom_radius": 0.04422032070325003, "length": 0.0605589639145722, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010657597358934, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191636514050844, "upper_button_position": 0.08190210833080891}], "rail_length": 5, "inclination": 85.65538770219996, "heading": 53.69149992562296} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.746309282720727, "wind_velocity_y_factor": 0.7662548094614633, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.0635093837616285, "mass": 16.207748814870293, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3232320031956535, "I_33_without_motor": 0.03289206351917019, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.948324077608017, "trigger": 800, "sampling_rate": 105, "lag": 1.4426886601685096, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9322953224467204, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4281120947768882, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6656.283752755385, "burn_start_time": -0.025241612848604312, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03351941620473056, "grain_number": 5, "grain_density": 1757.482525575208, "grain_outer_radius": 0.033334400526409035, "grain_initial_inner_radius": 0.015518986632180523, "grain_initial_height": 0.11885319266952518, "grain_separation": 0.005017099522127106, "grains_center_of_mass_position": 0.39523596342270684, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003742263581390362, "throat_radius": 0.0108641373600643, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548998398339282}], "aerodynamic_surfaces": [{"length": 0.5593104205506002, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133651508957425}, {"n": 4, "root_chord": 0.12047080287638792, "tip_chord": 0.059360679150638876, "span": 0.11009781789745125, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049485939677813}, {"top_radius": 0.0642576937993347, "bottom_radius": 0.044515671880247326, "length": 0.0597337291153048, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989642480924027, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6196662797761702, "upper_button_position": 0.07929796831623248}], "rail_length": 5, "inclination": 84.65710682348171, "heading": 56.72193868270625} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6471843161190425, "wind_velocity_y_factor": 1.3511210289410065, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.0635001632047321, "mass": 14.95349096759245, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319402592195662, "I_33_without_motor": 0.037411401020154125, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.990758959120745, "trigger": 800, "sampling_rate": 105, "lag": 1.6534925274365009, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0869544049197148, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5977879265032167, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6499.4717739087455, "burn_start_time": -0.08318886794120187, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032712227906158416, "grain_number": 5, "grain_density": 1805.4536671663175, "grain_outer_radius": 0.03257492147447281, "grain_initial_inner_radius": 0.014233103450175217, "grain_initial_height": 0.11968769864912748, "grain_separation": 0.005205104924070514, "grains_center_of_mass_position": 0.3967918784389707, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001438013979578411, "throat_radius": 0.010450152272786997, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2533599563367153}], "aerodynamic_surfaces": [{"length": 0.5588864964613381, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334549936383627}, {"n": 4, "root_chord": 0.12028860127812915, "tip_chord": 0.059703788331650104, "span": 0.10972426403077465, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494640033167908}, {"top_radius": 0.0649341159012984, "bottom_radius": 0.04282402025145654, "length": 0.05936756155166674, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012568049926605, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193810941931754, "upper_button_position": 0.08187571079948508}], "rail_length": 5, "inclination": 85.08464428360737, "heading": 54.123588346881554} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5722297279806988, "wind_velocity_y_factor": 0.9656731787510192, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350245130999614, "mass": 14.645718562356848, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327865723610198, "I_33_without_motor": 0.02797395617936034, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.122626343900292, "trigger": 800, "sampling_rate": 105, "lag": 1.6243293078933585, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9263120643448759, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5644302725684593, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5506.370513510772, "burn_start_time": -0.05986979337682701, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033182573917318964, "grain_number": 5, "grain_density": 1807.8031473889935, "grain_outer_radius": 0.03331442544587896, "grain_initial_inner_radius": 0.015254680231512755, "grain_initial_height": 0.11858214282613674, "grain_separation": 0.008220770387490809, "grains_center_of_mass_position": 0.3968211447127127, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005653328882290439, "throat_radius": 0.010780268697008936, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255393110029073}], "aerodynamic_surfaces": [{"length": 0.5569309638252059, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345279844011174}, {"n": 4, "root_chord": 0.12031965990564963, "tip_chord": 0.06032212372899804, "span": 0.11001921395902887, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499001601393054}, {"top_radius": 0.062363275688548735, "bottom_radius": 0.04086916381454574, "length": 0.06034163150020297, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7020412302543863, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173285991209767, "upper_button_position": 0.08471263113340954}], "rail_length": 5, "inclination": 85.22848413741175, "heading": 54.35927927725134} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5430980059464305, "wind_velocity_y_factor": 1.1541375100984603, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.0634977239933055, "mass": 15.277930070120231, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309916877955996, "I_33_without_motor": 0.04303136941465322, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.035322727223265, "trigger": 800, "sampling_rate": 105, "lag": 1.4693562256640365, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1357322381681407, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9803426966482314, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5240.396239599673, "burn_start_time": -0.06675509676804191, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03271614702365876, "grain_number": 5, "grain_density": 1835.1396672787407, "grain_outer_radius": 0.032738608866038396, "grain_initial_inner_radius": 0.015572192420389491, "grain_initial_height": 0.11836173148482688, "grain_separation": 0.005608995506006856, "grains_center_of_mass_position": 0.3973831011590717, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011036585527366004, "throat_radius": 0.010768464956544245, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538655057343275}], "aerodynamic_surfaces": [{"length": 0.5579806429846066, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330732467839777}, {"n": 4, "root_chord": 0.11970662062862063, "tip_chord": 0.059959597825629665, "span": 0.10943619412383136, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049593075262792}, {"top_radius": 0.06332468228965521, "bottom_radius": 0.043197951979313136, "length": 0.060717451551106354, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990399561368824, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185032731470805, "upper_button_position": 0.08053668298980188}], "rail_length": 5, "inclination": 83.14257773398116, "heading": 53.79081064964582} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9245252300678972, "wind_velocity_y_factor": 1.1367585780277385, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349874477687506, "mass": 15.230041517427548, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31985169315829, "I_33_without_motor": 0.04080058262194682, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.922125958256855, "trigger": 800, "sampling_rate": 105, "lag": 1.4333808209446404, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0016982834476789, "trigger": "apogee", "sampling_rate": 105, "lag": 1.704554938494994, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6933.699018051054, "burn_start_time": -0.09397942383283042, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033471176043669906, "grain_number": 5, "grain_density": 1814.9141639196678, "grain_outer_radius": 0.03345799322549568, "grain_initial_inner_radius": 0.014898533479247201, "grain_initial_height": 0.11979006231199918, "grain_separation": 0.0049589047909162996, "grains_center_of_mass_position": 0.3972775329001811, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0017137117565594628, "throat_radius": 0.010648478646315506, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553909963879288}], "aerodynamic_surfaces": [{"length": 0.5570287251756892, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350157603927793}, {"n": 4, "root_chord": 0.1202427453990646, "tip_chord": 0.06012838337639263, "span": 0.1104551483773091, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505424727412669}, {"top_radius": 0.06386461507595721, "bottom_radius": 0.044017593385464335, "length": 0.06040027582535673, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992323307507959, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166979314803283, "upper_button_position": 0.08253439927046768}], "rail_length": 5, "inclination": 84.15528199641469, "heading": 51.57620619866646} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0516583924457745, "wind_velocity_y_factor": 0.6798104084104116, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.063513347939536, "mass": 15.339938497963145, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319913788707094, "I_33_without_motor": 0.03622225389112943, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.946983890293751, "trigger": 800, "sampling_rate": 105, "lag": 1.3309556316470081, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1284836724929233, "trigger": "apogee", "sampling_rate": 105, "lag": 1.413220621899854, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5876.960969702953, "burn_start_time": -0.08308548036373618, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03444736014182837, "grain_number": 5, "grain_density": 1794.9585447533439, "grain_outer_radius": 0.03294284667098121, "grain_initial_inner_radius": 0.01546212723983911, "grain_initial_height": 0.11940662813039828, "grain_separation": 0.0061412863137652015, "grains_center_of_mass_position": 0.3981009337876272, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001644896878780591, "throat_radius": 0.01018482184529877, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543267650048457}], "aerodynamic_surfaces": [{"length": 0.5570755619121627, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133565281416835}, {"n": 4, "root_chord": 0.12025929844801056, "tip_chord": 0.06068069641768512, "span": 0.1099102389441915, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0479404992493007}, {"top_radius": 0.06242796806464862, "bottom_radius": 0.04651053871758807, "length": 0.06096582176612015, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700488904665877, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194159446420221, "upper_button_position": 0.08107296002385489}], "rail_length": 5, "inclination": 84.44673106037995, "heading": 50.35390548189215} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.2816938906197394, "wind_velocity_y_factor": 1.3461813800038531, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350514629556395, "mass": 14.51220243168931, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322217441405753, "I_33_without_motor": 0.045074733175979084, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.133792279076323, "trigger": 800, "sampling_rate": 105, "lag": 1.4464288627080102, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9900316880167815, "trigger": "apogee", "sampling_rate": 105, "lag": 1.445524999882452, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7101.488632919826, "burn_start_time": -0.015025914458376156, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033242101916213795, "grain_number": 5, "grain_density": 1857.6083946667081, "grain_outer_radius": 0.03312389637172195, "grain_initial_inner_radius": 0.015351734960837776, "grain_initial_height": 0.12177860530871523, "grain_separation": 0.005071155120720461, "grains_center_of_mass_position": 0.39619623986390257, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000533580194819517, "throat_radius": 0.011176834528448485, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550447663408362}], "aerodynamic_surfaces": [{"length": 0.5569352263716835, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346173137534579}, {"n": 4, "root_chord": 0.12000747811732683, "tip_chord": 0.05994223689394862, "span": 0.11059317525010548, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493172069902306}, {"top_radius": 0.061441848650673495, "bottom_radius": 0.04396818219808622, "length": 0.05968024819042811, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001375279748144, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173578302471046, "upper_button_position": 0.08277969772770988}], "rail_length": 5, "inclination": 84.11140178448561, "heading": 53.578762865673234} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5291346849941452, "wind_velocity_y_factor": 0.6721722678403625, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350648298507544, "mass": 16.450754397175665, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310896876646749, "I_33_without_motor": 0.03996358881317175, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.937074254600526, "trigger": 800, "sampling_rate": 105, "lag": 1.6646291658098762, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0308988116333206, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5467305234278927, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5996.8588781147755, "burn_start_time": -0.00572676508962368, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032970454124620706, "grain_number": 5, "grain_density": 1827.4804387196104, "grain_outer_radius": 0.03299509706727758, "grain_initial_inner_radius": 0.015402228258474577, "grain_initial_height": 0.11922849914306922, "grain_separation": 0.004992551561806525, "grains_center_of_mass_position": 0.39717538732603436, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010015064802378101, "throat_radius": 0.011745458614086754, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543765076233309}], "aerodynamic_surfaces": [{"length": 0.5566698270667453, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133644836000796}, {"n": 4, "root_chord": 0.12099765177529206, "tip_chord": 0.05939189591576686, "span": 0.10947374131944797, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496473282629188}, {"top_radius": 0.06403075086210241, "bottom_radius": 0.04344373434170272, "length": 0.06123722851437389, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005791590570919, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168367617137589, "upper_button_position": 0.083742397343333}], "rail_length": 5, "inclination": 85.18278009984927, "heading": 53.02212278463601} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2580196819100267, "wind_velocity_y_factor": 1.4650180824664603, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06351061947895101, "mass": 14.429759743426274, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333637265266449, "I_33_without_motor": 0.04925599768129901, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.954401359088122, "trigger": 800, "sampling_rate": 105, "lag": 1.5614516740019821, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.052717855920041, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6391426813329668, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6723.117193591146, "burn_start_time": -0.049269848871329604, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03378447335735077, "grain_number": 5, "grain_density": 1759.2153438905548, "grain_outer_radius": 0.03322202545827454, "grain_initial_inner_radius": 0.013821746505489, "grain_initial_height": 0.11975073409346958, "grain_separation": 0.004414357851852179, "grains_center_of_mass_position": 0.39416148312070576, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007184036402180314, "throat_radius": 0.010005044509148448, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551185063229557}], "aerodynamic_surfaces": [{"length": 0.5565559729316969, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345529104237038}, {"n": 4, "root_chord": 0.1200096912435555, "tip_chord": 0.05995374877270478, "span": 0.1101947185047819, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051712072260389}, {"top_radius": 0.06419283353095219, "bottom_radius": 0.04332934455585877, "length": 0.06127474919226538, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986636533488233, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170167217620417, "upper_button_position": 0.0816469315867816}], "rail_length": 5, "inclination": 85.38889835985415, "heading": 53.25148806778613} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2402147087417363, "wind_velocity_y_factor": 0.7934269750356215, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350460292469007, "mass": 15.191200369876734, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3072034660364285, "I_33_without_motor": 0.028654187586713814, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.080276554319374, "trigger": 800, "sampling_rate": 105, "lag": 1.53321380645055, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0601805991617037, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5322757234777686, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8324.923985978641, "burn_start_time": 0.13710435126369755, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033054354862632286, "grain_number": 5, "grain_density": 1793.8831013667502, "grain_outer_radius": 0.032582264491209274, "grain_initial_inner_radius": 0.014431300452655412, "grain_initial_height": 0.11889626617569214, "grain_separation": 0.004579855127847341, "grains_center_of_mass_position": 0.3963672754876127, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003134061703686783, "throat_radius": 0.010854378521776429, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540264522553202}], "aerodynamic_surfaces": [{"length": 0.5592510765911018, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338064323087431}, {"n": 4, "root_chord": 0.12015298064945859, "tip_chord": 0.06025275387392476, "span": 0.1094214291489557, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495762896152152}, {"top_radius": 0.06222651247108012, "bottom_radius": 0.04299148866693389, "length": 0.058967504450821905, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002130301900902, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185793387225628, "upper_button_position": 0.08163369146752741}], "rail_length": 5, "inclination": 86.42476936181558, "heading": 52.404538464487594} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4760342361367085, "wind_velocity_y_factor": 0.6670573082227562, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350429075005566, "mass": 14.977528850320002, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321753689050865, "I_33_without_motor": 0.036259492673438566, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.100362937889662, "trigger": 800, "sampling_rate": 105, "lag": 1.642256831978526, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0632965629049587, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6821463642368648, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6625.36045780973, "burn_start_time": -0.014707777614395831, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.034032075587768676, "grain_number": 5, "grain_density": 1745.1217980767613, "grain_outer_radius": 0.0335319379936086, "grain_initial_inner_radius": 0.01454288551041283, "grain_initial_height": 0.11991340328776216, "grain_separation": 0.004420924567822871, "grains_center_of_mass_position": 0.39631218074338076, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006010823794162656, "throat_radius": 0.010844997638474619, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535013473200245}], "aerodynamic_surfaces": [{"length": 0.5580484348786793, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342005835437967}, {"n": 4, "root_chord": 0.1203515003389261, "tip_chord": 0.05946039698687316, "span": 0.11033159936594295, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049171947370896}, {"top_radius": 0.06503950842537791, "bottom_radius": 0.04327304126909514, "length": 0.061440998740325166, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002815952257228, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192590189230293, "upper_button_position": 0.0810225763026935}], "rail_length": 5, "inclination": 84.59706919067581, "heading": 53.94961040211526} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.096118183035753, "wind_velocity_y_factor": 0.9002775823815468, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349849972798852, "mass": 14.728502581367067, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3298046038730815, "I_33_without_motor": 0.03335224223736628, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.915305812830523, "trigger": 800, "sampling_rate": 105, "lag": 1.4325419176857264, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9764307866085152, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5826280833065391, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7665.660342006158, "burn_start_time": 0.0883028881478155, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03344769127008252, "grain_number": 5, "grain_density": 1835.4425585503957, "grain_outer_radius": 0.03335684154141127, "grain_initial_inner_radius": 0.015237828976707214, "grain_initial_height": 0.12065538260449418, "grain_separation": 0.0035139831603393924, "grains_center_of_mass_position": 0.39768503977029995, "center_of_dry_mass_position": 0.317, "nozzle_position": -7.434776366840442e-05, "throat_radius": 0.01069039738104939, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255103679829654}], "aerodynamic_surfaces": [{"length": 0.5563361255060548, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345879156553504}, {"n": 4, "root_chord": 0.1203035965745853, "tip_chord": 0.06045512861681673, "span": 0.11109084062511085, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487341644662438}, {"top_radius": 0.06357126217192476, "bottom_radius": 0.04304711887390371, "length": 0.061705348623741316, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982444722471765, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172455840626965, "upper_button_position": 0.08099888818447998}], "rail_length": 5, "inclination": 83.9329083586876, "heading": 55.926450528545466} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5507779792542036, "wind_velocity_y_factor": 1.0706518221590373, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349725101531244, "mass": 15.072056600132916, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319136737916869, "I_33_without_motor": 0.03379120050921541, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.977164314013086, "trigger": 800, "sampling_rate": 105, "lag": 1.424135129567731, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.031045201564361, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4456322866990647, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7334.318417834293, "burn_start_time": 0.07872530343931716, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03289947161865004, "grain_number": 5, "grain_density": 1848.5777160461473, "grain_outer_radius": 0.03304837290000098, "grain_initial_inner_radius": 0.014951636852972253, "grain_initial_height": 0.1215536176555374, "grain_separation": 0.004943585430117514, "grains_center_of_mass_position": 0.39702179440357066, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000717433652475741, "throat_radius": 0.010944256356415806, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543321534427203}], "aerodynamic_surfaces": [{"length": 0.5574832087732695, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340010741834512}, {"n": 4, "root_chord": 0.11943811278475444, "tip_chord": 0.06035117484287752, "span": 0.1103313276098497, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0510136852801673}, {"top_radius": 0.06266747085923279, "bottom_radius": 0.043798942381634044, "length": 0.05989395101720452, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997627045601174, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184849362555823, "upper_button_position": 0.08127776830453504}], "rail_length": 5, "inclination": 85.87514507854785, "heading": 52.35505170584215} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.056968253974254, "wind_velocity_y_factor": 1.0629790113958983, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.063506862281128, "mass": 14.297290399418792, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31820032757493, "I_33_without_motor": 0.03554380299696967, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.934458564268613, "trigger": 800, "sampling_rate": 105, "lag": 1.5260249039658058, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9275000167699949, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4564168596287237, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6286.092571021791, "burn_start_time": 0.10595565496704817, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03318159038877688, "grain_number": 5, "grain_density": 1767.2391767958568, "grain_outer_radius": 0.03294110246963319, "grain_initial_inner_radius": 0.014447676979103223, "grain_initial_height": 0.12055790467407093, "grain_separation": 0.0070279650168893985, "grains_center_of_mass_position": 0.3983670043504589, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008256333790126118, "throat_radius": 0.011320084496183725, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547274785139537}], "aerodynamic_surfaces": [{"length": 0.558800378929558, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353986836132912}, {"n": 4, "root_chord": 0.12098157490269132, "tip_chord": 0.06027706002861309, "span": 0.11095826055646632, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495346099854936}, {"top_radius": 0.06392382833389791, "bottom_radius": 0.04484942873717162, "length": 0.0614318557556788, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002749362325045, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178067206394553, "upper_button_position": 0.08246821559304918}], "rail_length": 5, "inclination": 84.93118229655703, "heading": 53.39882990878672} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.256924604516386, "wind_velocity_y_factor": 0.7097501806890838, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349265275901383, "mass": 15.916142966818713, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329330504655616, "I_33_without_motor": 0.03883528202040531, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.950194812461348, "trigger": 800, "sampling_rate": 105, "lag": 1.5375643752730412, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.993359770952205, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7272372721499347, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5131.275247386939, "burn_start_time": -0.08217626422324266, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03324498456708597, "grain_number": 5, "grain_density": 1790.0864662500214, "grain_outer_radius": 0.03327315416984375, "grain_initial_inner_radius": 0.015376779018564822, "grain_initial_height": 0.11842828782478648, "grain_separation": 0.006638374325168548, "grains_center_of_mass_position": 0.3982355329974357, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012279076980830945, "throat_radius": 0.01104876905476984, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2570048284104853}], "aerodynamic_surfaces": [{"length": 0.55744531504818, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336482951104887}, {"n": 4, "root_chord": 0.1200515942186863, "tip_chord": 0.05964882641826135, "span": 0.109657880772865, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050072186491602}, {"top_radius": 0.06414292964540674, "bottom_radius": 0.04337543942431139, "length": 0.05863959185631732, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001846058107879, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191940233473708, "upper_button_position": 0.08099058246341706}], "rail_length": 5, "inclination": 84.69958283457746, "heading": 51.594388876013966} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4032159517034726, "wind_velocity_y_factor": 1.0510907413457402, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349548214122547, "mass": 15.784357003105438, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310078010246323, "I_33_without_motor": 0.016368705794371028, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.025762712351138, "trigger": 800, "sampling_rate": 105, "lag": 1.5997120162890173, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9435871529625055, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3482387449225768, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8015.463337030657, "burn_start_time": -0.0006564230143320024, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03332290281567849, "grain_number": 5, "grain_density": 1876.671462357474, "grain_outer_radius": 0.033033471133530896, "grain_initial_inner_radius": 0.015405094081321673, "grain_initial_height": 0.11898240622813094, "grain_separation": 0.007438867677510296, "grains_center_of_mass_position": 0.3983093272345029, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007253806723391908, "throat_radius": 0.01167897867242948, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2531102268241037}], "aerodynamic_surfaces": [{"length": 0.5567904196296484, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341910486320153}, {"n": 4, "root_chord": 0.12013008392874855, "tip_chord": 0.060131178779834635, "span": 0.11051252198143213, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496527476875255}, {"top_radius": 0.06284539955668679, "bottom_radius": 0.04499166276175532, "length": 0.058980154667123745, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6978680041156351, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184154555472161, "upper_button_position": 0.07945254856841899}], "rail_length": 5, "inclination": 84.69566043005253, "heading": 58.06833117831211} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9616780309268694, "wind_velocity_y_factor": 1.1752248039772761, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349917988075705, "mass": 15.44658814847899, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325736947812116, "I_33_without_motor": 0.025057792594699542, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.958915730573311, "trigger": 800, "sampling_rate": 105, "lag": 1.4471489218314337, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9960476115789575, "trigger": "apogee", "sampling_rate": 105, "lag": 1.301402462566649, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7700.071584370769, "burn_start_time": 0.023443591061495263, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03248099821627691, "grain_number": 5, "grain_density": 1841.5519391796147, "grain_outer_radius": 0.033057302382740794, "grain_initial_inner_radius": 0.014752794432407854, "grain_initial_height": 0.12173951287640881, "grain_separation": 0.00485399313605227, "grains_center_of_mass_position": 0.3976354181991929, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.002016698391537746, "throat_radius": 0.011018223242313881, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554668572274827}], "aerodynamic_surfaces": [{"length": 0.5570524071841576, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134723779752301}, {"n": 4, "root_chord": 0.12047113471062157, "tip_chord": 0.05920387938036531, "span": 0.10984491152779231, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506892055806714}, {"top_radius": 0.062723153804636, "bottom_radius": 0.04558861035367523, "length": 0.060947475533843505, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002927517125388, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617146565726655, "upper_button_position": 0.08314618598588375}], "rail_length": 5, "inclination": 84.12190141825214, "heading": 57.81829295574696} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3358845531947603, "wind_velocity_y_factor": 0.7752769671590397, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349618925531086, "mass": 14.605683309162306, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312655743935053, "I_33_without_motor": 0.03476442690810992, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.835098083824244, "trigger": 800, "sampling_rate": 105, "lag": 1.5507021346599341, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.120849388555559, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5441354717557385, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 9088.880602794303, "burn_start_time": -0.00682500717429067, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03308522946960592, "grain_number": 5, "grain_density": 1861.3711951168018, "grain_outer_radius": 0.03354402650108075, "grain_initial_inner_radius": 0.0149374174628071, "grain_initial_height": 0.1205612908602549, "grain_separation": 0.00634250544439047, "grains_center_of_mass_position": 0.3978885975209314, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006519970424022401, "throat_radius": 0.01156382123940217, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254294486389261}], "aerodynamic_surfaces": [{"length": 0.5577468803265295, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342204943103817}, {"n": 4, "root_chord": 0.11887807207489443, "tip_chord": 0.0598297405709076, "span": 0.11085184816888408, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486673497187555}, {"top_radius": 0.06322647982847994, "bottom_radius": 0.04266803345274505, "length": 0.06005661303038408, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982651283081495, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187415309791015, "upper_button_position": 0.07952359732904801}], "rail_length": 5, "inclination": 84.6467065707457, "heading": 53.144653362284956} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.9093649568540463, "wind_velocity_y_factor": 1.2144057377070776, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0634954965594346, "mass": 15.60872617377929, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335804086639771, "I_33_without_motor": 0.04853917173155424, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.066430597199162, "trigger": 800, "sampling_rate": 105, "lag": 1.3508193877479198, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9900301130600772, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5022132067366387, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5618.365469227413, "burn_start_time": 0.008368860181554664, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03308965332202358, "grain_number": 5, "grain_density": 1815.8348083844382, "grain_outer_radius": 0.03399202529583803, "grain_initial_inner_radius": 0.015111544105031665, "grain_initial_height": 0.11929029187917937, "grain_separation": 0.005396568911464172, "grains_center_of_mass_position": 0.39595944753455714, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008199468038704515, "throat_radius": 0.011500391942955147, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256647800386482}], "aerodynamic_surfaces": [{"length": 0.5579794701823264, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135188555166736}, {"n": 4, "root_chord": 0.12033042742778574, "tip_chord": 0.06065443087925667, "span": 0.11040673895460691, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500686092954996}, {"top_radius": 0.06311009270563635, "bottom_radius": 0.045015492430067104, "length": 0.06044108565564409, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013363371735468, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179548637956593, "upper_button_position": 0.08338147337788748}], "rail_length": 5, "inclination": 84.04434955275842, "heading": 49.68252351437035} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.063280224703514, "wind_velocity_y_factor": 1.2360921957584134, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350689777368564, "mass": 15.210445254071654, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3364231945578045, "I_33_without_motor": 0.04694682193934506, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.931226531240142, "trigger": 800, "sampling_rate": 105, "lag": 1.7061183415383994, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0640682414621356, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7707859000267296, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7034.691515647945, "burn_start_time": 0.06506676721908176, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03209480740893419, "grain_number": 5, "grain_density": 1803.7285633589984, "grain_outer_radius": 0.03262566226566479, "grain_initial_inner_radius": 0.014977322915977342, "grain_initial_height": 0.11925617743006986, "grain_separation": 0.005385096141432974, "grains_center_of_mass_position": 0.3964614891363135, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006574254240512356, "throat_radius": 0.012327617272321989, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540009291957397}], "aerodynamic_surfaces": [{"length": 0.5584314040099021, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337018814283477}, {"n": 4, "root_chord": 0.11839616724793733, "tip_chord": 0.06055188136578495, "span": 0.10968728341935884, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508905321936086}, {"top_radius": 0.06311850729747558, "bottom_radius": 0.043064447186593593, "length": 0.05802438318616193, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992534318971446, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169551331530128, "upper_button_position": 0.08229829874413186}], "rail_length": 5, "inclination": 84.21725030950351, "heading": 50.435528453137024} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.541624621017346, "wind_velocity_y_factor": 1.1798867390592767, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06348899737012685, "mass": 15.832058739173318, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316330746453905, "I_33_without_motor": 0.03781584108897737, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.929713210064694, "trigger": 800, "sampling_rate": 105, "lag": 1.5010350056311221, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0337826741867795, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6125529682009416, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5270.875364059942, "burn_start_time": 0.03721164634220501, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033335549322376305, "grain_number": 5, "grain_density": 1787.9220390068933, "grain_outer_radius": 0.03275895338664489, "grain_initial_inner_radius": 0.014938160099271597, "grain_initial_height": 0.11822391460728622, "grain_separation": 0.0054444076077696055, "grains_center_of_mass_position": 0.39708429127338246, "center_of_dry_mass_position": 0.317, "nozzle_position": 2.954435655543755e-05, "throat_radius": 0.012569766250180452, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543996594248141}], "aerodynamic_surfaces": [{"length": 0.5598870960264895, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354438148709345}, {"n": 4, "root_chord": 0.11987137574229616, "tip_chord": 0.05993833205839019, "span": 0.10921257687808271, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506331996690896}, {"top_radius": 0.06430754969620464, "bottom_radius": 0.043182695329395254, "length": 0.062072160074072874, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003006604960014, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176415270686652, "upper_button_position": 0.08265913342733622}], "rail_length": 5, "inclination": 83.92738420434709, "heading": 50.18137320641031} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.794172269297893, "wind_velocity_y_factor": 0.5572828727902825, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06350229902278755, "mass": 15.233611502024962, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3339835732345335, "I_33_without_motor": 0.028277680449078812, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.178751750954747, "trigger": 800, "sampling_rate": 105, "lag": 1.4937710091857805, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.96713176507548, "trigger": "apogee", "sampling_rate": 105, "lag": 1.374479209038873, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6278.096746173315, "burn_start_time": 0.15981938635269094, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03273099057186545, "grain_number": 5, "grain_density": 1877.4713091797373, "grain_outer_radius": 0.03223361178994466, "grain_initial_inner_radius": 0.015401231847046731, "grain_initial_height": 0.11946029002854901, "grain_separation": 0.0051225386725422045, "grains_center_of_mass_position": 0.3976875266813624, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015925599455054564, "throat_radius": 0.010875629892507191, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2531521363384}], "aerodynamic_surfaces": [{"length": 0.5572332081155724, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348880144942068}, {"n": 4, "root_chord": 0.11974703011635877, "tip_chord": 0.059688018717387686, "span": 0.11009503439835894, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485473461445705}, {"top_radius": 0.062224097157881436, "bottom_radius": 0.044401025752681435, "length": 0.05933224040834265, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989334112390178, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163397516067585, "upper_button_position": 0.08259365963225929}], "rail_length": 5, "inclination": 84.70091409799953, "heading": 50.822546638631465} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5733763222551164, "wind_velocity_y_factor": 0.4938006998199026, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349588826564218, "mass": 14.970118694768217, "I_11_without_motor": 6.321, "I_22_without_motor": 6.305818449623144, "I_33_without_motor": 0.02359286525082432, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.95538247258783, "trigger": 800, "sampling_rate": 105, "lag": 1.6471052535781068, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8849452783842195, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2500568681276054, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6928.771652997564, "burn_start_time": -0.05264008452077619, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03369763142012743, "grain_number": 5, "grain_density": 1815.1293935489687, "grain_outer_radius": 0.03333608650514165, "grain_initial_inner_radius": 0.015492454804178307, "grain_initial_height": 0.11978407286093398, "grain_separation": 0.005023807112863402, "grains_center_of_mass_position": 0.3962351552652742, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00010098784991249988, "throat_radius": 0.011351685287376304, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.252465648282098}], "aerodynamic_surfaces": [{"length": 0.5577656357874407, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351061846733805}, {"n": 4, "root_chord": 0.11933329885996799, "tip_chord": 0.05990786287276445, "span": 0.1102974101683047, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487056739751799}, {"top_radius": 0.061886153114522426, "bottom_radius": 0.042831519504653685, "length": 0.060464304984511226, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982234981767839, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184903382131137, "upper_button_position": 0.07973315996367014}], "rail_length": 5, "inclination": 85.1579538586396, "heading": 50.03615342407702} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9648817603032831, "wind_velocity_y_factor": 0.8656146839648138, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.0634947248451731, "mass": 15.852729560446315, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310203986355485, "I_33_without_motor": 0.036613446019970006, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.962826912932295, "trigger": 800, "sampling_rate": 105, "lag": 1.5513551436389807, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0093726934171112, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6415285200209755, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8096.382027272513, "burn_start_time": 0.07408406279451935, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0334313905219555, "grain_number": 5, "grain_density": 1825.4383987951712, "grain_outer_radius": 0.033170846087026945, "grain_initial_inner_radius": 0.014988182942458975, "grain_initial_height": 0.12034573772623017, "grain_separation": 0.0030476089091697766, "grains_center_of_mass_position": 0.3948175001327645, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0001606991938368881, "throat_radius": 0.010690284077614432, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254889898168415}], "aerodynamic_surfaces": [{"length": 0.5578151007229664, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324555750601806}, {"n": 4, "root_chord": 0.12004949094253488, "tip_chord": 0.06027474036976329, "span": 0.11055267971357145, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487168376280933}, {"top_radius": 0.06307362085201569, "bottom_radius": 0.043704484836178975, "length": 0.060046101317929285, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011697599135068, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172798168083254, "upper_button_position": 0.08388994310518139}], "rail_length": 5, "inclination": 83.8508595800017, "heading": 50.77176955982549} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6551464994025777, "wind_velocity_y_factor": 1.2111666941343542, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349808058975151, "mass": 15.469185431154115, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30599686155817, "I_33_without_motor": 0.0355427949528577, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.940852360928611, "trigger": 800, "sampling_rate": 105, "lag": 1.7646389895126111, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0201039034840462, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7376538152125545, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6020.4865609865865, "burn_start_time": 0.11342590108418, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032784615242253866, "grain_number": 5, "grain_density": 1823.1580731857991, "grain_outer_radius": 0.03246789841829667, "grain_initial_inner_radius": 0.014651402698241764, "grain_initial_height": 0.11997583220612025, "grain_separation": 0.0068052116103474395, "grains_center_of_mass_position": 0.3948900029235508, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0017455837273926058, "throat_radius": 0.011562909989033534, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254976615766009}], "aerodynamic_surfaces": [{"length": 0.5573654926262362, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343531748003952}, {"n": 4, "root_chord": 0.11936076954714385, "tip_chord": 0.06012227729159129, "span": 0.11003849365891716, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0510513585542451}, {"top_radius": 0.06246181733729196, "bottom_radius": 0.04514610899045299, "length": 0.06061453357562553, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988497062346574, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185783631691547, "upper_button_position": 0.08027134306550265}], "rail_length": 5, "inclination": 85.5036487837214, "heading": 52.72587575197848} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7114676681813255, "wind_velocity_y_factor": 0.579741374982122, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349891630764964, "mass": 15.845572575712417, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311576256610885, "I_33_without_motor": 0.028763182976539743, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.946666586199159, "trigger": 800, "sampling_rate": 105, "lag": 1.4892048480430127, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0673718177235183, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2311733427403473, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5743.453712468572, "burn_start_time": -0.013838528958734104, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03322529276817437, "grain_number": 5, "grain_density": 1788.6643828174804, "grain_outer_radius": 0.033277520306586525, "grain_initial_inner_radius": 0.014964388432443576, "grain_initial_height": 0.11912575734216851, "grain_separation": 0.00605987368000563, "grains_center_of_mass_position": 0.39588605139648747, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0019491344953343462, "throat_radius": 0.011320399111461462, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547200792115065}], "aerodynamic_surfaces": [{"length": 0.5583456198032649, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347535955698564}, {"n": 4, "root_chord": 0.1199238805303188, "tip_chord": 0.06072617131868722, "span": 0.10964462176462565, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501410515510048}, {"top_radius": 0.06228744045693569, "bottom_radius": 0.04407219107030894, "length": 0.060984370431172094, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988826524814012, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187629281437393, "upper_button_position": 0.0801197243376619}], "rail_length": 5, "inclination": 83.8669540662142, "heading": 56.24837484786043} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2055336260509988, "wind_velocity_y_factor": 0.6237119408106406, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349921600217312, "mass": 15.090605396876706, "I_11_without_motor": 6.321, "I_22_without_motor": 6.338386411545296, "I_33_without_motor": 0.048919244393721556, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.961509112500893, "trigger": 800, "sampling_rate": 105, "lag": 1.5820169004361053, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9105890683008225, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6766698970189053, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6075.655702697627, "burn_start_time": -0.07965425534484677, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03270449742238848, "grain_number": 5, "grain_density": 1731.9697153314987, "grain_outer_radius": 0.03346041370226358, "grain_initial_inner_radius": 0.015182232126719354, "grain_initial_height": 0.12066459702119207, "grain_separation": 0.005112090964629215, "grains_center_of_mass_position": 0.3963505365828037, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00037304440733185423, "throat_radius": 0.011445008520188028, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552649575847206}], "aerodynamic_surfaces": [{"length": 0.5583556031550115, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1310803511897967}, {"n": 4, "root_chord": 0.12032076067848549, "tip_chord": 0.05941591001886159, "span": 0.11024886698877442, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499298580246748}, {"top_radius": 0.06510871864194645, "bottom_radius": 0.045030949392702094, "length": 0.05824925575723667, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010081660180429, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186635557234195, "upper_button_position": 0.08234461029462348}], "rail_length": 5, "inclination": 85.61763307926408, "heading": 50.575441967444675} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8418726317632076, "wind_velocity_y_factor": 0.678848007141993, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.0634911005087944, "mass": 15.592808280777591, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32350298946098, "I_33_without_motor": 0.04065295844632483, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.115474512152996, "trigger": 800, "sampling_rate": 105, "lag": 1.5940180422633963, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9669927593317567, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2423342618382722, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7049.495026864037, "burn_start_time": 0.1075347930843573, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03326346936531269, "grain_number": 5, "grain_density": 1831.7159274931264, "grain_outer_radius": 0.03315910970694607, "grain_initial_inner_radius": 0.01521410676087664, "grain_initial_height": 0.1199570452837229, "grain_separation": 0.005966188152943842, "grains_center_of_mass_position": 0.39564347045196313, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00028342618260415736, "throat_radius": 0.011122889976725642, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552781304688798}], "aerodynamic_surfaces": [{"length": 0.5576985923694585, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1357666360928313}, {"n": 4, "root_chord": 0.11844149416797035, "tip_chord": 0.05944907732805997, "span": 0.10964839477351912, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04929199745161}, {"top_radius": 0.06297601274452053, "bottom_radius": 0.0436690243218251, "length": 0.059727712282301074, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991231887744557, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183092744039566, "upper_button_position": 0.08081391437049912}], "rail_length": 5, "inclination": 84.65392281740904, "heading": 54.7346283881274} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.067390008550964, "wind_velocity_y_factor": 0.9465218108959608, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350080551979996, "mass": 15.215850100843948, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3121745046161895, "I_33_without_motor": 0.029298685660110693, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.030216604567345, "trigger": 800, "sampling_rate": 105, "lag": 1.4869573342403288, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.991492588776163, "trigger": "apogee", "sampling_rate": 105, "lag": 1.57211691859806, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4225.009781710844, "burn_start_time": -0.020740183285705437, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032800004344079946, "grain_number": 5, "grain_density": 1792.5834629505302, "grain_outer_radius": 0.033176916964882, "grain_initial_inner_radius": 0.014533160016645471, "grain_initial_height": 0.12019550010013447, "grain_separation": 0.003951138427488815, "grains_center_of_mass_position": 0.3972472923751862, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008008473921390324, "throat_radius": 0.011195208752493859, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551050824517003}], "aerodynamic_surfaces": [{"length": 0.558258990425969, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1355148892730753}, {"n": 4, "root_chord": 0.11939626468281692, "tip_chord": 0.060603114778339816, "span": 0.10977146784144848, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501950100960082}, {"top_radius": 0.06301317526531093, "bottom_radius": 0.04294524089419972, "length": 0.060013145073298996, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700660308586564, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180146001022719, "upper_button_position": 0.08264570848429209}], "rail_length": 5, "inclination": 83.87803644702049, "heading": 56.556290936895756} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1668539846357944, "wind_velocity_y_factor": 0.9551224792619143, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350507421286375, "mass": 14.297457687728375, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308545447603322, "I_33_without_motor": 0.032732670567940825, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.987748452305242, "trigger": 800, "sampling_rate": 105, "lag": 1.5148060536719696, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8980959606424858, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7452730169562836, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6300.607351456037, "burn_start_time": 0.03735633219111977, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03284470741878393, "grain_number": 5, "grain_density": 1777.159475472354, "grain_outer_radius": 0.032653017240596084, "grain_initial_inner_radius": 0.015286848598847222, "grain_initial_height": 0.12076502825251223, "grain_separation": 0.006146905445443884, "grains_center_of_mass_position": 0.3983716526683117, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011112175961263836, "throat_radius": 0.01122843957130718, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546371947507957}], "aerodynamic_surfaces": [{"length": 0.5596227678322659, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133654985674272}, {"n": 4, "root_chord": 0.12065055862156983, "tip_chord": 0.059531987604933126, "span": 0.1106391566442839, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511934859656233}, {"top_radius": 0.062630772178068, "bottom_radius": 0.04263633730367703, "length": 0.06028823722810473, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984974525148183, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186518863543058, "upper_button_position": 0.07984556616051253}], "rail_length": 5, "inclination": 82.97370354619949, "heading": 52.43024390270268} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0589481924441468, "wind_velocity_y_factor": 0.8732549948773314, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350473052637928, "mass": 14.718047839056267, "I_11_without_motor": 6.321, "I_22_without_motor": 6.293835678023601, "I_33_without_motor": 0.03249634745169536, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.098888795086712, "trigger": 800, "sampling_rate": 105, "lag": 1.410483916230092, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9420296153811443, "trigger": "apogee", "sampling_rate": 105, "lag": 1.067156247701717, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5368.359808165005, "burn_start_time": 0.13660215217015445, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03340018614557177, "grain_number": 5, "grain_density": 1874.7745349660916, "grain_outer_radius": 0.03339724508097879, "grain_initial_inner_radius": 0.014948713841084666, "grain_initial_height": 0.1219161170458399, "grain_separation": 0.006302622000700094, "grains_center_of_mass_position": 0.3974822653510435, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00018002535774542296, "throat_radius": 0.010578655576723835, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541559007949965}], "aerodynamic_surfaces": [{"length": 0.5595313755819041, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134890748722104}, {"n": 4, "root_chord": 0.11995267438820949, "tip_chord": 0.0604862222054423, "span": 0.11023323913087847, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0479240615904304}, {"top_radius": 0.062371667700750415, "bottom_radius": 0.04334004441232472, "length": 0.05955407541357002, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6978889915652969, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184277457158924, "upper_button_position": 0.0794612458494045}], "rail_length": 5, "inclination": 84.78533441475655, "heading": 54.006948582817145} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1557150779231686, "wind_velocity_y_factor": 1.2554819545258842, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06348932480272709, "mass": 16.54230394375339, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32054709825691, "I_33_without_motor": 0.02551956874045582, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.063632778185784, "trigger": 800, "sampling_rate": 105, "lag": 1.688822325350643, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0920725004109422, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5853347125856136, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6571.233630662312, "burn_start_time": 0.09569360674651184, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03392592657784465, "grain_number": 5, "grain_density": 1833.2133922020353, "grain_outer_radius": 0.033152004279377645, "grain_initial_inner_radius": 0.015271840825863284, "grain_initial_height": 0.12017133816236644, "grain_separation": 0.006037629729277815, "grains_center_of_mass_position": 0.39655707930015666, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008340344397767387, "throat_radius": 0.011228131136189985, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253219133992555}], "aerodynamic_surfaces": [{"length": 0.5574082980347349, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134037054648917}, {"n": 4, "root_chord": 0.11975811082205015, "tip_chord": 0.059212490761082405, "span": 0.10991067792488587, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497613825413394}, {"top_radius": 0.06363612239088959, "bottom_radius": 0.04552202384970355, "length": 0.06019711444190182, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009430912226599, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189763326811278, "upper_button_position": 0.08196675854153201}], "rail_length": 5, "inclination": 85.35587758335956, "heading": 53.349050292315226} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4786037065511215, "wind_velocity_y_factor": 1.0739680606403603, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350912970724311, "mass": 15.558356426611265, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335423534692136, "I_33_without_motor": 0.03236253063866011, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.153780383321802, "trigger": 800, "sampling_rate": 105, "lag": 1.404168980755313, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9838209281867629, "trigger": "apogee", "sampling_rate": 105, "lag": 1.347384326856128, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6478.010694486074, "burn_start_time": -0.11577446439277289, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032457148612923974, "grain_number": 5, "grain_density": 1894.7007648666006, "grain_outer_radius": 0.03331541179574547, "grain_initial_inner_radius": 0.014858942543300988, "grain_initial_height": 0.11908881286465106, "grain_separation": 0.0058550862495150464, "grains_center_of_mass_position": 0.398383093638475, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0016998792302427765, "throat_radius": 0.010126144812911417, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541473565964516}], "aerodynamic_surfaces": [{"length": 0.5583015220697097, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133359704448639}, {"n": 4, "root_chord": 0.12038875349011435, "tip_chord": 0.060143654605827025, "span": 0.10922597774602015, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049428935052658}, {"top_radius": 0.06312046116955015, "bottom_radius": 0.04407695063307185, "length": 0.05840374382181237, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984360174330217, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175727497460726, "upper_button_position": 0.08086326768694918}], "rail_length": 5, "inclination": 84.62283110050446, "heading": 54.88039952564142} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3409394313762033, "wind_velocity_y_factor": 0.7362541935675249, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350415012476919, "mass": 15.193342393479814, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326651528561082, "I_33_without_motor": 0.038364623536992715, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.028127678362267, "trigger": 800, "sampling_rate": 105, "lag": 1.44462930261491, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0521104053901422, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4521385275058964, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7632.856112672676, "burn_start_time": 0.04515246805337679, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032884135506113646, "grain_number": 5, "grain_density": 1873.8810234481623, "grain_outer_radius": 0.03310467753700104, "grain_initial_inner_radius": 0.014761409869908326, "grain_initial_height": 0.12015303772830016, "grain_separation": 0.00465582490685154, "grains_center_of_mass_position": 0.396593076145886, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00037149038100139963, "throat_radius": 0.01111029369371772, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254832795863333}], "aerodynamic_surfaces": [{"length": 0.5585585571625675, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133413341548252}, {"n": 4, "root_chord": 0.12025152682042724, "tip_chord": 0.06046122135273829, "span": 0.11017285098287465, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499677474893665}, {"top_radius": 0.061906708654069525, "bottom_radius": 0.04245264022959619, "length": 0.05770134593855081, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000163464690755, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178090832755557, "upper_button_position": 0.08220726319351979}], "rail_length": 5, "inclination": 84.96172984658446, "heading": 54.441384442044324} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7653387442686919, "wind_velocity_y_factor": 1.2137189252833873, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350702711787967, "mass": 15.119434226782824, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313659114299287, "I_33_without_motor": 0.03846060037486701, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.025258765476286, "trigger": 800, "sampling_rate": 105, "lag": 1.7009001578773348, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9966063787961886, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3516130350158915, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6415.807037533113, "burn_start_time": -0.04515337256835958, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03319882674814086, "grain_number": 5, "grain_density": 1788.3501969128156, "grain_outer_radius": 0.0330324644255501, "grain_initial_inner_radius": 0.015195319410333029, "grain_initial_height": 0.11970010545696622, "grain_separation": 0.004574641033950206, "grains_center_of_mass_position": 0.39669521040841954, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008141193058289662, "throat_radius": 0.011120317619386578, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560372750470952}], "aerodynamic_surfaces": [{"length": 0.5581310088654674, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344544119024889}, {"n": 4, "root_chord": 0.12024527769431266, "tip_chord": 0.05948467363609524, "span": 0.10986060433466634, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499403212493146}, {"top_radius": 0.06442731150372623, "bottom_radius": 0.041577828600853975, "length": 0.06108565735924528, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995011836627633, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182481711429995, "upper_button_position": 0.0812530125197638}], "rail_length": 5, "inclination": 85.00183354918637, "heading": 55.65176457639273} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9269429968031232, "wind_velocity_y_factor": 1.3315951771396033, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06350165737532604, "mass": 15.841727216204449, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31125265759988, "I_33_without_motor": 0.01681052561018835, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.89164598647982, "trigger": 800, "sampling_rate": 105, "lag": 1.4512148144337498, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.953259369085445, "trigger": "apogee", "sampling_rate": 105, "lag": 1.370264801994429, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5465.849676440071, "burn_start_time": 0.040251090858511474, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03354315477663748, "grain_number": 5, "grain_density": 1828.5079423977386, "grain_outer_radius": 0.03377642492962558, "grain_initial_inner_radius": 0.015844391110174806, "grain_initial_height": 0.12071311827481875, "grain_separation": 0.00746535893228573, "grains_center_of_mass_position": 0.39702809465430156, "center_of_dry_mass_position": 0.317, "nozzle_position": -8.736571993157074e-05, "throat_radius": 0.009973086584603915, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556891531438341}], "aerodynamic_surfaces": [{"length": 0.5585580826382336, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134729167720546}, {"n": 4, "root_chord": 0.12050554278354529, "tip_chord": 0.05972631846753259, "span": 0.10987198908369608, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505664493333582}, {"top_radius": 0.06369659923576747, "bottom_radius": 0.04192149939352479, "length": 0.061724484652162, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7015498078616318, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188671992261865, "upper_button_position": 0.0826826086354453}], "rail_length": 5, "inclination": 83.34224807393582, "heading": 52.44542805555912} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3196814285304788, "wind_velocity_y_factor": 1.0032819560425945, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06348742270817785, "mass": 15.265764958217279, "I_11_without_motor": 6.321, "I_22_without_motor": 6.339273375016695, "I_33_without_motor": 0.040307323879487815, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.817366093306843, "trigger": 800, "sampling_rate": 105, "lag": 1.5651601533619157, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9529435548203821, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3576588258920697, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7317.600106815856, "burn_start_time": 0.06151609344455398, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03325165440747178, "grain_number": 5, "grain_density": 1805.0770512465228, "grain_outer_radius": 0.03321970937857758, "grain_initial_inner_radius": 0.014888003387167587, "grain_initial_height": 0.12106576024032709, "grain_separation": 0.005988625984441037, "grains_center_of_mass_position": 0.397721455531761, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004983897974400478, "throat_radius": 0.011907377392574683, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553621277086566}], "aerodynamic_surfaces": [{"length": 0.5597397022415713, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13410684122853}, {"n": 4, "root_chord": 0.1191189971965806, "tip_chord": 0.05957858453648273, "span": 0.11014812693534534, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0520664305690413}, {"top_radius": 0.06213630553907232, "bottom_radius": 0.0441764410302376, "length": 0.05899432260082353, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006694260982146, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616633623134734, "upper_button_position": 0.08403580296348057}], "rail_length": 5, "inclination": 84.3120370093799, "heading": 56.6532548766696} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9446252087706619, "wind_velocity_y_factor": 1.365701572019078, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350267829819767, "mass": 14.579741963784679, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3113860192195785, "I_33_without_motor": 0.040079442085159116, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.078940169175045, "trigger": 800, "sampling_rate": 105, "lag": 1.349228700101357, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0074718841302652, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1585075011688042, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6205.417588257295, "burn_start_time": -0.1274334355970108, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033029114244089594, "grain_number": 5, "grain_density": 1832.2416961588774, "grain_outer_radius": 0.032861587912279215, "grain_initial_inner_radius": 0.015579594779014641, "grain_initial_height": 0.11966798663197914, "grain_separation": 0.005274293513246901, "grains_center_of_mass_position": 0.397159831418832, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00015162305820805446, "throat_radius": 0.01087716166939895, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254826137781732}], "aerodynamic_surfaces": [{"length": 0.5595876230037141, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134948274611115}, {"n": 4, "root_chord": 0.12063438769540748, "tip_chord": 0.060389071428409276, "span": 0.1092647945545485, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489403177283576}, {"top_radius": 0.06199034204981352, "bottom_radius": 0.0441776446863821, "length": 0.060047891515225264, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980484647525871, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165045059041857, "upper_button_position": 0.08154395884840138}], "rail_length": 5, "inclination": 85.77978742538349, "heading": 59.666861873906456} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.199168451586489, "wind_velocity_y_factor": 1.2057627392117354, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349805699850848, "mass": 15.514966387750496, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315522961841661, "I_33_without_motor": 0.03594321979134887, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.022885234233772, "trigger": 800, "sampling_rate": 105, "lag": 1.4319974159954336, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8827852741865313, "trigger": "apogee", "sampling_rate": 105, "lag": 1.489203019628892, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5940.627902720713, "burn_start_time": -0.08135690307129056, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03224363993418726, "grain_number": 5, "grain_density": 1938.0506451377578, "grain_outer_radius": 0.033337224310981364, "grain_initial_inner_radius": 0.014929485406643048, "grain_initial_height": 0.1199983300564157, "grain_separation": 0.005450497881801315, "grains_center_of_mass_position": 0.3965511611822029, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002916262009953286, "throat_radius": 0.011393784886778155, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549753639909071}], "aerodynamic_surfaces": [{"length": 0.558740099422205, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135217785138468}, {"n": 4, "root_chord": 0.12021866641279556, "tip_chord": 0.059643421195346664, "span": 0.11112540214268228, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0480752536399145}, {"top_radius": 0.06523680363481366, "bottom_radius": 0.043161106959782314, "length": 0.060893856808615754, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988269025954055, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618491658316937, "upper_button_position": 0.0803352442784685}], "rail_length": 5, "inclination": 85.47772708339942, "heading": 52.742321943715744} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0461617950576845, "wind_velocity_y_factor": 0.8902798368314043, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350218006177462, "mass": 15.17086106937573, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3138485364365335, "I_33_without_motor": 0.03622986261938138, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.022750215975876, "trigger": 800, "sampling_rate": 105, "lag": 1.436789639383016, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0624993470992823, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1083756461723742, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5465.816953154773, "burn_start_time": -0.22064475927898186, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03176637962251084, "grain_number": 5, "grain_density": 1753.3163716444294, "grain_outer_radius": 0.03294482316457622, "grain_initial_inner_radius": 0.015643713543916783, "grain_initial_height": 0.11953683049997021, "grain_separation": 0.004775557565808929, "grains_center_of_mass_position": 0.3973271955673259, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00029975862232739097, "throat_radius": 0.010928242023324696, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553732320545006}], "aerodynamic_surfaces": [{"length": 0.5594652683027308, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351728801703025}, {"n": 4, "root_chord": 0.12034024615493712, "tip_chord": 0.05980476525643957, "span": 0.10965637193902464, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490438079752387}, {"top_radius": 0.0646168969907, "bottom_radius": 0.043273975264286564, "length": 0.058648641120445495, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699423726561064, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162848031938916, "upper_button_position": 0.08313892336717243}], "rail_length": 5, "inclination": 84.16525256783802, "heading": 52.06667514436578} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.2254538006136616, "wind_velocity_y_factor": 0.7672550634879001, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349417886666577, "mass": 15.237012050373602, "I_11_without_motor": 6.321, "I_22_without_motor": 6.339219973561062, "I_33_without_motor": 0.024981646012011412, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.905249253532666, "trigger": 800, "sampling_rate": 105, "lag": 1.6660831360667019, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0312226079877247, "trigger": "apogee", "sampling_rate": 105, "lag": 1.520064285765676, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6552.164553846343, "burn_start_time": -0.13813102635464777, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033418352384431256, "grain_number": 5, "grain_density": 1851.026301513263, "grain_outer_radius": 0.033461135984207115, "grain_initial_inner_radius": 0.014723506134088234, "grain_initial_height": 0.12023520213132632, "grain_separation": 0.0048922435133926575, "grains_center_of_mass_position": 0.3976293345759094, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006684035424251571, "throat_radius": 0.011064694375136961, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553228294065943}], "aerodynamic_surfaces": [{"length": 0.5581402365906133, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1356890324065025}, {"n": 4, "root_chord": 0.11999166919738843, "tip_chord": 0.060283833932879886, "span": 0.10983624342510875, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049468039924526}, {"top_radius": 0.06389325930429228, "bottom_radius": 0.04532468945902267, "length": 0.061246247559410834, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009492415725559, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186796625197859, "upper_button_position": 0.08226957905276999}], "rail_length": 5, "inclination": 84.42605990082994, "heading": 50.723574814257795} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5275359123013699, "wind_velocity_y_factor": 1.165679955915111, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350547635461774, "mass": 14.803309867274306, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313537521029141, "I_33_without_motor": 0.028278214468516888, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.977084827848513, "trigger": 800, "sampling_rate": 105, "lag": 1.6383305032819977, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1941540123894159, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5194728394170967, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4768.535531324809, "burn_start_time": -0.04136099482051716, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03294936697892038, "grain_number": 5, "grain_density": 1859.3808567835642, "grain_outer_radius": 0.03244146547052936, "grain_initial_inner_radius": 0.01569173084042076, "grain_initial_height": 0.11929409927716277, "grain_separation": 0.005195890419020612, "grains_center_of_mass_position": 0.3962651566399777, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010757172053059297, "throat_radius": 0.011496806773520319, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556757380347583}], "aerodynamic_surfaces": [{"length": 0.5572145850100337, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342088545485836}, {"n": 4, "root_chord": 0.11965917931068068, "tip_chord": 0.06004861258771235, "span": 0.11009366542957309, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501288145908056}, {"top_radius": 0.06357224371463548, "bottom_radius": 0.04314296300863213, "length": 0.05971935277193758, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989365459955034, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178159389946426, "upper_button_position": 0.08112060700086077}], "rail_length": 5, "inclination": 84.74977001018604, "heading": 53.40494621111645} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.825856415788359, "wind_velocity_y_factor": 1.3258105393869675, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350326741893104, "mass": 15.426806493673963, "I_11_without_motor": 6.321, "I_22_without_motor": 6.305294413365355, "I_33_without_motor": 0.036987346418435006, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.912977032911863, "trigger": 800, "sampling_rate": 105, "lag": 1.473893842635813, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.910378196636304, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5577562034070431, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6525.624757966364, "burn_start_time": 0.04212205123877552, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03316094801495979, "grain_number": 5, "grain_density": 1827.0199621215663, "grain_outer_radius": 0.03332189848469975, "grain_initial_inner_radius": 0.014517458786975673, "grain_initial_height": 0.11880914564080257, "grain_separation": 0.005491766009419671, "grains_center_of_mass_position": 0.3961240365761493, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005335779709336627, "throat_radius": 0.010657743375561149, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541647251614454}], "aerodynamic_surfaces": [{"length": 0.5601529030786309, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354653977061564}, {"n": 4, "root_chord": 0.12005845578450658, "tip_chord": 0.060070526054349226, "span": 0.10945070219354436, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0513487018900205}, {"top_radius": 0.062099711516074504, "bottom_radius": 0.043043572240829206, "length": 0.0609013060946708, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699819783827454, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164710378818432, "upper_button_position": 0.08334874594561081}], "rail_length": 5, "inclination": 84.46984363893748, "heading": 53.32480347700945} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2382209628659295, "wind_velocity_y_factor": 1.3710195781075505, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350336354341073, "mass": 15.507671510719197, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333435999313903, "I_33_without_motor": 0.037361001974908256, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.952167044342502, "trigger": 800, "sampling_rate": 105, "lag": 1.5418639549312034, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9771122260882982, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5669608541910007, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7915.929851247729, "burn_start_time": -0.06753361271294521, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03304102740179229, "grain_number": 5, "grain_density": 1833.8767469002016, "grain_outer_radius": 0.033035974345109284, "grain_initial_inner_radius": 0.014851642211521212, "grain_initial_height": 0.11850310080072353, "grain_separation": 0.005966666312024973, "grains_center_of_mass_position": 0.39811734669130183, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005354890078387928, "throat_radius": 0.011388603780081422, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255772771161294}], "aerodynamic_surfaces": [{"length": 0.5601215452801287, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336347543506027}, {"n": 4, "root_chord": 0.12033805630283091, "tip_chord": 0.05974196988809873, "span": 0.11032662783738724, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049334540575081}, {"top_radius": 0.06370434368274429, "bottom_radius": 0.04415625620397332, "length": 0.0605893881411567, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990052357737702, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184242814662241, "upper_button_position": 0.08058095430754608}], "rail_length": 5, "inclination": 86.52351506854512, "heading": 49.53582667724867} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8465879172461179, "wind_velocity_y_factor": 1.0036958422197617, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349981276459792, "mass": 15.594779901307136, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324484917489289, "I_33_without_motor": 0.029329938108865285, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.95699452873998, "trigger": 800, "sampling_rate": 105, "lag": 1.3588462971919186, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9524268670775774, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4760748754685367, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8151.258392479696, "burn_start_time": 0.06270548952608829, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0333740635985163, "grain_number": 5, "grain_density": 1784.4784997155762, "grain_outer_radius": 0.032997009884393774, "grain_initial_inner_radius": 0.014523787247432873, "grain_initial_height": 0.11782856580316257, "grain_separation": 0.006002953889479367, "grains_center_of_mass_position": 0.3959809884998108, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00034670545104802564, "throat_radius": 0.011049589007807713, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256043028596964}], "aerodynamic_surfaces": [{"length": 0.5572551700689392, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343380676970483}, {"n": 4, "root_chord": 0.11967815249530658, "tip_chord": 0.05979514428647679, "span": 0.11008384238775859, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501315266036588}, {"top_radius": 0.06268143180787157, "bottom_radius": 0.044401547345193595, "length": 0.058582766525680736, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003939944513394, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168911871190965, "upper_button_position": 0.08350280733224291}], "rail_length": 5, "inclination": 84.33340383903119, "heading": 52.69929798189207} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.320647466449894, "wind_velocity_y_factor": 1.0733564460838547, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349667135051039, "mass": 16.53308931789263, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331479452538216, "I_33_without_motor": 0.054992705755097404, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.978479375138509, "trigger": 800, "sampling_rate": 105, "lag": 1.5107860580589476, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8893074583052628, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1406392474530143, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6531.984174054464, "burn_start_time": 0.07909217371952591, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03308033910072768, "grain_number": 5, "grain_density": 1801.3428124901602, "grain_outer_radius": 0.03316079510875302, "grain_initial_inner_radius": 0.01528617205026873, "grain_initial_height": 0.11960924457768839, "grain_separation": 0.005031287950196566, "grains_center_of_mass_position": 0.3974106255017182, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0016675442979090828, "throat_radius": 0.011654309471809178, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544899252881072}], "aerodynamic_surfaces": [{"length": 0.558694199929336, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336642969838033}, {"n": 4, "root_chord": 0.12065904593206783, "tip_chord": 0.060741104074259145, "span": 0.10964683864593687, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489215244814378}, {"top_radius": 0.06410733588064456, "bottom_radius": 0.04200535603072604, "length": 0.059802600776216706, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009722089624547, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61799239852685, "upper_button_position": 0.08297981043560476}], "rail_length": 5, "inclination": 84.35142821018594, "heading": 53.831641730881266} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.501819665704736, "wind_velocity_y_factor": 1.1415783462594606, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349988857521947, "mass": 14.713416505646016, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308155335256582, "I_33_without_motor": 0.033664461934547016, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.85625153440728, "trigger": 800, "sampling_rate": 105, "lag": 1.5374697220775548, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9406332688810002, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8023431255419977, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7609.426085902342, "burn_start_time": -0.020403170350232067, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03313745680075355, "grain_number": 5, "grain_density": 1795.501240984582, "grain_outer_radius": 0.03284938084697137, "grain_initial_inner_radius": 0.014648221957276455, "grain_initial_height": 0.12066618499076996, "grain_separation": 0.005531566873314299, "grains_center_of_mass_position": 0.39642126444334463, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006074580203051013, "throat_radius": 0.011752058832899594, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534993431894543}], "aerodynamic_surfaces": [{"length": 0.5571052164150672, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352283763292608}, {"n": 4, "root_chord": 0.11941344205532518, "tip_chord": 0.05958752550741591, "span": 0.10986759685428359, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482082131232064}, {"top_radius": 0.06486215457505252, "bottom_radius": 0.0437502722889257, "length": 0.060177733068454226, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.70025058164431, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174922149620291, "upper_button_position": 0.08275836668228087}], "rail_length": 5, "inclination": 83.42115773567512, "heading": 54.6716929826743} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.910293631699489, "wind_velocity_y_factor": 0.9757711408942695, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06351597398122831, "mass": 14.969113196076263, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321770820951002, "I_33_without_motor": 0.03028010110550527, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.961911398932251, "trigger": 800, "sampling_rate": 105, "lag": 1.5712724536317153, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9261287441394019, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2868772860936357, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7783.143128302885, "burn_start_time": -0.2911214885617512, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03359346215295249, "grain_number": 5, "grain_density": 1819.8883985961074, "grain_outer_radius": 0.033890840797184914, "grain_initial_inner_radius": 0.015261269615140703, "grain_initial_height": 0.12025271170381518, "grain_separation": 0.0048932668383949995, "grains_center_of_mass_position": 0.39673992400846175, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00016528324587648457, "throat_radius": 0.010710633951398076, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546637772841451}], "aerodynamic_surfaces": [{"length": 0.5585133968772751, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342674460817899}, {"n": 4, "root_chord": 0.12092254403650535, "tip_chord": 0.059710370481464166, "span": 0.1095844505397074, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504990549752957}, {"top_radius": 0.06273683644634853, "bottom_radius": 0.04304796384493233, "length": 0.05938460679883386, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995127446306018, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184318167302083, "upper_button_position": 0.08108092790039345}], "rail_length": 5, "inclination": 83.29483128141139, "heading": 53.94876462872493} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.511128347347498, "wind_velocity_y_factor": 0.7983169078088767, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349343698336744, "mass": 16.256268419940366, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332225231747638, "I_33_without_motor": 0.046782301339483814, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.050472078726036, "trigger": 800, "sampling_rate": 105, "lag": 1.5859559028707044, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1670148532518436, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6159607164113399, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7031.498276279395, "burn_start_time": -0.13257767255438688, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03388507168978436, "grain_number": 5, "grain_density": 1814.8582671035263, "grain_outer_radius": 0.03337262059373596, "grain_initial_inner_radius": 0.014511833355239515, "grain_initial_height": 0.1190732558574684, "grain_separation": 0.006035194594978117, "grains_center_of_mass_position": 0.3961889521690292, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0018428382574774947, "throat_radius": 0.011033799914493823, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539340793979386}], "aerodynamic_surfaces": [{"length": 0.5601627793447648, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1358705201022803}, {"n": 4, "root_chord": 0.12035740050878381, "tip_chord": 0.060175019767083886, "span": 0.11024714686673395, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494605518954896}, {"top_radius": 0.06402769797140512, "bottom_radius": 0.042073075038098026, "length": 0.05851273637516322, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004501745593252, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619664468162011, "upper_button_position": 0.0807857063973142}], "rail_length": 5, "inclination": 84.254889012735, "heading": 54.8854592613867} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3544239719371951, "wind_velocity_y_factor": 1.4709212639727427, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.0635005223506218, "mass": 15.695378509318905, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320803951016644, "I_33_without_motor": 0.028108395620910637, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.957972255550883, "trigger": 800, "sampling_rate": 105, "lag": 1.495863869670443, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.022881015680976, "trigger": "apogee", "sampling_rate": 105, "lag": 0.9279410048217273, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6868.851544672853, "burn_start_time": 0.10019395369145175, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03360997969105726, "grain_number": 5, "grain_density": 1820.8110855416094, "grain_outer_radius": 0.03289236641038992, "grain_initial_inner_radius": 0.015436286285179042, "grain_initial_height": 0.12098255201414282, "grain_separation": 0.005856097831478164, "grains_center_of_mass_position": 0.39804078814774724, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007368504971849612, "throat_radius": 0.011205146549858054, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551677863401762}], "aerodynamic_surfaces": [{"length": 0.5571495991357797, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332493167653956}, {"n": 4, "root_chord": 0.11948493219098043, "tip_chord": 0.061234458772201975, "span": 0.1099578469667125, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0472196358291659}, {"top_radius": 0.06316254389660277, "bottom_radius": 0.042935534160446896, "length": 0.061363195258830855, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000368318736129, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617656826544524, "upper_button_position": 0.08238000532908885}], "rail_length": 5, "inclination": 83.57316724905068, "heading": 53.66602342261847} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0497589338988984, "wind_velocity_y_factor": 0.7204354211657966, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349111664945455, "mass": 14.586488039666332, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3229004943305, "I_33_without_motor": 0.02330323527354082, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.108674720764878, "trigger": 800, "sampling_rate": 105, "lag": 1.6232638893735156, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0183891745088536, "trigger": "apogee", "sampling_rate": 105, "lag": 1.487267854369307, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6516.010224179935, "burn_start_time": 0.036036657991805304, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032695152368857235, "grain_number": 5, "grain_density": 1754.5612868272333, "grain_outer_radius": 0.033035151501365226, "grain_initial_inner_radius": 0.015275632795656828, "grain_initial_height": 0.12042357595677722, "grain_separation": 0.005524885517285421, "grains_center_of_mass_position": 0.39659691180107026, "center_of_dry_mass_position": 0.317, "nozzle_position": -5.9187191817325e-06, "throat_radius": 0.010877872389742516, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253953465441222}], "aerodynamic_surfaces": [{"length": 0.5587833040325245, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134138897856177}, {"n": 4, "root_chord": 0.12004145993042974, "tip_chord": 0.0596892229267275, "span": 0.110629107919073, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0513799653827876}, {"top_radius": 0.06563324752795185, "bottom_radius": 0.04190202833194305, "length": 0.06263470059997432, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984334219565774, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165115873884773, "upper_button_position": 0.0819218345681001}], "rail_length": 5, "inclination": 83.57205091590772, "heading": 48.734523534836306} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8564908691802949, "wind_velocity_y_factor": 0.7510014282662751, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349720004861932, "mass": 15.302329925082216, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331908743455512, "I_33_without_motor": 0.017399549562159146, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.11146205221386, "trigger": 800, "sampling_rate": 105, "lag": 1.590031731749448, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0573195220120193, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3744302435642797, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5256.193511906152, "burn_start_time": 0.08237203585159197, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03277451687631691, "grain_number": 5, "grain_density": 1788.1363923049794, "grain_outer_radius": 0.032595868090812295, "grain_initial_inner_radius": 0.015495459707402176, "grain_initial_height": 0.12263393774286202, "grain_separation": 0.003978245153734009, "grains_center_of_mass_position": 0.3976815295689112, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014047721936711617, "throat_radius": 0.011577576271137228, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255652825116231}], "aerodynamic_surfaces": [{"length": 0.557589996444266, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327968723119761}, {"n": 4, "root_chord": 0.1203884280356567, "tip_chord": 0.060082578387047926, "span": 0.10943879078995992, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490732965002627}, {"top_radius": 0.06386517168644278, "bottom_radius": 0.0427720926905944, "length": 0.06070371254146778, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001183810952457, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192739036467048, "upper_button_position": 0.08084447744854095}], "rail_length": 5, "inclination": 85.28933886212411, "heading": 53.53947332284801} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5949389393429891, "wind_velocity_y_factor": 1.0779512377690414, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.0634893571345774, "mass": 15.073844025034386, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324403953116973, "I_33_without_motor": 0.03876035693236566, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.957366081118806, "trigger": 800, "sampling_rate": 105, "lag": 1.5096932529412896, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0287047714331536, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6226806340434377, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4263.958249482648, "burn_start_time": 0.05276696689329483, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03362403831200252, "grain_number": 5, "grain_density": 1727.3231310690921, "grain_outer_radius": 0.03345415165741856, "grain_initial_inner_radius": 0.015534328378185698, "grain_initial_height": 0.11988292574834218, "grain_separation": 0.0035497313970214153, "grains_center_of_mass_position": 0.3966677752466944, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009832592059041058, "throat_radius": 0.010861312087742018, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25425667871123}], "aerodynamic_surfaces": [{"length": 0.5590580288446301, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353323196635496}, {"n": 4, "root_chord": 0.11928776072154472, "tip_chord": 0.059699017833713786, "span": 0.10993600117537021, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506977065262977}, {"top_radius": 0.06260379470258681, "bottom_radius": 0.043659103089050126, "length": 0.059025321258045896, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992745830661298, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186345425987951, "upper_button_position": 0.08064004046733464}], "rail_length": 5, "inclination": 86.37075480901397, "heading": 56.11703919866844} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9919832183068699, "wind_velocity_y_factor": 0.7649288968652924, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350359429715013, "mass": 15.40381814455707, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316358569589281, "I_33_without_motor": 0.02659923772074612, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.099947204978672, "trigger": 800, "sampling_rate": 105, "lag": 1.3980770447777884, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0088641642131693, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5074294333028937, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5901.236388060774, "burn_start_time": 0.14836247904420125, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03340942254627458, "grain_number": 5, "grain_density": 1713.3035366016625, "grain_outer_radius": 0.03312745546143973, "grain_initial_inner_radius": 0.015141496814329436, "grain_initial_height": 0.11985310552166153, "grain_separation": 0.007141809915512125, "grains_center_of_mass_position": 0.3971366712476018, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004039200594034306, "throat_radius": 0.011212387547340141, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543977234037347}], "aerodynamic_surfaces": [{"length": 0.5578620610790733, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134300163772754}, {"n": 4, "root_chord": 0.12006891082284811, "tip_chord": 0.05999156398360319, "span": 0.10937826982967065, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495322421165225}, {"top_radius": 0.06494300607737385, "bottom_radius": 0.04328036528248747, "length": 0.05888590332274, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988947110799514, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183445203404401, "upper_button_position": 0.08055019073951131}], "rail_length": 5, "inclination": 83.9036932881498, "heading": 50.85388957242788} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.6012315635957477, "wind_velocity_y_factor": 0.8309129086939827, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349220581331524, "mass": 15.72278945096053, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32817477137435, "I_33_without_motor": 0.0493607397215804, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.9716527049073, "trigger": 800, "sampling_rate": 105, "lag": 1.5346932737828938, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9922588946055017, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8186408492626103, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5899.656079263604, "burn_start_time": 0.08720280851103643, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033398173741940394, "grain_number": 5, "grain_density": 1844.2560039490338, "grain_outer_radius": 0.03314684197595917, "grain_initial_inner_radius": 0.015342145234828103, "grain_initial_height": 0.12035141068193872, "grain_separation": 0.005349162347445875, "grains_center_of_mass_position": 0.39758889093104455, "center_of_dry_mass_position": 0.317, "nozzle_position": -2.2305581994930165e-05, "throat_radius": 0.010134682982333217, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544882610480355}], "aerodynamic_surfaces": [{"length": 0.5587220054308101, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337786053960361}, {"n": 4, "root_chord": 0.12017137184036503, "tip_chord": 0.05982551550646029, "span": 0.11000533077760086, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492394162662626}, {"top_radius": 0.06369716657031708, "bottom_radius": 0.04350802286734004, "length": 0.05865298121841436, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998331719408212, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6205641395590563, "upper_button_position": 0.07926903238176486}], "rail_length": 5, "inclination": 82.38015628870048, "heading": 53.3306621353104} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0068555479545425, "wind_velocity_y_factor": 1.0446234254451063, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349565611663338, "mass": 15.871741459454864, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31544506510227, "I_33_without_motor": 0.03209003178094388, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.028987778118202, "trigger": 800, "sampling_rate": 105, "lag": 1.2592998479221194, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0381159089585852, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7760513014431754, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7502.331410459032, "burn_start_time": -0.131238124087758, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03274356653257579, "grain_number": 5, "grain_density": 1818.462187472789, "grain_outer_radius": 0.032401397929248, "grain_initial_inner_radius": 0.015079405408597518, "grain_initial_height": 0.12181736467986026, "grain_separation": 0.006798189582061026, "grains_center_of_mass_position": 0.3968775011198859, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001365207691242594, "throat_radius": 0.010405413658650282, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255780173192338}], "aerodynamic_surfaces": [{"length": 0.55844588076269, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134804600945037}, {"n": 4, "root_chord": 0.11984097989732066, "tip_chord": 0.06120825158665094, "span": 0.10990947509635249, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051179670055022}, {"top_radius": 0.06400903586907433, "bottom_radius": 0.043587694803519414, "length": 0.059349724720039514, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991359090788046, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184838097284935, "upper_button_position": 0.08065209935031115}], "rail_length": 5, "inclination": 84.58066532103472, "heading": 48.046376419275155} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0380303070964472, "wind_velocity_y_factor": 0.7512022872983263, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349995394514868, "mass": 16.155364311912706, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325339356850408, "I_33_without_motor": 0.027950489571425305, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.046176918850815, "trigger": 800, "sampling_rate": 105, "lag": 1.4107066720501549, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0681516246096747, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2291396967442099, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7215.008002318701, "burn_start_time": 0.23822594854824852, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03324609516560608, "grain_number": 5, "grain_density": 1809.4318900510693, "grain_outer_radius": 0.03306629643227784, "grain_initial_inner_radius": 0.015058560960857038, "grain_initial_height": 0.12098799689510527, "grain_separation": 0.005307463778578943, "grains_center_of_mass_position": 0.39638014772158964, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0025883787946384424, "throat_radius": 0.010713538795030939, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550767140469246}], "aerodynamic_surfaces": [{"length": 0.5604338018722835, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334720085763759}, {"n": 4, "root_chord": 0.11916373868006558, "tip_chord": 0.05996152526305456, "span": 0.110564099917596, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048387782192676}, {"top_radius": 0.0618143145284491, "bottom_radius": 0.042920320219220716, "length": 0.05966882075532589, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993111039244726, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175644634768479, "upper_button_position": 0.0817466404476247}], "rail_length": 5, "inclination": 85.73470368076049, "heading": 51.54893073078139} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9539693455246891, "wind_velocity_y_factor": 0.8615117198261846, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349623614538531, "mass": 15.407344235300991, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309424563288935, "I_33_without_motor": 0.034163596668864295, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.923340405965847, "trigger": 800, "sampling_rate": 105, "lag": 1.391876687984766, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9435463272064702, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7476614308458085, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6838.867788639885, "burn_start_time": -0.0029421463280365906, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03288005115877017, "grain_number": 5, "grain_density": 1729.7373446033273, "grain_outer_radius": 0.03281569491719693, "grain_initial_inner_radius": 0.014772717335484187, "grain_initial_height": 0.11976207260925492, "grain_separation": 0.0033057849406821684, "grains_center_of_mass_position": 0.3965484910914829, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00012577600061185827, "throat_radius": 0.010996886457635177, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253419518854655}], "aerodynamic_surfaces": [{"length": 0.5583443931201024, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133961463483924}, {"n": 4, "root_chord": 0.12000893526274153, "tip_chord": 0.05984537055483361, "span": 0.11063167721521229, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486804160343315}, {"top_radius": 0.06369452732179894, "bottom_radius": 0.04375213872749623, "length": 0.06082942444959488, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012623629177422, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189828949917029, "upper_button_position": 0.08227946792603935}], "rail_length": 5, "inclination": 83.85756870019466, "heading": 51.2796527469196} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0335994040604535, "wind_velocity_y_factor": 1.4048049365294653, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349747398963489, "mass": 15.233411337307311, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314290989264368, "I_33_without_motor": 0.0166286839572558, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.08020084806532, "trigger": 800, "sampling_rate": 105, "lag": 1.635959286464551, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0061599640850207, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5303366309404483, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7022.348198848428, "burn_start_time": 0.20915879562540407, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032334130572967724, "grain_number": 5, "grain_density": 1796.7886852902582, "grain_outer_radius": 0.0325412785493944, "grain_initial_inner_radius": 0.015116871635521346, "grain_initial_height": 0.12128412293456774, "grain_separation": 0.005447649853375284, "grains_center_of_mass_position": 0.39631895899738206, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00011862413298615413, "throat_radius": 0.011671707535617625, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553976123265047}], "aerodynamic_surfaces": [{"length": 0.5588836699279176, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333245051928167}, {"n": 4, "root_chord": 0.11978265353945226, "tip_chord": 0.06017090726507969, "span": 0.10967336906644687, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502295583553216}, {"top_radius": 0.06437986481842188, "bottom_radius": 0.0430056216571203, "length": 0.059733647138002874, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996825852269626, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175670473658262, "upper_button_position": 0.08211553786113635}], "rail_length": 5, "inclination": 83.27909931114871, "heading": 51.00422352702661} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.776344377163486, "wind_velocity_y_factor": 1.0304189575801008, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349412636003075, "mass": 15.24300493767161, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322000494755499, "I_33_without_motor": 0.04460036998675011, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.969267542306763, "trigger": 800, "sampling_rate": 105, "lag": 1.4395366938251815, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.126092406384409, "trigger": "apogee", "sampling_rate": 105, "lag": 1.016601531782127, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7246.240678777381, "burn_start_time": -0.04795017155996426, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03257335965742921, "grain_number": 5, "grain_density": 1852.8124632129159, "grain_outer_radius": 0.03312834027998399, "grain_initial_inner_radius": 0.014786958122489723, "grain_initial_height": 0.11950373837144102, "grain_separation": 0.005268925976674573, "grains_center_of_mass_position": 0.3978600144346076, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003254673949333942, "throat_radius": 0.010754033364079492, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549044352989809}], "aerodynamic_surfaces": [{"length": 0.5592660595541294, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135728649486118}, {"n": 4, "root_chord": 0.11969954522964481, "tip_chord": 0.06052923863262608, "span": 0.11005102373390982, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486784701695087}, {"top_radius": 0.062222321603110656, "bottom_radius": 0.042722169877388125, "length": 0.05857456900333481, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995431098110788, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162225116748561, "upper_button_position": 0.08332059813622272}], "rail_length": 5, "inclination": 85.49932819074527, "heading": 52.36033788339363} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4427775543796941, "wind_velocity_y_factor": 1.2545445677852871, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350409162491331, "mass": 15.136178642135535, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332130300501636, "I_33_without_motor": 0.014912407939959006, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.083576694180193, "trigger": 800, "sampling_rate": 105, "lag": 1.672534317505433, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0290980838717758, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4898784073959204, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8214.786527162238, "burn_start_time": -0.004214960610243966, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03302747217667667, "grain_number": 5, "grain_density": 1740.1684770645345, "grain_outer_radius": 0.03284139583555161, "grain_initial_inner_radius": 0.014700160087484369, "grain_initial_height": 0.12065305062146651, "grain_separation": 0.005546390070488103, "grains_center_of_mass_position": 0.39562598314313774, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005702481323265376, "throat_radius": 0.010966345748675157, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541747462592616}], "aerodynamic_surfaces": [{"length": 0.5593610043849153, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333856463004537}, {"n": 4, "root_chord": 0.11977808743888443, "tip_chord": 0.05944970218324939, "span": 0.11081278383723521, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499356979159165}, {"top_radius": 0.06335212011068628, "bottom_radius": 0.043839014715031495, "length": 0.058861054617482075, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980549316708689, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185082809060284, "upper_button_position": 0.07954665076484047}], "rail_length": 5, "inclination": 84.10106343258238, "heading": 52.444184252681886} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8635219122716091, "wind_velocity_y_factor": 1.132714237076844, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350044917646726, "mass": 15.466653260409606, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3153576153979385, "I_33_without_motor": 0.04218846624618583, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.85533123539375, "trigger": 800, "sampling_rate": 105, "lag": 1.4401743180657276, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1973270603498896, "trigger": "apogee", "sampling_rate": 105, "lag": 1.443810935039271, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6920.8881486824375, "burn_start_time": -0.11608220800950507, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03197541720449503, "grain_number": 5, "grain_density": 1780.6738126944988, "grain_outer_radius": 0.03272162062218903, "grain_initial_inner_radius": 0.014965581735069918, "grain_initial_height": 0.12025213087747241, "grain_separation": 0.006328267849373908, "grains_center_of_mass_position": 0.39483091102210327, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002587540089819068, "throat_radius": 0.01191663181729272, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557929082443902}], "aerodynamic_surfaces": [{"length": 0.5606534305860269, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342698258636204}, {"n": 4, "root_chord": 0.11982927176918387, "tip_chord": 0.05955604305076739, "span": 0.11050389695346874, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488517703659426}, {"top_radius": 0.06357551849318534, "bottom_radius": 0.04363561811485536, "length": 0.06018035599096444, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699009940381394, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180097147022837, "upper_button_position": 0.08100022567911025}], "rail_length": 5, "inclination": 85.16457955522462, "heading": 48.88522528341604} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.908986960378993, "wind_velocity_y_factor": 1.3520427386424303, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350461916233292, "mass": 15.786970973639594, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310424952976528, "I_33_without_motor": 0.035089094261973965, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.9250881175217, "trigger": 800, "sampling_rate": 105, "lag": 1.3735536803775086, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9644307722256036, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0997372684446365, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 2964.18439524548, "burn_start_time": -0.02966942629537029, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03253524710221083, "grain_number": 5, "grain_density": 1725.515579264468, "grain_outer_radius": 0.03236728070085736, "grain_initial_inner_radius": 0.015081428218515951, "grain_initial_height": 0.11983987356984528, "grain_separation": 0.004525233599538486, "grains_center_of_mass_position": 0.3974381380272812, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.002113622742587501, "throat_radius": 0.010997747135182716, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558011139487848}], "aerodynamic_surfaces": [{"length": 0.5576481422793396, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349650152236188}, {"n": 4, "root_chord": 0.12034562388496667, "tip_chord": 0.06041382007494174, "span": 0.10989132216738237, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511921297544358}, {"top_radius": 0.0634119458802319, "bottom_radius": 0.04374966398674366, "length": 0.061442403994502376, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7017453858708701, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175455684945038, "upper_button_position": 0.08419981737636628}], "rail_length": 5, "inclination": 83.69685762849114, "heading": 50.78769488222056} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3030656867326018, "wind_velocity_y_factor": 1.393593720009684, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06348956243109212, "mass": 16.180683698450316, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313511709331327, "I_33_without_motor": 0.008550793942579207, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.095020285288982, "trigger": 800, "sampling_rate": 105, "lag": 1.62143149661915, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0378928058580303, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5228908283847953, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8040.517855286058, "burn_start_time": -0.1859297965783002, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033390878497389316, "grain_number": 5, "grain_density": 1756.7424615297202, "grain_outer_radius": 0.033183413904333776, "grain_initial_inner_radius": 0.014950031542632221, "grain_initial_height": 0.11903505506765005, "grain_separation": 0.004727852134658574, "grains_center_of_mass_position": 0.39718560406209935, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00037283901988222556, "throat_radius": 0.00970264145787989, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255725583226285}], "aerodynamic_surfaces": [{"length": 0.5590944963581319, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354055383312582}, {"n": 4, "root_chord": 0.1197356438621867, "tip_chord": 0.06023442916386989, "span": 0.10993185584393692, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499331738077768}, {"top_radius": 0.06375744560806512, "bottom_radius": 0.043650592213340264, "length": 0.060004170225696214, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994020928802925, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194790347384019, "upper_button_position": 0.0799230581418906}], "rail_length": 5, "inclination": 85.62526743761224, "heading": 54.39124879561713} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7403497693457681, "wind_velocity_y_factor": 1.4734483761935298, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.0634922002662229, "mass": 15.59243675332937, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318735774525387, "I_33_without_motor": 0.04113280666521747, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.988375273507799, "trigger": 800, "sampling_rate": 105, "lag": 1.4692907846471397, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8536079255449087, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8193570346422516, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7328.5440402366, "burn_start_time": 0.04786278504025088, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03275662649301883, "grain_number": 5, "grain_density": 1795.498445085816, "grain_outer_radius": 0.03259874506700646, "grain_initial_inner_radius": 0.014776957859856197, "grain_initial_height": 0.11954408945393176, "grain_separation": 0.004424112544460575, "grains_center_of_mass_position": 0.39458246512975736, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00025770632380111257, "throat_radius": 0.011087802964436578, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544610983436721}], "aerodynamic_surfaces": [{"length": 0.5579276674480997, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344534899793426}, {"n": 4, "root_chord": 0.11976998885587324, "tip_chord": 0.05929420913102491, "span": 0.10972242377213769, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0474186982936313}, {"top_radius": 0.06322579508919353, "bottom_radius": 0.042167744917729365, "length": 0.060109313536826026, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980484588182915, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167632759128248, "upper_button_position": 0.08128518290546671}], "rail_length": 5, "inclination": 84.54557744175102, "heading": 49.57744525517229} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4611181773828132, "wind_velocity_y_factor": 0.2331191318578566, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.0634922159013619, "mass": 15.821432508343944, "I_11_without_motor": 6.321, "I_22_without_motor": 6.303266917477602, "I_33_without_motor": 0.037566461646974365, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.903013493464863, "trigger": 800, "sampling_rate": 105, "lag": 1.4825873156636364, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0290143623118142, "trigger": "apogee", "sampling_rate": 105, "lag": 1.722791815499056, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5780.0653192217405, "burn_start_time": 0.03838737283755006, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03313557072936374, "grain_number": 5, "grain_density": 1800.83778631939, "grain_outer_radius": 0.033898230040402565, "grain_initial_inner_radius": 0.014808627519907643, "grain_initial_height": 0.11975384429550989, "grain_separation": 0.004849265591629863, "grains_center_of_mass_position": 0.39892504540180246, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002034533075782491, "throat_radius": 0.010631386467867904, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547299492112798}], "aerodynamic_surfaces": [{"length": 0.5608221312962802, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.136602060696093}, {"n": 4, "root_chord": 0.12011305511868035, "tip_chord": 0.06038821252305544, "span": 0.1097794755214823, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047737951230856}, {"top_radius": 0.06144514341129423, "bottom_radius": 0.043539051691348966, "length": 0.059812726074213465, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009218711103831, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175249557147533, "upper_button_position": 0.08339691539562977}], "rail_length": 5, "inclination": 84.37168681731126, "heading": 49.59244615039199} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7453522290761476, "wind_velocity_y_factor": 0.9398666114975026, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350626893416714, "mass": 15.64853504064709, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330741140235802, "I_33_without_motor": 0.04371546780874389, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.021052177597708, "trigger": 800, "sampling_rate": 105, "lag": 1.3427651456069705, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9446895648113731, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3300948355069164, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5708.678355701558, "burn_start_time": 0.10289638236254009, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03356052562349411, "grain_number": 5, "grain_density": 1900.923913473568, "grain_outer_radius": 0.03221014007381273, "grain_initial_inner_radius": 0.015282315280381362, "grain_initial_height": 0.11843420246012919, "grain_separation": 0.005359128158404315, "grains_center_of_mass_position": 0.3962406893765313, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015978540941782833, "throat_radius": 0.010883624481519256, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254806025645511}], "aerodynamic_surfaces": [{"length": 0.5563244452552185, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133412963494546}, {"n": 4, "root_chord": 0.12044394503864364, "tip_chord": 0.060525186441816314, "span": 0.11010829884610433, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490285240310582}, {"top_radius": 0.06169124720875248, "bottom_radius": 0.043401277604752014, "length": 0.059445594943858406, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997828516604433, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188275443714264, "upper_button_position": 0.0809553072890169}], "rail_length": 5, "inclination": 84.41277736100119, "heading": 53.990386846516046} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0383973790459209, "wind_velocity_y_factor": 1.1079392348543489, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06349046189142332, "mass": 15.820030939467168, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3292227854892795, "I_33_without_motor": 0.043396512422444605, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.945990888889712, "trigger": 800, "sampling_rate": 105, "lag": 1.6148797593785154, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0598812133824589, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4211220066230033, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6737.694414219283, "burn_start_time": 0.022624789349026286, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03242973007924969, "grain_number": 5, "grain_density": 1871.4419188031613, "grain_outer_radius": 0.03346926513384592, "grain_initial_inner_radius": 0.015293162970150005, "grain_initial_height": 0.1189212360968342, "grain_separation": 0.004705178371629997, "grains_center_of_mass_position": 0.3971124706118292, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00013377362375683664, "throat_radius": 0.010754761249821327, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540495237064302}], "aerodynamic_surfaces": [{"length": 0.5575308402470769, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339202670278636}, {"n": 4, "root_chord": 0.11949818173652285, "tip_chord": 0.06032434029539324, "span": 0.11054731411127484, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049057546084672}, {"top_radius": 0.06377581416246479, "bottom_radius": 0.04325901083660929, "length": 0.05932136458989164, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983062165487, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172502075343781, "upper_button_position": 0.08105600901432186}], "rail_length": 5, "inclination": 84.1646691809126, "heading": 55.06896643919141} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9757406727246124, "wind_velocity_y_factor": 1.2036542119516653, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350196609255465, "mass": 15.344249943369949, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333498669347949, "I_33_without_motor": 0.024538272771475626, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.981563464101631, "trigger": 800, "sampling_rate": 105, "lag": 1.588281328950893, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.890179098977011, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6449037118306142, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6148.258516558327, "burn_start_time": 0.020854683047585212, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033127975680501465, "grain_number": 5, "grain_density": 1695.3157085643588, "grain_outer_radius": 0.032970893467823545, "grain_initial_inner_radius": 0.014690947489041043, "grain_initial_height": 0.11988166361560852, "grain_separation": 0.006687372445569025, "grains_center_of_mass_position": 0.39687293643651655, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00052159464361855, "throat_radius": 0.01085844379973797, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561210125418696}], "aerodynamic_surfaces": [{"length": 0.5589362689462741, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134467498389959}, {"n": 4, "root_chord": 0.1204358953388966, "tip_chord": 0.05999984199065361, "span": 0.10973649557866172, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049090574287405}, {"top_radius": 0.064904803939094, "bottom_radius": 0.04354283366062912, "length": 0.06065994111767743, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005425833805842, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180682351395741, "upper_button_position": 0.08247434824101008}], "rail_length": 5, "inclination": 83.89218537005299, "heading": 52.142213077252144} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3751402324794557, "wind_velocity_y_factor": -0.0027385578521748055, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350619601734943, "mass": 15.775103714707162, "I_11_without_motor": 6.321, "I_22_without_motor": 6.340451324903393, "I_33_without_motor": 0.024914640460918742, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.888904019818018, "trigger": 800, "sampling_rate": 105, "lag": 1.4472200572639347, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9518210953265348, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9537486324026114, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6256.786517699358, "burn_start_time": 0.061601814674343836, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03344745695103222, "grain_number": 5, "grain_density": 1780.6437278755168, "grain_outer_radius": 0.032853917962485074, "grain_initial_inner_radius": 0.014282990933604642, "grain_initial_height": 0.12020320019913544, "grain_separation": 0.00512813942641821, "grains_center_of_mass_position": 0.3974155269896354, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010255261602209165, "throat_radius": 0.011876357941742901, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537516828770514}], "aerodynamic_surfaces": [{"length": 0.5562442964633171, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329631448098043}, {"n": 4, "root_chord": 0.11999225274068946, "tip_chord": 0.06000007350621114, "span": 0.11033309773090724, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051413435794534}, {"top_radius": 0.06556425409167457, "bottom_radius": 0.04500122563286661, "length": 0.06112350615235063, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992310312422814, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189527312660867, "upper_button_position": 0.08027829997619462}], "rail_length": 5, "inclination": 85.61893890931847, "heading": 53.71593890389632} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7212833695474333, "wind_velocity_y_factor": 1.0266638356945408, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.0635028460551845, "mass": 15.242190010135158, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333847348232999, "I_33_without_motor": 0.035132891360291185, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.987916027658533, "trigger": 800, "sampling_rate": 105, "lag": 1.4949237281035022, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1050956606532396, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4395605404500929, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6693.206127094744, "burn_start_time": -0.04397358021408559, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03240322791790651, "grain_number": 5, "grain_density": 1802.6829798350932, "grain_outer_radius": 0.03392046415591439, "grain_initial_inner_radius": 0.014785392672248932, "grain_initial_height": 0.1203638373159879, "grain_separation": 0.0055106505164493535, "grains_center_of_mass_position": 0.397224955579356, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005353647949037545, "throat_radius": 0.011358006253692883, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2527575621831997}], "aerodynamic_surfaces": [{"length": 0.5568693105077692, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347092123538642}, {"n": 4, "root_chord": 0.12012334196637549, "tip_chord": 0.060269916153380426, "span": 0.1099067412542977, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499618133275208}, {"top_radius": 0.06375814851026218, "bottom_radius": 0.043477551464081964, "length": 0.06006815450888835, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991238341207686, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184003262937188, "upper_button_position": 0.08072350782704985}], "rail_length": 5, "inclination": 84.41725766044476, "heading": 54.0442350674535} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.725272063779484, "wind_velocity_y_factor": 0.8159198897364239, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349643837098194, "mass": 16.140362711595838, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308295263511292, "I_33_without_motor": 0.04553693698528164, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.09653001302431, "trigger": 800, "sampling_rate": 105, "lag": 1.4975006589381152, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9722340788988224, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7547522074587247, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6348.900920035576, "burn_start_time": 0.11010167683716982, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03267698673766589, "grain_number": 5, "grain_density": 1765.6768247529885, "grain_outer_radius": 0.03227220802449752, "grain_initial_inner_radius": 0.015443940447941963, "grain_initial_height": 0.12030146708601024, "grain_separation": 0.007183840904329272, "grains_center_of_mass_position": 0.39698991944895595, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006526356721957437, "throat_radius": 0.0104248853441717, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560024606124918}], "aerodynamic_surfaces": [{"length": 0.5576189942763036, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1356073788000147}, {"n": 4, "root_chord": 0.12000014806960102, "tip_chord": 0.06125939169284225, "span": 0.11006382154610657, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049799139570275}, {"top_radius": 0.06224523941821111, "bottom_radius": 0.044257162704101266, "length": 0.06322726285572712, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012212042633018, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171714195885659, "upper_button_position": 0.0840497846747359}], "rail_length": 5, "inclination": 85.43246011221329, "heading": 52.15601647589779} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.92597174640689, "wind_velocity_y_factor": 0.8586739137089823, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.0635012661202035, "mass": 14.91355936006547, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335079805386282, "I_33_without_motor": 0.02653640102367207, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.0482627288976, "trigger": 800, "sampling_rate": 105, "lag": 1.6302428061801337, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.027012672446311, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7872689575468996, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7091.571173082517, "burn_start_time": 0.06029072238004103, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03291877485488018, "grain_number": 5, "grain_density": 1869.9946530087216, "grain_outer_radius": 0.03281371166479673, "grain_initial_inner_radius": 0.01499520181974489, "grain_initial_height": 0.11984750499507528, "grain_separation": 0.004989818558780682, "grains_center_of_mass_position": 0.3962874293566155, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00023397058136283505, "throat_radius": 0.011484522854116457, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25408633463516}], "aerodynamic_surfaces": [{"length": 0.5584209477890972, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337520254474236}, {"n": 4, "root_chord": 0.1198513904186837, "tip_chord": 0.060050937669644075, "span": 0.1105436528649082, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497740545287189}, {"top_radius": 0.06237856620839238, "bottom_radius": 0.04281026666216312, "length": 0.06144655218628911, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995330836875155, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179979375858883, "upper_button_position": 0.08153514610162726}], "rail_length": 5, "inclination": 81.86590309342834, "heading": 52.2888661732615} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0547621446275584, "wind_velocity_y_factor": 0.9419804519230665, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350645593705483, "mass": 15.837435575965548, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321526835584289, "I_33_without_motor": 0.04222729579391671, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.000590448053245, "trigger": 800, "sampling_rate": 105, "lag": 1.57882983124968, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9904471275130894, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4964930918156343, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6612.436090338768, "burn_start_time": 0.06935363152712258, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03303897057764486, "grain_number": 5, "grain_density": 1864.1243821245396, "grain_outer_radius": 0.03346582270822572, "grain_initial_inner_radius": 0.014992338778184202, "grain_initial_height": 0.1203631949041807, "grain_separation": 0.00572211689341609, "grains_center_of_mass_position": 0.39688129276523465, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008066673782064756, "throat_radius": 0.01066312131776298, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564462501744702}], "aerodynamic_surfaces": [{"length": 0.5600274919466138, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135054804652123}, {"n": 4, "root_chord": 0.11990126006861615, "tip_chord": 0.059361673985684066, "span": 0.10968879340046948, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503985242273897}, {"top_radius": 0.06414797672546496, "bottom_radius": 0.04188326811101873, "length": 0.05988528232770197, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698126847846486, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618072130779673, "upper_button_position": 0.080054717066813}], "rail_length": 5, "inclination": 85.00224031939335, "heading": 56.559567852006836} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.860379572544483, "wind_velocity_y_factor": 0.816344478336674, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349579855265383, "mass": 15.144520438303408, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322467143074465, "I_33_without_motor": 0.04123448479160174, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.869463251244037, "trigger": 800, "sampling_rate": 105, "lag": 1.4184710808832754, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1459103079145128, "trigger": "apogee", "sampling_rate": 105, "lag": 1.408475556719086, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6161.168447992319, "burn_start_time": -0.1201861907141239, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0326361643851114, "grain_number": 5, "grain_density": 1796.4128652576806, "grain_outer_radius": 0.033192107744750295, "grain_initial_inner_radius": 0.014709710678069612, "grain_initial_height": 0.1222775903693748, "grain_separation": 0.005375411375975126, "grains_center_of_mass_position": 0.39693283410026536, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004136383309896821, "throat_radius": 0.011117476010600974, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540534877253748}], "aerodynamic_surfaces": [{"length": 0.5597710401850937, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354482440125002}, {"n": 4, "root_chord": 0.11972094866403182, "tip_chord": 0.05939944553278402, "span": 0.10947543624891859, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049294851505731}, {"top_radius": 0.06460985040609102, "bottom_radius": 0.041896172534624174, "length": 0.05939118555508029, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004393196720251, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177863033112168, "upper_button_position": 0.08265301636080835}], "rail_length": 5, "inclination": 83.30057625708936, "heading": 50.6554716959159} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8454339043097051, "wind_velocity_y_factor": 1.216931066579192, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06350733861509203, "mass": 15.133063112471559, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320518742334604, "I_33_without_motor": 0.034422601471519314, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.079947479616038, "trigger": 800, "sampling_rate": 105, "lag": 1.3061968559067647, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8299948857165764, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2819851688982657, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8109.391715198448, "burn_start_time": -0.019716025960575687, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03350283305532991, "grain_number": 5, "grain_density": 1888.123157229993, "grain_outer_radius": 0.033129514597285484, "grain_initial_inner_radius": 0.014991276802908368, "grain_initial_height": 0.12008337735195958, "grain_separation": 0.005479812750197811, "grains_center_of_mass_position": 0.39655085510602067, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007209459055677005, "throat_radius": 0.011057024749177032, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554630718493427}], "aerodynamic_surfaces": [{"length": 0.5587645075637344, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334330768773182}, {"n": 4, "root_chord": 0.11904661202492524, "tip_chord": 0.059551867734782965, "span": 0.10963324371675924, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048369151578488}, {"top_radius": 0.06407375895991099, "bottom_radius": 0.04445666996153939, "length": 0.0579420374009138, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011622993034663, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184979651248919, "upper_button_position": 0.08266433417857444}], "rail_length": 5, "inclination": 83.12225600121678, "heading": 48.30296601986338} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2823243144300938, "wind_velocity_y_factor": 1.077100508375919, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350382612150572, "mass": 14.968590828790632, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315145856484451, "I_33_without_motor": 0.03131658628420316, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.876919374544656, "trigger": 800, "sampling_rate": 105, "lag": 1.4203651373045805, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9114002832068152, "trigger": "apogee", "sampling_rate": 105, "lag": 1.46755329012604, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6318.356093642024, "burn_start_time": -0.06406171212896766, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03379285506124265, "grain_number": 5, "grain_density": 1827.8037658416283, "grain_outer_radius": 0.032722091954625075, "grain_initial_inner_radius": 0.015151550638272254, "grain_initial_height": 0.12036305978524363, "grain_separation": 0.005687432619562659, "grains_center_of_mass_position": 0.3973066516089028, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00011889395945281425, "throat_radius": 0.011065105337368514, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.257215777165993}], "aerodynamic_surfaces": [{"length": 0.5585509376782295, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133939109077487}, {"n": 4, "root_chord": 0.12067659281205453, "tip_chord": 0.0598690071977941, "span": 0.11085318163060592, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.05136544112157}, {"top_radius": 0.06328976480681676, "bottom_radius": 0.04267025230812784, "length": 0.05959926530707973, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010563972182583, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184028986130489, "upper_button_position": 0.08265349860520943}], "rail_length": 5, "inclination": 84.60798806906695, "heading": 53.21597103672558} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.017131467769813, "wind_velocity_y_factor": 1.323735361562889, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350750969988912, "mass": 15.241619564571574, "I_11_without_motor": 6.321, "I_22_without_motor": 6.300571623579594, "I_33_without_motor": 0.04431784478448356, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.04656904000755, "trigger": 800, "sampling_rate": 105, "lag": 1.667129012946711, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.103119712039803, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2499244534493925, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4840.607259536743, "burn_start_time": 0.14484849794533472, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03248426685381176, "grain_number": 5, "grain_density": 1796.4309440434592, "grain_outer_radius": 0.03325487036122039, "grain_initial_inner_radius": 0.014405074571165178, "grain_initial_height": 0.11878750337248645, "grain_separation": 0.004802932244379014, "grains_center_of_mass_position": 0.3963012626052866, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00079449122018171, "throat_radius": 0.011032028266588572, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547948044336894}], "aerodynamic_surfaces": [{"length": 0.5590700716537514, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345952478822081}, {"n": 4, "root_chord": 0.11972057008834953, "tip_chord": 0.059856482574273825, "span": 0.11008621958424268, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0479790291067625}, {"top_radius": 0.0626693218453875, "bottom_radius": 0.04092274286501729, "length": 0.0611900849335348, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7016962052881232, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190511843569861, "upper_button_position": 0.08264502093113701}], "rail_length": 5, "inclination": 85.66139069576215, "heading": 50.58358350854659} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6669146110684068, "wind_velocity_y_factor": 0.32329863901886513, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.0634999295402096, "mass": 15.72261627520585, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309812986925922, "I_33_without_motor": 0.0260248925559433, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.161929376146121, "trigger": 800, "sampling_rate": 105, "lag": 1.5448285685795684, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0356626828624873, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8285140287746473, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6138.521283277562, "burn_start_time": -0.07975173888121347, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032709101836789, "grain_number": 5, "grain_density": 1752.6052068029678, "grain_outer_radius": 0.03327794923837804, "grain_initial_inner_radius": 0.014248796021260102, "grain_initial_height": 0.12033648271301291, "grain_separation": 0.004522948764151508, "grains_center_of_mass_position": 0.3958075451743971, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008815144779724109, "throat_radius": 0.01113791527913942, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543551261748607}], "aerodynamic_surfaces": [{"length": 0.5575868224794553, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1326267725781027}, {"n": 4, "root_chord": 0.12019006457869506, "tip_chord": 0.05953310752166722, "span": 0.10987343177882049, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489251867478775}, {"top_radius": 0.06436323398787157, "bottom_radius": 0.04365836366589278, "length": 0.05905313827669357, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001023443168594, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617757252435862, "upper_button_position": 0.08234509188099737}], "rail_length": 5, "inclination": 85.0214716558661, "heading": 53.40063018768452} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2937013788236666, "wind_velocity_y_factor": 0.9385903112061736, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349574074249106, "mass": 15.591685481061125, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313839206497097, "I_33_without_motor": 0.04394176512399783, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.922945458426256, "trigger": 800, "sampling_rate": 105, "lag": 1.426921719723242, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0109046208428571, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6274489697888759, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5836.717179087365, "burn_start_time": -0.10841190192250455, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0333371665071503, "grain_number": 5, "grain_density": 1821.7292922392903, "grain_outer_radius": 0.032646184780790795, "grain_initial_inner_radius": 0.015430672379990826, "grain_initial_height": 0.1191649817762027, "grain_separation": 0.005026087747445649, "grains_center_of_mass_position": 0.39769821530396365, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00042578711889197326, "throat_radius": 0.011076713691697201, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254139563051066}], "aerodynamic_surfaces": [{"length": 0.5576394184159458, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343272663623531}, {"n": 4, "root_chord": 0.12061155851895751, "tip_chord": 0.05972199956313319, "span": 0.10985813889320432, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496860353386221}, {"top_radius": 0.0615019362553801, "bottom_radius": 0.04357750699348139, "length": 0.05856024926045012, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6978212638868496, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6157716241839585, "upper_button_position": 0.08204963970289114}], "rail_length": 5, "inclination": 82.84139895812633, "heading": 55.4071829452918} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4751481102547546, "wind_velocity_y_factor": 1.0751069480703472, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349510233816665, "mass": 15.237564270996762, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30474459798598, "I_33_without_motor": 0.024666764745632144, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.056636607378646, "trigger": 800, "sampling_rate": 105, "lag": 1.4055645848194342, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9521363911280785, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4387176689140524, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4264.6703590491925, "burn_start_time": 0.05241070948064931, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032776542745792586, "grain_number": 5, "grain_density": 1912.1358990388464, "grain_outer_radius": 0.032874758712660226, "grain_initial_inner_radius": 0.014583292499392905, "grain_initial_height": 0.120048971505103, "grain_separation": 0.005070021311448853, "grains_center_of_mass_position": 0.39720643979737574, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00015569169732361705, "throat_radius": 0.010627448607307735, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546054281606798}], "aerodynamic_surfaces": [{"length": 0.5578924759121122, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135625967075351}, {"n": 4, "root_chord": 0.11951700784316871, "tip_chord": 0.05963063344786217, "span": 0.11044422495400934, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048369025194834}, {"top_radius": 0.06149212892045285, "bottom_radius": 0.04403030669912598, "length": 0.06015243638858391, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985736607396792, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183730588542534, "upper_button_position": 0.08020060188542577}], "rail_length": 5, "inclination": 84.78854129216582, "heading": 54.96951177176037} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8592830944755794, "wind_velocity_y_factor": 1.3360285388088906, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349032887774864, "mass": 15.543265543285507, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3056898293913415, "I_33_without_motor": 0.027095880831032326, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.876181933257243, "trigger": 800, "sampling_rate": 105, "lag": 1.3801744327524592, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.031318772611836, "trigger": "apogee", "sampling_rate": 105, "lag": 1.302523751821068, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7428.601579081251, "burn_start_time": -0.0855129723824905, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03429053811805633, "grain_number": 5, "grain_density": 1780.1849142732447, "grain_outer_radius": 0.03291065513989919, "grain_initial_inner_radius": 0.015279583590785661, "grain_initial_height": 0.11949720066538101, "grain_separation": 0.004049544468361275, "grains_center_of_mass_position": 0.3945024835231165, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009464815219964024, "throat_radius": 0.011156075262202603, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550602134255586}], "aerodynamic_surfaces": [{"length": 0.5581520244278046, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332336120981805}, {"n": 4, "root_chord": 0.11982112880500932, "tip_chord": 0.059881860385861685, "span": 0.10977031566729432, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495890615346906}, {"top_radius": 0.06428114392198186, "bottom_radius": 0.0420423965091487, "length": 0.06079698944981975, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6975901137042148, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189575603944181, "upper_button_position": 0.07863255330979668}], "rail_length": 5, "inclination": 83.45020712416306, "heading": 54.34909659522855} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8933305392283846, "wind_velocity_y_factor": 0.31049425668196495, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06348962884622839, "mass": 14.00941448597846, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308312016984411, "I_33_without_motor": 0.021605647522593995, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.871664234897313, "trigger": 800, "sampling_rate": 105, "lag": 1.7283649219037402, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9581305898915524, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4583688252242077, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5244.467908465927, "burn_start_time": -0.025983610132901583, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032905871510696336, "grain_number": 5, "grain_density": 1811.9335170003578, "grain_outer_radius": 0.032686848027240215, "grain_initial_inner_radius": 0.01479695124166464, "grain_initial_height": 0.11862578480702812, "grain_separation": 0.0063057320589341, "grains_center_of_mass_position": 0.39756341608444523, "center_of_dry_mass_position": 0.317, "nozzle_position": -4.2797973313670285e-05, "throat_radius": 0.010734485834595313, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560380722207447}], "aerodynamic_surfaces": [{"length": 0.5597949335882328, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335391094287597}, {"n": 4, "root_chord": 0.12011997342546978, "tip_chord": 0.05957174575417885, "span": 0.11050553021117725, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500675197120986}, {"top_radius": 0.06413096013791644, "bottom_radius": 0.04463481185563008, "length": 0.06119515262498201, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999616282304202, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180961516922557, "upper_button_position": 0.08186547653816445}], "rail_length": 5, "inclination": 85.24860545162245, "heading": 53.212079109032594} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9148827718748495, "wind_velocity_y_factor": 1.2118484590136887, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06348715291768796, "mass": 15.084446732207915, "I_11_without_motor": 6.321, "I_22_without_motor": 6.342836761666274, "I_33_without_motor": 0.02609143038268584, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.975144049969062, "trigger": 800, "sampling_rate": 105, "lag": 1.5820607324276268, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0420738238684062, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2602250845571747, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5958.6850440085445, "burn_start_time": -0.05868151944783526, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03225444676725915, "grain_number": 5, "grain_density": 1796.756430828146, "grain_outer_radius": 0.03328006625416628, "grain_initial_inner_radius": 0.0144689910885591, "grain_initial_height": 0.11994836466621536, "grain_separation": 0.004732414714777791, "grains_center_of_mass_position": 0.3969876118359792, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010548781273779183, "throat_radius": 0.010805200033492715, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560360422467798}], "aerodynamic_surfaces": [{"length": 0.5594399229331273, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328675146404363}, {"n": 4, "root_chord": 0.11944048695127898, "tip_chord": 0.05940828142488566, "span": 0.11051147515243641, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049238157611699}, {"top_radius": 0.06370924389095704, "bottom_radius": 0.0429427141661757, "length": 0.06184820206211266, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994488240687687, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173076750557933, "upper_button_position": 0.08214114901297542}], "rail_length": 5, "inclination": 86.41754558006876, "heading": 50.97025334565363} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6347810020635993, "wind_velocity_y_factor": 0.8997095116923315, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349567928180024, "mass": 15.269125758825664, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313277923514696, "I_33_without_motor": 0.040401917048685364, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.0081523550632, "trigger": 800, "sampling_rate": 105, "lag": 1.5372259929525378, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0473324311598715, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3357765954963754, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5169.507175830228, "burn_start_time": -0.015304771375030241, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033007373080535404, "grain_number": 5, "grain_density": 1767.4711806022817, "grain_outer_radius": 0.03288279621329746, "grain_initial_inner_radius": 0.014259041739334902, "grain_initial_height": 0.1203827465007921, "grain_separation": 0.004595869048008374, "grains_center_of_mass_position": 0.3965633625989093, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007880888015791585, "throat_radius": 0.01085198604049335, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547845591647158}], "aerodynamic_surfaces": [{"length": 0.5570378636296279, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334682380086}, {"n": 4, "root_chord": 0.12086800489930445, "tip_chord": 0.05981976832455599, "span": 0.10986597431054893, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507638672055462}, {"top_radius": 0.0645468272260892, "bottom_radius": 0.041945869022613436, "length": 0.058690483337872856, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998968575704732, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190940968028567, "upper_button_position": 0.0808027607676165}], "rail_length": 5, "inclination": 83.51632792971498, "heading": 55.93511565120575} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2154739553408302, "wind_velocity_y_factor": 1.479412500961346, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350253411937296, "mass": 14.437699971386246, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325235086533581, "I_33_without_motor": 0.02307874044677177, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.102043709402206, "trigger": 800, "sampling_rate": 105, "lag": 1.5003814247788851, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9823455731990421, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5958713960391555, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5387.239438911778, "burn_start_time": 0.12417992809877026, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03374791621628318, "grain_number": 5, "grain_density": 1833.943611491452, "grain_outer_radius": 0.03290229378374456, "grain_initial_inner_radius": 0.01486779348755394, "grain_initial_height": 0.11961340882641638, "grain_separation": 0.0044737736888737605, "grains_center_of_mass_position": 0.39817128261882384, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005394400236522264, "throat_radius": 0.011844279841413553, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552245566685662}], "aerodynamic_surfaces": [{"length": 0.5574672684853814, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331425894810867}, {"n": 4, "root_chord": 0.12072771777856967, "tip_chord": 0.06033876759171173, "span": 0.1098368794537889, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492856397908377}, {"top_radius": 0.06396434421045342, "bottom_radius": 0.04309922082543539, "length": 0.06116097044452675, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013849688103803, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190814932358146, "upper_button_position": 0.08230347557456563}], "rail_length": 5, "inclination": 85.34012500001509, "heading": 54.437862676412905} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0116666705525288, "wind_velocity_y_factor": 0.9149254045324854, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.0634964942600556, "mass": 16.116715525867754, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323510315800264, "I_33_without_motor": 0.03788884063334906, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.097346678129751, "trigger": 800, "sampling_rate": 105, "lag": 1.4654538452286898, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0534928389471072, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5401319787893855, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4359.5657224519855, "burn_start_time": -0.24018158897327138, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032244560691525634, "grain_number": 5, "grain_density": 1847.2204270584496, "grain_outer_radius": 0.0328588536480598, "grain_initial_inner_radius": 0.014357967118746446, "grain_initial_height": 0.12019277464340347, "grain_separation": 0.00546198536055883, "grains_center_of_mass_position": 0.39826650038124745, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001086846942232237, "throat_radius": 0.010268516884026791, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2569533548381437}], "aerodynamic_surfaces": [{"length": 0.5574764244864029, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349855506077606}, {"n": 4, "root_chord": 0.11930616163747355, "tip_chord": 0.06031398878744917, "span": 0.11034594095019698, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487725345651657}, {"top_radius": 0.06479947978066283, "bottom_radius": 0.04489507274133007, "length": 0.06059018769794931, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995611117964279, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183818690489838, "upper_button_position": 0.08117924274744404}], "rail_length": 5, "inclination": 83.63261518017887, "heading": 53.71378068038002} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1428317223717583, "wind_velocity_y_factor": 1.2225845333263834, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06348793540016864, "mass": 15.251459324835624, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324308970065283, "I_33_without_motor": 0.040745772339440225, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.769713313951078, "trigger": 800, "sampling_rate": 105, "lag": 1.4916722071684183, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.050209041780594, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7152389658793348, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4951.9125253137345, "burn_start_time": 0.04528511486083875, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03258403089973842, "grain_number": 5, "grain_density": 1774.5703312539229, "grain_outer_radius": 0.03272704707832922, "grain_initial_inner_radius": 0.014967806294031322, "grain_initial_height": 0.12085983426042095, "grain_separation": 0.006723585402892307, "grains_center_of_mass_position": 0.39766814121725447, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00106880947909686, "throat_radius": 0.010984219538286896, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561903937260435}], "aerodynamic_surfaces": [{"length": 0.5586980350119387, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339929991260203}, {"n": 4, "root_chord": 0.11970757883343407, "tip_chord": 0.059365135154116164, "span": 0.10970211244132648, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492424724815668}, {"top_radius": 0.06498380300849882, "bottom_radius": 0.04238143578792322, "length": 0.06067058284457978, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7018900680056532, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170953427347216, "upper_button_position": 0.08479472527093168}], "rail_length": 5, "inclination": 84.78831673024297, "heading": 51.10571425216188} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.028995990286403, "wind_velocity_y_factor": 0.9682657973961928, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.0635009715478902, "mass": 15.914405781108282, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321160622579134, "I_33_without_motor": 0.025255380000000948, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.021726780630516, "trigger": 800, "sampling_rate": 105, "lag": 1.310649272889624, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9784614792848421, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5891179996039775, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6003.150037282946, "burn_start_time": -0.16417496326225936, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03248602399685109, "grain_number": 5, "grain_density": 1828.5880537251032, "grain_outer_radius": 0.03334608840613198, "grain_initial_inner_radius": 0.01496797144396774, "grain_initial_height": 0.12073111155085979, "grain_separation": 0.0038666905404503293, "grains_center_of_mass_position": 0.3967085556003581, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014859226065619068, "throat_radius": 0.010567890559645306, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546336236490523}], "aerodynamic_surfaces": [{"length": 0.5598773191636405, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135282858694876}, {"n": 4, "root_chord": 0.11969369124085605, "tip_chord": 0.059746486306724175, "span": 0.11038738740113098, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499085178244376}, {"top_radius": 0.0640093087134517, "bottom_radius": 0.04254836480680726, "length": 0.05994716971759903, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000520319769382, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182130567653658, "upper_button_position": 0.08183897521157246}], "rail_length": 5, "inclination": 84.37077300991595, "heading": 55.3315223198249} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4056635948932106, "wind_velocity_y_factor": 1.7122103973538063, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06348373154978866, "mass": 14.486128311232239, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31016129421294, "I_33_without_motor": 0.03493543399315161, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.954500287913394, "trigger": 800, "sampling_rate": 105, "lag": 1.4226304611486946, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9218675627584894, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5280599735339229, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5982.502120601592, "burn_start_time": -0.15418576300290973, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03304307228560954, "grain_number": 5, "grain_density": 1862.0612483540742, "grain_outer_radius": 0.03281155928740763, "grain_initial_inner_radius": 0.015144685592273706, "grain_initial_height": 0.12141117481334286, "grain_separation": 0.005167801909944477, "grains_center_of_mass_position": 0.3966415370512413, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005516862224178576, "throat_radius": 0.011094055121183007, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547697391372274}], "aerodynamic_surfaces": [{"length": 0.5579102473703692, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340017917778882}, {"n": 4, "root_chord": 0.12000475648701708, "tip_chord": 0.05943178565952105, "span": 0.11092990960296603, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050878101912554}, {"top_radius": 0.06344250831279066, "bottom_radius": 0.04443931373311616, "length": 0.05856158423454046, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699410945264241, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187010597064637, "upper_button_position": 0.08070988555777725}], "rail_length": 5, "inclination": 86.19838609493306, "heading": 49.18653480695875} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3957857190461462, "wind_velocity_y_factor": 0.2700473925121264, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349595090018091, "mass": 16.434787440855366, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307586924760278, "I_33_without_motor": 0.02314228452849866, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.096198021161541, "trigger": 800, "sampling_rate": 105, "lag": 1.637575819527172, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8847427091123098, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2747643841635712, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6491.571810369974, "burn_start_time": 0.10913579859016001, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03339348977264655, "grain_number": 5, "grain_density": 1707.9844894675925, "grain_outer_radius": 0.03267570265955015, "grain_initial_inner_radius": 0.014266788425436537, "grain_initial_height": 0.11874986176269217, "grain_separation": 0.003896740758938936, "grains_center_of_mass_position": 0.39611623268028584, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006542925216124366, "throat_radius": 0.011188997947387284, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554207301207094}], "aerodynamic_surfaces": [{"length": 0.5581579961713926, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328298248430109}, {"n": 4, "root_chord": 0.11938543192411234, "tip_chord": 0.06004234907364485, "span": 0.10982328758918836, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049412551550062}, {"top_radius": 0.06488493950115716, "bottom_radius": 0.044778528896190536, "length": 0.06052446130938355, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991977968496417, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6160434323524944, "upper_button_position": 0.0831543644971473}], "rail_length": 5, "inclination": 82.50428293093427, "heading": 52.26360654115485} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9621513301656957, "wind_velocity_y_factor": 0.9156842297910264, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.0634951490588571, "mass": 15.547002210188305, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320764423757157, "I_33_without_motor": 0.032244406565716824, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.05080110495572, "trigger": 800, "sampling_rate": 105, "lag": 1.4993200808722105, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9629525722154697, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3011770681138528, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5695.1375945341915, "burn_start_time": 0.021148823718259956, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03233748921291371, "grain_number": 5, "grain_density": 1865.4282956312315, "grain_outer_radius": 0.03310391959682038, "grain_initial_inner_radius": 0.014994786042098108, "grain_initial_height": 0.12093827895811303, "grain_separation": 0.004070142635686393, "grains_center_of_mass_position": 0.3960427006018902, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009364435093647394, "throat_radius": 0.010899551073549773, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556828036866212}], "aerodynamic_surfaces": [{"length": 0.5574218419310765, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346888526603398}, {"n": 4, "root_chord": 0.11971436585313082, "tip_chord": 0.060033545080460486, "span": 0.10856531681059003, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049157388374501}, {"top_radius": 0.06427548454104907, "bottom_radius": 0.042971417796878235, "length": 0.0605845916523566, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000897137402146, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6200882827473639, "upper_button_position": 0.08000143099285062}], "rail_length": 5, "inclination": 84.37976055995843, "heading": 53.97511362852458} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9948933080924977, "wind_velocity_y_factor": 1.087554688438834, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349683191391198, "mass": 15.31002853994344, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310603837543444, "I_33_without_motor": 0.031024189106886476, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.077447298388728, "trigger": 800, "sampling_rate": 105, "lag": 1.538059924163497, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0044866439248, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3666776001824623, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5285.433551371266, "burn_start_time": -0.11358702888705417, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033920507416734524, "grain_number": 5, "grain_density": 1849.2901986049549, "grain_outer_radius": 0.032829213519156845, "grain_initial_inner_radius": 0.015107965732376652, "grain_initial_height": 0.11985964142880769, "grain_separation": 0.006739064936914339, "grains_center_of_mass_position": 0.3974592859983194, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001322892636722936, "throat_radius": 0.01226666124980118, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2570788922347522}], "aerodynamic_surfaces": [{"length": 0.5579269384501869, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133069438753672}, {"n": 4, "root_chord": 0.11929134974132041, "tip_chord": 0.05990181173862657, "span": 0.10984397721667075, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492569832115834}, {"top_radius": 0.06378937589397801, "bottom_radius": 0.044641877683879776, "length": 0.059929464654170206, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699832835770039, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177827584878768, "upper_button_position": 0.08205007728216218}], "rail_length": 5, "inclination": 84.37931859561411, "heading": 53.57302726799648} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1744960010561714, "wind_velocity_y_factor": 1.2009650405306729, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349928387057231, "mass": 15.933957239502284, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31968438453538, "I_33_without_motor": 0.02762705516806751, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.999006621584972, "trigger": 800, "sampling_rate": 105, "lag": 1.423313606001413, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9545916634048383, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3248742115094427, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5972.843796227875, "burn_start_time": -0.027784798695068388, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032870481239831245, "grain_number": 5, "grain_density": 1771.7918048602883, "grain_outer_radius": 0.032188663821975154, "grain_initial_inner_radius": 0.014799317767319136, "grain_initial_height": 0.11955299375026919, "grain_separation": 0.004154722663774464, "grains_center_of_mass_position": 0.3956751850749085, "center_of_dry_mass_position": 0.317, "nozzle_position": 6.4949125250798e-05, "throat_radius": 0.01084289001957388, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547508220863024}], "aerodynamic_surfaces": [{"length": 0.5594185833273099, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339526875890535}, {"n": 4, "root_chord": 0.11982921992428279, "tip_chord": 0.06041311785008724, "span": 0.10958109230106976, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050481105695728}, {"top_radius": 0.06345029965958054, "bottom_radius": 0.04294752911844675, "length": 0.05932212242293023, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995814501059779, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183917230509043, "upper_button_position": 0.08118972705507366}], "rail_length": 5, "inclination": 83.19293211130797, "heading": 54.69637080652646} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9313461326232276, "wind_velocity_y_factor": 0.9198089038248598, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349785573179054, "mass": 15.93527186331428, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320867150714738, "I_33_without_motor": 0.042864054887762654, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.964018387277601, "trigger": 800, "sampling_rate": 105, "lag": 1.6248807366981899, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9949456275240798, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4956462360030098, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8983.30724716307, "burn_start_time": -0.0856293434573782, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032199168440226814, "grain_number": 5, "grain_density": 1818.6206893134465, "grain_outer_radius": 0.03289087417872622, "grain_initial_inner_radius": 0.01472482293520427, "grain_initial_height": 0.12089404387916267, "grain_separation": 0.004273603645738656, "grains_center_of_mass_position": 0.3983061005590582, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001437707055189035, "throat_radius": 0.01047925182060623, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537822628451478}], "aerodynamic_surfaces": [{"length": 0.5576905206805651, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135453963340119}, {"n": 4, "root_chord": 0.12019706513139346, "tip_chord": 0.059709655898492406, "span": 0.110159318803782, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492609525464665}, {"top_radius": 0.06418812351583338, "bottom_radius": 0.04266038020800874, "length": 0.05982416385999176, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004647848787594, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184232894805125, "upper_button_position": 0.0820414953982469}], "rail_length": 5, "inclination": 84.838483025088, "heading": 55.041305322716596} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7502143123718024, "wind_velocity_y_factor": 0.8575352347966528, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349036306342681, "mass": 15.088835010066537, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323944066828434, "I_33_without_motor": 0.024286115717030272, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.857889538271658, "trigger": 800, "sampling_rate": 105, "lag": 1.4660240382607446, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1274561021769758, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7676573880104092, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4469.231836134497, "burn_start_time": -0.04920918859173423, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032990096318996104, "grain_number": 5, "grain_density": 1809.9471802026226, "grain_outer_radius": 0.03274408487994441, "grain_initial_inner_radius": 0.014588085701641513, "grain_initial_height": 0.1196893088771756, "grain_separation": 0.005155118940045851, "grains_center_of_mass_position": 0.3971495850177244, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003315473058310012, "throat_radius": 0.010689595236887032, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563249714532834}], "aerodynamic_surfaces": [{"length": 0.5581823159011042, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134833808930803}, {"n": 4, "root_chord": 0.11986884967423857, "tip_chord": 0.05943377483381936, "span": 0.11018804830841167, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489836100297847}, {"top_radius": 0.06389533048341178, "bottom_radius": 0.04386584097518778, "length": 0.05960992922798167, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998293397454951, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183849978029329, "upper_button_position": 0.08144434194256223}], "rail_length": 5, "inclination": 84.44495510609848, "heading": 55.7289222731072} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1073094653840163, "wind_velocity_y_factor": 1.0802277229013602, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.0634864724567476, "mass": 16.2300817736627, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324161389808245, "I_33_without_motor": 0.028883362559178557, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.0348798773344, "trigger": 800, "sampling_rate": 105, "lag": 1.2735331050507102, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9912002048702593, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6804822227498966, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7172.425502225841, "burn_start_time": -0.07483046401229787, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033254121747309684, "grain_number": 5, "grain_density": 1815.6465170919223, "grain_outer_radius": 0.03319823214566269, "grain_initial_inner_radius": 0.014582354550192151, "grain_initial_height": 0.12030567093007086, "grain_separation": 0.0041338672476112556, "grains_center_of_mass_position": 0.3983369732709086, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012591393393638073, "throat_radius": 0.011169679747067451, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547309792697043}], "aerodynamic_surfaces": [{"length": 0.5601001372273238, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343816577821315}, {"n": 4, "root_chord": 0.12041184690618364, "tip_chord": 0.06018530161649321, "span": 0.10971061013683175, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498969981056525}, {"top_radius": 0.0640247163770935, "bottom_radius": 0.04448478349883469, "length": 0.059121446635889856, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698099282780311, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182580234906919, "upper_button_position": 0.07984125928961905}], "rail_length": 5, "inclination": 84.22872088992385, "heading": 51.40661862183012} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.005569266914946, "wind_velocity_y_factor": 0.7919469461305129, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350866686147863, "mass": 15.593400106621814, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318574060797937, "I_33_without_motor": 0.03824386158256406, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.025017810310025, "trigger": 800, "sampling_rate": 105, "lag": 1.4564902177362196, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9508577217732517, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7218904342154668, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6581.336970062772, "burn_start_time": -0.07213262599563253, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03260318535344393, "grain_number": 5, "grain_density": 1727.00902405425, "grain_outer_radius": 0.03317738839768332, "grain_initial_inner_radius": 0.015222956271507567, "grain_initial_height": 0.11882880995836606, "grain_separation": 0.00521105679132928, "grains_center_of_mass_position": 0.39801209325608466, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00027147759799144906, "throat_radius": 0.011106140023014735, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2529262769318712}], "aerodynamic_surfaces": [{"length": 0.5590894066640361, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335452461864388}, {"n": 4, "root_chord": 0.11985051430481664, "tip_chord": 0.059780904814799286, "span": 0.1103345612358404, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0479774611905328}, {"top_radius": 0.06351893144740353, "bottom_radius": 0.041775908988335185, "length": 0.0613576562446029, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006037358733935, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616918865251943, "upper_button_position": 0.08368487062145058}], "rail_length": 5, "inclination": 84.65992403954348, "heading": 55.37576942402005} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.077121308645948, "wind_velocity_y_factor": 1.2852957584303983, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349098928966347, "mass": 14.98067409558288, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316530964115339, "I_33_without_motor": 0.043781266758895106, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.047502430906631, "trigger": 800, "sampling_rate": 105, "lag": 1.6656717378156454, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0092485861373126, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6649352121176897, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7567.211424373032, "burn_start_time": -0.07087380235455913, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03329803159879313, "grain_number": 5, "grain_density": 1726.2687184259694, "grain_outer_radius": 0.03347646667039291, "grain_initial_inner_radius": 0.015336712840325258, "grain_initial_height": 0.11855854668844834, "grain_separation": 0.006166265061193578, "grains_center_of_mass_position": 0.39630427128439916, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00015063139813777568, "throat_radius": 0.010845715768877861, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2522137297568803}], "aerodynamic_surfaces": [{"length": 0.5582506739696105, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343348703962037}, {"n": 4, "root_chord": 0.11961434777221625, "tip_chord": 0.06093826162631593, "span": 0.10983508178820162, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0473996894029778}, {"top_radius": 0.06415965698331146, "bottom_radius": 0.043461730229292075, "length": 0.061870407623703716, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007147255151148, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191469000349954, "upper_button_position": 0.08156782548011943}], "rail_length": 5, "inclination": 84.98062231407901, "heading": 53.40865623816937} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.44585526777108797, "wind_velocity_y_factor": 0.9533409950202838, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350332015108116, "mass": 15.968365330696885, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308181728733284, "I_33_without_motor": 0.030263160866171982, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.004510722643959, "trigger": 800, "sampling_rate": 105, "lag": 1.573445283365971, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9341093924713271, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2388877107259044, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6121.773032357745, "burn_start_time": 0.053989412223958616, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03230800017420791, "grain_number": 5, "grain_density": 1825.2109424988807, "grain_outer_radius": 0.033189161096582626, "grain_initial_inner_radius": 0.015242290710624563, "grain_initial_height": 0.12002840761650424, "grain_separation": 0.005773153443115362, "grains_center_of_mass_position": 0.3972882967443981, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001236743462969303, "throat_radius": 0.010961188471302518, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255834946268824}], "aerodynamic_surfaces": [{"length": 0.5576579954947481, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335358201718924}, {"n": 4, "root_chord": 0.1207683763523994, "tip_chord": 0.06119351616149622, "span": 0.11008204566232287, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487315692034582}, {"top_radius": 0.06313087645842604, "bottom_radius": 0.04337471105859016, "length": 0.0588429937099822, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995967236359606, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189444451771353, "upper_button_position": 0.08065227845882528}], "rail_length": 5, "inclination": 87.18962822835717, "heading": 56.46556602293772} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2373073470565341, "wind_velocity_y_factor": 1.5726690506270222, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349307481144194, "mass": 15.684289316660514, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335871718281312, "I_33_without_motor": 0.033989078473210844, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.100498795593854, "trigger": 800, "sampling_rate": 105, "lag": 1.503217622756737, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9563449231300336, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6008136095256864, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8129.847118865934, "burn_start_time": -0.06941466225076745, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03280477067743129, "grain_number": 5, "grain_density": 1738.4284400427105, "grain_outer_radius": 0.033109673790469876, "grain_initial_inner_radius": 0.014966640847747383, "grain_initial_height": 0.119023041172782, "grain_separation": 0.00420879210130345, "grains_center_of_mass_position": 0.3980640697233708, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00011788621639754905, "throat_radius": 0.01116885814444731, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254565311593049}], "aerodynamic_surfaces": [{"length": 0.5594444353276121, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338288166558042}, {"n": 4, "root_chord": 0.11997677819564422, "tip_chord": 0.05988380698559331, "span": 0.1097301916012281, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491570418408467}, {"top_radius": 0.06151910739443415, "bottom_radius": 0.04277950743464276, "length": 0.05870312869210504, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997784526958812, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186852190186393, "upper_button_position": 0.08109323367724197}], "rail_length": 5, "inclination": 85.13752881972015, "heading": 55.47526884611496} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0702227562031332, "wind_velocity_y_factor": 1.1518534953878514, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06351351320160326, "mass": 15.386500888651979, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331844747359211, "I_33_without_motor": 0.035352923251729354, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.966213714808935, "trigger": 800, "sampling_rate": 105, "lag": 1.6392573247702154, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9646460696136429, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6197884684887673, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5103.856958471037, "burn_start_time": 0.0718804258403635, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03225798684846112, "grain_number": 5, "grain_density": 1818.774457893531, "grain_outer_radius": 0.03259935619362168, "grain_initial_inner_radius": 0.015435737308539907, "grain_initial_height": 0.11905984519350066, "grain_separation": 0.005063290085466437, "grains_center_of_mass_position": 0.398075282506062, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007727383512873346, "throat_radius": 0.011287215252787235, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559739489308759}], "aerodynamic_surfaces": [{"length": 0.5572356998297833, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134831826835017}, {"n": 4, "root_chord": 0.11981545918839251, "tip_chord": 0.06073858167555326, "span": 0.1105191876358913, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501233322016337}, {"top_radius": 0.06280954767164112, "bottom_radius": 0.04462228509421464, "length": 0.06200068907447879, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998786654160438, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177671274026376, "upper_button_position": 0.0821115380134062}], "rail_length": 5, "inclination": 85.82781191816787, "heading": 55.55251234290463} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8415041284542706, "wind_velocity_y_factor": 0.8342537617830104, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06348008675466754, "mass": 15.123730597651653, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31517384875471, "I_33_without_motor": 0.03431282219382046, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.17983595365962, "trigger": 800, "sampling_rate": 105, "lag": 1.4843501280489768, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9215639255532612, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6308125516637062, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4430.075168834185, "burn_start_time": 0.05671698515909737, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03253523323147979, "grain_number": 5, "grain_density": 1813.9268048426281, "grain_outer_radius": 0.03348322895973928, "grain_initial_inner_radius": 0.014778369963224621, "grain_initial_height": 0.11802517580864882, "grain_separation": 0.004525396353212431, "grains_center_of_mass_position": 0.3978571256641978, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000690392006866845, "throat_radius": 0.010753081174014183, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545104841786674}], "aerodynamic_surfaces": [{"length": 0.5582215142114154, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134799520028459}, {"n": 4, "root_chord": 0.11967339154545609, "tip_chord": 0.05938184000095672, "span": 0.11072549729156181, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489969522162899}, {"top_radius": 0.06363267512340161, "bottom_radius": 0.0429393855856346, "length": 0.06002202697178635, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001384557376279, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188205823248548, "upper_button_position": 0.08131787341277308}], "rail_length": 5, "inclination": 85.81259492236558, "heading": 52.62755861834569} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9046133984131185, "wind_velocity_y_factor": 1.2298291955157874, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349012244851342, "mass": 15.8924401896067, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316373332026569, "I_33_without_motor": 0.04598989919750637, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.086544473394463, "trigger": 800, "sampling_rate": 105, "lag": 1.5621937519148978, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0115042850787541, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4931878294401923, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7309.373462335306, "burn_start_time": 0.0033494654957985574, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03338364901584982, "grain_number": 5, "grain_density": 1885.2656745461597, "grain_outer_radius": 0.032819901141817126, "grain_initial_inner_radius": 0.015394035461508764, "grain_initial_height": 0.12014470121569479, "grain_separation": 0.004945175906258702, "grains_center_of_mass_position": 0.39750048800004467, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003732733252686632, "throat_radius": 0.010011673838120957, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542413183366445}], "aerodynamic_surfaces": [{"length": 0.5594887870922862, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1316974687251597}, {"n": 4, "root_chord": 0.11952285966463132, "tip_chord": 0.05963742841155884, "span": 0.10955119450465467, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492143852826947}, {"top_radius": 0.06417200072431109, "bottom_radius": 0.04394767627368289, "length": 0.06003673259570997, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698692477564232, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192815690879913, "upper_button_position": 0.07941090847624077}], "rail_length": 5, "inclination": 85.21553540526955, "heading": 52.38864801488319} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3212597799923547, "wind_velocity_y_factor": 0.7348262580000604, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350339501128988, "mass": 15.504074387619374, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317185912774227, "I_33_without_motor": 0.03519446226633855, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.961532123057552, "trigger": 800, "sampling_rate": 105, "lag": 1.4849528845193734, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1495231981203773, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6973666126824802, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5906.174193474173, "burn_start_time": 0.05882186159399412, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03303749862118872, "grain_number": 5, "grain_density": 1796.7996916499735, "grain_outer_radius": 0.033058541897862725, "grain_initial_inner_radius": 0.015373673556245705, "grain_initial_height": 0.11993609163671592, "grain_separation": 0.005218163101305623, "grains_center_of_mass_position": 0.39742643138144884, "center_of_dry_mass_position": 0.317, "nozzle_position": 2.3233456941422027e-05, "throat_radius": 0.011184782709613037, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562021487249428}], "aerodynamic_surfaces": [{"length": 0.559704837138904, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332396051353983}, {"n": 4, "root_chord": 0.12090716070601941, "tip_chord": 0.05945351397026585, "span": 0.110217590415572, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050943157645}, {"top_radius": 0.062018443378698614, "bottom_radius": 0.043276677563761766, "length": 0.057811045938010786, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005164107085844, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194994522975356, "upper_button_position": 0.08101695841104883}], "rail_length": 5, "inclination": 86.09974175696557, "heading": 49.18871531509625} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6002191220562805, "wind_velocity_y_factor": 0.5782267754695045, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349342119166897, "mass": 15.454723138354657, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304766040080754, "I_33_without_motor": 0.04540238147286145, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.893503518425426, "trigger": 800, "sampling_rate": 105, "lag": 1.5214863839606183, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.034790653006434, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4374272969627397, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4718.224710406447, "burn_start_time": -0.07114111602065398, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03281779303114976, "grain_number": 5, "grain_density": 1747.4699009298915, "grain_outer_radius": 0.033091447254934854, "grain_initial_inner_radius": 0.015808564728509954, "grain_initial_height": 0.12027329931175186, "grain_separation": 0.006033246045566475, "grains_center_of_mass_position": 0.3966657739848338, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00028387845973356, "throat_radius": 0.011515913996129544, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550347825089005}], "aerodynamic_surfaces": [{"length": 0.5580066114661042, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337172541516594}, {"n": 4, "root_chord": 0.11945639184532551, "tip_chord": 0.06109222101374956, "span": 0.10883437566522958, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491371877395514}, {"top_radius": 0.06333725511588265, "bottom_radius": 0.04420202418951614, "length": 0.06233870914280605, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997166161846543, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178459361926649, "upper_button_position": 0.08187067999198938}], "rail_length": 5, "inclination": 84.96066845868702, "heading": 50.522281143049916} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0723694576623926, "wind_velocity_y_factor": 1.0970994316549323, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.0635087329275683, "mass": 14.683067615730673, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31858571465591, "I_33_without_motor": 0.03215415060255975, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.105349670073268, "trigger": 800, "sampling_rate": 105, "lag": 1.4738863255002836, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0525915965169037, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1736447651848478, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5753.4919412399695, "burn_start_time": 0.07534223456663636, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03270341616238974, "grain_number": 5, "grain_density": 1849.5719617893742, "grain_outer_radius": 0.032482077165232576, "grain_initial_inner_radius": 0.014757786811161803, "grain_initial_height": 0.12044369453379596, "grain_separation": 0.0032878190338636324, "grains_center_of_mass_position": 0.3952068218929467, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002682676956183872, "throat_radius": 0.010937112892619989, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2525252361998311}], "aerodynamic_surfaces": [{"length": 0.5605734037227506, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350501215686202}, {"n": 4, "root_chord": 0.12107435043172898, "tip_chord": 0.05918660302629234, "span": 0.10976248143910525, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495755443882888}, {"top_radius": 0.06654338647619146, "bottom_radius": 0.04294680926092576, "length": 0.05938241428221946, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989661491169648, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191391855671343, "upper_button_position": 0.07982696354983043}], "rail_length": 5, "inclination": 83.30431176858842, "heading": 52.73359474560866} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4502378495737218, "wind_velocity_y_factor": 1.4776347069522582, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350010634864027, "mass": 14.753968529884004, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312499705960096, "I_33_without_motor": 0.05622790601421937, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.054005513020462, "trigger": 800, "sampling_rate": 105, "lag": 1.4887842124803488, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8852978223464542, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6788938551117867, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6328.216893544197, "burn_start_time": -0.09795173788524685, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033915240211536704, "grain_number": 5, "grain_density": 1917.8391867362448, "grain_outer_radius": 0.033217569967137914, "grain_initial_inner_radius": 0.014728036695728808, "grain_initial_height": 0.11977644789245534, "grain_separation": 0.004724607665861575, "grains_center_of_mass_position": 0.39692130875786297, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00041305133772671975, "throat_radius": 0.01083772507084884, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541038457895086}], "aerodynamic_surfaces": [{"length": 0.5572693758007904, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337204737762223}, {"n": 4, "root_chord": 0.11984494381044318, "tip_chord": 0.06057456153515135, "span": 0.11006413856689565, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502594015566584}, {"top_radius": 0.062456904565053595, "bottom_radius": 0.04333175346601045, "length": 0.05988451055081337, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999632281071664, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187310331072768, "upper_button_position": 0.08123219499988954}], "rail_length": 5, "inclination": 84.00285278894428, "heading": 54.83772585154655} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8049625318081943, "wind_velocity_y_factor": 0.9434788207508273, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350377059198836, "mass": 15.177335984309735, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3279377326960375, "I_33_without_motor": 0.03162303025956656, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.038155619516516, "trigger": 800, "sampling_rate": 105, "lag": 1.5897582230214822, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0386609957173312, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7476642097519217, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5130.612200063233, "burn_start_time": -0.1082488664734843, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0336547567926033, "grain_number": 5, "grain_density": 1885.4291977002808, "grain_outer_radius": 0.03332650162884374, "grain_initial_inner_radius": 0.015012015155471868, "grain_initial_height": 0.120776821228886, "grain_separation": 0.006242792338076786, "grains_center_of_mass_position": 0.3983151854631611, "center_of_dry_mass_position": 0.317, "nozzle_position": 5.5848781393269436e-05, "throat_radius": 0.01097679123946427, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544396427248172}], "aerodynamic_surfaces": [{"length": 0.5570609923226233, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344235992440452}, {"n": 4, "root_chord": 0.12059770658405722, "tip_chord": 0.06053406673218759, "span": 0.10972345749249048, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491056777484888}, {"top_radius": 0.06378650218011311, "bottom_radius": 0.041962213024212214, "length": 0.059696201775810316, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990265821791259, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6200039637542618, "upper_button_position": 0.07902261842486413}], "rail_length": 5, "inclination": 86.16416300602788, "heading": 52.1799943047354} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9144656595619575, "wind_velocity_y_factor": 1.456019250154989, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350294407019269, "mass": 14.903894868802183, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333919217613948, "I_33_without_motor": 0.03930855797836451, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.039669692435185, "trigger": 800, "sampling_rate": 105, "lag": 1.4646649143367643, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9418830068198953, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3098238243230675, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5708.304285465306, "burn_start_time": -0.17770196276711947, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032732060058193534, "grain_number": 5, "grain_density": 1846.2884140049882, "grain_outer_radius": 0.03415152986744713, "grain_initial_inner_radius": 0.014628936619712192, "grain_initial_height": 0.11849702216186019, "grain_separation": 0.005746445715675209, "grains_center_of_mass_position": 0.3968293403055317, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001106032298863296, "throat_radius": 0.010063215798971854, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534958970156702}], "aerodynamic_surfaces": [{"length": 0.5557094896956966, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1318601639118928}, {"n": 4, "root_chord": 0.11994346544436574, "tip_chord": 0.05879040975763613, "span": 0.10982067151240887, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495784517039752}, {"top_radius": 0.06323839008348753, "bottom_radius": 0.04306345329017426, "length": 0.06156391961007079, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000940416500512, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168461113025003, "upper_button_position": 0.08324793034755085}], "rail_length": 5, "inclination": 85.0763563706222, "heading": 48.63824987683345} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0520393063493592, "wind_velocity_y_factor": 0.8807468413472577, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349648675158885, "mass": 15.060638952830105, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320151258898464, "I_33_without_motor": 0.0398805588282273, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.086229157773136, "trigger": 800, "sampling_rate": 105, "lag": 1.5324665602267367, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0982005761485862, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5522192872257004, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5948.096347571527, "burn_start_time": 0.06129967130998465, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03326764083494304, "grain_number": 5, "grain_density": 1906.4747184590926, "grain_outer_radius": 0.032360382636194514, "grain_initial_inner_radius": 0.015385573884052992, "grain_initial_height": 0.12116306870505317, "grain_separation": 0.004655944582700577, "grains_center_of_mass_position": 0.39583403421476393, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00019384599032018873, "throat_radius": 0.011548475867588738, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545304984366024}], "aerodynamic_surfaces": [{"length": 0.5594871181579393, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344039263409764}, {"n": 4, "root_chord": 0.11981484823902432, "tip_chord": 0.059768207418453706, "span": 0.11030430670530655, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486660854880465}, {"top_radius": 0.06430648410652637, "bottom_radius": 0.04295851593509982, "length": 0.05852554395351032, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700116953776252, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167076080204091, "upper_button_position": 0.08340934575584291}], "rail_length": 5, "inclination": 84.37757959601807, "heading": 53.32794383980077} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4780637548189386, "wind_velocity_y_factor": 1.2285928953394862, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350169547936034, "mass": 15.855695844013738, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31053019770566, "I_33_without_motor": 0.029110868904308015, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.034045238697264, "trigger": 800, "sampling_rate": 105, "lag": 1.4668520037004258, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0577237587991684, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5376616596094037, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6710.96174166532, "burn_start_time": -0.00949389605811294, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03350209724197431, "grain_number": 5, "grain_density": 1778.037970168673, "grain_outer_radius": 0.03309880910779154, "grain_initial_inner_radius": 0.015136236279021654, "grain_initial_height": 0.12081661668368156, "grain_separation": 0.0039895699889163656, "grains_center_of_mass_position": 0.39587570307296266, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00030307506821909995, "throat_radius": 0.010707520310919304, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255497505302787}], "aerodynamic_surfaces": [{"length": 0.5577878327879895, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348382707704376}, {"n": 4, "root_chord": 0.1204412128919905, "tip_chord": 0.060106337463329364, "span": 0.10988536878068646, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048665007285608}, {"top_radius": 0.06178571355107776, "bottom_radius": 0.04385107613214397, "length": 0.060309226919930604, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008921467164149, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184688709736571, "upper_button_position": 0.08242327574275776}], "rail_length": 5, "inclination": 85.77016973246717, "heading": 52.487969104277546} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1680732315721256, "wind_velocity_y_factor": 1.0986108755175719, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350293162266381, "mass": 15.52924250959049, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315088032170812, "I_33_without_motor": 0.04421182060851073, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.043380331878717, "trigger": 800, "sampling_rate": 105, "lag": 1.5241745509681577, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.036632421759509, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3216243709811715, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7710.078323825842, "burn_start_time": 0.004231748618800726, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033693234106870196, "grain_number": 5, "grain_density": 1740.0631736628761, "grain_outer_radius": 0.03277150274271281, "grain_initial_inner_radius": 0.014751990983768401, "grain_initial_height": 0.11947676799726736, "grain_separation": 0.004896695559927931, "grains_center_of_mass_position": 0.39791401966393863, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00032828228570473596, "throat_radius": 0.010211535061964667, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558584405913367}], "aerodynamic_surfaces": [{"length": 0.5562559396713644, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350754786001334}, {"n": 4, "root_chord": 0.12010442746990968, "tip_chord": 0.05966518052090266, "span": 0.1103180336218635, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048224756973347}, {"top_radius": 0.06430818429456721, "bottom_radius": 0.04298346173453465, "length": 0.060098765634747135, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993442475536449, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178724501038896, "upper_button_position": 0.0814717974497553}], "rail_length": 5, "inclination": 86.42197782460745, "heading": 52.71926222443855} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5883154996541469, "wind_velocity_y_factor": 0.8486990493431693, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06348907583109277, "mass": 15.825761841584635, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314865007795919, "I_33_without_motor": 0.04188444766317853, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.027103745126642, "trigger": 800, "sampling_rate": 105, "lag": 1.4085402261146454, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.077103019817064, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0741167804413956, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6666.807829684703, "burn_start_time": 0.08554169136393654, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03260346174086589, "grain_number": 5, "grain_density": 1804.8777742597103, "grain_outer_radius": 0.03264026884507103, "grain_initial_inner_radius": 0.0146505982061488, "grain_initial_height": 0.120179805219894, "grain_separation": 0.0050267098654606995, "grains_center_of_mass_position": 0.39736159744621485, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007439734688189064, "throat_radius": 0.010317941596532152, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254873621301071}], "aerodynamic_surfaces": [{"length": 0.5579063396527598, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334080820283345}, {"n": 4, "root_chord": 0.12027529901852564, "tip_chord": 0.06049359599333983, "span": 0.11048888601172685, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495262767863116}, {"top_radius": 0.0629658174199329, "bottom_radius": 0.04348957019432395, "length": 0.060263206703624214, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991079759201383, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618277527869589, "upper_button_position": 0.08083044805054929}], "rail_length": 5, "inclination": 83.66157794080496, "heading": 53.04718020379944} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9326562575179358, "wind_velocity_y_factor": 0.6512175800739681, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350659730890186, "mass": 15.088215786330299, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324774068736341, "I_33_without_motor": 0.03876183221964068, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.155034047316203, "trigger": 800, "sampling_rate": 105, "lag": 1.578527641803749, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9759155741287467, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7725580832835781, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7328.626771478902, "burn_start_time": -0.16406420289946183, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03238658089413229, "grain_number": 5, "grain_density": 1868.8841185648862, "grain_outer_radius": 0.032747023047082414, "grain_initial_inner_radius": 0.014879839688652294, "grain_initial_height": 0.11699332652883129, "grain_separation": 0.005579699519939555, "grains_center_of_mass_position": 0.39739577597653886, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00017662298079259997, "throat_radius": 0.010909311056434398, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551506806156136}], "aerodynamic_surfaces": [{"length": 0.5577273337777934, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134558717587425}, {"n": 4, "root_chord": 0.11999391789299527, "tip_chord": 0.05949064178386576, "span": 0.11009137658126213, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0477791424995488}, {"top_radius": 0.06304960295925702, "bottom_radius": 0.04248697445327835, "length": 0.05905812226273109, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7018982673579778, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6155327935725095, "upper_button_position": 0.08636547378546833}], "rail_length": 5, "inclination": 83.75285980584735, "heading": 54.76089591666286} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3052746158619377, "wind_velocity_y_factor": 0.5973572234694469, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349583489395601, "mass": 16.265982651642496, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329294304729772, "I_33_without_motor": 0.02875510132240556, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.036457274552857, "trigger": 800, "sampling_rate": 105, "lag": 1.5090974571983526, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9782179176523026, "trigger": "apogee", "sampling_rate": 105, "lag": 1.595096616786321, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6157.582611107041, "burn_start_time": 0.11378101982844852, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032474809739726156, "grain_number": 5, "grain_density": 1755.3756617732413, "grain_outer_radius": 0.03335678774297059, "grain_initial_inner_radius": 0.01509588050433815, "grain_initial_height": 0.12006447948361679, "grain_separation": 0.004230047042675066, "grains_center_of_mass_position": 0.3959720789271819, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001050554988234519, "throat_radius": 0.010534074180264726, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544752573273488}], "aerodynamic_surfaces": [{"length": 0.5572293825822688, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339400189467213}, {"n": 4, "root_chord": 0.12007777348808404, "tip_chord": 0.05981267567303119, "span": 0.10963270790632859, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481994898183056}, {"top_radius": 0.06315983296962742, "bottom_radius": 0.0431676997344414, "length": 0.05984209882123668, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983028141859559, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176818781239691, "upper_button_position": 0.08062093606198673}], "rail_length": 5, "inclination": 85.51978386369426, "heading": 54.11190634788945} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.6530409983138563, "wind_velocity_y_factor": 1.202553264045132, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349184167745352, "mass": 15.537969855753381, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32483543943601, "I_33_without_motor": 0.030225672995200265, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.064921942438163, "trigger": 800, "sampling_rate": 105, "lag": 1.5036640766601446, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9234818689511227, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7867637946084494, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7188.29006057296, "burn_start_time": -0.020542821814984156, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03257970923346752, "grain_number": 5, "grain_density": 1800.6410913191771, "grain_outer_radius": 0.03339951588755316, "grain_initial_inner_radius": 0.015080931099573775, "grain_initial_height": 0.11982080754241192, "grain_separation": 0.004322214567412806, "grains_center_of_mass_position": 0.397833029191765, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00018683581769531033, "throat_radius": 0.011377745237772657, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557714264625288}], "aerodynamic_surfaces": [{"length": 0.5592421831854407, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1365828417705848}, {"n": 4, "root_chord": 0.12018712466374921, "tip_chord": 0.060163170319959505, "span": 0.11008183788510577, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504966606319104}, {"top_radius": 0.06300079173411255, "bottom_radius": 0.04187551251850945, "length": 0.05991510487804172, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007681524764674, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183324596000733, "upper_button_position": 0.08243569287639407}], "rail_length": 5, "inclination": 87.92946152935697, "heading": 53.951419437477476} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9114783659192255, "wind_velocity_y_factor": 0.8198708986441205, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.0634962320081547, "mass": 14.971315082594197, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313023032488165, "I_33_without_motor": 0.041185370097485734, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.877111743885477, "trigger": 800, "sampling_rate": 105, "lag": 1.656481005892912, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0261004570844383, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4815540937722715, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6945.634406635529, "burn_start_time": -0.1366077692914016, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03373589474976781, "grain_number": 5, "grain_density": 1768.277303432103, "grain_outer_radius": 0.032195956292949246, "grain_initial_inner_radius": 0.014523004228802107, "grain_initial_height": 0.12002023426365441, "grain_separation": 0.005571653939089342, "grains_center_of_mass_position": 0.3970231787456479, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00031935900747747737, "throat_radius": 0.011676718324207132, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255001772667528}], "aerodynamic_surfaces": [{"length": 0.5583499599333935, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334229162768952}, {"n": 4, "root_chord": 0.11945112747076551, "tip_chord": 0.06025741368569498, "span": 0.11062996430612672, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0479735920434945}, {"top_radius": 0.06307387155152659, "bottom_radius": 0.044305106894179165, "length": 0.05884043549072092, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998103075008646, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183183698020628, "upper_button_position": 0.08149193769880181}], "rail_length": 5, "inclination": 85.4405953670062, "heading": 50.322934401870064} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7920781321698612, "wind_velocity_y_factor": 0.8578833580038108, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06348568871346184, "mass": 15.466194641521458, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320618091236395, "I_33_without_motor": 0.03226073799901925, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.026880536150532, "trigger": 800, "sampling_rate": 105, "lag": 1.4607323158394776, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0695586062563007, "trigger": "apogee", "sampling_rate": 105, "lag": 1.001979863923755, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6825.517737412861, "burn_start_time": 0.04318287987453386, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032176674439818184, "grain_number": 5, "grain_density": 1778.3466332475855, "grain_outer_radius": 0.032904156059953615, "grain_initial_inner_radius": 0.015038385284758475, "grain_initial_height": 0.11975129777262879, "grain_separation": 0.005008085761625665, "grains_center_of_mass_position": 0.3966499391969886, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012448582812719785, "throat_radius": 0.010747904686405888, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564874433441984}], "aerodynamic_surfaces": [{"length": 0.5596657966379471, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353094810248558}, {"n": 4, "root_chord": 0.12041939942542446, "tip_chord": 0.059856409414351164, "span": 0.10963515657756556, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491662978867924}, {"top_radius": 0.06388319328551587, "bottom_radius": 0.04346251637763396, "length": 0.05926250747441597, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987664938431256, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175041390574297, "upper_button_position": 0.08126235478569588}], "rail_length": 5, "inclination": 84.47654127834917, "heading": 53.927775336771326} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9515901663651735, "wind_velocity_y_factor": 1.1500497615118914, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350251743014745, "mass": 15.332027484978186, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32741123306276, "I_33_without_motor": 0.01627656392058519, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.053992435111793, "trigger": 800, "sampling_rate": 105, "lag": 1.6031964608685862, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9725694183183594, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4542141436962823, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5900.533480632494, "burn_start_time": -0.13608582905484876, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03164579315941098, "grain_number": 5, "grain_density": 1811.901535258698, "grain_outer_radius": 0.03308238748579815, "grain_initial_inner_radius": 0.014230239544870947, "grain_initial_height": 0.11967843841511674, "grain_separation": 0.004982973997755561, "grains_center_of_mass_position": 0.3973033574811258, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006563830044282435, "throat_radius": 0.01214174616445137, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550597944986377}], "aerodynamic_surfaces": [{"length": 0.5588082248298437, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1322292869598698}, {"n": 4, "root_chord": 0.11964469536918423, "tip_chord": 0.05989155813701171, "span": 0.10915153698826352, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482896741070478}, {"top_radius": 0.06265076052437357, "bottom_radius": 0.04551114006087462, "length": 0.0588355275839414, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994203715047882, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174455439176626, "upper_button_position": 0.0819748275871256}], "rail_length": 5, "inclination": 84.80459002225432, "heading": 51.5595876628265} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1185638540835048, "wind_velocity_y_factor": 0.9077091642076764, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350347611474307, "mass": 15.090060599027352, "I_11_without_motor": 6.321, "I_22_without_motor": 6.2972263062642595, "I_33_without_motor": 0.03859605672214383, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.060168332954804, "trigger": 800, "sampling_rate": 105, "lag": 1.5263052981384946, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9326530383371393, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3644862822137922, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5778.684071138949, "burn_start_time": 0.08432278458959894, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03326929120619704, "grain_number": 5, "grain_density": 1858.6214052197934, "grain_outer_radius": 0.03299413032553205, "grain_initial_inner_radius": 0.015099632593242094, "grain_initial_height": 0.11975104998041808, "grain_separation": 0.0037992320516160418, "grains_center_of_mass_position": 0.39722755897839784, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008604714273331908, "throat_radius": 0.011218882884597402, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543938512174952}], "aerodynamic_surfaces": [{"length": 0.5596366907788569, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344696271529808}, {"n": 4, "root_chord": 0.11953407971243385, "tip_chord": 0.059470218526501875, "span": 0.10958532246335403, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491477316237587}, {"top_radius": 0.06285887088301567, "bottom_radius": 0.04352782913277008, "length": 0.06098792072015082, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.69826710839972, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165925781871341, "upper_button_position": 0.08167453021258586}], "rail_length": 5, "inclination": 84.41656499897222, "heading": 51.39735383756371} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.604651038369669, "wind_velocity_y_factor": 1.0032905065615285, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06351265994023844, "mass": 15.861965528365278, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3289135548577935, "I_33_without_motor": 0.03551418654740378, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.82831258819333, "trigger": 800, "sampling_rate": 105, "lag": 1.5884484457134525, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0837795252108113, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6094554312017146, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7270.648435166775, "burn_start_time": -0.0690233103648447, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032657537726671765, "grain_number": 5, "grain_density": 1791.3108055217697, "grain_outer_radius": 0.032591151282050236, "grain_initial_inner_radius": 0.014543568673957128, "grain_initial_height": 0.12042502413165587, "grain_separation": 0.003273815075799242, "grains_center_of_mass_position": 0.3964779956845301, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00043847227409750926, "throat_radius": 0.010056500722801754, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254601571093328}], "aerodynamic_surfaces": [{"length": 0.5576762620875161, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134043807259923}, {"n": 4, "root_chord": 0.11991710580330535, "tip_chord": 0.06086657382709027, "span": 0.11079049570342393, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051157674930147}, {"top_radius": 0.06427055699139575, "bottom_radius": 0.04106147028023577, "length": 0.05935579348725566, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988365346951381, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181943694321834, "upper_button_position": 0.08064216526295465}], "rail_length": 5, "inclination": 82.90564381459673, "heading": 54.177958639496765} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.348257760412233, "wind_velocity_y_factor": 1.067833469605651, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350058132903456, "mass": 14.62492854792755, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309074849210854, "I_33_without_motor": 0.036548203661812204, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.077368469987798, "trigger": 800, "sampling_rate": 105, "lag": 1.6100002281980914, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9976056815281265, "trigger": "apogee", "sampling_rate": 105, "lag": 1.648713765480541, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6105.380602630112, "burn_start_time": 0.00679934466595351, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033462471017421835, "grain_number": 5, "grain_density": 1770.969946799401, "grain_outer_radius": 0.032712258803948686, "grain_initial_inner_radius": 0.014888482885457183, "grain_initial_height": 0.11933181831477112, "grain_separation": 0.005065131125569866, "grains_center_of_mass_position": 0.3982378349431129, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001866647425622815, "throat_radius": 0.011158138638391183, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539996184541946}], "aerodynamic_surfaces": [{"length": 0.5591040121563798, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1365180845026834}, {"n": 4, "root_chord": 0.12064134215247632, "tip_chord": 0.05971825214206743, "span": 0.11030578563708202, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498203366191363}, {"top_radius": 0.062279200826626836, "bottom_radius": 0.04439675004287724, "length": 0.06150724893221335, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985828600265608, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619645699016711, "upper_button_position": 0.07893716100984982}], "rail_length": 5, "inclination": 84.12240216438197, "heading": 53.613948132323344} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2377106793443349, "wind_velocity_y_factor": 0.7199999376358559, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350394663354324, "mass": 16.051240293423664, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3257338100341665, "I_33_without_motor": 0.03634948393608857, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.199731576969363, "trigger": 800, "sampling_rate": 105, "lag": 1.628368072590608, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9657009937129748, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5992072255302703, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5463.481720495309, "burn_start_time": 0.05890369737596396, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032341526860826954, "grain_number": 5, "grain_density": 1857.367145623648, "grain_outer_radius": 0.033040231485400084, "grain_initial_inner_radius": 0.014920206915720453, "grain_initial_height": 0.12137031957187389, "grain_separation": 0.004340095973473676, "grains_center_of_mass_position": 0.3966673598492305, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013309906651091036, "throat_radius": 0.010078662894459037, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543450530883093}], "aerodynamic_surfaces": [{"length": 0.5594250925519272, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135501361185714}, {"n": 4, "root_chord": 0.11960474877430502, "tip_chord": 0.0597691560059158, "span": 0.10938094196466532, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495465675153817}, {"top_radius": 0.06303911225565173, "bottom_radius": 0.042635214492771245, "length": 0.0608612911952756, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008552508101388, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183450783357102, "upper_button_position": 0.0825101724744286}], "rail_length": 5, "inclination": 84.28493059378037, "heading": 53.02893005595647} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3141396871419948, "wind_velocity_y_factor": 0.6685771261491944, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349124666182522, "mass": 15.826504420054103, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320051498780426, "I_33_without_motor": 0.036814461447538534, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.058638509820357, "trigger": 800, "sampling_rate": 105, "lag": 1.3934442461296794, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9511368871908719, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4768908718054239, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6263.8858896735055, "burn_start_time": -0.0489408697454177, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03350588910082602, "grain_number": 5, "grain_density": 1829.1201722633512, "grain_outer_radius": 0.03302464737990656, "grain_initial_inner_radius": 0.01489883905463667, "grain_initial_height": 0.11933972673081145, "grain_separation": 0.0053090211456561015, "grains_center_of_mass_position": 0.39717273107886136, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007740674056315145, "throat_radius": 0.010806079113319428, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550736269721234}], "aerodynamic_surfaces": [{"length": 0.5571791341618846, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135718667134054}, {"n": 4, "root_chord": 0.1204195914031779, "tip_chord": 0.059962140921210556, "span": 0.10966846040710278, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484155487183258}, {"top_radius": 0.06384448947818916, "bottom_radius": 0.04214768244592381, "length": 0.06014795955757973, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992346760069361, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176162610336797, "upper_button_position": 0.08161841497325639}], "rail_length": 5, "inclination": 84.21612378633972, "heading": 51.54580069581443} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.78442445582326, "wind_velocity_y_factor": 0.8612533523254293, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350539584545843, "mass": 15.195911685132259, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325177564351518, "I_33_without_motor": 0.03452062433563243, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.755072570614388, "trigger": 800, "sampling_rate": 105, "lag": 1.6792968546054095, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.03014137410011, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5303888187645067, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7404.694861347712, "burn_start_time": 0.013364362413780929, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03219582935816654, "grain_number": 5, "grain_density": 1780.4773220513632, "grain_outer_radius": 0.03339600251182718, "grain_initial_inner_radius": 0.015131426111962677, "grain_initial_height": 0.12044219288041194, "grain_separation": 0.005021246873051227, "grains_center_of_mass_position": 0.3969515998345984, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011455992720118646, "throat_radius": 0.010900791363687589, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560625382780604}], "aerodynamic_surfaces": [{"length": 0.557529884737342, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13451112135647}, {"n": 4, "root_chord": 0.11953182405887532, "tip_chord": 0.06005021557147001, "span": 0.1096606183383905, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492577428455012}, {"top_radius": 0.06261432296269513, "bottom_radius": 0.04463651566644935, "length": 0.059810875305824046, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004169076106052, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177697332717188, "upper_button_position": 0.08264717433888635}], "rail_length": 5, "inclination": 84.69332180730785, "heading": 51.96422157871841} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9093221411378225, "wind_velocity_y_factor": 1.1183042725213703, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349759148327677, "mass": 15.167407704345049, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321549844275859, "I_33_without_motor": 0.03073841297462539, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.842892839815685, "trigger": 800, "sampling_rate": 105, "lag": 1.597168235501978, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9813876509951459, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4572074525699252, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6196.496413269299, "burn_start_time": 0.034817936646875464, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03240848691576361, "grain_number": 5, "grain_density": 1852.5135627767231, "grain_outer_radius": 0.03302362796898081, "grain_initial_inner_radius": 0.015252022611412114, "grain_initial_height": 0.11906289128373201, "grain_separation": 0.004789310301084775, "grains_center_of_mass_position": 0.3957102118581267, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000441002325932953, "throat_radius": 0.01199090104128132, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550661379324242}], "aerodynamic_surfaces": [{"length": 0.557522969847983, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346744662448485}, {"n": 4, "root_chord": 0.11999421445753587, "tip_chord": 0.05966283193777534, "span": 0.1098519164644821, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04941083764985}, {"top_radius": 0.06265642283395728, "bottom_radius": 0.04191004684337365, "length": 0.05879322495752466, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995038997888154, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6196809730224748, "upper_button_position": 0.07982292676634062}], "rail_length": 5, "inclination": 84.64369453745958, "heading": 51.8224475363489} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7774817784955217, "wind_velocity_y_factor": 0.7604041218634997, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350737808897917, "mass": 14.914701720676971, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335216327440447, "I_33_without_motor": 0.04179540341878707, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.86632399214599, "trigger": 800, "sampling_rate": 105, "lag": 1.5285416075148344, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8045955101865919, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7118609677940462, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7519.603440371255, "burn_start_time": -0.19425363124623332, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03325241902759423, "grain_number": 5, "grain_density": 1848.3503997756663, "grain_outer_radius": 0.033011894678330586, "grain_initial_inner_radius": 0.014695428726883867, "grain_initial_height": 0.1199553539757121, "grain_separation": 0.0074134340191672156, "grains_center_of_mass_position": 0.39646636249797707, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00016632264669807036, "throat_radius": 0.010139382291313212, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2533037276138914}], "aerodynamic_surfaces": [{"length": 0.5578051627178859, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342626547784769}, {"n": 4, "root_chord": 0.11942024753724322, "tip_chord": 0.05999838812395611, "span": 0.10969543298575947, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481908226678143}, {"top_radius": 0.06318957544376373, "bottom_radius": 0.044008955453889075, "length": 0.05861870658834906, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001399309879802, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189913360820283, "upper_button_position": 0.08114859490595194}], "rail_length": 5, "inclination": 84.79898139685902, "heading": 49.58930476809195} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1303548492829454, "wind_velocity_y_factor": 0.8145782113395658, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06351841421504445, "mass": 14.970734309954455, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327254256292252, "I_33_without_motor": 0.024916288598897544, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.885390696789983, "trigger": 800, "sampling_rate": 105, "lag": 1.4915839878325556, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0803257185805584, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4992030309237823, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8452.8007393085, "burn_start_time": -0.17991041450496734, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033177475301437956, "grain_number": 5, "grain_density": 1762.8895508160385, "grain_outer_radius": 0.03273212635327897, "grain_initial_inner_radius": 0.014793714111267928, "grain_initial_height": 0.1205383070551767, "grain_separation": 0.00405265662237183, "grains_center_of_mass_position": 0.398336368664311, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00038153103453282886, "throat_radius": 0.011181066110875633, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543643300777436}], "aerodynamic_surfaces": [{"length": 0.5595950188701256, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134345628173628}, {"n": 4, "root_chord": 0.12004516936957349, "tip_chord": 0.05992280551382008, "span": 0.10944449400977531, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501103636126348}, {"top_radius": 0.06321254833776033, "bottom_radius": 0.04365195333410431, "length": 0.05840119281344163, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987177829384401, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6161018469377477, "upper_button_position": 0.08261593600069239}], "rail_length": 5, "inclination": 84.3326273960019, "heading": 49.6579582105288} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.296828133569071, "wind_velocity_y_factor": 0.8029164973447401, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06348786078945412, "mass": 15.70674426241298, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3178569036257555, "I_33_without_motor": 0.018508676886196986, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.028310006341416, "trigger": 800, "sampling_rate": 105, "lag": 1.4974345989732913, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.006514685727783, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5157762116041515, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5752.285478947875, "burn_start_time": 0.04628349349959157, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032766727610160924, "grain_number": 5, "grain_density": 1889.4103311952233, "grain_outer_radius": 0.03300171213430491, "grain_initial_inner_radius": 0.014940459605335294, "grain_initial_height": 0.11975377632391739, "grain_separation": 0.0061545550531125785, "grains_center_of_mass_position": 0.3971194781860272, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002263659222584552, "throat_radius": 0.011315062523017108, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254564813170989}], "aerodynamic_surfaces": [{"length": 0.5594094403112554, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333937844104154}, {"n": 4, "root_chord": 0.119111584764041, "tip_chord": 0.05945633781716762, "span": 0.11008874499415076, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050247828936064}, {"top_radius": 0.06244820235862059, "bottom_radius": 0.042999490245329564, "length": 0.059700008253149674, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.70110283092137, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171732846225247, "upper_button_position": 0.0839295462988453}], "rail_length": 5, "inclination": 83.75575655526062, "heading": 53.070189512382456} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9600870244591191, "wind_velocity_y_factor": 0.7628524452820976, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350846264502351, "mass": 15.233303981607554, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311070189770432, "I_33_without_motor": 0.025117909442009416, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.901905417369813, "trigger": 800, "sampling_rate": 105, "lag": 1.542635863544715, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1230713799877987, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8396821664478047, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7782.678162932969, "burn_start_time": 0.0798413240908553, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03330239562064193, "grain_number": 5, "grain_density": 1836.060332844548, "grain_outer_radius": 0.03214398639017789, "grain_initial_inner_radius": 0.015186454159155795, "grain_initial_height": 0.12081152863380912, "grain_separation": 0.006208823515377069, "grains_center_of_mass_position": 0.39828440094519557, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000422426727503187, "throat_radius": 0.011230149153679076, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254103997695909}], "aerodynamic_surfaces": [{"length": 0.5584345227653952, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1359715695406833}, {"n": 4, "root_chord": 0.120039637914416, "tip_chord": 0.06063522982220574, "span": 0.10979517667247403, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502569915129882}, {"top_radius": 0.06323872184775366, "bottom_radius": 0.04365937887329606, "length": 0.05987085751020851, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986891955900845, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178086337251808, "upper_button_position": 0.08088056186490367}], "rail_length": 5, "inclination": 85.08078545071832, "heading": 50.045105914420034} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5162397288552132, "wind_velocity_y_factor": 0.697761839539534, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350884982990695, "mass": 15.356843840388155, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332700390091057, "I_33_without_motor": 0.03209039232065883, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.02647349094638, "trigger": 800, "sampling_rate": 105, "lag": 1.4034328658746245, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0095655220230013, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3404828615941407, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5255.056362999667, "burn_start_time": -0.0558012779831473, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03249271317858946, "grain_number": 5, "grain_density": 1723.3184158049773, "grain_outer_radius": 0.03339053808308379, "grain_initial_inner_radius": 0.015228284780306887, "grain_initial_height": 0.12102130735273228, "grain_separation": 0.004685694132495779, "grains_center_of_mass_position": 0.3978187359224365, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005378749665522421, "throat_radius": 0.010547101383861758, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549324451116248}], "aerodynamic_surfaces": [{"length": 0.5562793369184902, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338324190788027}, {"n": 4, "root_chord": 0.12046451598642523, "tip_chord": 0.060137612486342806, "span": 0.11033421086790385, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495972123009079}, {"top_radius": 0.06244576750699721, "bottom_radius": 0.04339085142945681, "length": 0.05999507789197919, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988181085285583, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178811644106177, "upper_button_position": 0.08093694411794061}], "rail_length": 5, "inclination": 84.50926609841197, "heading": 50.46999350712802} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1532059773583891, "wind_velocity_y_factor": 1.3057379127732294, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349597133935216, "mass": 15.909868945762721, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323654063824091, "I_33_without_motor": 0.041144516761003266, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.980390368181604, "trigger": 800, "sampling_rate": 105, "lag": 1.6352435878066034, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0095172951097602, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9047188881222308, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6706.243919562213, "burn_start_time": 0.025884224115135985, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03205727901518881, "grain_number": 5, "grain_density": 1754.8059671063781, "grain_outer_radius": 0.032500680105546555, "grain_initial_inner_radius": 0.01519651814293089, "grain_initial_height": 0.12096379382346993, "grain_separation": 0.007449258395507211, "grains_center_of_mass_position": 0.39637115341728835, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009097235183820393, "throat_radius": 0.010541052353129295, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550468704707338}], "aerodynamic_surfaces": [{"length": 0.5578201551591293, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1359674149110435}, {"n": 4, "root_chord": 0.11999219148925992, "tip_chord": 0.06019324183107177, "span": 0.11068747524091418, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494711193212378}, {"top_radius": 0.06334254317261977, "bottom_radius": 0.042632990539651285, "length": 0.0616500841222289, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7021325356667281, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184816532024142, "upper_button_position": 0.08365088246431385}], "rail_length": 5, "inclination": 82.9982757652707, "heading": 51.513219057200054} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9447997877277402, "wind_velocity_y_factor": 1.3297491234585495, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349364225646821, "mass": 15.237252283189978, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316361861057433, "I_33_without_motor": 0.04159955507466492, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.946810606959234, "trigger": 800, "sampling_rate": 105, "lag": 1.3703263516397033, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0234315656074513, "trigger": "apogee", "sampling_rate": 105, "lag": 1.69777597807279, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7627.960148141119, "burn_start_time": 0.17122767214013593, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03270554296280125, "grain_number": 5, "grain_density": 1884.1842381261865, "grain_outer_radius": 0.032836343673359115, "grain_initial_inner_radius": 0.01463434360863119, "grain_initial_height": 0.1204232682918432, "grain_separation": 0.005400604461123727, "grains_center_of_mass_position": 0.39703867922618874, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012205386349077912, "throat_radius": 0.011461992096039526, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546902837365834}], "aerodynamic_surfaces": [{"length": 0.559671751577993, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13466706195673}, {"n": 4, "root_chord": 0.11917864038071789, "tip_chord": 0.05961809885015031, "span": 0.10976053312861947, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0479623935971074}, {"top_radius": 0.06119984106372433, "bottom_radius": 0.04146845132943603, "length": 0.060738430698216425, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000676652711098, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167186434001948, "upper_button_position": 0.08334902187091497}], "rail_length": 5, "inclination": 83.16402626753575, "heading": 51.55675135613164} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3798741858215253, "wind_velocity_y_factor": 1.3471584598524478, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350113939077257, "mass": 15.347451623214056, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307052010568232, "I_33_without_motor": 0.047029741905758156, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.811715457492186, "trigger": 800, "sampling_rate": 105, "lag": 1.5604356724167399, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.118592937219205, "trigger": "apogee", "sampling_rate": 105, "lag": 1.267155214442709, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5690.158412220603, "burn_start_time": -0.014925064152269282, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03319031322074581, "grain_number": 5, "grain_density": 1742.2680184428082, "grain_outer_radius": 0.03329765853044439, "grain_initial_inner_radius": 0.014474888803645584, "grain_initial_height": 0.12035306655529943, "grain_separation": 0.005401849876216315, "grains_center_of_mass_position": 0.39718035976527605, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009939814717714757, "throat_radius": 0.010720599545137778, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560752926148708}], "aerodynamic_surfaces": [{"length": 0.5589962773641648, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333319123909096}, {"n": 4, "root_chord": 0.11977418392737821, "tip_chord": 0.05963628194719225, "span": 0.11014358176006339, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489437451364678}, {"top_radius": 0.06418859439721314, "bottom_radius": 0.04442236919770972, "length": 0.05939477649183431, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014416099445694, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190347952110148, "upper_button_position": 0.0824068147335546}], "rail_length": 5, "inclination": 86.22133997858838, "heading": 51.69384874944925} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4521748758437147, "wind_velocity_y_factor": 0.9050074862882292, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06351045843493962, "mass": 14.170543109826626, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317494929466865, "I_33_without_motor": 0.02073015924236386, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.983566101178633, "trigger": 800, "sampling_rate": 105, "lag": 1.551433554695054, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.867526696781133, "trigger": "apogee", "sampling_rate": 105, "lag": 1.864871948723902, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6628.1027393257145, "burn_start_time": 0.07111983737900758, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033261874927790265, "grain_number": 5, "grain_density": 1802.761599175432, "grain_outer_radius": 0.032830574238102136, "grain_initial_inner_radius": 0.015244351720338436, "grain_initial_height": 0.11941106117090988, "grain_separation": 0.0052823140728597215, "grains_center_of_mass_position": 0.3970039777241984, "center_of_dry_mass_position": 0.317, "nozzle_position": 1.5118701622914012e-05, "throat_radius": 0.009899230121657523, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254860547314785}], "aerodynamic_surfaces": [{"length": 0.5588920752031029, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331109108455848}, {"n": 4, "root_chord": 0.12049755266254596, "tip_chord": 0.06036464117794135, "span": 0.1099237829290794, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488302873151218}, {"top_radius": 0.06422756926312445, "bottom_radius": 0.04481378353989845, "length": 0.059836324921145066, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013277739572947, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167539647776884, "upper_button_position": 0.08457380917960633}], "rail_length": 5, "inclination": 84.39011041822683, "heading": 50.25263698241943} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7225087016745304, "wind_velocity_y_factor": 1.732388092479316, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349599200487122, "mass": 15.991587324737786, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308302758627046, "I_33_without_motor": 0.046747153930577004, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.947945400527166, "trigger": 800, "sampling_rate": 105, "lag": 1.5543114503982318, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0708609807574907, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5382895993792862, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5740.753391776341, "burn_start_time": 0.22127860065390026, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03348354958094805, "grain_number": 5, "grain_density": 1858.8455661131618, "grain_outer_radius": 0.032967296145018705, "grain_initial_inner_radius": 0.014475805921498629, "grain_initial_height": 0.12042753059179252, "grain_separation": 0.0051196337914690415, "grains_center_of_mass_position": 0.3979534504402619, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00037634685262075417, "throat_radius": 0.012144243507457256, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560680517780005}], "aerodynamic_surfaces": [{"length": 0.5553070980568086, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336023885609383}, {"n": 4, "root_chord": 0.11985952653925482, "tip_chord": 0.06006170018360052, "span": 0.11021221293576054, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501071869216747}, {"top_radius": 0.06452529278545178, "bottom_radius": 0.04307942247500151, "length": 0.06000064850782476, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000268411898345, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190407327469648, "upper_button_position": 0.08098610844286969}], "rail_length": 5, "inclination": 84.32023606736166, "heading": 55.16429193152571} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.40357806176883604, "wind_velocity_y_factor": 0.8711662916705835, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06348464357639241, "mass": 15.437866907843421, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329216511343096, "I_33_without_motor": 0.03816523514683172, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.009875776230162, "trigger": 800, "sampling_rate": 105, "lag": 1.4229371306859178, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0168199581637072, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5173746530292647, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7502.478476713324, "burn_start_time": 0.07783385648189439, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03268713285471012, "grain_number": 5, "grain_density": 1792.4375223863212, "grain_outer_radius": 0.033591444859464185, "grain_initial_inner_radius": 0.014246645734453283, "grain_initial_height": 0.11978082830274744, "grain_separation": 0.005047979058580309, "grains_center_of_mass_position": 0.3974768348617341, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012238654293638554, "throat_radius": 0.011498862827298902, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542068916096276}], "aerodynamic_surfaces": [{"length": 0.5587524046671632, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347650393534554}, {"n": 4, "root_chord": 0.11932560572334505, "tip_chord": 0.060489404845676706, "span": 0.11100621720690454, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049856197154422}, {"top_radius": 0.06388106914098395, "bottom_radius": 0.04407473312098371, "length": 0.05935988547427256, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699792075395984, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180667744636812, "upper_button_position": 0.08172530093230279}], "rail_length": 5, "inclination": 85.31753294524567, "heading": 53.17739745652972} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4882595372057605, "wind_velocity_y_factor": 1.4303940704308307, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.0634923553483232, "mass": 15.749104319514178, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324720447972963, "I_33_without_motor": 0.029756422248282267, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.794998740554629, "trigger": 800, "sampling_rate": 105, "lag": 1.5687738303913887, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0246021119154547, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6422677425560412, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5724.211687291284, "burn_start_time": -0.0016466282658372747, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03270963761629406, "grain_number": 5, "grain_density": 1773.3253185999974, "grain_outer_radius": 0.032410748129465754, "grain_initial_inner_radius": 0.015061056411573976, "grain_initial_height": 0.12218616333895925, "grain_separation": 0.00530270773890769, "grains_center_of_mass_position": 0.39784452514616697, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007571790012158949, "throat_radius": 0.010899267185053171, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546904810227126}], "aerodynamic_surfaces": [{"length": 0.5574802834927279, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13401161333789}, {"n": 4, "root_chord": 0.12036525329764101, "tip_chord": 0.05921815976974062, "span": 0.10997580060057345, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051600604889326}, {"top_radius": 0.06349986695347, "bottom_radius": 0.04291299872611306, "length": 0.06115283847118747, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992305103764708, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183863731111517, "upper_button_position": 0.08084413726531903}], "rail_length": 5, "inclination": 84.35438939402809, "heading": 50.44233780202485} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.228599870209366, "wind_velocity_y_factor": 1.4870089919419442, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349014786373813, "mass": 14.21417942746647, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308795140399558, "I_33_without_motor": 0.029647989538491216, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.844954663045637, "trigger": 800, "sampling_rate": 105, "lag": 1.4346707843322337, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9781515726249118, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3434800196715722, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6001.175233055248, "burn_start_time": -0.08720043992595428, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032169411703662526, "grain_number": 5, "grain_density": 1720.3700309734647, "grain_outer_radius": 0.032754549164990945, "grain_initial_inner_radius": 0.015246219833481418, "grain_initial_height": 0.12146410189767082, "grain_separation": 0.005744833094336424, "grains_center_of_mass_position": 0.39644301028032064, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002518738638577526, "throat_radius": 0.011141540022502318, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548843949777113}], "aerodynamic_surfaces": [{"length": 0.5588981666925336, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353963767715978}, {"n": 4, "root_chord": 0.11907260623627021, "tip_chord": 0.06096973017889718, "span": 0.10997733983946532, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491389573671415}, {"top_radius": 0.0644283937194977, "bottom_radius": 0.043041991372570525, "length": 0.061894371070061294, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7023832102866858, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176714572041455, "upper_button_position": 0.08471175308254031}], "rail_length": 5, "inclination": 84.69267988903026, "heading": 52.88239898631281} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5651643936478032, "wind_velocity_y_factor": 0.8913256206550475, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349333331122764, "mass": 16.607814339335196, "I_11_without_motor": 6.321, "I_22_without_motor": 6.340469722595332, "I_33_without_motor": 0.04762923625525189, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.96579155728752, "trigger": 800, "sampling_rate": 105, "lag": 1.4394534165666124, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0524125660673194, "trigger": "apogee", "sampling_rate": 105, "lag": 1.348608863901515, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6811.007093349028, "burn_start_time": -0.05071426476309502, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03236721986022844, "grain_number": 5, "grain_density": 1868.7682557146798, "grain_outer_radius": 0.03278984489587136, "grain_initial_inner_radius": 0.01552858904931552, "grain_initial_height": 0.12273043887563916, "grain_separation": 0.003489580564820529, "grains_center_of_mass_position": 0.39706273430324485, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013107380228944531, "throat_radius": 0.010444280346106529, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551978388502743}], "aerodynamic_surfaces": [{"length": 0.5584440289199349, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342668002897796}, {"n": 4, "root_chord": 0.11959741535593577, "tip_chord": 0.05954756620369468, "span": 0.11020411419310186, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050175278283493}, {"top_radius": 0.06349565238898658, "bottom_radius": 0.044256314051316144, "length": 0.059822105408409015, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981951485059122, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179509083201529, "upper_button_position": 0.08024424018575937}], "rail_length": 5, "inclination": 84.56970660422279, "heading": 54.40659713999364} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8788775277607503, "wind_velocity_y_factor": 1.2197236513508127, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06351453349296773, "mass": 16.824250642331517, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322540134664164, "I_33_without_motor": 0.02379045501880632, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.938256411162758, "trigger": 800, "sampling_rate": 105, "lag": 1.377543665532108, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9418380953455872, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5384691986776575, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7633.2639010432395, "burn_start_time": 0.003968832061787907, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032218972059939406, "grain_number": 5, "grain_density": 1796.4440591299965, "grain_outer_radius": 0.03309942303274013, "grain_initial_inner_radius": 0.015060156727760034, "grain_initial_height": 0.12054969499430399, "grain_separation": 0.004731792255094374, "grains_center_of_mass_position": 0.3965980261790121, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012762668896766068, "throat_radius": 0.010711238266063131, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550389628399414}], "aerodynamic_surfaces": [{"length": 0.5580529640255301, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350593350706948}, {"n": 4, "root_chord": 0.12046471702022657, "tip_chord": 0.06014525320608775, "span": 0.11005813552216541, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508100791429296}, {"top_radius": 0.06346839232754417, "bottom_radius": 0.042856035333449026, "length": 0.06014375089990771, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007197426336839, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190928485209545, "upper_button_position": 0.08162689411272939}], "rail_length": 5, "inclination": 85.71158672061308, "heading": 56.18859498861344} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9946425139131964, "wind_velocity_y_factor": 1.2270994392404138, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350123612915548, "mass": 16.236313686600436, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327335879729699, "I_33_without_motor": 0.02471539707705469, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.917801964599468, "trigger": 800, "sampling_rate": 105, "lag": 1.3495050820872883, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.071624235244255, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1991740156189075, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6745.422119158179, "burn_start_time": -0.012465883949987764, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033765564521273286, "grain_number": 5, "grain_density": 1850.2127899032482, "grain_outer_radius": 0.03293194949365539, "grain_initial_inner_radius": 0.015089381283899143, "grain_initial_height": 0.11939039768318489, "grain_separation": 0.005861595021465404, "grains_center_of_mass_position": 0.39791294920267967, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0017535648067913661, "throat_radius": 0.011321949625625027, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551228301350406}], "aerodynamic_surfaces": [{"length": 0.5580097332264424, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351910816412039}, {"n": 4, "root_chord": 0.1201137258535178, "tip_chord": 0.06045393145836755, "span": 0.11023925717004471, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049220580641549}, {"top_radius": 0.06080637190853905, "bottom_radius": 0.04339175612502333, "length": 0.06082484307649084, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987599957897107, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182591986427155, "upper_button_position": 0.0805007971469952}], "rail_length": 5, "inclination": 84.10574170353996, "heading": 51.044602854615896} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7865710185537419, "wind_velocity_y_factor": 0.999180686739289, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349768817680668, "mass": 15.132038407160959, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320104514885309, "I_33_without_motor": 0.021838589392553932, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.023656781630821, "trigger": 800, "sampling_rate": 105, "lag": 1.4638904152817729, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.035305603519439, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7670383784522579, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7556.303970807388, "burn_start_time": 0.009965083846228623, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03373892250862542, "grain_number": 5, "grain_density": 1877.71731532552, "grain_outer_radius": 0.03308653496338965, "grain_initial_inner_radius": 0.0151346604999217, "grain_initial_height": 0.11881632844655719, "grain_separation": 0.0050964336752844334, "grains_center_of_mass_position": 0.3959509943354433, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.002505286773615161, "throat_radius": 0.01181003195381301, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555595725707631}], "aerodynamic_surfaces": [{"length": 0.5582873627844865, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342969782007206}, {"n": 4, "root_chord": 0.12030848803631562, "tip_chord": 0.059229545447662756, "span": 0.11008097545619636, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0472821935543701}, {"top_radius": 0.06362201107401225, "bottom_radius": 0.043024200013833364, "length": 0.0585527271533926, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012063772338167, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178909405119671, "upper_button_position": 0.0833154367218496}], "rail_length": 5, "inclination": 85.96036337629162, "heading": 48.29350373916079} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5791158140244765, "wind_velocity_y_factor": 0.46114394206214915, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06350104094879304, "mass": 14.386635977658717, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3323131116584985, "I_33_without_motor": 0.02674821518167783, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.980595862357388, "trigger": 800, "sampling_rate": 105, "lag": 1.5320716140730002, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9670706729277014, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5337013547894558, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6510.545885641239, "burn_start_time": 0.016265796647256556, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032880418320190036, "grain_number": 5, "grain_density": 1729.005291369849, "grain_outer_radius": 0.033364012613668274, "grain_initial_inner_radius": 0.015925940338048235, "grain_initial_height": 0.12063587408385652, "grain_separation": 0.003821030735425374, "grains_center_of_mass_position": 0.39791557395224014, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011229381873039078, "throat_radius": 0.010370333836146519, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551232070998317}], "aerodynamic_surfaces": [{"length": 0.5580358883755139, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330586033434733}, {"n": 4, "root_chord": 0.1191330953050441, "tip_chord": 0.060806144768817516, "span": 0.1098622476270444, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0471557634182656}, {"top_radius": 0.0626185304335325, "bottom_radius": 0.042948796767710476, "length": 0.06044138997903241, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983467342923851, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179896751091734, "upper_button_position": 0.08035705918321179}], "rail_length": 5, "inclination": 86.65948586466908, "heading": 49.25212838014221} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6812657916295001, "wind_velocity_y_factor": 0.4544242125854079, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350260892820281, "mass": 15.068405672458043, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306907877560344, "I_33_without_motor": 0.034733404974488284, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.99843143158049, "trigger": 800, "sampling_rate": 105, "lag": 1.4383650571227704, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0160141069984439, "trigger": "apogee", "sampling_rate": 105, "lag": 1.57053557340611, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6852.2564876839415, "burn_start_time": 0.05712633906362269, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03194692817156245, "grain_number": 5, "grain_density": 1835.4017691814852, "grain_outer_radius": 0.032823666877018605, "grain_initial_inner_radius": 0.015323362009472867, "grain_initial_height": 0.12072673512264492, "grain_separation": 0.005540889308745528, "grains_center_of_mass_position": 0.39685926728811843, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000569208242342901, "throat_radius": 0.010585824821542888, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25454542044073}], "aerodynamic_surfaces": [{"length": 0.5590759910451921, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333137742675514}, {"n": 4, "root_chord": 0.12063082015272958, "tip_chord": 0.060354298030844834, "span": 0.11103907415919381, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483265039019751}, {"top_radius": 0.061990134801362826, "bottom_radius": 0.04454858810787652, "length": 0.06150071484080432, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989462756074547, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175819865091378, "upper_button_position": 0.08136428909831694}], "rail_length": 5, "inclination": 84.77041125978764, "heading": 52.45258962801876} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.043848815122619, "wind_velocity_y_factor": 0.8620112407424853, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349512316749657, "mass": 14.949416321866094, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321774820700406, "I_33_without_motor": 0.020793551759721814, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.967403863654912, "trigger": 800, "sampling_rate": 105, "lag": 1.5102691236048138, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0311647186315493, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2973174631954976, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6708.91131055297, "burn_start_time": 0.07526123378320418, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03349718586859321, "grain_number": 5, "grain_density": 1830.130238134189, "grain_outer_radius": 0.032716759672301816, "grain_initial_inner_radius": 0.015055315100682923, "grain_initial_height": 0.11991975668633023, "grain_separation": 0.004900280617006898, "grains_center_of_mass_position": 0.3963333215070183, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008874013683856131, "throat_radius": 0.011734323643594363, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536941120153053}], "aerodynamic_surfaces": [{"length": 0.5587483963556136, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133953126339017}, {"n": 4, "root_chord": 0.11999079137052554, "tip_chord": 0.060016055367453865, "span": 0.10933478289166823, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500003289065774}, {"top_radius": 0.06433968490247889, "bottom_radius": 0.04251359891456297, "length": 0.06028814327490262, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011101992360056, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165129951194864, "upper_button_position": 0.08459720411651916}], "rail_length": 5, "inclination": 84.5238754603034, "heading": 51.030658700080636} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5713095132738203, "wind_velocity_y_factor": 0.7174937016094775, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0634798479948808, "mass": 15.200630937686647, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323331112178825, "I_33_without_motor": 0.032268752791853685, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.047461181159735, "trigger": 800, "sampling_rate": 105, "lag": 1.4628418756082229, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0725765579536057, "trigger": "apogee", "sampling_rate": 105, "lag": 1.389942894642884, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7347.986347787585, "burn_start_time": -0.21463392762611516, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033702999122031875, "grain_number": 5, "grain_density": 1787.153445789718, "grain_outer_radius": 0.033415233234091096, "grain_initial_inner_radius": 0.014728826830749941, "grain_initial_height": 0.12079085995992991, "grain_separation": 0.004923379038252056, "grains_center_of_mass_position": 0.397841215649047, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00010322439665990272, "throat_radius": 0.010451429128917746, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535001144241802}], "aerodynamic_surfaces": [{"length": 0.5583922537538771, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1358648056154201}, {"n": 4, "root_chord": 0.11991877308008811, "tip_chord": 0.06022042832486864, "span": 0.11006729639220932, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501804739048008}, {"top_radius": 0.06240807263605467, "bottom_radius": 0.04220001087301439, "length": 0.06174360421494417, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996020584722044, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191349506162854, "upper_button_position": 0.08046710785591893}], "rail_length": 5, "inclination": 83.54125452142357, "heading": 51.06493517121019} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1967616160988876, "wind_velocity_y_factor": 0.5905834681476603, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349010457632077, "mass": 16.43358658033229, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3074611533503395, "I_33_without_motor": 0.027383017273701845, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.03455914791307, "trigger": 800, "sampling_rate": 105, "lag": 1.5216874776684584, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9892732901494281, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6739711574042617, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7305.698324024918, "burn_start_time": -0.1285681653906242, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032990755697236404, "grain_number": 5, "grain_density": 1763.9285902329023, "grain_outer_radius": 0.03374845306417929, "grain_initial_inner_radius": 0.014806025431497335, "grain_initial_height": 0.12023936091135834, "grain_separation": 0.00563042385181157, "grains_center_of_mass_position": 0.3958463909932636, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010799288573395615, "throat_radius": 0.01044289322160024, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547469770178763}], "aerodynamic_surfaces": [{"length": 0.5575093306972737, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342544777162915}, {"n": 4, "root_chord": 0.11913965407460317, "tip_chord": 0.05949513944736702, "span": 0.1109888813402889, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050161011176561}, {"top_radius": 0.062337255353241076, "bottom_radius": 0.04363803502678809, "length": 0.05934349938613793, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992268061809733, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6198992561627049, "upper_button_position": 0.07932755001826841}], "rail_length": 5, "inclination": 86.70799519738853, "heading": 55.87923265833876} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.168974925783215, "wind_velocity_y_factor": 0.7700722312511404, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.0635020333852123, "mass": 16.385943847580908, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323085058033806, "I_33_without_motor": 0.026530470462347515, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.015658494752465, "trigger": 800, "sampling_rate": 105, "lag": 1.3883222318470927, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.926943898382244, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8215775827337612, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6217.839350421652, "burn_start_time": 0.006025241490416108, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03374955932867164, "grain_number": 5, "grain_density": 1791.960092740663, "grain_outer_radius": 0.03274002055284952, "grain_initial_inner_radius": 0.015042446467765935, "grain_initial_height": 0.11957821393718354, "grain_separation": 0.0038354797382348944, "grains_center_of_mass_position": 0.3952315372197423, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00081043683620735, "throat_radius": 0.010798853882354902, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547760400363714}], "aerodynamic_surfaces": [{"length": 0.559509672631657, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133566587833039}, {"n": 4, "root_chord": 0.12032819312044665, "tip_chord": 0.06000448769313599, "span": 0.11033855124141019, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488256830119602}, {"top_radius": 0.06291387778112983, "bottom_radius": 0.04229511788659951, "length": 0.059772179954503714, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004056611825373, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6161526482072623, "upper_button_position": 0.08425301297527499}], "rail_length": 5, "inclination": 83.55029590052536, "heading": 53.49473802634527} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6766143937474121, "wind_velocity_y_factor": 1.0368243481449506, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06348797923213965, "mass": 15.320543209585626, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309621490602353, "I_33_without_motor": 0.037647606123028865, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.97489661647009, "trigger": 800, "sampling_rate": 105, "lag": 1.3535763249748014, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9850991557847012, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3219436198398347, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6205.827167532185, "burn_start_time": -0.07166196957774812, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032106828580880174, "grain_number": 5, "grain_density": 1826.156246273316, "grain_outer_radius": 0.033270771119644243, "grain_initial_inner_radius": 0.01495761477981167, "grain_initial_height": 0.11877316920631119, "grain_separation": 0.00427139209230682, "grains_center_of_mass_position": 0.3970296267946301, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001322441901262666, "throat_radius": 0.011434325754518497, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557899040404872}], "aerodynamic_surfaces": [{"length": 0.5591827492586023, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329040444605107}, {"n": 4, "root_chord": 0.12074395226078502, "tip_chord": 0.05985735506424289, "span": 0.10967436999256733, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491796870802195}, {"top_radius": 0.0640951114381602, "bottom_radius": 0.043590371386684756, "length": 0.058730030497220094, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988683097895763, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187276138912349, "upper_button_position": 0.08014069589834139}], "rail_length": 5, "inclination": 84.22918174195281, "heading": 55.768213689364515} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.287288424065244, "wind_velocity_y_factor": 0.7832691501122003, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349603319371348, "mass": 16.72323627919501, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32852698295109, "I_33_without_motor": 0.033647579763662595, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.877858236843831, "trigger": 800, "sampling_rate": 105, "lag": 1.678297854635198, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0369184568989187, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4891336668797737, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6654.877812693592, "burn_start_time": -0.1810574389027897, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032435120149990566, "grain_number": 5, "grain_density": 1826.5164850656963, "grain_outer_radius": 0.03287828931129475, "grain_initial_inner_radius": 0.014767689024969955, "grain_initial_height": 0.12117185410531285, "grain_separation": 0.0034203814477803177, "grains_center_of_mass_position": 0.3970430385384465, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005498806863428158, "throat_radius": 0.011397929161738197, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255501097531958}], "aerodynamic_surfaces": [{"length": 0.5585885366728385, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340115959519068}, {"n": 4, "root_chord": 0.12062067077314943, "tip_chord": 0.05999457491755594, "span": 0.1106367488709077, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491881821252818}, {"top_radius": 0.06295086248580774, "bottom_radius": 0.043180563347609925, "length": 0.05898531319138472, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7016278183956537, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169681713593835, "upper_button_position": 0.08465964703627016}], "rail_length": 5, "inclination": 85.5081030307306, "heading": 56.0375035879959} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4969392280060708, "wind_velocity_y_factor": 1.1972067454347557, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349643243548803, "mass": 14.34554278611046, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312545966153437, "I_33_without_motor": 0.049801567329731664, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.924945392374092, "trigger": 800, "sampling_rate": 105, "lag": 1.3402743181610872, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9346316765142012, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5337563480882708, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 9912.722845219729, "burn_start_time": -0.0019954940565140877, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032033653624275876, "grain_number": 5, "grain_density": 1793.7464218788834, "grain_outer_radius": 0.03313312929515308, "grain_initial_inner_radius": 0.015261875660873694, "grain_initial_height": 0.11806196670958821, "grain_separation": 0.006943319700611787, "grains_center_of_mass_position": 0.39855382437341785, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00046624903984793513, "throat_radius": 0.010586119891807999, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550380575257352}], "aerodynamic_surfaces": [{"length": 0.5584759139711695, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350305282799684}, {"n": 4, "root_chord": 0.11999296362565633, "tip_chord": 0.059993561700968805, "span": 0.11064751095092414, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502285749525864}, {"top_radius": 0.0638451559740981, "bottom_radius": 0.04464866546485464, "length": 0.05912333613234332, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000470937882691, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186093049523711, "upper_button_position": 0.08143778883589803}], "rail_length": 5, "inclination": 83.63331856421274, "heading": 51.508486901170265} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8480627012710834, "wind_velocity_y_factor": 0.8944721745231898, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.0634991369660335, "mass": 14.796973220285823, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328720794073924, "I_33_without_motor": 0.027223983707559928, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.904792852253408, "trigger": 800, "sampling_rate": 105, "lag": 1.495077027338316, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9625163650170394, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2913269165924521, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6448.619548474777, "burn_start_time": -0.17071768751229546, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03336779473053123, "grain_number": 5, "grain_density": 1816.9427911439327, "grain_outer_radius": 0.032446826899970915, "grain_initial_inner_radius": 0.015252880112513339, "grain_initial_height": 0.12207374151543372, "grain_separation": 0.0044141043056784585, "grains_center_of_mass_position": 0.39691115498786783, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005236248334063974, "throat_radius": 0.01102044119326429, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543258923942846}], "aerodynamic_surfaces": [{"length": 0.5589228670832991, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.131921282975957}, {"n": 4, "root_chord": 0.12029840182461327, "tip_chord": 0.06050792261430567, "span": 0.1104955292955476, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050384140256497}, {"top_radius": 0.06324573453207104, "bottom_radius": 0.04237671792433044, "length": 0.06108967004237583, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010229254624977, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181335460977855, "upper_button_position": 0.08288937936471219}], "rail_length": 5, "inclination": 83.26763141039577, "heading": 50.13716400716504} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9018582456758908, "wind_velocity_y_factor": 0.6326832500007216, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349840587894115, "mass": 15.823872627670557, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321299636864361, "I_33_without_motor": 0.02858596658502951, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.93752618430571, "trigger": 800, "sampling_rate": 105, "lag": 1.7179550024960628, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.929288134355938, "trigger": "apogee", "sampling_rate": 105, "lag": 1.684000174262382, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7123.54269890662, "burn_start_time": -0.07512283769388103, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033184783079122364, "grain_number": 5, "grain_density": 1848.445750030411, "grain_outer_radius": 0.03234669453191755, "grain_initial_inner_radius": 0.014615177650951296, "grain_initial_height": 0.12012752923947548, "grain_separation": 0.006966067093086488, "grains_center_of_mass_position": 0.39720821853723337, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007950418434487624, "throat_radius": 0.011095553459527669, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556624244749595}], "aerodynamic_surfaces": [{"length": 0.5564563222597445, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342156472394087}, {"n": 4, "root_chord": 0.11952233269441002, "tip_chord": 0.059347445233716434, "span": 0.10956851732371532, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497575899394518}, {"top_radius": 0.06374228454482851, "bottom_radius": 0.043095853468240575, "length": 0.058107518058897606, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701637693614167, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180545151579881, "upper_button_position": 0.0835831784561788}], "rail_length": 5, "inclination": 84.17435716177528, "heading": 52.592972016139434} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5887589713984118, "wind_velocity_y_factor": 1.1976126196276844, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349245157215753, "mass": 15.205634790775044, "I_11_without_motor": 6.321, "I_22_without_motor": 6.351216191276393, "I_33_without_motor": 0.03835724288915479, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.012897452808135, "trigger": 800, "sampling_rate": 105, "lag": 1.4178149119802936, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0558403169314077, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2658438088906863, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7650.601585994601, "burn_start_time": 0.13317900700228202, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033839368095478786, "grain_number": 5, "grain_density": 1846.8901061330412, "grain_outer_radius": 0.03270591843304342, "grain_initial_inner_radius": 0.014607585961603295, "grain_initial_height": 0.12005249865406098, "grain_separation": 0.004627507920760678, "grains_center_of_mass_position": 0.39736453421101725, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003996606960081111, "throat_radius": 0.011585060993368814, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549061601690747}], "aerodynamic_surfaces": [{"length": 0.5584257332762482, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328029432006024}, {"n": 4, "root_chord": 0.12080479885472008, "tip_chord": 0.06038644443211151, "span": 0.10933070846317534, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050080076076768}, {"top_radius": 0.06286227538410578, "bottom_radius": 0.04466799571456054, "length": 0.06182641294991499, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999714532982636, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186999985080499, "upper_button_position": 0.08127145479021369}], "rail_length": 5, "inclination": 83.64129934465737, "heading": 54.83397075211932} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8150310008553252, "wind_velocity_y_factor": 1.641102817307206, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350064030962968, "mass": 15.419640477979701, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321835127358639, "I_33_without_motor": 0.03372652692598568, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.233378385790608, "trigger": 800, "sampling_rate": 105, "lag": 1.42869094328034, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.057027841993617, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7672032330829615, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6406.75866715974, "burn_start_time": 0.030863225081476393, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03258164585754083, "grain_number": 5, "grain_density": 1829.5585575896803, "grain_outer_radius": 0.033203143150576535, "grain_initial_inner_radius": 0.014971858968692613, "grain_initial_height": 0.12130505443256887, "grain_separation": 0.004839259118901757, "grains_center_of_mass_position": 0.39696006132178835, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00046571436887199663, "throat_radius": 0.010935213530811469, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2576912296911338}], "aerodynamic_surfaces": [{"length": 0.5583135151991458, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332106897556804}, {"n": 4, "root_chord": 0.11936647454330417, "tip_chord": 0.06018150515927926, "span": 0.10999198379454497, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482060672162632}, {"top_radius": 0.0627669761432957, "bottom_radius": 0.04287928041488995, "length": 0.06092469481377114, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012201415297001, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188647126787313, "upper_button_position": 0.0823554288509688}], "rail_length": 5, "inclination": 84.63040919430249, "heading": 54.576707915827434} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5721702342760581, "wind_velocity_y_factor": 0.6869616068466596, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350335273008996, "mass": 15.302160873911918, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326467156960455, "I_33_without_motor": 0.030466478856114462, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.959829798370805, "trigger": 800, "sampling_rate": 105, "lag": 1.6709007634941617, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9545896479585094, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4062156820120866, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6672.674708891909, "burn_start_time": -0.009457213626358606, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03273842783945637, "grain_number": 5, "grain_density": 1728.0831929604492, "grain_outer_radius": 0.03246273866590498, "grain_initial_inner_radius": 0.015159391890059732, "grain_initial_height": 0.11904677184068915, "grain_separation": 0.005310819226195029, "grains_center_of_mass_position": 0.3977088221897266, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012322176726130621, "throat_radius": 0.01146092856861618, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539705842474933}], "aerodynamic_surfaces": [{"length": 0.5576792827230509, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346960615567552}, {"n": 4, "root_chord": 0.12030229880050503, "tip_chord": 0.05980928414003541, "span": 0.10941856906481462, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505870325939368}, {"top_radius": 0.06308264751800616, "bottom_radius": 0.04434173476142136, "length": 0.06155851405125541, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002193605129169, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184641630974904, "upper_button_position": 0.08175519741542647}], "rail_length": 5, "inclination": 84.19999022067623, "heading": 54.45004534439333} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9150354939331548, "wind_velocity_y_factor": 1.6031465769802629, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349212154384357, "mass": 15.301019830744515, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329642642186588, "I_33_without_motor": 0.03060214352233045, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.851594780847345, "trigger": 800, "sampling_rate": 105, "lag": 1.387866204065468, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1591778142322664, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5633300773540326, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6636.494504992354, "burn_start_time": -0.19591987127065538, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03249559807735477, "grain_number": 5, "grain_density": 1767.3849664349264, "grain_outer_radius": 0.03330771477307559, "grain_initial_inner_radius": 0.014910435981916572, "grain_initial_height": 0.12018442721677645, "grain_separation": 0.00417956671051513, "grains_center_of_mass_position": 0.3970079252945446, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0017479644242950454, "throat_radius": 0.010416558475035614, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543772009811816}], "aerodynamic_surfaces": [{"length": 0.5588767802235788, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331543949080636}, {"n": 4, "root_chord": 0.1206219575643191, "tip_chord": 0.060099001916165684, "span": 0.11002793146618421, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488607512447472}, {"top_radius": 0.06376755104048026, "bottom_radius": 0.042510221562929384, "length": 0.06015774557568995, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7015687038481183, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176197711626894, "upper_button_position": 0.08394893268542891}], "rail_length": 5, "inclination": 83.69907912478097, "heading": 53.05217736182442} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0382495458831016, "wind_velocity_y_factor": 1.486736532814913, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350071735266398, "mass": 14.886326402946905, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304328857726974, "I_33_without_motor": 0.04802977682848589, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.107300514200041, "trigger": 800, "sampling_rate": 105, "lag": 1.4987992755074686, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9949313358010192, "trigger": "apogee", "sampling_rate": 105, "lag": 1.492487651152226, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8414.692886383904, "burn_start_time": 0.2067999142134705, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032390688809081115, "grain_number": 5, "grain_density": 1861.0472530549112, "grain_outer_radius": 0.033347737644781175, "grain_initial_inner_radius": 0.015243813373136747, "grain_initial_height": 0.12029903595809774, "grain_separation": 0.0050824467632489675, "grains_center_of_mass_position": 0.39754269491777106, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00026961020753306055, "throat_radius": 0.010593833324463921, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254470446274667}], "aerodynamic_surfaces": [{"length": 0.5583090748512665, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333948790884076}, {"n": 4, "root_chord": 0.12006802924791911, "tip_chord": 0.05925034851195653, "span": 0.10996907596498044, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507504479579652}, {"top_radius": 0.06313352350946512, "bottom_radius": 0.04293024663654985, "length": 0.06003687996677354, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008907112528686, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617675361087991, "upper_button_position": 0.08321535016487758}], "rail_length": 5, "inclination": 86.33247956782155, "heading": 51.12857294800934} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1407153210378294, "wind_velocity_y_factor": 1.165024143754529, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350631388185207, "mass": 15.528653327976363, "I_11_without_motor": 6.321, "I_22_without_motor": 6.338002646505696, "I_33_without_motor": 0.03106383717825886, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.986468781347867, "trigger": 800, "sampling_rate": 105, "lag": 1.4059710589377779, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0784918140715507, "trigger": "apogee", "sampling_rate": 105, "lag": 1.279882150557453, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5713.792589279017, "burn_start_time": 0.017375678270383495, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03281887772544843, "grain_number": 5, "grain_density": 1793.9717250195938, "grain_outer_radius": 0.033552914639600404, "grain_initial_inner_radius": 0.015939904831949996, "grain_initial_height": 0.12091303922072771, "grain_separation": 0.006979918178378432, "grains_center_of_mass_position": 0.3972500558353804, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00032900930752937876, "throat_radius": 0.011037867367534933, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254132788545055}], "aerodynamic_surfaces": [{"length": 0.5582039721446874, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343152635167055}, {"n": 4, "root_chord": 0.1191898465074373, "tip_chord": 0.059122578862699705, "span": 0.1103253313051645, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500633815541691}, {"top_radius": 0.06379506438817341, "bottom_radius": 0.04370260465174814, "length": 0.059218569306942644, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993018773814125, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182817285316922, "upper_button_position": 0.08102014884972031}], "rail_length": 5, "inclination": 84.80837478510543, "heading": 53.46735258572404} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.41963829567272337, "wind_velocity_y_factor": 1.1140047951361132, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349822600430986, "mass": 15.937246216839869, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3237205018208185, "I_33_without_motor": 0.029468524198389495, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.034532966940752, "trigger": 800, "sampling_rate": 105, "lag": 1.4688985831666732, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0196704698068153, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3632372946192115, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5489.662020870359, "burn_start_time": -0.012877012200660629, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03260173177437087, "grain_number": 5, "grain_density": 1877.1331563589538, "grain_outer_radius": 0.03280656317543605, "grain_initial_inner_radius": 0.015129516939463404, "grain_initial_height": 0.12068093001076785, "grain_separation": 0.006264505303935033, "grains_center_of_mass_position": 0.39650310003446737, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015409961216737457, "throat_radius": 0.011037506647203276, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2524990167677783}], "aerodynamic_surfaces": [{"length": 0.5583388359203814, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331664942046988}, {"n": 4, "root_chord": 0.11977731042871863, "tip_chord": 0.059875587560246836, "span": 0.11034146053797254, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501025169900189}, {"top_radius": 0.06356853882372059, "bottom_radius": 0.04320716164899059, "length": 0.06066002815570364, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981089183262101, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181600863659116, "upper_button_position": 0.07994883196029856}], "rail_length": 5, "inclination": 88.96129864302861, "heading": 55.19969314512525} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0335159348912866, "wind_velocity_y_factor": 1.519958882412538, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350226190954505, "mass": 14.985822989036386, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312248116360743, "I_33_without_motor": 0.038998725538025615, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.120627046126417, "trigger": 800, "sampling_rate": 105, "lag": 1.432199028012435, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9040995869953925, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4078535538206998, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7752.43086341238, "burn_start_time": -0.22908911055649211, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03271890539740429, "grain_number": 5, "grain_density": 1781.723272260766, "grain_outer_radius": 0.03259632451797197, "grain_initial_inner_radius": 0.014734593851537687, "grain_initial_height": 0.11864095607582192, "grain_separation": 0.005001467871091758, "grains_center_of_mass_position": 0.3964264782745042, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0024013786869406147, "throat_radius": 0.009952932286139362, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548176060952312}], "aerodynamic_surfaces": [{"length": 0.5589733308873407, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342141011088849}, {"n": 4, "root_chord": 0.12011928655987102, "tip_chord": 0.060082774182038855, "span": 0.10952136323315065, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493497653366504}, {"top_radius": 0.06258896937436172, "bottom_radius": 0.04330602733953657, "length": 0.059263002076817346, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005862149240325, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185439185022783, "upper_button_position": 0.0820422964217542}], "rail_length": 5, "inclination": 83.85354544645979, "heading": 56.823173357844844} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.653439026428415, "wind_velocity_y_factor": 0.6184912471127317, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350608265566951, "mass": 16.029812677736114, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310741135791046, "I_33_without_motor": 0.04403780497578811, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.995496563145052, "trigger": 800, "sampling_rate": 105, "lag": 1.5071601614465904, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0657680983362539, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5725879656932011, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6816.242986108999, "burn_start_time": -0.1467752486968159, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03347263278714694, "grain_number": 5, "grain_density": 1761.1144883008647, "grain_outer_radius": 0.033684101698655516, "grain_initial_inner_radius": 0.015067565823044703, "grain_initial_height": 0.12092396888893062, "grain_separation": 0.0058137648541997135, "grains_center_of_mass_position": 0.3973717778340622, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014417298355287708, "throat_radius": 0.01018141244067903, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552838203644632}], "aerodynamic_surfaces": [{"length": 0.557861782175715, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324116217931575}, {"n": 4, "root_chord": 0.11998723052615662, "tip_chord": 0.05887785585076968, "span": 0.10926427999352772, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049084276315957}, {"top_radius": 0.06296135183591355, "bottom_radius": 0.04140612969010582, "length": 0.058564725446446454, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984425422950735, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186306459654457, "upper_button_position": 0.07981189632962782}], "rail_length": 5, "inclination": 83.48353553181668, "heading": 56.12321045137125} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.814591558590827, "wind_velocity_y_factor": 1.1185233179473846, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349140393154416, "mass": 15.703003086792682, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319118686249543, "I_33_without_motor": 0.024631640080501345, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.935701300585485, "trigger": 800, "sampling_rate": 105, "lag": 1.6016764899306721, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.98541804799024, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8818970346240713, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7996.747981814477, "burn_start_time": 0.03516789533946493, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03262804438281673, "grain_number": 5, "grain_density": 1746.0617648448306, "grain_outer_radius": 0.03225918637660716, "grain_initial_inner_radius": 0.01515372224567534, "grain_initial_height": 0.11932405842151993, "grain_separation": 0.0033954948081588244, "grains_center_of_mass_position": 0.39723046911993454, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005717662732221227, "throat_radius": 0.011224876044802363, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554825832736372}], "aerodynamic_surfaces": [{"length": 0.556347549011644, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13309611821015}, {"n": 4, "root_chord": 0.1204012967134002, "tip_chord": 0.058790633732786694, "span": 0.10950809538089497, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503365462090701}, {"top_radius": 0.06493240732065035, "bottom_radius": 0.042285107617284885, "length": 0.059365236743925257, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996036093918147, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166519857250524, "upper_button_position": 0.08295162366676223}], "rail_length": 5, "inclination": 85.77228834442718, "heading": 52.951869968863306} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6820196417794004, "wind_velocity_y_factor": 0.6455603991412351, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.0635056819812328, "mass": 15.687607747762456, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328980086650298, "I_33_without_motor": 0.024688765179038483, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.985547675946167, "trigger": 800, "sampling_rate": 105, "lag": 1.3489291501949272, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0240658832098486, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5369571433893927, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7147.811614104571, "burn_start_time": 0.07275806550360629, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032802104225563816, "grain_number": 5, "grain_density": 1783.059009172237, "grain_outer_radius": 0.033018725004849515, "grain_initial_inner_radius": 0.015194679719870208, "grain_initial_height": 0.11847179745336081, "grain_separation": 0.004094248954645987, "grains_center_of_mass_position": 0.39568267716361294, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008148883576701675, "throat_radius": 0.011071159957470243, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2569204302988664}], "aerodynamic_surfaces": [{"length": 0.5600093774875686, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345727839153912}, {"n": 4, "root_chord": 0.12020394274624766, "tip_chord": 0.05999816395218216, "span": 0.10987039550951958, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501875457413854}, {"top_radius": 0.06273481844609449, "bottom_radius": 0.04517913497498948, "length": 0.06133556476113412, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6979094248645332, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618099530723223, "upper_button_position": 0.07980989414131023}], "rail_length": 5, "inclination": 85.03988916702652, "heading": 53.82806021520187} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8186331649004888, "wind_velocity_y_factor": 1.287097477252545, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349367461913842, "mass": 15.205501912631618, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321434712469544, "I_33_without_motor": 0.05156710748641971, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.994576340144881, "trigger": 800, "sampling_rate": 105, "lag": 1.292977950000694, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8859512881770754, "trigger": "apogee", "sampling_rate": 105, "lag": 1.510879152063802, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5905.796326734303, "burn_start_time": -0.036882492027350416, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03346585091044445, "grain_number": 5, "grain_density": 1753.835587410753, "grain_outer_radius": 0.03337005052802928, "grain_initial_inner_radius": 0.014647376477628465, "grain_initial_height": 0.12031812457395095, "grain_separation": 0.0023707358251630357, "grains_center_of_mass_position": 0.39386154312270205, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006058412639962506, "throat_radius": 0.010585501453576247, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553115549894678}], "aerodynamic_surfaces": [{"length": 0.5587691473925059, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332135362459064}, {"n": 4, "root_chord": 0.11978556717733363, "tip_chord": 0.06063492214525608, "span": 0.10950016962205818, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502722471743295}, {"top_radius": 0.06315176458246527, "bottom_radius": 0.04551394204387885, "length": 0.060172819694947886, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003262937003867, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180485892862457, "upper_button_position": 0.08227770441414095}], "rail_length": 5, "inclination": 84.27328931874132, "heading": 51.358551360410004} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2458454482266141, "wind_velocity_y_factor": 1.3905069587836911, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349504060141266, "mass": 16.68170974548658, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333117353044817, "I_33_without_motor": 0.02887531049034657, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.952977731716404, "trigger": 800, "sampling_rate": 105, "lag": 1.4812248010717897, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1637906757740846, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5577877276992425, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4751.635834311798, "burn_start_time": -0.14187975054589855, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033246782820654415, "grain_number": 5, "grain_density": 1830.1585094116783, "grain_outer_radius": 0.033006963691334566, "grain_initial_inner_radius": 0.015367725028508816, "grain_initial_height": 0.12095131699799037, "grain_separation": 0.005642393898911688, "grains_center_of_mass_position": 0.39547431493393753, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004416450236116772, "throat_radius": 0.010636540062381166, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548302968589216}], "aerodynamic_surfaces": [{"length": 0.5578517681264386, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341641818406196}, {"n": 4, "root_chord": 0.12012061681820546, "tip_chord": 0.05993752878081665, "span": 0.11014983560851899, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050058127686505}, {"top_radius": 0.06319969168614835, "bottom_radius": 0.04340679932757454, "length": 0.060678991895404925, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997357278843993, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163410148133375, "upper_button_position": 0.08339471307106183}], "rail_length": 5, "inclination": 84.22309520625298, "heading": 54.08992837259269} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4967009111034806, "wind_velocity_y_factor": 1.0546581868341016, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349035340677622, "mass": 15.179076939005876, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304231416366084, "I_33_without_motor": 0.03669897409098431, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.040159690691157, "trigger": 800, "sampling_rate": 105, "lag": 1.4935345992055153, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0457356748871118, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4791387792014195, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7169.964069820942, "burn_start_time": -0.09160888627374776, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033444844470501736, "grain_number": 5, "grain_density": 1826.1021181863055, "grain_outer_radius": 0.03306294733129667, "grain_initial_inner_radius": 0.014831478661493024, "grain_initial_height": 0.12169165368745812, "grain_separation": 0.00579120727936229, "grains_center_of_mass_position": 0.3942349191659494, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00021886103693129541, "throat_radius": 0.01151005342649326, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25695420459225}], "aerodynamic_surfaces": [{"length": 0.5579410157894007, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349022244960802}, {"n": 4, "root_chord": 0.12020318668318848, "tip_chord": 0.06058805502669181, "span": 0.11038238589379647, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498996678386354}, {"top_radius": 0.06291905426243995, "bottom_radius": 0.04319108085130256, "length": 0.05991735598058211, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010805311298651, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618474527589569, "upper_button_position": 0.08260600354029612}], "rail_length": 5, "inclination": 84.31195947442575, "heading": 56.70844414773407} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4433857117741602, "wind_velocity_y_factor": 1.0166497867264868, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06348026227419169, "mass": 14.8412049361992, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33708532254933, "I_33_without_motor": 0.020231419800874582, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.039520284492156, "trigger": 800, "sampling_rate": 105, "lag": 1.4245338298121006, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9157406839398073, "trigger": "apogee", "sampling_rate": 105, "lag": 1.376380537425757, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7222.789150971468, "burn_start_time": -0.19705494692512598, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033678336295585365, "grain_number": 5, "grain_density": 1843.3318234694866, "grain_outer_radius": 0.03317599501121214, "grain_initial_inner_radius": 0.015379873845998636, "grain_initial_height": 0.12105836081521058, "grain_separation": 0.004606727000601643, "grains_center_of_mass_position": 0.39745490688237345, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001498738589747272, "throat_radius": 0.011818919148111066, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545113648104371}], "aerodynamic_surfaces": [{"length": 0.5580623996420192, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353879063934675}, {"n": 4, "root_chord": 0.11981692521103851, "tip_chord": 0.06029364445574322, "span": 0.10829204592196619, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485633566331025}, {"top_radius": 0.06249471633505295, "bottom_radius": 0.044734341667971016, "length": 0.06140771290691477, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990024761728574, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181440497981087, "upper_button_position": 0.08085842637474872}], "rail_length": 5, "inclination": 83.16737034302874, "heading": 55.71259260101948} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2240320980146846, "wind_velocity_y_factor": 1.1420314011361727, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350264534499993, "mass": 14.885057918066051, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313316422688396, "I_33_without_motor": 0.05706980933073376, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.054659859969707, "trigger": 800, "sampling_rate": 105, "lag": 1.5582767038144352, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.172116711931705, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6551768831803928, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5016.745625740791, "burn_start_time": -0.13415537553981582, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03266278173311033, "grain_number": 5, "grain_density": 1814.445781929206, "grain_outer_radius": 0.033095121467293855, "grain_initial_inner_radius": 0.015507826134967873, "grain_initial_height": 0.12019167261885613, "grain_separation": 0.0066552800841967255, "grains_center_of_mass_position": 0.3981147681642746, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009353991725431965, "throat_radius": 0.01107507165322078, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553058681868645}], "aerodynamic_surfaces": [{"length": 0.5588003256485359, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134636558969641}, {"n": 4, "root_chord": 0.12009226213497673, "tip_chord": 0.06023675474932944, "span": 0.10959977051274845, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499173345630621}, {"top_radius": 0.06201418856121707, "bottom_radius": 0.043100451135568305, "length": 0.05800097335573493, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992476762674535, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181886498460586, "upper_button_position": 0.08105902642139495}], "rail_length": 5, "inclination": 84.95923670599942, "heading": 51.66840776783109} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7569171599239652, "wind_velocity_y_factor": 1.0244128495656755, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.0635036286244703, "mass": 15.342176859370328, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307615522892686, "I_33_without_motor": 0.0271033458600593, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.959695256522037, "trigger": 800, "sampling_rate": 105, "lag": 1.500060803144235, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0780236205054743, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1273546734977713, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6117.959507781925, "burn_start_time": 0.141024290132583, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03290675839876713, "grain_number": 5, "grain_density": 1792.3482701676494, "grain_outer_radius": 0.032878025107887364, "grain_initial_inner_radius": 0.01541948670748797, "grain_initial_height": 0.12065078451661213, "grain_separation": 0.004332534144251715, "grains_center_of_mass_position": 0.39793359485527596, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005871105870242741, "throat_radius": 0.0108962369418611, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255729768044416}], "aerodynamic_surfaces": [{"length": 0.5598605815982132, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1318574336347302}, {"n": 4, "root_chord": 0.12032473095952544, "tip_chord": 0.06038668553894725, "span": 0.11023247389851464, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0512034770721397}, {"top_radius": 0.0643454825066616, "bottom_radius": 0.042711366114332454, "length": 0.059337326635720805, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007623603724398, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177650084505604, "upper_button_position": 0.0829973519218794}], "rail_length": 5, "inclination": 85.32173117503594, "heading": 52.874715571284156} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2783723027840366, "wind_velocity_y_factor": 0.907042108741232, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06349454202430109, "mass": 15.740700243503266, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314630067775987, "I_33_without_motor": 0.03287703033934467, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.05185817796721, "trigger": 800, "sampling_rate": 105, "lag": 1.5582772964840346, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9340114351071825, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1591491639928395, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7327.846286030256, "burn_start_time": -0.05400630386181004, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03329090213853033, "grain_number": 5, "grain_density": 1788.9924877729916, "grain_outer_radius": 0.032816443103310174, "grain_initial_inner_radius": 0.01529793837904603, "grain_initial_height": 0.12051368628266342, "grain_separation": 0.005542232945014794, "grains_center_of_mass_position": 0.39810590830845377, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00024941427735230377, "throat_radius": 0.009853738647273302, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2566050525782566}], "aerodynamic_surfaces": [{"length": 0.5606369327666592, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133792942716205}, {"n": 4, "root_chord": 0.12055131478501983, "tip_chord": 0.06004784654002457, "span": 0.10949198176861184, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485546282379319}, {"top_radius": 0.06385138827851007, "bottom_radius": 0.04297166622139327, "length": 0.05855219637144101, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700071363424481, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179006100335125, "upper_button_position": 0.08217075339096847}], "rail_length": 5, "inclination": 83.45072497181862, "heading": 51.1183243144941} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2732886847695621, "wind_velocity_y_factor": 1.2667207764404864, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.0635077933443291, "mass": 15.710195933779998, "I_11_without_motor": 6.321, "I_22_without_motor": 6.301058198400447, "I_33_without_motor": 0.04018757896550129, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.049118910999635, "trigger": 800, "sampling_rate": 105, "lag": 1.4183002387840942, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0323609266791554, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4209539459900373, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8207.955353389554, "burn_start_time": 0.050977776599299085, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03278390371812703, "grain_number": 5, "grain_density": 1785.6604728252732, "grain_outer_radius": 0.03319903067533675, "grain_initial_inner_radius": 0.015373376958439886, "grain_initial_height": 0.12090964697760459, "grain_separation": 0.004870224536197234, "grains_center_of_mass_position": 0.39526601778219966, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018386019710977589, "throat_radius": 0.010992996564746338, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545361236748247}], "aerodynamic_surfaces": [{"length": 0.5581157201777791, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324677682149216}, {"n": 4, "root_chord": 0.11863920440081684, "tip_chord": 0.06102238147521195, "span": 0.10933014750880553, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507225592038216}, {"top_radius": 0.06425257464480098, "bottom_radius": 0.04248713191505764, "length": 0.06122761591602632, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009163734709696, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182535370786318, "upper_button_position": 0.08266283639233774}], "rail_length": 5, "inclination": 84.38504075117439, "heading": 51.969575354689084} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0428395446598373, "wind_velocity_y_factor": 1.29127737235862, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350165105917316, "mass": 15.706736708760367, "I_11_without_motor": 6.321, "I_22_without_motor": 6.298425352896638, "I_33_without_motor": 0.03703023415722308, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.890805046545262, "trigger": 800, "sampling_rate": 105, "lag": 1.6314052660530132, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0135531926638308, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1550347162303294, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7565.969492298953, "burn_start_time": 0.007171433573306213, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03383750551501865, "grain_number": 5, "grain_density": 1829.130087840496, "grain_outer_radius": 0.03389355525896862, "grain_initial_inner_radius": 0.014869615818078065, "grain_initial_height": 0.1186320900966857, "grain_separation": 0.007407728257938822, "grains_center_of_mass_position": 0.3965895141411469, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013583571125029908, "throat_radius": 0.010533064730095297, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559888386195708}], "aerodynamic_surfaces": [{"length": 0.5597331732149099, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336672510663164}, {"n": 4, "root_chord": 0.12006018112659726, "tip_chord": 0.05936992621370161, "span": 0.11020601414759382, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048865532268884}, {"top_radius": 0.06296065534777594, "bottom_radius": 0.04331829603630734, "length": 0.060050010949018226, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008881300857378, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189691317806819, "upper_button_position": 0.08191899830505589}], "rail_length": 5, "inclination": 84.19361866630742, "heading": 50.48077407815178} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.856459807491624, "wind_velocity_y_factor": 1.0858305970236415, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350318498929514, "mass": 15.531665084128246, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318804388214451, "I_33_without_motor": 0.03905848555295849, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.810409301475314, "trigger": 800, "sampling_rate": 105, "lag": 1.478696668629094, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0038455194045905, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5312160861758155, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6350.085178658112, "burn_start_time": 0.11006775476904973, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03319756977343292, "grain_number": 5, "grain_density": 1813.4449942013796, "grain_outer_radius": 0.032828631625458356, "grain_initial_inner_radius": 0.015297796670755221, "grain_initial_height": 0.1209299677618048, "grain_separation": 0.0062619637422742045, "grains_center_of_mass_position": 0.3971720562591219, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0018601908122388075, "throat_radius": 0.011196364809144448, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550372185842773}], "aerodynamic_surfaces": [{"length": 0.5591763488625678, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344191716278815}, {"n": 4, "root_chord": 0.12033231503877212, "tip_chord": 0.05943962105560903, "span": 0.1101422269604027, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047788530953305}, {"top_radius": 0.06442843586038247, "bottom_radius": 0.0428491764144958, "length": 0.059808342151032694, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005047116281747, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6196362947685206, "upper_button_position": 0.08086841685965418}], "rail_length": 5, "inclination": 84.8077799524097, "heading": 54.39398552205012} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3395441064050564, "wind_velocity_y_factor": 0.9864517934993942, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349775803877701, "mass": 15.440837543676336, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318906647173337, "I_33_without_motor": 0.032959476166427366, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.055745599385562, "trigger": 800, "sampling_rate": 105, "lag": 1.5680745939645229, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9162959916351172, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3124519342977814, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5860.351763431893, "burn_start_time": 0.08119219300419939, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03233390520034089, "grain_number": 5, "grain_density": 1824.5170674815822, "grain_outer_radius": 0.03361622433798255, "grain_initial_inner_radius": 0.014520620686673032, "grain_initial_height": 0.11898967571089285, "grain_separation": 0.0064102081834101704, "grains_center_of_mass_position": 0.3966012258878456, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018470655653164134, "throat_radius": 0.01128673717022037, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549654196779692}], "aerodynamic_surfaces": [{"length": 0.5605523295803014, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340014038214459}, {"n": 4, "root_chord": 0.11990357994626816, "tip_chord": 0.0599307946871891, "span": 0.1094024177192319, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504516608822947}, {"top_radius": 0.06552823660735119, "bottom_radius": 0.04427529446597746, "length": 0.06024474895334025, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999260945923308, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175408247353035, "upper_button_position": 0.08238526985702732}], "rail_length": 5, "inclination": 84.28283716767058, "heading": 53.506815232748124} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2775986741279652, "wind_velocity_y_factor": 0.7887004147131297, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06348799110469974, "mass": 14.606414369736171, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319639481697145, "I_33_without_motor": 0.034926414318862356, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.234924306436206, "trigger": 800, "sampling_rate": 105, "lag": 1.5897760256662963, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9847929253371672, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4206011832588137, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7020.029398878143, "burn_start_time": 0.045069041935250034, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03376613906304917, "grain_number": 5, "grain_density": 1747.632780686718, "grain_outer_radius": 0.03260617622045973, "grain_initial_inner_radius": 0.014763698623817092, "grain_initial_height": 0.12016451690104996, "grain_separation": 0.004230586915578339, "grains_center_of_mass_position": 0.3966333481095631, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00021624481240922782, "throat_radius": 0.01263379059967077, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543979741355988}], "aerodynamic_surfaces": [{"length": 0.5589260139252135, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340885264261864}, {"n": 4, "root_chord": 0.12084981923032682, "tip_chord": 0.059961452113191684, "span": 0.1100612343745382, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0476550045386634}, {"top_radius": 0.06437620603257742, "bottom_radius": 0.04239384211935073, "length": 0.05949755486594023, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990721901236784, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185538241540981, "upper_button_position": 0.08051836596958029}], "rail_length": 5, "inclination": 85.83946855805455, "heading": 51.36228614974944} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8970988456136141, "wind_velocity_y_factor": 0.9816363947019601, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350664945350447, "mass": 16.960723677163514, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32807097510121, "I_33_without_motor": 0.03383986061893185, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.009546470147836, "trigger": 800, "sampling_rate": 105, "lag": 1.4432609862391463, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9889697859870074, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4187397358910925, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6593.536452363445, "burn_start_time": -0.05334867209079535, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03317045228198245, "grain_number": 5, "grain_density": 1797.4256838444867, "grain_outer_radius": 0.03320117388089645, "grain_initial_inner_radius": 0.014932603320197187, "grain_initial_height": 0.11928659215828856, "grain_separation": 0.004607062294610475, "grains_center_of_mass_position": 0.39580588382014836, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002741285769060075, "throat_radius": 0.011422252505252188, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553214146880693}], "aerodynamic_surfaces": [{"length": 0.557706402630214, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345106746314202}, {"n": 4, "root_chord": 0.11969370823266026, "tip_chord": 0.060462059453138, "span": 0.1091655019561622, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509756908562649}, {"top_radius": 0.06383848986667912, "bottom_radius": 0.042949480854676585, "length": 0.059884427677326546, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987600187295835, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163366167286892, "upper_button_position": 0.08242340200089426}], "rail_length": 5, "inclination": 83.96545411449807, "heading": 52.525352415952746} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7765320054447593, "wind_velocity_y_factor": 0.528315161977377, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349721294703833, "mass": 15.450376264460237, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310948533184547, "I_33_without_motor": 0.031229053592876393, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.943681969549635, "trigger": 800, "sampling_rate": 105, "lag": 1.5197389951127158, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9543124636018007, "trigger": "apogee", "sampling_rate": 105, "lag": 1.387330562365238, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8526.354788076025, "burn_start_time": 0.017910853110289685, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03339088390325882, "grain_number": 5, "grain_density": 1837.70842256998, "grain_outer_radius": 0.03236050773375115, "grain_initial_inner_radius": 0.014903904686547252, "grain_initial_height": 0.11723417661445266, "grain_separation": 0.004530777729266146, "grains_center_of_mass_position": 0.3970199396528136, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000909281640422309, "throat_radius": 0.011441496601682009, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544783600241036}], "aerodynamic_surfaces": [{"length": 0.5568008748224854, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351142989451082}, {"n": 4, "root_chord": 0.12126512643733306, "tip_chord": 0.059266372675022015, "span": 0.10942362285326006, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050677256160135}, {"top_radius": 0.06576754465188396, "bottom_radius": 0.042475621488763604, "length": 0.05988721789077616, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984896658580643, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184869481334382, "upper_button_position": 0.08000271772462608}], "rail_length": 5, "inclination": 86.27510653721345, "heading": 55.60505982367548} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2357685694290477, "wind_velocity_y_factor": 2.0452316382583073, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06349491419064697, "mass": 15.085881511366624, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325000749057699, "I_33_without_motor": 0.023189411449008025, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.172921814953822, "trigger": 800, "sampling_rate": 105, "lag": 1.5569621186573406, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0589226749475065, "trigger": "apogee", "sampling_rate": 105, "lag": 1.579536521494107, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8783.954182432044, "burn_start_time": 0.013254769006570091, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03345416635230552, "grain_number": 5, "grain_density": 1809.4337091199282, "grain_outer_radius": 0.03357062922306218, "grain_initial_inner_radius": 0.015302361836860526, "grain_initial_height": 0.12090396860841242, "grain_separation": 0.005893755586164315, "grains_center_of_mass_position": 0.39772825515730603, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013341710701242702, "throat_radius": 0.010308503698821561, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555321516689686}], "aerodynamic_surfaces": [{"length": 0.5581615376187936, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348762014766136}, {"n": 4, "root_chord": 0.12043623374703971, "tip_chord": 0.06040760662217326, "span": 0.1103940617031144, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481616096675475}, {"top_radius": 0.06303504640978164, "bottom_radius": 0.04321644768159246, "length": 0.060939420418271883, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000635600437423, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178743064599995, "upper_button_position": 0.08218925358374274}], "rail_length": 5, "inclination": 85.6434567016552, "heading": 50.49803984905379} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1898587390225528, "wind_velocity_y_factor": 0.4216140789152659, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349120500083039, "mass": 15.79779030618044, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3269857423716465, "I_33_without_motor": 0.039335152673552976, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.952402844815955, "trigger": 800, "sampling_rate": 105, "lag": 1.535346290305838, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9214964096587622, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5758743051314104, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6973.303789696303, "burn_start_time": -0.03471978963897424, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0333112728179311, "grain_number": 5, "grain_density": 1762.424798333433, "grain_outer_radius": 0.03303943833862477, "grain_initial_inner_radius": 0.014066063670712184, "grain_initial_height": 0.12103221912933064, "grain_separation": 0.0056444138092216775, "grains_center_of_mass_position": 0.39856463589043606, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00046492146750574904, "throat_radius": 0.010557833198282513, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549659922795091}], "aerodynamic_surfaces": [{"length": 0.5589694768273129, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333688878975028}, {"n": 4, "root_chord": 0.11980079895956203, "tip_chord": 0.05959460273848257, "span": 0.10977027948687224, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050786656431868}, {"top_radius": 0.0631376038663716, "bottom_radius": 0.04083488927688989, "length": 0.058193398265933075, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6977680461213958, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169973798993685, "upper_button_position": 0.08077066622202722}], "rail_length": 5, "inclination": 85.02483245537202, "heading": 56.747346945149346} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9790119072669524, "wind_velocity_y_factor": 1.1315143988274368, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350337553707432, "mass": 15.133713342544171, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333382706979193, "I_33_without_motor": 0.037672936287867255, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.050172752682213, "trigger": 800, "sampling_rate": 105, "lag": 1.346138002554272, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9242287426816254, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7050793067938679, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5135.575340451704, "burn_start_time": 0.039036000398155996, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032785228573306215, "grain_number": 5, "grain_density": 1742.3135868221, "grain_outer_radius": 0.03300395511022861, "grain_initial_inner_radius": 0.014795878242873376, "grain_initial_height": 0.12039452847564129, "grain_separation": 0.004801551857558752, "grains_center_of_mass_position": 0.3968959267792386, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00012130544726647205, "throat_radius": 0.010751797619752021, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2566432540623627}], "aerodynamic_surfaces": [{"length": 0.5579854105692876, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339456717817433}, {"n": 4, "root_chord": 0.12003540173303616, "tip_chord": 0.06037853561686106, "span": 0.11043197421006982, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0514774113512797}, {"top_radius": 0.06541739735809694, "bottom_radius": 0.04268740024224567, "length": 0.05831813135851994, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990256239974593, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176556729427946, "upper_button_position": 0.08136995105466471}], "rail_length": 5, "inclination": 83.24707664187687, "heading": 51.764414165306775} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8665979796160435, "wind_velocity_y_factor": 1.2833455563854228, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349503944485389, "mass": 15.795900101237594, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320538293717735, "I_33_without_motor": 0.05191024787214055, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.95729927392878, "trigger": 800, "sampling_rate": 105, "lag": 1.5088508961895488, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9679679370156162, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6674410903421855, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6403.956588569151, "burn_start_time": 0.1063845098884227, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03213197520171464, "grain_number": 5, "grain_density": 1793.901705150313, "grain_outer_radius": 0.03403405862058206, "grain_initial_inner_radius": 0.015366653888497202, "grain_initial_height": 0.12019394538272182, "grain_separation": 0.004555967611788571, "grains_center_of_mass_position": 0.39748333400226804, "center_of_dry_mass_position": 0.317, "nozzle_position": 7.532462307728321e-05, "throat_radius": 0.01142040541516071, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550335365922196}], "aerodynamic_surfaces": [{"length": 0.5592081470135796, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1359748540042676}, {"n": 4, "root_chord": 0.12027380377282064, "tip_chord": 0.06005002404892566, "span": 0.1104899600284255, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507328248145371}, {"top_radius": 0.0644280330328098, "bottom_radius": 0.04350500605998031, "length": 0.05991135298692705, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999413167657551, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175809413677457, "upper_button_position": 0.08236037539800944}], "rail_length": 5, "inclination": 84.21502704889565, "heading": 52.523972428863345} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.28922535061730315, "wind_velocity_y_factor": 1.1464792568784548, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350024269177268, "mass": 15.711485068752115, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3246113004378675, "I_33_without_motor": 0.03841882957141351, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.107045137537948, "trigger": 800, "sampling_rate": 105, "lag": 1.3778327119847205, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9425555499757073, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1209210396155471, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8168.403773165597, "burn_start_time": -0.13432531737683215, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03298981495842948, "grain_number": 5, "grain_density": 1841.8925325551158, "grain_outer_radius": 0.03282794470647523, "grain_initial_inner_radius": 0.01444989181318066, "grain_initial_height": 0.11956234909512457, "grain_separation": 0.004200754766193296, "grains_center_of_mass_position": 0.3974585021077042, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00034871530217741925, "throat_radius": 0.010859006119246067, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558200270322746}], "aerodynamic_surfaces": [{"length": 0.5578452548366708, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1320302817123518}, {"n": 4, "root_chord": 0.12061620120618406, "tip_chord": 0.0600110103543019, "span": 0.1101159712378013, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496903406945726}, {"top_radius": 0.06414948172204307, "bottom_radius": 0.042146577339649625, "length": 0.05910246851043215, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984082346548796, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179957369878105, "upper_button_position": 0.08041249766706904}], "rail_length": 5, "inclination": 82.30578385813743, "heading": 52.14835119861678} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8774738553565122, "wind_velocity_y_factor": 0.5075537168570188, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350140108663263, "mass": 15.649737106408116, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334801856028887, "I_33_without_motor": 0.029114849946789173, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.103927975133717, "trigger": 800, "sampling_rate": 105, "lag": 1.4601984123670548, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9151534519415705, "trigger": "apogee", "sampling_rate": 105, "lag": 1.677958046758033, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8084.23191791297, "burn_start_time": 0.1429174419313923, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03369548477359848, "grain_number": 5, "grain_density": 1813.1498420176288, "grain_outer_radius": 0.03273341929964002, "grain_initial_inner_radius": 0.01533027814576517, "grain_initial_height": 0.12086409185904184, "grain_separation": 0.006433304421308167, "grains_center_of_mass_position": 0.3985550862363845, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010153335045919973, "throat_radius": 0.010595115612291477, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551649450252864}], "aerodynamic_surfaces": [{"length": 0.5590955817181965, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134878646345293}, {"n": 4, "root_chord": 0.11976196963034555, "tip_chord": 0.06030669853152347, "span": 0.1090398772500508, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490671836203338}, {"top_radius": 0.06434734471990691, "bottom_radius": 0.042332265467897194, "length": 0.058383078163455684, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988547599958016, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191872460219952, "upper_button_position": 0.07966751397380645}], "rail_length": 5, "inclination": 84.36540897109207, "heading": 53.652575103121706} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7205247152811118, "wind_velocity_y_factor": 0.9862100824576129, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350811454643485, "mass": 16.0560574621495, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329248441615589, "I_33_without_motor": 0.018739113868184047, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.00321025988725, "trigger": 800, "sampling_rate": 105, "lag": 1.5653843404335102, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9913257805450928, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6500918487700083, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8744.379871384397, "burn_start_time": -0.12835087354871136, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03358983096532552, "grain_number": 5, "grain_density": 1866.03049672418, "grain_outer_radius": 0.033072172862964405, "grain_initial_inner_radius": 0.014537588104170128, "grain_initial_height": 0.11990248939992823, "grain_separation": 0.004486851797589644, "grains_center_of_mass_position": 0.3976332170904202, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00019560162989709317, "throat_radius": 0.011045709652461237, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545530936540357}], "aerodynamic_surfaces": [{"length": 0.5578487113594095, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350632260597455}, {"n": 4, "root_chord": 0.11993804030109283, "tip_chord": 0.0600590145290955, "span": 0.11009241258336726, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0513287207206234}, {"top_radius": 0.06355917886392362, "bottom_radius": 0.044419568397215496, "length": 0.06054413268767122, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008145372646736, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182181250020086, "upper_button_position": 0.08259641226266501}], "rail_length": 5, "inclination": 84.96603848880721, "heading": 53.772227761049244} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9784959844928393, "wind_velocity_y_factor": 1.1756800101047182, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.0634958934119315, "mass": 16.000242871791762, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31047100437192, "I_33_without_motor": 0.049066561957536975, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.065728430125631, "trigger": 800, "sampling_rate": 105, "lag": 1.5167971459103498, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0391649477154141, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6381455592280671, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7191.356009357126, "burn_start_time": 0.17300908777318108, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0327608386818842, "grain_number": 5, "grain_density": 1790.145724389529, "grain_outer_radius": 0.033037729319832815, "grain_initial_inner_radius": 0.014893473445081799, "grain_initial_height": 0.11994194116576087, "grain_separation": 0.00517626967809228, "grains_center_of_mass_position": 0.39842853281875396, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009802331494393462, "throat_radius": 0.010992811961995658, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2530578656421345}], "aerodynamic_surfaces": [{"length": 0.5577157689290169, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330961076894521}, {"n": 4, "root_chord": 0.11996005716603386, "tip_chord": 0.0595009862986544, "span": 0.10944633327295053, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048846274340966}, {"top_radius": 0.06279080326200287, "bottom_radius": 0.042804112766085145, "length": 0.06040347577158348, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998852968187486, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190634069284293, "upper_button_position": 0.08082188989031924}], "rail_length": 5, "inclination": 83.90172760561613, "heading": 54.88017031450416} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7985520810211539, "wind_velocity_y_factor": 0.825203933002644, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.0635051844455514, "mass": 15.019338901185181, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318933937844996, "I_33_without_motor": 0.024796993198937568, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.984326945675573, "trigger": 800, "sampling_rate": 105, "lag": 1.3865581674197287, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.010186992998424, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4665160363408765, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7973.458767416914, "burn_start_time": -0.10080695437223053, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03310245937684989, "grain_number": 5, "grain_density": 1776.917674243097, "grain_outer_radius": 0.03299358039362945, "grain_initial_inner_radius": 0.014862344050715593, "grain_initial_height": 0.1212332470387753, "grain_separation": 0.0041038780781780864, "grains_center_of_mass_position": 0.3966235131914169, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00035130682723307497, "throat_radius": 0.010749299341194618, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551948351256947}], "aerodynamic_surfaces": [{"length": 0.5573025003122536, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133721238254813}, {"n": 4, "root_chord": 0.12012010304084332, "tip_chord": 0.060102945041483745, "span": 0.10987348292132601, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488950029857278}, {"top_radius": 0.06584920685187458, "bottom_radius": 0.04293574481193912, "length": 0.05726851320861429, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001877190050303, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176349973188856, "upper_button_position": 0.08255272168614469}], "rail_length": 5, "inclination": 85.97008830456974, "heading": 54.37997709412737} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6532646573962293, "wind_velocity_y_factor": 1.1648548154724292, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350314521399009, "mass": 15.8454965040746, "I_11_without_motor": 6.321, "I_22_without_motor": 6.338325367595327, "I_33_without_motor": 0.04086546221308598, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.122742764649432, "trigger": 800, "sampling_rate": 105, "lag": 1.5205723050596505, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8545240923891873, "trigger": "apogee", "sampling_rate": 105, "lag": 1.823039435529454, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6599.473087937863, "burn_start_time": -0.12035373837813629, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03321958420628509, "grain_number": 5, "grain_density": 1764.7728693439683, "grain_outer_radius": 0.03285760828434212, "grain_initial_inner_radius": 0.015159431158125694, "grain_initial_height": 0.11886422765937232, "grain_separation": 0.005730425801791545, "grains_center_of_mass_position": 0.39492806269787656, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008946505917348607, "throat_radius": 0.01089496156560409, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255157719668961}], "aerodynamic_surfaces": [{"length": 0.5583045659537299, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1322896524571924}, {"n": 4, "root_chord": 0.1205075141140755, "tip_chord": 0.0598199209284339, "span": 0.10980928732709255, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489506024936233}, {"top_radius": 0.0634108269505892, "bottom_radius": 0.043899821043431604, "length": 0.05993799336355544, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009859928928491, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616724916281237, "upper_button_position": 0.08426107661161208}], "rail_length": 5, "inclination": 84.15277745144364, "heading": 54.80489384048145} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4003567916059474, "wind_velocity_y_factor": 1.3084503457028793, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.0634967152812666, "mass": 14.919102880042775, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319248239272459, "I_33_without_motor": 0.02169598625097106, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.969109615861823, "trigger": 800, "sampling_rate": 105, "lag": 1.419916000115759, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.98797232084011, "trigger": "apogee", "sampling_rate": 105, "lag": 1.435754166944172, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5380.897770726255, "burn_start_time": -0.1219731635402682, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032061942164869, "grain_number": 5, "grain_density": 1840.268150384897, "grain_outer_radius": 0.03272324148798582, "grain_initial_inner_radius": 0.01472298217309065, "grain_initial_height": 0.1193532244844143, "grain_separation": 0.004319452236417158, "grains_center_of_mass_position": 0.39641431503558333, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011661944769680774, "throat_radius": 0.011161843172482857, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255365884681103}], "aerodynamic_surfaces": [{"length": 0.5584826524679387, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134329105721589}, {"n": 4, "root_chord": 0.12084933348708983, "tip_chord": 0.059594346999986204, "span": 0.11072684600520041, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511544267012356}, {"top_radius": 0.06330176346239468, "bottom_radius": 0.04332573400506436, "length": 0.06113675717976606, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011082180965293, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180347165859511, "upper_button_position": 0.08307350151057824}], "rail_length": 5, "inclination": 85.26722604292746, "heading": 53.35227280737731} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0785879420690503, "wind_velocity_y_factor": 0.9279861624323558, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06348721180217107, "mass": 15.938162474428788, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317508767354198, "I_33_without_motor": 0.03891868118921328, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.923365141535983, "trigger": 800, "sampling_rate": 105, "lag": 1.5288216526699274, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9744040853993491, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3745790887010947, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6691.922318723568, "burn_start_time": 0.08139552384528326, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03351655567450994, "grain_number": 5, "grain_density": 1870.8454145890512, "grain_outer_radius": 0.03307376448026535, "grain_initial_inner_radius": 0.01547776830830671, "grain_initial_height": 0.12060393151638844, "grain_separation": 0.005806686607312178, "grains_center_of_mass_position": 0.3983302022277846, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006389394663222123, "throat_radius": 0.011872020162415137, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544530170693455}], "aerodynamic_surfaces": [{"length": 0.5584954327990456, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1312981846351522}, {"n": 4, "root_chord": 0.1202381783369166, "tip_chord": 0.06020324355869723, "span": 0.11057159228367523, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486629235486626}, {"top_radius": 0.06573081623781285, "bottom_radius": 0.042689696121798335, "length": 0.05979846190778607, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998872073148673, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180894434648753, "upper_button_position": 0.08179776384999204}], "rail_length": 5, "inclination": 83.6461147187774, "heading": 54.36659298827527} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8802640367915645, "wind_velocity_y_factor": 1.9955467819995514, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350675383663693, "mass": 16.14399946424193, "I_11_without_motor": 6.321, "I_22_without_motor": 6.301807194932516, "I_33_without_motor": 0.027815075208608625, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.947460231135304, "trigger": 800, "sampling_rate": 105, "lag": 1.2962525820943473, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0035376477398001, "trigger": "apogee", "sampling_rate": 105, "lag": 1.306972423135106, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7598.753042097351, "burn_start_time": 0.023448166967917208, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033041348077429075, "grain_number": 5, "grain_density": 1872.761964012487, "grain_outer_radius": 0.032378207714844474, "grain_initial_inner_radius": 0.015313653021058275, "grain_initial_height": 0.11915078664555795, "grain_separation": 0.004377914811295489, "grains_center_of_mass_position": 0.397872718266916, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00014183217384055764, "throat_radius": 0.01041964207760458, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549791698994077}], "aerodynamic_surfaces": [{"length": 0.5573103126578548, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338120674247039}, {"n": 4, "root_chord": 0.12014833318512669, "tip_chord": 0.060304957911887024, "span": 0.11043099660377909, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0475492825657051}, {"top_radius": 0.0633670101922657, "bottom_radius": 0.04328808212414483, "length": 0.06081588775985334, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001973964470947, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170837618535152, "upper_button_position": 0.08311363459357946}], "rail_length": 5, "inclination": 83.65402698878755, "heading": 54.386291180752224} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0073084780704866, "wind_velocity_y_factor": 1.1380844537617314, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.0635007217465728, "mass": 15.254061376415521, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33536796313588, "I_33_without_motor": 0.04923512038276243, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.882199310401678, "trigger": 800, "sampling_rate": 105, "lag": 1.4395567030214627, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1054356214782721, "trigger": "apogee", "sampling_rate": 105, "lag": 1.526829620290806, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6727.714743699536, "burn_start_time": -0.010069781665284305, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03320975084999945, "grain_number": 5, "grain_density": 1874.9040656518162, "grain_outer_radius": 0.03298373732258468, "grain_initial_inner_radius": 0.014993511397512397, "grain_initial_height": 0.12137560409866366, "grain_separation": 0.004917992499886483, "grains_center_of_mass_position": 0.3971203867677455, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008013227672275259, "throat_radius": 0.0117871643574176, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554759992690863}], "aerodynamic_surfaces": [{"length": 0.5585882980074344, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336795294086308}, {"n": 4, "root_chord": 0.11948158702583322, "tip_chord": 0.06023948407743344, "span": 0.10934235134979031, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482952212595602}, {"top_radius": 0.06327256056444297, "bottom_radius": 0.043401358377550235, "length": 0.06119566629387157, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004429609634102, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179449492401982, "upper_button_position": 0.08249801172321203}], "rail_length": 5, "inclination": 86.06076391072735, "heading": 54.61975467754567} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9491328388388038, "wind_velocity_y_factor": 0.45308992711158325, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350477853385984, "mass": 15.450051156635563, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331614553901191, "I_33_without_motor": 0.04663388809822537, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.957927948688138, "trigger": 800, "sampling_rate": 105, "lag": 1.543583215560464, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0403237074654887, "trigger": "apogee", "sampling_rate": 105, "lag": 1.42544025494345, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6243.333100121654, "burn_start_time": 0.00011269405095555236, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03283198444234801, "grain_number": 5, "grain_density": 1764.417911950373, "grain_outer_radius": 0.03267524478257147, "grain_initial_inner_radius": 0.014860751450088316, "grain_initial_height": 0.11984281292033504, "grain_separation": 0.006548699973417019, "grains_center_of_mass_position": 0.39763579849405967, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000781719351710379, "throat_radius": 0.010568345263188134, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554069968220891}], "aerodynamic_surfaces": [{"length": 0.5561368618840286, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134006082837945}, {"n": 4, "root_chord": 0.1197397317559303, "tip_chord": 0.05932220574641424, "span": 0.11014033449533867, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505866758506566}, {"top_radius": 0.06287148917929326, "bottom_radius": 0.04333226748789555, "length": 0.05904783932802447, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982762061968817, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168093243287365, "upper_button_position": 0.08146688186814521}], "rail_length": 5, "inclination": 85.5352932551318, "heading": 50.31134585614163} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7779495083808771, "wind_velocity_y_factor": 1.0550636208728783, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349751009188821, "mass": 15.115102410210627, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325894320519147, "I_33_without_motor": 0.0294271612877682, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.09987336135685, "trigger": 800, "sampling_rate": 105, "lag": 1.547067915351024, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0125117594716269, "trigger": "apogee", "sampling_rate": 105, "lag": 1.624856191660353, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7141.083816274628, "burn_start_time": -0.08526468515017463, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03322950366271642, "grain_number": 5, "grain_density": 1756.6511226873681, "grain_outer_radius": 0.03339985110842518, "grain_initial_inner_radius": 0.014802287644908221, "grain_initial_height": 0.11857577225195559, "grain_separation": 0.00512668535436555, "grains_center_of_mass_position": 0.39754260814965214, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013145099902719195, "throat_radius": 0.010916710477415024, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547226977762251}], "aerodynamic_surfaces": [{"length": 0.5577704891924556, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134718900344606}, {"n": 4, "root_chord": 0.12030916248656796, "tip_chord": 0.06095084711430813, "span": 0.10975312635516397, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493306456605533}, {"top_radius": 0.0642386252705154, "bottom_radius": 0.042287317789934484, "length": 0.059739015969542064, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985329739133055, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173961645407673, "upper_button_position": 0.0811368093725382}], "rail_length": 5, "inclination": 84.41482178230625, "heading": 52.62193599330966} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8983386532594695, "wind_velocity_y_factor": 1.1266055498972358, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350040127799883, "mass": 14.799360026469193, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312742303775256, "I_33_without_motor": 0.026889326926180686, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.000791559614635, "trigger": 800, "sampling_rate": 105, "lag": 1.606696388952332, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8956552388103444, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2605861292605074, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4395.733220077431, "burn_start_time": -0.09535971632032945, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03353868437954829, "grain_number": 5, "grain_density": 1834.566858135711, "grain_outer_radius": 0.033086887019808706, "grain_initial_inner_radius": 0.01527071504179125, "grain_initial_height": 0.11999672045567221, "grain_separation": 0.003087065806141941, "grains_center_of_mass_position": 0.3961825494005574, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006495477250496665, "throat_radius": 0.010546162313826057, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547385347057622}], "aerodynamic_surfaces": [{"length": 0.5569942530103786, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132643806030538}, {"n": 4, "root_chord": 0.11867498119842776, "tip_chord": 0.05953961083762556, "span": 0.11013975809156819, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050457633835148}, {"top_radius": 0.06181955644814312, "bottom_radius": 0.0438014289232535, "length": 0.062001237817147004, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995828897163674, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180718361663431, "upper_button_position": 0.0815110535500243}], "rail_length": 5, "inclination": 84.95209420956381, "heading": 52.046967808175154} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4055676901447391, "wind_velocity_y_factor": 0.9835405222527313, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349568499547528, "mass": 14.724153993905109, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333418944169652, "I_33_without_motor": 0.02698210378316438, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.97228901878512, "trigger": 800, "sampling_rate": 105, "lag": 1.5371197246388828, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0040157245433965, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6977466762306974, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6661.263197975798, "burn_start_time": -0.008833968965850375, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031915217514389645, "grain_number": 5, "grain_density": 1851.5997348316214, "grain_outer_radius": 0.033606111571789374, "grain_initial_inner_radius": 0.01566314891839426, "grain_initial_height": 0.11997401571647802, "grain_separation": 0.0065910834398454745, "grains_center_of_mass_position": 0.3975679265821428, "center_of_dry_mass_position": 0.317, "nozzle_position": -9.605708283886448e-05, "throat_radius": 0.010519373769138519, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2568824636153937}], "aerodynamic_surfaces": [{"length": 0.5594838225287257, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133530062045945}, {"n": 4, "root_chord": 0.11971545806613311, "tip_chord": 0.05972889551043054, "span": 0.11056392110737817, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498048757771414}, {"top_radius": 0.06267575513873082, "bottom_radius": 0.04282765794345423, "length": 0.05947396330765018, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997436450132473, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6198516804255453, "upper_button_position": 0.07989196458770198}], "rail_length": 5, "inclination": 84.72334510798783, "heading": 51.17443256509886} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0494713423028839, "wind_velocity_y_factor": 0.9035129908814973, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.0635017757661779, "mass": 16.182402833713763, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320443125894224, "I_33_without_motor": 0.03148061606030087, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.057436123327992, "trigger": 800, "sampling_rate": 105, "lag": 1.5944854725770183, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9973494979689629, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5625266500986699, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6875.947236596892, "burn_start_time": -0.024796841639539834, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03359057101925746, "grain_number": 5, "grain_density": 1812.4750835422547, "grain_outer_radius": 0.033099068252954306, "grain_initial_inner_radius": 0.015144113343261363, "grain_initial_height": 0.11929027407662252, "grain_separation": 0.005029143624291219, "grains_center_of_mass_position": 0.39786777608202983, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002857095900901988, "throat_radius": 0.01071488621180936, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552530727104283}], "aerodynamic_surfaces": [{"length": 0.5593284863337759, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332315683486385}, {"n": 4, "root_chord": 0.11989880172051284, "tip_chord": 0.05935150404677396, "span": 0.10929980565287845, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491352320080731}, {"top_radius": 0.06458831391387612, "bottom_radius": 0.04377738498780547, "length": 0.06122777587098794, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000160834471938, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188367675138442, "upper_button_position": 0.0811793159333496}], "rail_length": 5, "inclination": 84.68911980974141, "heading": 50.29715371217171} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8482607713010291, "wind_velocity_y_factor": 0.942851171012089, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350088769900952, "mass": 15.297326040778922, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324196049984691, "I_33_without_motor": 0.014990620370709199, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.023056537746692, "trigger": 800, "sampling_rate": 105, "lag": 1.7113594040301134, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9380878709086667, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6811462840382143, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6093.32676125802, "burn_start_time": 0.018089700595873143, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033244480032406064, "grain_number": 5, "grain_density": 1789.898696299357, "grain_outer_radius": 0.03305949420589563, "grain_initial_inner_radius": 0.01451935468808939, "grain_initial_height": 0.11805077252284918, "grain_separation": 0.003889014127704519, "grains_center_of_mass_position": 0.3972565224419264, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000297646089671128, "throat_radius": 0.011041070990660526, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552480301655213}], "aerodynamic_surfaces": [{"length": 0.5574120560797524, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343672535374727}, {"n": 4, "root_chord": 0.11983369118949407, "tip_chord": 0.061073885863365644, "span": 0.11013882893430908, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049722818411626}, {"top_radius": 0.06220706122740671, "bottom_radius": 0.04192455656751624, "length": 0.06068651473906868, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006121783430977, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186763271254624, "upper_button_position": 0.08193585121763536}], "rail_length": 5, "inclination": 84.52821281594335, "heading": 54.97663574396729} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9633806816144338, "wind_velocity_y_factor": 0.5289324405499831, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350469717313317, "mass": 15.798092354627599, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31679550952447, "I_33_without_motor": 0.05176075289039812, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.973339799247844, "trigger": 800, "sampling_rate": 105, "lag": 1.6016922745164017, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9690729772155666, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6838918576900654, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5554.8770488036225, "burn_start_time": 0.1784991283380103, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03262663228134409, "grain_number": 5, "grain_density": 1835.7801393145478, "grain_outer_radius": 0.032537260207231355, "grain_initial_inner_radius": 0.014772436493698795, "grain_initial_height": 0.12108205710567076, "grain_separation": 0.004857836587028739, "grains_center_of_mass_position": 0.3974262750619449, "center_of_dry_mass_position": 0.317, "nozzle_position": -3.889408931707076e-05, "throat_radius": 0.010877926766355238, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2523624210749467}], "aerodynamic_surfaces": [{"length": 0.5585256135518956, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134051512416569}, {"n": 4, "root_chord": 0.11948632038546535, "tip_chord": 0.05954953972248638, "span": 0.11022784790491677, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0467811764978456}, {"top_radius": 0.06425288819341207, "bottom_radius": 0.04352463875003918, "length": 0.06078157052674839, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005869976188186, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180145208047204, "upper_button_position": 0.08257247681409818}], "rail_length": 5, "inclination": 85.52254364834215, "heading": 51.653399470450786} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9555576216106676, "wind_velocity_y_factor": 1.3809734419452753, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349935345150493, "mass": 14.995382763595025, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307950152677855, "I_33_without_motor": 0.05190529853806632, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.041963060415801, "trigger": 800, "sampling_rate": 105, "lag": 1.4476628359109993, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8788705242624352, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5037537018544085, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7885.150086827209, "burn_start_time": 0.05219809150192089, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03363482766094967, "grain_number": 5, "grain_density": 1879.6443815263447, "grain_outer_radius": 0.03319588543277809, "grain_initial_inner_radius": 0.014744137825535034, "grain_initial_height": 0.12046315452703357, "grain_separation": 0.00585073765134884, "grains_center_of_mass_position": 0.3962973457790387, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0024813389368480714, "throat_radius": 0.010312981991642376, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544606711718511}], "aerodynamic_surfaces": [{"length": 0.5581283278278816, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351325928968905}, {"n": 4, "root_chord": 0.12043588336024358, "tip_chord": 0.06049445200338663, "span": 0.10993508498821504, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498632801155463}, {"top_radius": 0.06283932041238562, "bottom_radius": 0.0444149535558089, "length": 0.05784397501649814, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984478785267463, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178157897296278, "upper_button_position": 0.08063208879711847}], "rail_length": 5, "inclination": 86.35037749643026, "heading": 52.33752111871405} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9742738195155947, "wind_velocity_y_factor": 1.3968870354185428, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349524911674106, "mass": 15.361587839130447, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325056632426619, "I_33_without_motor": 0.026395605983961512, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.0551686285404, "trigger": 800, "sampling_rate": 105, "lag": 1.5213778502299529, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.009837076427417, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7687895583008029, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6884.129844906647, "burn_start_time": 0.07213079949952494, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03257442927327889, "grain_number": 5, "grain_density": 1798.9872641499448, "grain_outer_radius": 0.032771265479592346, "grain_initial_inner_radius": 0.014936448697189244, "grain_initial_height": 0.12007056118554107, "grain_separation": 0.005165023450614081, "grains_center_of_mass_position": 0.39512110611056067, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002699581834984158, "throat_radius": 0.010524494459488231, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536233724345678}], "aerodynamic_surfaces": [{"length": 0.5581338890144463, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344197193907706}, {"n": 4, "root_chord": 0.11941000093509807, "tip_chord": 0.05958684632497137, "span": 0.11021735078907972, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486268301529045}, {"top_radius": 0.06293080529194801, "bottom_radius": 0.044545679615050696, "length": 0.05980515444892727, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007742898827507, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168476175332501, "upper_button_position": 0.08392667234950058}], "rail_length": 5, "inclination": 84.60441717175267, "heading": 58.75834102150181} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5216985272852407, "wind_velocity_y_factor": 0.998908967996451, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350763792833605, "mass": 15.173474995053006, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306523968692792, "I_33_without_motor": 0.03987608092885695, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.891791011236954, "trigger": 800, "sampling_rate": 105, "lag": 1.5340315932374806, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.026418852995287, "trigger": "apogee", "sampling_rate": 105, "lag": 1.57541087704172, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6548.999540618155, "burn_start_time": -0.1654738880731586, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033762015258870126, "grain_number": 5, "grain_density": 1824.8030604532303, "grain_outer_radius": 0.03323458671446862, "grain_initial_inner_radius": 0.015676534643620666, "grain_initial_height": 0.11994433588529983, "grain_separation": 0.0032868445743860315, "grains_center_of_mass_position": 0.39780362761656796, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00032512811881398913, "throat_radius": 0.010702117285505942, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2529431234917883}], "aerodynamic_surfaces": [{"length": 0.5563761366767963, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334657405461146}, {"n": 4, "root_chord": 0.12005816895901407, "tip_chord": 0.060460057036420524, "span": 0.11092015666196708, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481364657778558}, {"top_radius": 0.06444964411694067, "bottom_radius": 0.04398630116248224, "length": 0.06017619189306484, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992355108566409, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175139559484975, "upper_button_position": 0.08172155490814348}], "rail_length": 5, "inclination": 84.96196961574407, "heading": 52.529540130499186} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2898236530668, "wind_velocity_y_factor": 0.24912702723386915, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06351220424846996, "mass": 15.23467809800283, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307267683807286, "I_33_without_motor": 0.024906552633917597, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.034501320594552, "trigger": 800, "sampling_rate": 105, "lag": 1.567805953391364, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9673451247177904, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2362378881185685, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8393.44697358803, "burn_start_time": 0.17872102369082982, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03305238715460489, "grain_number": 5, "grain_density": 1803.2056970976867, "grain_outer_radius": 0.03329970962471442, "grain_initial_inner_radius": 0.015277771058675723, "grain_initial_height": 0.12049996140274749, "grain_separation": 0.006438923566608468, "grains_center_of_mass_position": 0.39626986566925576, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002793410448496507, "throat_radius": 0.011935723774200328, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561001654743376}], "aerodynamic_surfaces": [{"length": 0.559159500561637, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352763819795666}, {"n": 4, "root_chord": 0.11883923053948421, "tip_chord": 0.05995824216984558, "span": 0.1103943723900259, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486437888197726}, {"top_radius": 0.0647147058972365, "bottom_radius": 0.044168859505745596, "length": 0.06012352309339475, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012381228951154, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172595631343687, "upper_button_position": 0.08397855976074675}], "rail_length": 5, "inclination": 84.930363663901, "heading": 54.63254839248287} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0265947376619262, "wind_velocity_y_factor": 1.055804191903936, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350282241188127, "mass": 14.997444977263397, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312694851214089, "I_33_without_motor": 0.0306418200543579, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.009813966823208, "trigger": 800, "sampling_rate": 105, "lag": 1.7253303673839726, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0328728079696976, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7186311239306733, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5585.809930231387, "burn_start_time": 0.025519766595996182, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033368286064178763, "grain_number": 5, "grain_density": 1823.9235591576223, "grain_outer_radius": 0.0329092130056466, "grain_initial_inner_radius": 0.014511516370618933, "grain_initial_height": 0.12034727066181788, "grain_separation": 0.004848502249833024, "grains_center_of_mass_position": 0.39774235210091946, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012053552961323324, "throat_radius": 0.01190224066890349, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556818605210212}], "aerodynamic_surfaces": [{"length": 0.5578666348957267, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338929371931048}, {"n": 4, "root_chord": 0.12043834845555762, "tip_chord": 0.060365223193906296, "span": 0.10981270656304981, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497443245037616}, {"top_radius": 0.06320240721664015, "bottom_radius": 0.04365448608352805, "length": 0.060609208968364386, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002695896131947, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173014259499715, "upper_button_position": 0.08296816366322324}], "rail_length": 5, "inclination": 84.06963577462892, "heading": 53.31657680990973} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7501843948680584, "wind_velocity_y_factor": 1.4211745117382666, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.063506456074516, "mass": 15.212291697870052, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306540069211017, "I_33_without_motor": 0.03452641514992318, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.849072440267278, "trigger": 800, "sampling_rate": 105, "lag": 1.5114589431297105, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9337087419300859, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3538058179963999, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7133.569664920373, "burn_start_time": 0.010336552146496, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03221580866980008, "grain_number": 5, "grain_density": 1782.1979661367013, "grain_outer_radius": 0.033043956064186204, "grain_initial_inner_radius": 0.0149750839533892, "grain_initial_height": 0.11999611456036989, "grain_separation": 0.003934050346420818, "grains_center_of_mass_position": 0.39515935524730494, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007212658067603543, "throat_radius": 0.010991086844251766, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2567628055832973}], "aerodynamic_surfaces": [{"length": 0.5601016317518638, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346910290289114}, {"n": 4, "root_chord": 0.11982284284373251, "tip_chord": 0.06055950732610136, "span": 0.1101080774313832, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493508186657414}, {"top_radius": 0.06355636689415649, "bottom_radius": 0.042867432838695034, "length": 0.05785567453011327, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999174584742374, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6152069562525099, "upper_button_position": 0.08471050222172749}], "rail_length": 5, "inclination": 84.55494596574165, "heading": 52.91118517712377} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1155968571575108, "wind_velocity_y_factor": 1.0053832070430373, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349240701170032, "mass": 14.99023453988383, "I_11_without_motor": 6.321, "I_22_without_motor": 6.339778143143153, "I_33_without_motor": 0.02908083228672154, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.955945135105638, "trigger": 800, "sampling_rate": 105, "lag": 1.4811519371769837, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0178125156566422, "trigger": "apogee", "sampling_rate": 105, "lag": 1.441365788544268, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5344.2121325181815, "burn_start_time": 0.1160050197703908, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03282501345199633, "grain_number": 5, "grain_density": 1783.499456608061, "grain_outer_radius": 0.032994085593186916, "grain_initial_inner_radius": 0.015269923769015278, "grain_initial_height": 0.11990801560687889, "grain_separation": 0.0034279299050352786, "grains_center_of_mass_position": 0.3961979795246698, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011604263479857214, "throat_radius": 0.01130555709079559, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549608715494105}], "aerodynamic_surfaces": [{"length": 0.5580360967711808, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134493417643033}, {"n": 4, "root_chord": 0.1205138779302061, "tip_chord": 0.05994842364983815, "span": 0.11003109524352042, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050027837678311}, {"top_radius": 0.062463069160526186, "bottom_radius": 0.04338927627761485, "length": 0.05963076155050957, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982685275437731, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180288660660955, "upper_button_position": 0.08023966147767758}], "rail_length": 5, "inclination": 85.58153298644358, "heading": 55.01365534145229} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8522724410038938, "wind_velocity_y_factor": 0.9612646321418868, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.0634904552280059, "mass": 14.967998145525595, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323275921723475, "I_33_without_motor": 0.012778649394355777, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.011242388944357, "trigger": 800, "sampling_rate": 105, "lag": 1.6272200260562082, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0017153836002706, "trigger": "apogee", "sampling_rate": 105, "lag": 1.660558827183632, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5914.569808756916, "burn_start_time": -0.15282226596567786, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033158519106330206, "grain_number": 5, "grain_density": 1851.1231611394487, "grain_outer_radius": 0.03290370058095011, "grain_initial_inner_radius": 0.014949153252461458, "grain_initial_height": 0.1207480202757635, "grain_separation": 0.003362127008441601, "grains_center_of_mass_position": 0.3982655762307648, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003497387039713676, "throat_radius": 0.011747699499731536, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.257354769131693}], "aerodynamic_surfaces": [{"length": 0.5586092912906115, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349343307563189}, {"n": 4, "root_chord": 0.11967097148485545, "tip_chord": 0.06014787888183457, "span": 0.11044474736932568, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486042330008742}, {"top_radius": 0.06357660286149408, "bottom_radius": 0.04494314975548545, "length": 0.061246100670328874, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006432200119342, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188186435186649, "upper_button_position": 0.08182457649326935}], "rail_length": 5, "inclination": 84.42131001726693, "heading": 54.805001601594526} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4158984982021896, "wind_velocity_y_factor": 1.2072225801877523, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350537913260404, "mass": 15.762573200378466, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321528214561718, "I_33_without_motor": 0.03202140131289272, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.941868807593114, "trigger": 800, "sampling_rate": 105, "lag": 1.504453305426544, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9989006195036052, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9210948472213347, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6773.344562332084, "burn_start_time": 0.058586916297208184, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032549482293267075, "grain_number": 5, "grain_density": 1799.1938716494185, "grain_outer_radius": 0.03233191371427871, "grain_initial_inner_radius": 0.014867954643471591, "grain_initial_height": 0.11918436980920408, "grain_separation": 0.0040075078249566885, "grains_center_of_mass_position": 0.39605041202062036, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00018922030388330912, "throat_radius": 0.011151657304779346, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254837334813095}], "aerodynamic_surfaces": [{"length": 0.5576201101841732, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134443626302924}, {"n": 4, "root_chord": 0.12116594343560824, "tip_chord": 0.05984166349834819, "span": 0.11024361299728619, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486096110303698}, {"top_radius": 0.06190196894859495, "bottom_radius": 0.04299976132406192, "length": 0.05969102508956071, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987379840253415, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182083090560252, "upper_button_position": 0.08052967496931629}], "rail_length": 5, "inclination": 86.35646329636123, "heading": 51.741509095788714} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.999578485370751, "wind_velocity_y_factor": 0.18703375303205827, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06349546561517283, "mass": 15.635026786148158, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321772709602742, "I_33_without_motor": 0.029202496318122707, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.98962420002526, "trigger": 800, "sampling_rate": 105, "lag": 1.5593043716733708, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9387745640851779, "trigger": "apogee", "sampling_rate": 105, "lag": 1.651358016232007, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6992.865555999078, "burn_start_time": -0.02849602270060112, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033599585256560115, "grain_number": 5, "grain_density": 1735.666849181037, "grain_outer_radius": 0.03303333967911351, "grain_initial_inner_radius": 0.015740829209651433, "grain_initial_height": 0.11914408141388881, "grain_separation": 0.0037426961080101145, "grains_center_of_mass_position": 0.39631186247820815, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000600706452838029, "throat_radius": 0.010811337662745505, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558078306904998}], "aerodynamic_surfaces": [{"length": 0.56027254544248, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329514584568525}, {"n": 4, "root_chord": 0.12025306760988401, "tip_chord": 0.0604981499640773, "span": 0.10993674354311013, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0510541802552988}, {"top_radius": 0.06356139074912277, "bottom_radius": 0.04313703591712635, "length": 0.06075803812447116, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001466308425617, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191831531944112, "upper_button_position": 0.08096347764815048}], "rail_length": 5, "inclination": 85.84042710773122, "heading": 53.02303553713953} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4262680708252802, "wind_velocity_y_factor": 1.3489703859898046, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349801054213994, "mass": 15.567288164561655, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310144342586312, "I_33_without_motor": 0.04603055379997886, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.94373975827158, "trigger": 800, "sampling_rate": 105, "lag": 1.4764305997711296, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1282573136463367, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4763011795864125, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6657.8968519341015, "burn_start_time": 0.06570470721260054, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031952832038989624, "grain_number": 5, "grain_density": 1891.1023253726112, "grain_outer_radius": 0.033673938031421526, "grain_initial_inner_radius": 0.014649269988366563, "grain_initial_height": 0.11941736599841522, "grain_separation": 0.006240383005370498, "grains_center_of_mass_position": 0.39752062627937385, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003925285103285405, "throat_radius": 0.011322983083213136, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543264937283642}], "aerodynamic_surfaces": [{"length": 0.5570373925189991, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134029676642294}, {"n": 4, "root_chord": 0.1190844831642908, "tip_chord": 0.0593699320796153, "span": 0.10983758755340545, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492926083841814}, {"top_radius": 0.06535266179791045, "bottom_radius": 0.04045736237987969, "length": 0.06010398819905506, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014797025500966, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172388220864377, "upper_button_position": 0.08424088046365896}], "rail_length": 5, "inclination": 85.41445047525417, "heading": 51.02268545003578} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5762802325749243, "wind_velocity_y_factor": 0.8886813996877625, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349544157503996, "mass": 15.004174201045428, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329698226908503, "I_33_without_motor": 0.01671777453642422, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.976292295939718, "trigger": 800, "sampling_rate": 105, "lag": 1.491934945493527, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.967280142217771, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3926716786156281, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6856.994269372825, "burn_start_time": -0.1702947834739147, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032620453520246076, "grain_number": 5, "grain_density": 1843.4374391782642, "grain_outer_radius": 0.03281402241238487, "grain_initial_inner_radius": 0.014958705639781217, "grain_initial_height": 0.11864251635142126, "grain_separation": 0.005454984473449013, "grains_center_of_mass_position": 0.39760134057144214, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006913951899439326, "throat_radius": 0.010621208196086257, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254409590067676}], "aerodynamic_surfaces": [{"length": 0.5564432697315842, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332460078274422}, {"n": 4, "root_chord": 0.12120667498076709, "tip_chord": 0.059808538182974436, "span": 0.11055893783768714, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050286570706931}, {"top_radius": 0.06442061933758099, "bottom_radius": 0.0413903910274894, "length": 0.05918296232124457, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002883929273005, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618766446000112, "upper_button_position": 0.0815219469271885}], "rail_length": 5, "inclination": 84.75323113327403, "heading": 53.8003829245693} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1740402229234277, "wind_velocity_y_factor": 0.9167025078820887, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350029797781957, "mass": 16.33440669665246, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330375537221598, "I_33_without_motor": 0.0394053626074211, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.999020426305012, "trigger": 800, "sampling_rate": 105, "lag": 1.4454497076945667, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.96504131103421, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3882972746089723, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7366.145609200969, "burn_start_time": -0.16500286023376873, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033499754603924986, "grain_number": 5, "grain_density": 1819.3118458939548, "grain_outer_radius": 0.03238728101064908, "grain_initial_inner_radius": 0.014942110992014602, "grain_initial_height": 0.11861499416134084, "grain_separation": 0.004384917094649926, "grains_center_of_mass_position": 0.3968128951966353, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007660170349538378, "throat_radius": 0.010532774108877138, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555621995848274}], "aerodynamic_surfaces": [{"length": 0.557420111825344, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333302480640097}, {"n": 4, "root_chord": 0.12029837928124668, "tip_chord": 0.059642501642613484, "span": 0.10925206898323893, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0512070307177772}, {"top_radius": 0.06284270366483219, "bottom_radius": 0.04345543356322922, "length": 0.057902253350398995, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990285628509331, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176885671286061, "upper_button_position": 0.08133999572232697}], "rail_length": 5, "inclination": 84.16145561318494, "heading": 53.123989338877756} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.312276330093706, "wind_velocity_y_factor": 1.1938879919427787, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349249203653841, "mass": 15.592410036765816, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327299542425054, "I_33_without_motor": 0.054828470145101144, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.879768313255525, "trigger": 800, "sampling_rate": 105, "lag": 1.4715573862941196, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.110314449916619, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4574038777898504, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6957.928059471892, "burn_start_time": -0.1577342619662284, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033536468113252, "grain_number": 5, "grain_density": 1801.3377384674673, "grain_outer_radius": 0.032831726941380146, "grain_initial_inner_radius": 0.01530375129602019, "grain_initial_height": 0.11971191461798238, "grain_separation": 0.0058067197061403425, "grains_center_of_mass_position": 0.3970531179082522, "center_of_dry_mass_position": 0.317, "nozzle_position": 2.205085119666072e-05, "throat_radius": 0.011707167730222783, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543258184726125}], "aerodynamic_surfaces": [{"length": 0.5580878283201943, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1360954331763913}, {"n": 4, "root_chord": 0.12000484349497133, "tip_chord": 0.06004197925764466, "span": 0.10953281178203275, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495371903020305}, {"top_radius": 0.06195148477492847, "bottom_radius": 0.043304313354860714, "length": 0.062257910208423854, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700343573600724, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181376547962987, "upper_button_position": 0.0822059188044253}], "rail_length": 5, "inclination": 85.13409242140331, "heading": 51.88641178867096} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9681714438798831, "wind_velocity_y_factor": 0.5737767003735381, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349881635223605, "mass": 14.896393744254265, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311045589152458, "I_33_without_motor": 0.05190373863179373, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.030589250180157, "trigger": 800, "sampling_rate": 105, "lag": 1.403668302251928, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9423187937291955, "trigger": "apogee", "sampling_rate": 105, "lag": 1.749605848473062, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6704.1799660262295, "burn_start_time": 0.18641451289206423, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03293289177132575, "grain_number": 5, "grain_density": 1742.8933970684582, "grain_outer_radius": 0.0333230570507829, "grain_initial_inner_radius": 0.0148953829233966, "grain_initial_height": 0.12002278632421236, "grain_separation": 0.003886781611977334, "grains_center_of_mass_position": 0.39658864245203224, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007812347220093287, "throat_radius": 0.011207078747963112, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558045532171673}], "aerodynamic_surfaces": [{"length": 0.5587303142100655, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134404987884678}, {"n": 4, "root_chord": 0.12011259526002853, "tip_chord": 0.05923301021312968, "span": 0.10993264249660356, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0513541022175603}, {"top_radius": 0.06350872295858769, "bottom_radius": 0.04436546688252972, "length": 0.05924236585589054, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009093931180785, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170184238214802, "upper_button_position": 0.08389096929659834}], "rail_length": 5, "inclination": 85.8859702027338, "heading": 50.70146573000226} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2808380974322884, "wind_velocity_y_factor": 0.9106211993910016, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.0635001262646957, "mass": 15.921599343521516, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3243894144584125, "I_33_without_motor": 0.029103101643448273, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.066550518011201, "trigger": 800, "sampling_rate": 105, "lag": 1.36264802380273, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0454585897770223, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3725138679946998, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5602.299138758457, "burn_start_time": 0.060701124234204845, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03205876365396429, "grain_number": 5, "grain_density": 1861.2417247910423, "grain_outer_radius": 0.03344279961790022, "grain_initial_inner_radius": 0.015162579827550067, "grain_initial_height": 0.11979173821250345, "grain_separation": 0.004240842615411654, "grains_center_of_mass_position": 0.3986763385185366, "center_of_dry_mass_position": 0.317, "nozzle_position": -9.021055294760779e-05, "throat_radius": 0.01064388167556322, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2568984976203261}], "aerodynamic_surfaces": [{"length": 0.5600928573315129, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340579468297791}, {"n": 4, "root_chord": 0.11933382376325244, "tip_chord": 0.06042148651029106, "span": 0.11006009564909393, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494436265242315}, {"top_radius": 0.06306030008308904, "bottom_radius": 0.044554137633297033, "length": 0.06164518151791356, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699270452006746, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195382551879277, "upper_button_position": 0.07973219681881827}], "rail_length": 5, "inclination": 84.67739030152715, "heading": 53.50125472934114} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.163893252170057, "wind_velocity_y_factor": 0.660987559813868, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350213375047101, "mass": 14.974701015311998, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315297553475444, "I_33_without_motor": 0.04650030120860374, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.874763786216956, "trigger": 800, "sampling_rate": 105, "lag": 1.4145879054725738, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0486418456177995, "trigger": "apogee", "sampling_rate": 105, "lag": 1.539776563324328, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5220.844409368453, "burn_start_time": 0.12919482496235965, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03320981129107472, "grain_number": 5, "grain_density": 1878.144068751458, "grain_outer_radius": 0.033249508718690424, "grain_initial_inner_radius": 0.014531437757751522, "grain_initial_height": 0.116750690418343, "grain_separation": 0.004270234312934016, "grains_center_of_mass_position": 0.3980073549124692, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00030583949612654195, "throat_radius": 0.010490233030482863, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2567068707211855}], "aerodynamic_surfaces": [{"length": 0.5573169811636858, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343601191666632}, {"n": 4, "root_chord": 0.12024674035908348, "tip_chord": 0.059692322540081895, "span": 0.10906895844446864, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504355485512913}, {"top_radius": 0.06430992563879412, "bottom_radius": 0.04512653600725718, "length": 0.05889666950876519, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001150416643944, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180976017764298, "upper_button_position": 0.08201743988796462}], "rail_length": 5, "inclination": 85.094103944204, "heading": 52.38651434126905} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4259212755050439, "wind_velocity_y_factor": 1.0292103015044027, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.0634914244061464, "mass": 15.761120642556582, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329887805152643, "I_33_without_motor": 0.03467638133910629, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.074117508465834, "trigger": 800, "sampling_rate": 105, "lag": 1.4916667105902457, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9918526304715141, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2201608644623283, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5775.894499626188, "burn_start_time": -0.0386009694991768, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0321339251204242, "grain_number": 5, "grain_density": 1803.9783079413185, "grain_outer_radius": 0.03264381942696063, "grain_initial_inner_radius": 0.01558951108875, "grain_initial_height": 0.1193179695981707, "grain_separation": 0.003644793981315021, "grains_center_of_mass_position": 0.3973716160275574, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005818112276475243, "throat_radius": 0.011813481423767626, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552724918316458}], "aerodynamic_surfaces": [{"length": 0.5575562237384222, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1362692520862625}, {"n": 4, "root_chord": 0.11920208907573242, "tip_chord": 0.059138820762987335, "span": 0.10990227773315192, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048461827141742}, {"top_radius": 0.06370001879779073, "bottom_radius": 0.042375995234284564, "length": 0.05991329070174845, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995132097635368, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618237954063494, "upper_button_position": 0.08127525570004279}], "rail_length": 5, "inclination": 84.72351429879596, "heading": 54.19626212486731} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8799000754976934, "wind_velocity_y_factor": 1.066989757233384, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349000207500688, "mass": 15.870020780919045, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319810608952233, "I_33_without_motor": 0.032765241036481825, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.179003104484819, "trigger": 800, "sampling_rate": 105, "lag": 1.4829992287970577, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0278660156609496, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5722952604732412, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7056.154236904866, "burn_start_time": 0.0038158775700650213, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03312465528023635, "grain_number": 5, "grain_density": 1775.6393506029312, "grain_outer_radius": 0.033199071473708715, "grain_initial_inner_radius": 0.015072484557425157, "grain_initial_height": 0.11739328580603886, "grain_separation": 0.006190507967760635, "grains_center_of_mass_position": 0.3965226223634416, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00010911006309404669, "throat_radius": 0.0104108107533789, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544553044518605}], "aerodynamic_surfaces": [{"length": 0.5582001766498, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343432801861861}, {"n": 4, "root_chord": 0.12006609658882886, "tip_chord": 0.06047717960745621, "span": 0.10930049680148704, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498699035299128}, {"top_radius": 0.0638528747916964, "bottom_radius": 0.043749859347575415, "length": 0.059836657739661334, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987002942173698, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188935644265503, "upper_button_position": 0.07980672979081949}], "rail_length": 5, "inclination": 85.30839312025405, "heading": 55.00582469294463} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5573031568122289, "wind_velocity_y_factor": 1.1201474578474437, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.0634991580312845, "mass": 15.743526690986403, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312240793110426, "I_33_without_motor": 0.03210685045136393, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.864231958494933, "trigger": 800, "sampling_rate": 105, "lag": 1.5745748928235495, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9925404788883422, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4736519396085321, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7064.047909853368, "burn_start_time": -0.013859356133815016, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03356687686776514, "grain_number": 5, "grain_density": 1770.6137770073026, "grain_outer_radius": 0.032769357583613, "grain_initial_inner_radius": 0.014698717554071922, "grain_initial_height": 0.11949232190819808, "grain_separation": 0.004113631945396783, "grains_center_of_mass_position": 0.3987487538480011, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007825481418943102, "throat_radius": 0.011083479877044937, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560060407217177}], "aerodynamic_surfaces": [{"length": 0.5595645276179689, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335419190406415}, {"n": 4, "root_chord": 0.12061684127480396, "tip_chord": 0.061073749806940886, "span": 0.10995906521772847, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051792866303784}, {"top_radius": 0.06190716577494233, "bottom_radius": 0.042708470645675636, "length": 0.060082895652997834, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014079015974911, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180538366018753, "upper_button_position": 0.08335406499561582}], "rail_length": 5, "inclination": 85.07796499475617, "heading": 54.138047160396546} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9276666319366487, "wind_velocity_y_factor": 1.427870628660083, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350503801227896, "mass": 16.56360892909182, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31512879242399, "I_33_without_motor": 0.041807614223254325, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.238804478635428, "trigger": 800, "sampling_rate": 105, "lag": 1.672369125333146, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0780223398784734, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7327574867378912, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6635.030774197376, "burn_start_time": 0.10821201399657797, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033099146461387605, "grain_number": 5, "grain_density": 1804.0004558750118, "grain_outer_radius": 0.033527964944904516, "grain_initial_inner_radius": 0.014653857299927568, "grain_initial_height": 0.1214178886737134, "grain_separation": 0.0035601206571688106, "grains_center_of_mass_position": 0.3951587796067117, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008420034260665947, "throat_radius": 0.010697399721152322, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558283242485633}], "aerodynamic_surfaces": [{"length": 0.5586378866740298, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132796091746705}, {"n": 4, "root_chord": 0.11990768190707622, "tip_chord": 0.06000742771774291, "span": 0.11106007172816033, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498280524454502}, {"top_radius": 0.06421191330736041, "bottom_radius": 0.045245380726669, "length": 0.05970866513829022, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7022868022370475, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175266243199106, "upper_button_position": 0.08476017791713697}], "rail_length": 5, "inclination": 85.68549364654015, "heading": 53.48235211173168} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1897880925169042, "wind_velocity_y_factor": 1.0104320655361667, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349178470674326, "mass": 15.655950497040443, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324547565431512, "I_33_without_motor": 0.023510536779275434, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.99766437839456, "trigger": 800, "sampling_rate": 105, "lag": 1.5342022345602033, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0223672359956482, "trigger": "apogee", "sampling_rate": 105, "lag": 1.571783928834828, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5870.441373469279, "burn_start_time": 0.15599682537457793, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03286847210579415, "grain_number": 5, "grain_density": 1796.3651117190461, "grain_outer_radius": 0.033119353357706764, "grain_initial_inner_radius": 0.01452693521289185, "grain_initial_height": 0.11949213018739524, "grain_separation": 0.006448667267705802, "grains_center_of_mass_position": 0.3966501989421557, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007339849735856361, "throat_radius": 0.011002722645087044, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254524409330416}], "aerodynamic_surfaces": [{"length": 0.5592525105851662, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327364794832842}, {"n": 4, "root_chord": 0.12039165793927772, "tip_chord": 0.059823021465405725, "span": 0.10993823360575865, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501083865929353}, {"top_radius": 0.06395662062148384, "bottom_radius": 0.04441766957570603, "length": 0.05960231079765069, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992460357682433, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188668387480055, "upper_button_position": 0.08037919702023777}], "rail_length": 5, "inclination": 84.46001010220333, "heading": 48.46395199285629} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.839967507192525, "wind_velocity_y_factor": 1.235291182545298, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350572039634234, "mass": 16.170900595288437, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320697180649813, "I_33_without_motor": 0.039628953825004504, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.129477760838153, "trigger": 800, "sampling_rate": 105, "lag": 1.5451859911274797, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.064133810061834, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3701153412709723, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6380.776995470564, "burn_start_time": -0.04169704579530231, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032341386436946604, "grain_number": 5, "grain_density": 1806.2997794448909, "grain_outer_radius": 0.03316339593518108, "grain_initial_inner_radius": 0.015135899966292771, "grain_initial_height": 0.11982856743010983, "grain_separation": 0.005302766771474295, "grains_center_of_mass_position": 0.39695809912712965, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004486738493886041, "throat_radius": 0.010718310460941455, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549614352254774}], "aerodynamic_surfaces": [{"length": 0.5587801524281218, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339728299644756}, {"n": 4, "root_chord": 0.11949146556000971, "tip_chord": 0.059961263132050135, "span": 0.11040367333976599, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488307679770095}, {"top_radius": 0.06496555968492572, "bottom_radius": 0.043389193325819364, "length": 0.060698610494684446, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002293673418007, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183960665550224, "upper_button_position": 0.0818333007867783}], "rail_length": 5, "inclination": 84.1222319836994, "heading": 56.32854532178622} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.971082867910793, "wind_velocity_y_factor": 1.0003853999542804, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06351595322348032, "mass": 16.17908320603643, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321719367432292, "I_33_without_motor": 0.03761007779209384, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.95445936306545, "trigger": 800, "sampling_rate": 105, "lag": 1.525989568377332, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0014616955546252, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2686954712736251, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7060.094579292996, "burn_start_time": 0.0361707381494431, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032870282243353935, "grain_number": 5, "grain_density": 1766.499034615739, "grain_outer_radius": 0.032728685646578055, "grain_initial_inner_radius": 0.014895671791864875, "grain_initial_height": 0.11976853078941294, "grain_separation": 0.004703473200820243, "grains_center_of_mass_position": 0.3958522330244631, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003071295916843309, "throat_radius": 0.010712649156515007, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254586603007139}], "aerodynamic_surfaces": [{"length": 0.5601382468673722, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350263288347113}, {"n": 4, "root_chord": 0.12047791377484167, "tip_chord": 0.05974126202458888, "span": 0.11010607672072391, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049114598653133}, {"top_radius": 0.0635557991813333, "bottom_radius": 0.04344789378954501, "length": 0.05996756277140571, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699017025691794, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177769991531408, "upper_button_position": 0.08124002653865325}], "rail_length": 5, "inclination": 84.31357217761374, "heading": 49.37361505611914} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1469370813143116, "wind_velocity_y_factor": 0.5399039927646444, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349610124353887, "mass": 14.706728394459924, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3162556392714135, "I_33_without_motor": 0.02066031167216844, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.952242672439525, "trigger": 800, "sampling_rate": 105, "lag": 1.3885436707215741, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0273597010886573, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2603137208333217, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5989.366408976891, "burn_start_time": -0.13745932063694058, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031607005423476865, "grain_number": 5, "grain_density": 1815.9364190260426, "grain_outer_radius": 0.03295148972557868, "grain_initial_inner_radius": 0.015005487851512532, "grain_initial_height": 0.1203358541712325, "grain_separation": 0.004657633733399784, "grains_center_of_mass_position": 0.3957671304206824, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0017529330157894324, "throat_radius": 0.01129104201303338, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556434131057468}], "aerodynamic_surfaces": [{"length": 0.5571257944013492, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1319795181571919}, {"n": 4, "root_chord": 0.12036572570215816, "tip_chord": 0.06051484019951566, "span": 0.10903593393002767, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506993777740727}, {"top_radius": 0.06410397207438473, "bottom_radius": 0.04365165422956839, "length": 0.058680510078757304, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997828234024083, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182197251607086, "upper_button_position": 0.08156309824169972}], "rail_length": 5, "inclination": 82.69880441235516, "heading": 53.738507655163986} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6557046387925353, "wind_velocity_y_factor": 1.0663085076836591, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349795523054959, "mass": 14.382593653029137, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319372038667609, "I_33_without_motor": 0.035750583765266145, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.941173885911821, "trigger": 800, "sampling_rate": 105, "lag": 1.6650963712226847, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9499194161028782, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6837565226487636, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4690.081713661847, "burn_start_time": 0.1988955001128681, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033082120797385185, "grain_number": 5, "grain_density": 1819.5774083771387, "grain_outer_radius": 0.032915966078233855, "grain_initial_inner_radius": 0.015132689772200787, "grain_initial_height": 0.12117280825022013, "grain_separation": 0.004212814266845604, "grains_center_of_mass_position": 0.3960976823551462, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00027323294976611205, "throat_radius": 0.010416200249588007, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544175301513711}], "aerodynamic_surfaces": [{"length": 0.5579065788172004, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341756333162258}, {"n": 4, "root_chord": 0.12000780350065193, "tip_chord": 0.06091997794365211, "span": 0.11040561461724227, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049626987628212}, {"top_radius": 0.06238174729485741, "bottom_radius": 0.042939611049598814, "length": 0.060188124389389336, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993703820403252, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6160143891774269, "upper_button_position": 0.0833559928628983}], "rail_length": 5, "inclination": 85.63519436337646, "heading": 50.261619815361804} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7696565176191241, "wind_velocity_y_factor": 0.5988613175205733, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.0634927423135498, "mass": 14.98219277161407, "I_11_without_motor": 6.321, "I_22_without_motor": 6.301011773076621, "I_33_without_motor": 0.048480269400574816, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.033050636863392, "trigger": 800, "sampling_rate": 105, "lag": 1.4293448084400997, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9957904469549627, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2818064776737148, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5862.696963062396, "burn_start_time": -0.11809027938639463, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03247480009474936, "grain_number": 5, "grain_density": 1852.9288314484324, "grain_outer_radius": 0.03252717124466945, "grain_initial_inner_radius": 0.015333785545119698, "grain_initial_height": 0.11750333284150312, "grain_separation": 0.004760137587408338, "grains_center_of_mass_position": 0.3974069524124095, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0020563867801397895, "throat_radius": 0.011333555298926769, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254982617303036}], "aerodynamic_surfaces": [{"length": 0.5561636320038944, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133576887545637}, {"n": 4, "root_chord": 0.12056354210512482, "tip_chord": 0.06112459169698474, "span": 0.11023289640430901, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049844614028603}, {"top_radius": 0.06452651734990103, "bottom_radius": 0.044406621279294935, "length": 0.06149127792469501, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992105780568092, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181351240186027, "upper_button_position": 0.08107545403820648}], "rail_length": 5, "inclination": 85.10047059440593, "heading": 54.549682017335144} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0104477907546974, "wind_velocity_y_factor": 1.4383758806676565, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.0634954935911925, "mass": 16.155361281482076, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313038699915988, "I_33_without_motor": 0.027026489702739666, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.91044301952464, "trigger": 800, "sampling_rate": 105, "lag": 1.4713625954767338, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1191964973596025, "trigger": "apogee", "sampling_rate": 105, "lag": 1.493665140042917, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5996.067910568677, "burn_start_time": 0.09294195087779669, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032647159038352185, "grain_number": 5, "grain_density": 1841.2541562386143, "grain_outer_radius": 0.03284584908216255, "grain_initial_inner_radius": 0.015562071198916672, "grain_initial_height": 0.1189637995243592, "grain_separation": 0.0055976848465889, "grains_center_of_mass_position": 0.39705184709453994, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00012146316069715265, "throat_radius": 0.010650998457808737, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541777538815784}], "aerodynamic_surfaces": [{"length": 0.5571783921726197, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336788604800339}, {"n": 4, "root_chord": 0.12032635580190724, "tip_chord": 0.05999451301958477, "span": 0.1096040161294876, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496397193322617}, {"top_radius": 0.06202409888465932, "bottom_radius": 0.04323457039222693, "length": 0.06040539324107922, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699300082633754, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185523458578119, "upper_button_position": 0.08074773677594205}], "rail_length": 5, "inclination": 84.51626211299575, "heading": 52.98064396172877} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.7287796605369818, "wind_velocity_y_factor": 0.8651868398908363, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.0634857407548077, "mass": 14.912724862002186, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313040026868469, "I_33_without_motor": 0.021275724949578995, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.935530043818819, "trigger": 800, "sampling_rate": 105, "lag": 1.4838533773372817, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.934250364119255, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0213954172707533, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6468.265135636948, "burn_start_time": 0.06378656502311333, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033426417801542506, "grain_number": 5, "grain_density": 1882.7140995994168, "grain_outer_radius": 0.033386029812188786, "grain_initial_inner_radius": 0.015464744305241402, "grain_initial_height": 0.12085169608746889, "grain_separation": 0.005775384512996288, "grains_center_of_mass_position": 0.39665505494386993, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0019397007465894042, "throat_radius": 0.010382744938684874, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254168504480962}], "aerodynamic_surfaces": [{"length": 0.557831560320985, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132250892705019}, {"n": 4, "root_chord": 0.12019356719975531, "tip_chord": 0.060032586860904305, "span": 0.11002684908819337, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490073761914493}, {"top_radius": 0.06419578246409438, "bottom_radius": 0.04262663363696753, "length": 0.06051673007319764, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997650619047459, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174068230291357, "upper_button_position": 0.08235823887561011}], "rail_length": 5, "inclination": 83.89174867223409, "heading": 52.22946042990416} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4483200838420673, "wind_velocity_y_factor": 0.5810818312837186, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.0635085923787041, "mass": 15.009587098283836, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325080104110177, "I_33_without_motor": 0.04583567615045857, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.947599987070662, "trigger": 800, "sampling_rate": 105, "lag": 1.4383912893519322, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0219433815124852, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5113559349615842, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6016.172075887728, "burn_start_time": -0.010516174005333242, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032579352946489525, "grain_number": 5, "grain_density": 1761.2432968394694, "grain_outer_radius": 0.03255137325553782, "grain_initial_inner_radius": 0.015287364637001881, "grain_initial_height": 0.12101546683187575, "grain_separation": 0.005392062873186104, "grains_center_of_mass_position": 0.3965764965224251, "center_of_dry_mass_position": 0.317, "nozzle_position": 7.07503982891517e-05, "throat_radius": 0.0109049442012364, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254182544132137}], "aerodynamic_surfaces": [{"length": 0.5593381705722472, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341817144645296}, {"n": 4, "root_chord": 0.11922814491247961, "tip_chord": 0.05961928943284864, "span": 0.11015694179068883, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500870230758246}, {"top_radius": 0.06344304874793563, "bottom_radius": 0.0419808740232471, "length": 0.059365407255572725, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993818980057298, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619009354288453, "upper_button_position": 0.08037254371727676}], "rail_length": 5, "inclination": 84.44672254643791, "heading": 53.34560383841592} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.8174561615258644, "wind_velocity_y_factor": 1.1713970050393931, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349688240322399, "mass": 15.440280046970617, "I_11_without_motor": 6.321, "I_22_without_motor": 6.303681705424429, "I_33_without_motor": 0.03182802952665665, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.97193047955077, "trigger": 800, "sampling_rate": 105, "lag": 1.5574903231636015, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9280696340803882, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8107478770871728, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7608.303740769317, "burn_start_time": 0.06597797650210711, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03255811204033662, "grain_number": 5, "grain_density": 1944.0576156012114, "grain_outer_radius": 0.03357162719183685, "grain_initial_inner_radius": 0.014676330787795826, "grain_initial_height": 0.11922821116862321, "grain_separation": 0.006157719143969979, "grains_center_of_mass_position": 0.3975663109954132, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008022163082704614, "throat_radius": 0.010954573417917099, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557494653156416}], "aerodynamic_surfaces": [{"length": 0.5580775319009927, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335813958001526}, {"n": 4, "root_chord": 0.11966483015568898, "tip_chord": 0.059766140244013236, "span": 0.11011598637168998, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502266745662845}, {"top_radius": 0.06288625426143689, "bottom_radius": 0.043234536027666, "length": 0.0602236200526501, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700290429133594, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176379244574195, "upper_button_position": 0.08265250467617447}], "rail_length": 5, "inclination": 84.63964015905655, "heading": 51.55956722220938} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7600402804292332, "wind_velocity_y_factor": 1.022267225093197, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350369283148156, "mass": 15.540147793263131, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315507859531631, "I_33_without_motor": 0.056794562206108026, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.96373544180269, "trigger": 800, "sampling_rate": 105, "lag": 1.5696873383229588, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9291645840651078, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4509445467233621, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6038.227535552413, "burn_start_time": 0.046837210176606914, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03370078013550875, "grain_number": 5, "grain_density": 1781.7917407838404, "grain_outer_radius": 0.03345116027843337, "grain_initial_inner_radius": 0.015240721457601632, "grain_initial_height": 0.11827685830102411, "grain_separation": 0.005030151268117416, "grains_center_of_mass_position": 0.3963377291708331, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0024034579219479, "throat_radius": 0.01073135056168157, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558397103205075}], "aerodynamic_surfaces": [{"length": 0.5593669607522395, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354503450908315}, {"n": 4, "root_chord": 0.11997962543336911, "tip_chord": 0.059652346579911, "span": 0.11024536609270387, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0523205671181268}, {"top_radius": 0.06327266183987618, "bottom_radius": 0.04333971775206486, "length": 0.0583684599083874, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993435808464787, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6161338639762919, "upper_button_position": 0.08320971687018686}], "rail_length": 5, "inclination": 85.20618348974831, "heading": 51.87840103346366} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2560832547712246, "wind_velocity_y_factor": 0.9567660772405985, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350117794662538, "mass": 15.33679277993307, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319469552336591, "I_33_without_motor": 0.03619522607707953, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.985925295325579, "trigger": 800, "sampling_rate": 105, "lag": 1.4602539459568817, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9870990479618446, "trigger": "apogee", "sampling_rate": 105, "lag": 1.745286640539621, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6490.373690711456, "burn_start_time": -0.09623712058099299, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03279174583710645, "grain_number": 5, "grain_density": 1774.0758136237218, "grain_outer_radius": 0.03226891956898973, "grain_initial_inner_radius": 0.014904807303265813, "grain_initial_height": 0.12143991559504361, "grain_separation": 0.005023847726130545, "grains_center_of_mass_position": 0.3966992493902114, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013979632519780935, "throat_radius": 0.01086370942291662, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254466755003156}], "aerodynamic_surfaces": [{"length": 0.5576700660169329, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338157530476147}, {"n": 4, "root_chord": 0.11945698869768957, "tip_chord": 0.05974030406053558, "span": 0.1101080411467956, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049902830350723}, {"top_radius": 0.06510689165803998, "bottom_radius": 0.04307530669675365, "length": 0.06077056335120207, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699959194072415, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181905654885056, "upper_button_position": 0.08176862858390943}], "rail_length": 5, "inclination": 84.50834492991007, "heading": 51.73543455620963} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8034648124967437, "wind_velocity_y_factor": 0.9098659649798866, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.0635055144715484, "mass": 15.605039650295053, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317554463830316, "I_33_without_motor": 0.03311944629527763, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.03845999306069, "trigger": 800, "sampling_rate": 105, "lag": 1.5875304395172647, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0081487619160128, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5599257705605891, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4747.752088699473, "burn_start_time": -0.022401232675212768, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03241640748278954, "grain_number": 5, "grain_density": 1820.945404844362, "grain_outer_radius": 0.03280342656061129, "grain_initial_inner_radius": 0.014744013165858657, "grain_initial_height": 0.12151095811555303, "grain_separation": 0.0022511911032573155, "grains_center_of_mass_position": 0.3971649121689996, "center_of_dry_mass_position": 0.317, "nozzle_position": 3.413049513378996e-05, "throat_radius": 0.010788402033802073, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535715232622882}], "aerodynamic_surfaces": [{"length": 0.5596569308069517, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133288813794373}, {"n": 4, "root_chord": 0.11945624272598415, "tip_chord": 0.05994845749703399, "span": 0.1098257864450795, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493325639401798}, {"top_radius": 0.06475654124048687, "bottom_radius": 0.0429764529489447, "length": 0.06117446227633651, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699578115613544, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191291097652033, "upper_button_position": 0.0804490058483407}], "rail_length": 5, "inclination": 83.97319560838402, "heading": 49.979779771860976} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9506972038145949, "wind_velocity_y_factor": 1.531678852703093, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350466471226772, "mass": 16.17515376807542, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320177722216137, "I_33_without_motor": 0.03364463097516688, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.00377500349984, "trigger": 800, "sampling_rate": 105, "lag": 1.6835922125413438, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9720979046244919, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6055175672136746, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7161.668662748125, "burn_start_time": -0.08075811969867885, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033711834608000084, "grain_number": 5, "grain_density": 1831.2915229989133, "grain_outer_radius": 0.032383836615095946, "grain_initial_inner_radius": 0.015025067919725852, "grain_initial_height": 0.11946531312874277, "grain_separation": 0.0030899030435312955, "grains_center_of_mass_position": 0.3964435723524304, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005470857545338148, "throat_radius": 0.011316071446596524, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554951314024423}], "aerodynamic_surfaces": [{"length": 0.5570186775673036, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331772987629425}, {"n": 4, "root_chord": 0.12040071574759398, "tip_chord": 0.06028111179595874, "span": 0.10953724635442051, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493987933234261}, {"top_radius": 0.06355223163623687, "bottom_radius": 0.04619321329142888, "length": 0.05866144156292784, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008874886357582, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179972982453391, "upper_button_position": 0.08289019039041912}], "rail_length": 5, "inclination": 84.88105444407246, "heading": 50.649656354197745} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5452152325717077, "wind_velocity_y_factor": 1.1709434571578103, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350519114379516, "mass": 15.185562728237784, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3277314586400415, "I_33_without_motor": 0.013442843292251372, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.932853267767966, "trigger": 800, "sampling_rate": 105, "lag": 1.4145206919317794, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0894570605886993, "trigger": "apogee", "sampling_rate": 105, "lag": 1.357342150867471, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6492.223083581457, "burn_start_time": -0.08255377394286847, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03262771375882545, "grain_number": 5, "grain_density": 1791.5580825272943, "grain_outer_radius": 0.032939449416737175, "grain_initial_inner_radius": 0.014507752991755496, "grain_initial_height": 0.12000884708997192, "grain_separation": 0.0042464516647294035, "grains_center_of_mass_position": 0.39723929817257503, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004150808877852645, "throat_radius": 0.0114096049313509, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537853190594839}], "aerodynamic_surfaces": [{"length": 0.5594990515505444, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351779491794625}, {"n": 4, "root_chord": 0.11965709107299337, "tip_chord": 0.05992758789805929, "span": 0.10931916852601739, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508015052056645}, {"top_radius": 0.06426445580958645, "bottom_radius": 0.0429443621894865, "length": 0.060233434312734244, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995574698725506, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6160632268895821, "upper_button_position": 0.08349424298296848}], "rail_length": 5, "inclination": 84.0708295723798, "heading": 52.233789982835766} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7778729130355088, "wind_velocity_y_factor": 0.7936230167006515, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350436907947883, "mass": 15.593033685448122, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322628266358352, "I_33_without_motor": 0.030308369047919115, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.852919598664041, "trigger": 800, "sampling_rate": 105, "lag": 1.4748865645685885, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1711071232468127, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3817950721243968, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7916.673211035015, "burn_start_time": 0.08089242940193464, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03246430477153162, "grain_number": 5, "grain_density": 1821.1992919627662, "grain_outer_radius": 0.032699462828286625, "grain_initial_inner_radius": 0.014402887403100154, "grain_initial_height": 0.12023798637763487, "grain_separation": 0.004822601892307142, "grains_center_of_mass_position": 0.396776722411987, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.002246436554462237, "throat_radius": 0.010265850600172403, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254487498100577}], "aerodynamic_surfaces": [{"length": 0.55808979816748, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343605780803903}, {"n": 4, "root_chord": 0.1197419008052654, "tip_chord": 0.06044649123016145, "span": 0.10933703905206389, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495712734298894}, {"top_radius": 0.0619580320315443, "bottom_radius": 0.04143344266888167, "length": 0.06014197325809857, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.70032294157929, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176720927535301, "upper_button_position": 0.0826508488257599}], "rail_length": 5, "inclination": 84.95397514590546, "heading": 53.163441402347274} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.914455874247233, "wind_velocity_y_factor": 0.6782638354709744, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350887934548287, "mass": 15.980489925124258, "I_11_without_motor": 6.321, "I_22_without_motor": 6.303034092134819, "I_33_without_motor": 0.01450214885476048, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.10137962463816, "trigger": 800, "sampling_rate": 105, "lag": 1.4716471873608585, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9396857192856868, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5695064425875256, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6973.977037929188, "burn_start_time": -0.11138800404058924, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031715710536033184, "grain_number": 5, "grain_density": 1766.6831311125768, "grain_outer_radius": 0.03293598394357157, "grain_initial_inner_radius": 0.01493901434673954, "grain_initial_height": 0.11946842868169769, "grain_separation": 0.005737481583289842, "grains_center_of_mass_position": 0.3968458577873249, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009862666156821714, "throat_radius": 0.011434506323625726, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254251925023783}], "aerodynamic_surfaces": [{"length": 0.5556535740090115, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331180472542741}, {"n": 4, "root_chord": 0.11965967669006555, "tip_chord": 0.05941194997486322, "span": 0.10865765281662339, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494865607203498}, {"top_radius": 0.062287820013112144, "bottom_radius": 0.0424352543155364, "length": 0.05948067914116662, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987268437595987, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6196220095010725, "upper_button_position": 0.07910483425852621}], "rail_length": 5, "inclination": 84.86249468624955, "heading": 53.49726990077529} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4397532882393544, "wind_velocity_y_factor": 0.7803212042890568, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349595993415248, "mass": 15.86407078255459, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316701856232572, "I_33_without_motor": 0.05395115900293786, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.898136172015608, "trigger": 800, "sampling_rate": 105, "lag": 1.670681373212936, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9051667501083389, "trigger": "apogee", "sampling_rate": 105, "lag": 1.684604612945293, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5710.227721548803, "burn_start_time": 0.016239186915610253, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03302575010781035, "grain_number": 5, "grain_density": 1817.8473586491652, "grain_outer_radius": 0.03295796684841235, "grain_initial_inner_radius": 0.015087426312324412, "grain_initial_height": 0.12001574386431145, "grain_separation": 0.00474700011321324, "grains_center_of_mass_position": 0.39792486741501654, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000599335279394772, "throat_radius": 0.011219130238714032, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560824358785874}], "aerodynamic_surfaces": [{"length": 0.5574903034373976, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133314426754287}, {"n": 4, "root_chord": 0.11995461636354617, "tip_chord": 0.06028731039083894, "span": 0.11040054647537183, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502449240457699}, {"top_radius": 0.06459189189688501, "bottom_radius": 0.043612280312554916, "length": 0.059843545564756406, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993809370407756, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185151257602419, "upper_button_position": 0.08086581128053372}], "rail_length": 5, "inclination": 85.76947353293363, "heading": 56.90640393985911} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7904438034308784, "wind_velocity_y_factor": 1.0950876071504854, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06351121812625264, "mass": 15.018043398372749, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3213529990462245, "I_33_without_motor": 0.037913503841559795, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.812650440196256, "trigger": 800, "sampling_rate": 105, "lag": 1.4111007022823343, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9503016208678781, "trigger": "apogee", "sampling_rate": 105, "lag": 1.289204960676029, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6481.817562046768, "burn_start_time": 0.03574895266407186, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03295780223436553, "grain_number": 5, "grain_density": 1831.5029108157448, "grain_outer_radius": 0.03422619580270227, "grain_initial_inner_radius": 0.014710701711267737, "grain_initial_height": 0.12071290171479587, "grain_separation": 0.004704211704368034, "grains_center_of_mass_position": 0.39749960707003734, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009263607742149416, "throat_radius": 0.010715140955093197, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546476928032986}], "aerodynamic_surfaces": [{"length": 0.5571186855159633, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329146023106371}, {"n": 4, "root_chord": 0.11946072486342374, "tip_chord": 0.06000900714745621, "span": 0.11074195230037213, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050497555891366}, {"top_radius": 0.06395333845529795, "bottom_radius": 0.043000278033234446, "length": 0.05887003663753887, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983552317544859, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170264534683504, "upper_button_position": 0.0813287782861355}], "rail_length": 5, "inclination": 85.75360510061364, "heading": 51.2128964628664} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7735514043368882, "wind_velocity_y_factor": 0.573697257536809, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350186546125929, "mass": 16.201137896316343, "I_11_without_motor": 6.321, "I_22_without_motor": 6.300020866012322, "I_33_without_motor": 0.023163502576296985, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.187654652223843, "trigger": 800, "sampling_rate": 105, "lag": 1.4991885084590233, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1476897128073447, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4089620839552799, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 3955.845747318754, "burn_start_time": 0.1906055347985651, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03367612212818922, "grain_number": 5, "grain_density": 1831.2874093698424, "grain_outer_radius": 0.03333394131990572, "grain_initial_inner_radius": 0.015026909937211456, "grain_initial_height": 0.11907235867265506, "grain_separation": 0.0065212709840120715, "grains_center_of_mass_position": 0.39670392074274025, "center_of_dry_mass_position": 0.317, "nozzle_position": -8.376109629596256e-05, "throat_radius": 0.010219974949642557, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544383509137085}], "aerodynamic_surfaces": [{"length": 0.5574544854013535, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.131851863509764}, {"n": 4, "root_chord": 0.1205314797999109, "tip_chord": 0.05986092401989661, "span": 0.1094776235604113, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489070660977475}, {"top_radius": 0.062320800893560985, "bottom_radius": 0.043333354355694215, "length": 0.06020231870524848, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7021285348358509, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6201069140062677, "upper_button_position": 0.0820216208295832}], "rail_length": 5, "inclination": 82.97464579039648, "heading": 52.7086903196025} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.22668723894306753, "wind_velocity_y_factor": 1.1233008233515172, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06351720015385409, "mass": 14.783586641218287, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310713455028321, "I_33_without_motor": 0.03968029508327744, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.833883179838441, "trigger": 800, "sampling_rate": 105, "lag": 1.5245139487967405, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9758294279479037, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0977347552179546, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7479.38161459729, "burn_start_time": 0.17124376785251955, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03239925839670405, "grain_number": 5, "grain_density": 1752.2361005890095, "grain_outer_radius": 0.032400899881619205, "grain_initial_inner_radius": 0.015233283605547302, "grain_initial_height": 0.11927954893602197, "grain_separation": 0.006235445778498885, "grains_center_of_mass_position": 0.3976689443914346, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000721712210107637, "throat_radius": 0.010400139720510713, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541171407417109}], "aerodynamic_surfaces": [{"length": 0.5576097871107509, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343304170665496}, {"n": 4, "root_chord": 0.12054970774674979, "tip_chord": 0.05888092837908168, "span": 0.10953638423916905, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501265445824566}, {"top_radius": 0.06376552809993091, "bottom_radius": 0.04414346382806053, "length": 0.05939725570788847, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014939369393108, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182436747894843, "upper_button_position": 0.08325026214982656}], "rail_length": 5, "inclination": 83.41242465463205, "heading": 52.131486380632076} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0000180598010118, "wind_velocity_y_factor": 1.1084687345854862, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06351080857608749, "mass": 16.369931395850088, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319131103153197, "I_33_without_motor": 0.044072078701158986, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.053540011444886, "trigger": 800, "sampling_rate": 105, "lag": 1.4998539019790866, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8202063214703502, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0978089977098404, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7299.228744872638, "burn_start_time": 0.2841588418011297, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03365758636444823, "grain_number": 5, "grain_density": 1846.4228567114262, "grain_outer_radius": 0.03275009142838414, "grain_initial_inner_radius": 0.015231311140858303, "grain_initial_height": 0.1196328500126533, "grain_separation": 0.004893445976522749, "grains_center_of_mass_position": 0.39765045946606004, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009035786230106918, "throat_radius": 0.011510747502497622, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559464540930936}], "aerodynamic_surfaces": [{"length": 0.5560522991788657, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1326834927441687}, {"n": 4, "root_chord": 0.11971867940490986, "tip_chord": 0.05951804558193521, "span": 0.1102774858389166, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491351981047128}, {"top_radius": 0.064674407759084, "bottom_radius": 0.04401351253021203, "length": 0.06070121458344638, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698240422870774, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193178857134551, "upper_button_position": 0.0789225371573189}], "rail_length": 5, "inclination": 85.19213309690431, "heading": 54.24645864787913} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8982304530622128, "wind_velocity_y_factor": 1.5416962352183172, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350509901605084, "mass": 14.830817833680493, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329395078970974, "I_33_without_motor": 0.041676082342567145, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.918480906703914, "trigger": 800, "sampling_rate": 105, "lag": 1.6700939364385778, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9767167342836099, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5756596201285795, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4828.7225920003675, "burn_start_time": -0.08314060114021729, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033483325006711855, "grain_number": 5, "grain_density": 1841.250355408528, "grain_outer_radius": 0.0323490622104187, "grain_initial_inner_radius": 0.014712685501122643, "grain_initial_height": 0.12031106524488117, "grain_separation": 0.004248815113343692, "grains_center_of_mass_position": 0.3968641582429762, "center_of_dry_mass_position": 0.317, "nozzle_position": -5.2726245928906705e-05, "throat_radius": 0.010146395933870405, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560889775838289}], "aerodynamic_surfaces": [{"length": 0.5565525064705831, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133235797555904}, {"n": 4, "root_chord": 0.11980890214093114, "tip_chord": 0.05976238319418534, "span": 0.10948037204238295, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481850875379215}, {"top_radius": 0.06365696346747644, "bottom_radius": 0.042493571283767344, "length": 0.060630483121349145, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986054112565878, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187725084305871, "upper_button_position": 0.07983290282600075}], "rail_length": 5, "inclination": 84.89789305875608, "heading": 51.940803014906955} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3172090101289313, "wind_velocity_y_factor": 1.3441151302038343, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349894484965958, "mass": 15.700002711679138, "I_11_without_motor": 6.321, "I_22_without_motor": 6.337045308895139, "I_33_without_motor": 0.040386275566231276, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.057232649423954, "trigger": 800, "sampling_rate": 105, "lag": 1.4371846181698682, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.944090009118193, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3669656854207066, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6907.459144163645, "burn_start_time": -0.1127110166866239, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03246713694196424, "grain_number": 5, "grain_density": 1893.3113607140956, "grain_outer_radius": 0.03310694697382619, "grain_initial_inner_radius": 0.014599912262114611, "grain_initial_height": 0.12023543856304011, "grain_separation": 0.005685277515909499, "grains_center_of_mass_position": 0.3984738811109375, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00028512694341530076, "throat_radius": 0.011734074438427089, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551629641699578}], "aerodynamic_surfaces": [{"length": 0.5569783427925274, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347112706698217}, {"n": 4, "root_chord": 0.11985504953385578, "tip_chord": 0.06082977522622617, "span": 0.11066086555415126, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493437634485114}, {"top_radius": 0.06352526007006645, "bottom_radius": 0.04293964412676016, "length": 0.059407598493714436, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7019543180722569, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182793913392965, "upper_button_position": 0.0836749267329604}], "rail_length": 5, "inclination": 85.39102937486197, "heading": 50.949327260314845} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6373876165537515, "wind_velocity_y_factor": 0.9036748979552792, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349819705639936, "mass": 15.839067252361701, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315033896574217, "I_33_without_motor": 0.026415856380178737, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.161639751624435, "trigger": 800, "sampling_rate": 105, "lag": 1.4235763900794478, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.955288975730315, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5000624037344592, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7938.285006971287, "burn_start_time": 0.07658510707228897, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03307694897175808, "grain_number": 5, "grain_density": 1926.0285448004488, "grain_outer_radius": 0.03321399193460373, "grain_initial_inner_radius": 0.015221624167161229, "grain_initial_height": 0.12007458965033782, "grain_separation": 0.004019799838079305, "grains_center_of_mass_position": 0.39769895647378056, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002938611962770293, "throat_radius": 0.010418054130999648, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2565570316750034}], "aerodynamic_surfaces": [{"length": 0.5590855107741027, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340541489492024}, {"n": 4, "root_chord": 0.12006192179920344, "tip_chord": 0.05950632886914967, "span": 0.11056963191300181, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0479282060587667}, {"top_radius": 0.06440231110221607, "bottom_radius": 0.04456318592715, "length": 0.061359842176319346, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700864589513611, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173797442104362, "upper_button_position": 0.08348484530317479}], "rail_length": 5, "inclination": 85.0947391921412, "heading": 50.10167575603687} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.39707717003070586, "wind_velocity_y_factor": 1.2152002978237018, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350168753060366, "mass": 15.417984659637842, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332178853693025, "I_33_without_motor": 0.042428632757770965, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.039119652224514, "trigger": 800, "sampling_rate": 105, "lag": 1.5059068787149852, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9385518432562115, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6608096227852975, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7439.386477295448, "burn_start_time": -0.2129404023356093, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032787457455960234, "grain_number": 5, "grain_density": 1735.0794302032655, "grain_outer_radius": 0.0336837514365663, "grain_initial_inner_radius": 0.015025043453012534, "grain_initial_height": 0.11933155405518571, "grain_separation": 0.006590830826934637, "grains_center_of_mass_position": 0.39755483452461055, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014047701487895153, "throat_radius": 0.011459933048827135, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553949044288755}], "aerodynamic_surfaces": [{"length": 0.5578612468292387, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.131991079735734}, {"n": 4, "root_chord": 0.12087819776163534, "tip_chord": 0.05967387257260695, "span": 0.11072937970384406, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503670979031077}, {"top_radius": 0.06417418307816568, "bottom_radius": 0.04197396833489208, "length": 0.05986592622123711, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998910228999053, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166075370096176, "upper_button_position": 0.08328348589028778}], "rail_length": 5, "inclination": 82.33789103442278, "heading": 56.508829866917935} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2253717362894558, "wind_velocity_y_factor": 1.0844786369147956, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06349593459043594, "mass": 13.94145326199493, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327331525699362, "I_33_without_motor": 0.032239121553019, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.07584425730432, "trigger": 800, "sampling_rate": 105, "lag": 1.4999480003586214, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9976458957667687, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4281116829575196, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7671.954724698775, "burn_start_time": -0.06147076972744628, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033019080100167325, "grain_number": 5, "grain_density": 1776.9178961386729, "grain_outer_radius": 0.03228535843358157, "grain_initial_inner_radius": 0.014528584054065716, "grain_initial_height": 0.11873821899582637, "grain_separation": 0.005511040293769495, "grains_center_of_mass_position": 0.3967295370842402, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007055832873807147, "throat_radius": 0.010147086266808079, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544532871492626}], "aerodynamic_surfaces": [{"length": 0.5567481330979263, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332303403228872}, {"n": 4, "root_chord": 0.12060622880991916, "tip_chord": 0.06103816381884223, "span": 0.11051732716287804, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494030712310807}, {"top_radius": 0.06300283891104247, "bottom_radius": 0.041740072910644535, "length": 0.06024032075242276, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990042323861974, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166912514265256, "upper_button_position": 0.08231298095967177}], "rail_length": 5, "inclination": 85.2499501408186, "heading": 56.50133510760216} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.816617058939526, "wind_velocity_y_factor": 1.1340552015246534, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06350345103043666, "mass": 14.932011784694309, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315926795770072, "I_33_without_motor": 0.029038689117245255, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.007651191929293, "trigger": 800, "sampling_rate": 105, "lag": 1.3360817705626074, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.034847700275168, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6447106944561458, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7695.513147815926, "burn_start_time": 0.09129036492624498, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033005533487398514, "grain_number": 5, "grain_density": 1814.9385362377266, "grain_outer_radius": 0.03336059382533816, "grain_initial_inner_radius": 0.01529773692069539, "grain_initial_height": 0.12047658691814503, "grain_separation": 0.004343472839361278, "grains_center_of_mass_position": 0.3974591402395968, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0020382374475225317, "throat_radius": 0.010301082539183184, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255113770620619}], "aerodynamic_surfaces": [{"length": 0.5581453559753732, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13401943177878}, {"n": 4, "root_chord": 0.12059180543976127, "tip_chord": 0.061163772611553986, "span": 0.11022296360519847, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500928211856837}, {"top_radius": 0.06327642340243807, "bottom_radius": 0.0426855775390764, "length": 0.06032953674521618, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986738887383176, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188496367370573, "upper_button_position": 0.07982425200126031}], "rail_length": 5, "inclination": 84.12613846809751, "heading": 51.27429638373503} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6789512965690854, "wind_velocity_y_factor": 1.4425821438323725, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06351031537227253, "mass": 15.239628757451806, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323104737255571, "I_33_without_motor": 0.0395042639804357, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.915977213489791, "trigger": 800, "sampling_rate": 105, "lag": 1.4549889439715513, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9693166030132938, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4413897380272989, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5005.750982224103, "burn_start_time": -0.22950230486801387, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03329377705324399, "grain_number": 5, "grain_density": 1841.9784844670578, "grain_outer_radius": 0.03314653986932543, "grain_initial_inner_radius": 0.014283935217030861, "grain_initial_height": 0.11832534357399978, "grain_separation": 0.005720744621210379, "grains_center_of_mass_position": 0.39702509282897547, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000895867623840485, "throat_radius": 0.01021046678459329, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553336034556644}], "aerodynamic_surfaces": [{"length": 0.5590262094481206, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331759640819195}, {"n": 4, "root_chord": 0.12043026013482164, "tip_chord": 0.059790112896104544, "span": 0.11032531133055011, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485581661695749}, {"top_radius": 0.06470683767380826, "bottom_radius": 0.04260361941915527, "length": 0.06186169097292142, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699828338486264, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176958475897529, "upper_button_position": 0.08213249089651109}], "rail_length": 5, "inclination": 83.88494094766494, "heading": 55.55689008182661} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0043286823428392, "wind_velocity_y_factor": 1.2561796771044198, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.0635086908538376, "mass": 16.003648694953785, "I_11_without_motor": 6.321, "I_22_without_motor": 6.305173704632789, "I_33_without_motor": 0.03788087839493931, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.994145580668917, "trigger": 800, "sampling_rate": 105, "lag": 1.5920057219602546, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0736600583072038, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3473682187988554, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5357.042247120006, "burn_start_time": 0.02974468943984381, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03270777344624847, "grain_number": 5, "grain_density": 1790.4805512848275, "grain_outer_radius": 0.03302812973257646, "grain_initial_inner_radius": 0.015368014543835285, "grain_initial_height": 0.11930796692780286, "grain_separation": 0.004316867777964807, "grains_center_of_mass_position": 0.39764636754286375, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00037245036794643225, "throat_radius": 0.011083030956330077, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548202305220595}], "aerodynamic_surfaces": [{"length": 0.5588985016174433, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330732504038727}, {"n": 4, "root_chord": 0.11973333172787219, "tip_chord": 0.060156411577710615, "span": 0.11027043573927087, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502470626734457}, {"top_radius": 0.0634684768785391, "bottom_radius": 0.04339574850695578, "length": 0.06022318611841565, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988531237817293, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162947241583526, "upper_button_position": 0.08255839962337663}], "rail_length": 5, "inclination": 84.44878202083322, "heading": 53.969227298636405} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9678153172986387, "wind_velocity_y_factor": 1.07488418128843, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350021433469664, "mass": 14.851286237004786, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311027557940738, "I_33_without_motor": 0.0323882220796354, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.004679164130577, "trigger": 800, "sampling_rate": 105, "lag": 1.629711567646249, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9583041826175899, "trigger": "apogee", "sampling_rate": 105, "lag": 1.584791704870948, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8441.652562258541, "burn_start_time": 0.023020173370836432, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03310607429458119, "grain_number": 5, "grain_density": 1760.22791524818, "grain_outer_radius": 0.032595218888754295, "grain_initial_inner_radius": 0.015306217264738905, "grain_initial_height": 0.12181124045241125, "grain_separation": 0.003694161867596032, "grains_center_of_mass_position": 0.3969422674737092, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00024278633719267145, "throat_radius": 0.011564851333715933, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556042986702176}], "aerodynamic_surfaces": [{"length": 0.5580896204859745, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344887011153708}, {"n": 4, "root_chord": 0.11907656524697345, "tip_chord": 0.05942390704921268, "span": 0.11104180487352015, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490363347949851}, {"top_radius": 0.06240079853458195, "bottom_radius": 0.04360603826491238, "length": 0.06154410500643802, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010045403342196, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171733737298081, "upper_button_position": 0.08383116660441148}], "rail_length": 5, "inclination": 85.12366847489663, "heading": 55.71073530474141} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5904639256668376, "wind_velocity_y_factor": 0.9317218564951297, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06348756966333999, "mass": 14.657682935842706, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318916715615807, "I_33_without_motor": 0.015629224761755173, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.258369359215518, "trigger": 800, "sampling_rate": 105, "lag": 1.5022790339547354, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8575261739177763, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5041420179898493, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8292.936720659985, "burn_start_time": -0.03150085878578555, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03244086366028968, "grain_number": 5, "grain_density": 1846.6977490718837, "grain_outer_radius": 0.033025670138544475, "grain_initial_inner_radius": 0.014389842850824291, "grain_initial_height": 0.12071735766181696, "grain_separation": 0.005425660543946298, "grains_center_of_mass_position": 0.3967210096457884, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001992749582397049, "throat_radius": 0.010642082996536996, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256722046095792}], "aerodynamic_surfaces": [{"length": 0.5588516569881458, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332991165884971}, {"n": 4, "root_chord": 0.12015119262882655, "tip_chord": 0.059973525997914404, "span": 0.11056874713867323, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488663164976493}, {"top_radius": 0.0628821676919612, "bottom_radius": 0.04285099116866787, "length": 0.06021174559977021, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003270481222601, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170475771962721, "upper_button_position": 0.08327947092598798}], "rail_length": 5, "inclination": 84.40567028656264, "heading": 51.761329538608905} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1548051421633223, "wind_velocity_y_factor": 0.9625106694177976, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349731526124792, "mass": 14.608006818417667, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325901634615445, "I_33_without_motor": 0.01629958079610403, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.004213105961336, "trigger": 800, "sampling_rate": 105, "lag": 1.4707292881297096, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1518446852376207, "trigger": "apogee", "sampling_rate": 105, "lag": 1.71367659959509, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6246.056049510509, "burn_start_time": -0.07286246242914625, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032898655332474956, "grain_number": 5, "grain_density": 1851.605896751794, "grain_outer_radius": 0.033223465791690644, "grain_initial_inner_radius": 0.015090491179673978, "grain_initial_height": 0.12056012716242831, "grain_separation": 0.004832329142702633, "grains_center_of_mass_position": 0.39592423248855185, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014467160039826565, "throat_radius": 0.010671068981344777, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559901015548138}], "aerodynamic_surfaces": [{"length": 0.5579522112519356, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344636299103825}, {"n": 4, "root_chord": 0.12004247799136547, "tip_chord": 0.06062585025932095, "span": 0.11026936728723791, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501963110386547}, {"top_radius": 0.06344182613576851, "bottom_radius": 0.04240617757304105, "length": 0.06081158882346696, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995382342217314, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167864634679342, "upper_button_position": 0.08275177075379725}], "rail_length": 5, "inclination": 85.39994323403803, "heading": 52.61714712452229} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0375329818235848, "wind_velocity_y_factor": 0.9085242914220024, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350277953161099, "mass": 15.430114619566245, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326640150822664, "I_33_without_motor": 0.020487319468914675, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.927569430397192, "trigger": 800, "sampling_rate": 105, "lag": 1.613628309847264, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.109246065544732, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6019399142433715, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8085.817761022919, "burn_start_time": 0.03004320131312174, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03203004268625915, "grain_number": 5, "grain_density": 1734.5843755990898, "grain_outer_radius": 0.033309386451198804, "grain_initial_inner_radius": 0.014772308558312136, "grain_initial_height": 0.11890073212783829, "grain_separation": 0.004902215311530313, "grains_center_of_mass_position": 0.3961850363729503, "center_of_dry_mass_position": 0.317, "nozzle_position": -2.968162968299843e-05, "throat_radius": 0.011521328048026285, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550669703846618}], "aerodynamic_surfaces": [{"length": 0.5584718321566458, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133147598200384}, {"n": 4, "root_chord": 0.1189840015623467, "tip_chord": 0.059984244483556104, "span": 0.10985624175386421, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511969136616246}, {"top_radius": 0.06261029782044451, "bottom_radius": 0.044431659472727474, "length": 0.05838442353037715, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999620809234629, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186363206869294, "upper_button_position": 0.08132576023653348}], "rail_length": 5, "inclination": 85.28878529883403, "heading": 55.03477420833039} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1026593665010733, "wind_velocity_y_factor": 0.5752117241240147, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350117959400453, "mass": 15.71532225829894, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3283388997696814, "I_33_without_motor": 0.041675370996703896, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.885889950967435, "trigger": 800, "sampling_rate": 105, "lag": 1.6875745073137283, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9428780657260372, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0539445383522557, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6648.292559627755, "burn_start_time": 0.032187189603795234, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032420122784129875, "grain_number": 5, "grain_density": 1830.0376442476, "grain_outer_radius": 0.03292084491972685, "grain_initial_inner_radius": 0.015442014495900226, "grain_initial_height": 0.11961617468282917, "grain_separation": 0.0053315836231619925, "grains_center_of_mass_position": 0.3962811781254981, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009679280495935312, "throat_radius": 0.011775967618000703, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548891452247162}], "aerodynamic_surfaces": [{"length": 0.557771057665879, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340897442512685}, {"n": 4, "root_chord": 0.12005896224182176, "tip_chord": 0.06020862102258022, "span": 0.11026887518189452, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508855109701425}, {"top_radius": 0.06367651264179212, "bottom_radius": 0.041745706355224406, "length": 0.05902803542718586, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989836447751245, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175482602628429, "upper_button_position": 0.0814353845122816}], "rail_length": 5, "inclination": 85.03621235893851, "heading": 54.80097487141509} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.655253827242531, "wind_velocity_y_factor": 0.9160837340496659, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06351178946271249, "mass": 14.629115718320431, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309852840564862, "I_33_without_motor": 0.04653573434261522, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.826292488670516, "trigger": 800, "sampling_rate": 105, "lag": 1.4333876975348032, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9834402830989979, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1227140743114297, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6119.108256327579, "burn_start_time": 0.10790748514198892, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032454825580785, "grain_number": 5, "grain_density": 1889.850147274681, "grain_outer_radius": 0.03305105909979981, "grain_initial_inner_radius": 0.01527711787202768, "grain_initial_height": 0.11953709403391787, "grain_separation": 0.005203638404539712, "grains_center_of_mass_position": 0.3957889087498056, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003911385476991132, "throat_radius": 0.01073078635035506, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553153039147988}], "aerodynamic_surfaces": [{"length": 0.5585788614744643, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338443546966133}, {"n": 4, "root_chord": 0.1199531273619955, "tip_chord": 0.05935688894042343, "span": 0.10931447058350297, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049514199941858}, {"top_radius": 0.06308132150176755, "bottom_radius": 0.043844678102828605, "length": 0.058814617977231615, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699583434941619, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199456488036135, "upper_button_position": 0.07963778613800554}], "rail_length": 5, "inclination": 84.72184434051744, "heading": 52.10287488516001} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2680385791780204, "wind_velocity_y_factor": 1.525261598338847, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06349172009123706, "mass": 15.273619923497986, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329113050734959, "I_33_without_motor": 0.04517868372874557, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.887253557492262, "trigger": 800, "sampling_rate": 105, "lag": 1.5004270298553732, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9288950586914602, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6666379670784985, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6183.935622942139, "burn_start_time": -0.044491453082093534, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032988700853971036, "grain_number": 5, "grain_density": 1832.2507931249856, "grain_outer_radius": 0.032991679971246655, "grain_initial_inner_radius": 0.014889812853127163, "grain_initial_height": 0.12014769167021902, "grain_separation": 0.006041729867561495, "grains_center_of_mass_position": 0.3977227644867329, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0016008636930583725, "throat_radius": 0.010986593514030807, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564468945737017}], "aerodynamic_surfaces": [{"length": 0.5571200546593539, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335172102606885}, {"n": 4, "root_chord": 0.12023454775968936, "tip_chord": 0.060116255656065966, "span": 0.11034550678399087, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485945535915613}, {"top_radius": 0.0612407481876744, "bottom_radius": 0.04429658516464045, "length": 0.060708261305935846, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700034673657822, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173116630155081, "upper_button_position": 0.08272301064231391}], "rail_length": 5, "inclination": 84.56857998905193, "heading": 51.97990035549533} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6188485969752398, "wind_velocity_y_factor": 0.8971295217320602, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06351244210023585, "mass": 15.36911404230894, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316885901239154, "I_33_without_motor": 0.0456194201646796, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.927997542438625, "trigger": 800, "sampling_rate": 105, "lag": 1.4769911576214685, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9711873114450381, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6852044141219733, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7636.244345425234, "burn_start_time": -0.13105517243831732, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03264385337381729, "grain_number": 5, "grain_density": 1842.259244415855, "grain_outer_radius": 0.03356143379592839, "grain_initial_inner_radius": 0.015081360759594566, "grain_initial_height": 0.12114839009692366, "grain_separation": 0.0038907243653871102, "grains_center_of_mass_position": 0.3966949836263978, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00014475296828827448, "throat_radius": 0.010625198207511786, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253924905559709}], "aerodynamic_surfaces": [{"length": 0.5577994172149966, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135234587837643}, {"n": 4, "root_chord": 0.12067634516218607, "tip_chord": 0.05982519232023618, "span": 0.11101153507900753, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501601325896122}, {"top_radius": 0.06214329065536331, "bottom_radius": 0.04175400416260347, "length": 0.05974634025528598, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011981817307903, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167482583417602, "upper_button_position": 0.08444992338903012}], "rail_length": 5, "inclination": 86.11553605671847, "heading": 49.93410407688164} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5199827212336114, "wind_velocity_y_factor": 0.6559133311759249, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350576187960896, "mass": 15.407110310761214, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306877290621545, "I_33_without_motor": 0.042025811402668894, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.945391057799036, "trigger": 800, "sampling_rate": 105, "lag": 1.6176440369603935, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.051099325546742, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4279465916589915, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5553.028142639934, "burn_start_time": 0.07286306645373901, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033834689896908306, "grain_number": 5, "grain_density": 1898.9374593587438, "grain_outer_radius": 0.03365494176971905, "grain_initial_inner_radius": 0.014760495455277302, "grain_initial_height": 0.11881789345679893, "grain_separation": 0.004276306933763767, "grains_center_of_mass_position": 0.39934058355859553, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0001732414867673218, "throat_radius": 0.010844845121284617, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562169277066098}], "aerodynamic_surfaces": [{"length": 0.5588142172673426, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344665842832728}, {"n": 4, "root_chord": 0.12016304919312694, "tip_chord": 0.06029100525618537, "span": 0.10934682513374216, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503051608475473}, {"top_radius": 0.06214223248896945, "bottom_radius": 0.0433418923697956, "length": 0.05819543173445466, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6979913577822393, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183170140881826, "upper_button_position": 0.07967434369405668}], "rail_length": 5, "inclination": 86.80599043129793, "heading": 54.10017319366131} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5257448079489468, "wind_velocity_y_factor": 1.2076779170523066, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350123433277585, "mass": 15.445740328335356, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326905176867163, "I_33_without_motor": 0.03131491549435913, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.088646372745371, "trigger": 800, "sampling_rate": 105, "lag": 1.6322270859173278, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9983593527802721, "trigger": "apogee", "sampling_rate": 105, "lag": 1.433534924950582, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4939.2625369372345, "burn_start_time": 0.1344133070352494, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033636145402057775, "grain_number": 5, "grain_density": 1788.623226772812, "grain_outer_radius": 0.03305550396714693, "grain_initial_inner_radius": 0.015054835430906138, "grain_initial_height": 0.12045190270617588, "grain_separation": 0.0061136349638727635, "grains_center_of_mass_position": 0.39725329861392195, "center_of_dry_mass_position": 0.317, "nozzle_position": -1.1771082342190593e-05, "throat_radius": 0.011767951365557123, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553417351548615}], "aerodynamic_surfaces": [{"length": 0.5585824211174059, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336634654525284}, {"n": 4, "root_chord": 0.12107531289903277, "tip_chord": 0.06053454819767803, "span": 0.11057569407656295, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0468833717838553}, {"top_radius": 0.06336803639403212, "bottom_radius": 0.044050437637126565, "length": 0.0599278542917318, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988678036662573, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183496345055438, "upper_button_position": 0.08051816916071353}], "rail_length": 5, "inclination": 85.46418335389039, "heading": 55.347987696889945} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.44045590901607956, "wind_velocity_y_factor": 1.2132507822608052, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350283029904785, "mass": 15.621404214676748, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308302303277535, "I_33_without_motor": 0.026969630363683383, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.077060762484097, "trigger": 800, "sampling_rate": 105, "lag": 1.5702036093563694, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1149485913245647, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2030361962678233, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4816.594430234934, "burn_start_time": 0.04587692985403208, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03352265975753154, "grain_number": 5, "grain_density": 1746.53653551113, "grain_outer_radius": 0.032997449470671646, "grain_initial_inner_radius": 0.014947928050481027, "grain_initial_height": 0.11982024193675626, "grain_separation": 0.006083036865164484, "grains_center_of_mass_position": 0.3969787537475746, "center_of_dry_mass_position": 0.317, "nozzle_position": 7.776156697822063e-05, "throat_radius": 0.011511524131407727, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548542236658682}], "aerodynamic_surfaces": [{"length": 0.5577797030759398, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332422956383799}, {"n": 4, "root_chord": 0.12042077814465756, "tip_chord": 0.060525974233803834, "span": 0.11016698038994963, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507884146652475}, {"top_radius": 0.06366331748597687, "bottom_radius": 0.04350500706569132, "length": 0.06020852827552612, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998393510094512, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173028302206242, "upper_button_position": 0.082536520788827}], "rail_length": 5, "inclination": 83.75461249337143, "heading": 53.06874404824083} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.227306577471016, "wind_velocity_y_factor": 1.1613172902753837, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350035101702382, "mass": 15.317200866560043, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3288861757598935, "I_33_without_motor": 0.024115868687925493, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.883127117985333, "trigger": 800, "sampling_rate": 105, "lag": 1.4474106106231792, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.053930151613545, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3013780258170884, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6652.963140631713, "burn_start_time": 0.03578991213830288, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03281623408835131, "grain_number": 5, "grain_density": 1852.2988675184274, "grain_outer_radius": 0.033307332977688904, "grain_initial_inner_radius": 0.015350963268760306, "grain_initial_height": 0.12108119804814046, "grain_separation": 0.0064052021714633995, "grains_center_of_mass_position": 0.39714159892719053, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014077639963669159, "throat_radius": 0.010654254713886752, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553172213179185}], "aerodynamic_surfaces": [{"length": 0.557322626242247, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337950555560194}, {"n": 4, "root_chord": 0.11881280956641654, "tip_chord": 0.05998500161844635, "span": 0.11016082288633525, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506292554591294}, {"top_radius": 0.06498153447863049, "bottom_radius": 0.04214798927127468, "length": 0.0606598254449987, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998655677436725, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187348348913588, "upper_button_position": 0.08113073285231365}], "rail_length": 5, "inclination": 83.46139990969483, "heading": 54.9465063591374} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2396635304390171, "wind_velocity_y_factor": 0.9897764138516222, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350195862228339, "mass": 15.493351669102957, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314848713069775, "I_33_without_motor": 0.04755308885705527, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.02883367634311, "trigger": 800, "sampling_rate": 105, "lag": 1.3951283396872292, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9704115489235253, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5477013243359445, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7601.409051853783, "burn_start_time": -0.023144477350562152, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03279386670445909, "grain_number": 5, "grain_density": 1805.4501210251183, "grain_outer_radius": 0.03271320276121215, "grain_initial_inner_radius": 0.014831226783725962, "grain_initial_height": 0.11987899102578878, "grain_separation": 0.005219011659849435, "grains_center_of_mass_position": 0.39849600711771194, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003501228480794652, "throat_radius": 0.010864519907347901, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555714432570553}], "aerodynamic_surfaces": [{"length": 0.5577812301629628, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133951761216132}, {"n": 4, "root_chord": 0.1192928513874119, "tip_chord": 0.06037685918049449, "span": 0.11047119269534292, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511590572576848}, {"top_radius": 0.06323269998630358, "bottom_radius": 0.043069000567193635, "length": 0.05968613571337392, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008975904453362, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616405135369137, "upper_button_position": 0.08449245507619918}], "rail_length": 5, "inclination": 83.96436339424605, "heading": 57.03368189518919} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5890468175649539, "wind_velocity_y_factor": 0.5524271091795595, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350625052314578, "mass": 15.380197033154387, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32296771669273, "I_33_without_motor": 0.025501097151176662, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.94650181968637, "trigger": 800, "sampling_rate": 105, "lag": 1.4320431844429748, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0691928878435368, "trigger": "apogee", "sampling_rate": 105, "lag": 1.588037890374673, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7759.98352305873, "burn_start_time": 0.13257469843345465, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.034085308854967036, "grain_number": 5, "grain_density": 1788.1904270851817, "grain_outer_radius": 0.03269351371805121, "grain_initial_inner_radius": 0.014692611612635478, "grain_initial_height": 0.12048904870543471, "grain_separation": 0.005219924922589331, "grains_center_of_mass_position": 0.3976191565852243, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00012708794382811585, "throat_radius": 0.011421639950722555, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254251790816}], "aerodynamic_surfaces": [{"length": 0.5576059288936664, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354636074013855}, {"n": 4, "root_chord": 0.12041767878639527, "tip_chord": 0.06024191121280325, "span": 0.10962675140847679, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502624111344163}, {"top_radius": 0.06447536195813332, "bottom_radius": 0.04423730659422092, "length": 0.06109590876521979, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001991408446294, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618388846736219, "upper_button_position": 0.08181029410841045}], "rail_length": 5, "inclination": 83.83675618124913, "heading": 55.28360165375339} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.280039662303198, "wind_velocity_y_factor": 1.1643887852352237, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349437546377741, "mass": 15.507904646532488, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312818524256495, "I_33_without_motor": 0.024973100881018208, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.046329053749892, "trigger": 800, "sampling_rate": 105, "lag": 1.481712423927846, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9836494331393525, "trigger": "apogee", "sampling_rate": 105, "lag": 1.545540196084046, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6206.411199170186, "burn_start_time": -0.014588186606547697, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032745531551409794, "grain_number": 5, "grain_density": 1729.0202571021719, "grain_outer_radius": 0.03284836122658905, "grain_initial_inner_radius": 0.015602510991415821, "grain_initial_height": 0.1212180625450433, "grain_separation": 0.005014130821927467, "grains_center_of_mass_position": 0.39763866625685657, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017650843841858352, "throat_radius": 0.010734771801267407, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540497165495028}], "aerodynamic_surfaces": [{"length": 0.5588556915677164, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.136167958648331}, {"n": 4, "root_chord": 0.12011401020713504, "tip_chord": 0.05998710061834866, "span": 0.10926726552184668, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051110324029933}, {"top_radius": 0.06559042082924908, "bottom_radius": 0.04238576158297973, "length": 0.060692244478396315, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7025698031320462, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175120575817689, "upper_button_position": 0.08505774555027734}], "rail_length": 5, "inclination": 84.42779174633066, "heading": 54.19270568077829} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2014035462627586, "wind_velocity_y_factor": 0.7027056077656832, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350494772632458, "mass": 15.64211875527256, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321128414315437, "I_33_without_motor": 0.027810475833804964, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.86998932089073, "trigger": 800, "sampling_rate": 105, "lag": 1.4328483755691017, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9889438876758123, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7262186982792194, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8497.31746118315, "burn_start_time": 0.07078409533338603, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03352904292077981, "grain_number": 5, "grain_density": 1828.1782658451593, "grain_outer_radius": 0.032543671364448745, "grain_initial_inner_radius": 0.015416186101749746, "grain_initial_height": 0.12152081668984215, "grain_separation": 0.004654956584456404, "grains_center_of_mass_position": 0.3957518028458613, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009363614667194682, "throat_radius": 0.0105927610915267, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254309748253896}], "aerodynamic_surfaces": [{"length": 0.5592343817100136, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328205768853394}, {"n": 4, "root_chord": 0.12002729946778916, "tip_chord": 0.05948987178714063, "span": 0.11002079254846168, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487039451610114}, {"top_radius": 0.06497484166272606, "bottom_radius": 0.044421807320105054, "length": 0.058403682285903744, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002396399743709, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175260266385733, "upper_button_position": 0.08271361333579763}], "rail_length": 5, "inclination": 84.41950827447654, "heading": 57.90882310276876} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7435288246924898, "wind_velocity_y_factor": 1.0090517073656362, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349887540212823, "mass": 15.051135444431456, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330384856105181, "I_33_without_motor": 0.03251646701683559, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.087336730677963, "trigger": 800, "sampling_rate": 105, "lag": 1.629198155439385, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9776107162861369, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5553493022201499, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6405.150064282775, "burn_start_time": 0.10228948871899256, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033503374890894076, "grain_number": 5, "grain_density": 1908.03359150024, "grain_outer_radius": 0.03312934000710355, "grain_initial_inner_radius": 0.014806710283010257, "grain_initial_height": 0.12000638275214572, "grain_separation": 0.005128871009806464, "grains_center_of_mass_position": 0.3982189443404249, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001959936684277541, "throat_radius": 0.011360020427828164, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552711738628417}], "aerodynamic_surfaces": [{"length": 0.5588226000906386, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1322627763110726}, {"n": 4, "root_chord": 0.11979014056904956, "tip_chord": 0.05988421107283008, "span": 0.11031231494838675, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503987838717137}, {"top_radius": 0.06343510777244764, "bottom_radius": 0.04360399947905087, "length": 0.060150773992384686, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992532718184054, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167085364557725, "upper_button_position": 0.08254473536263285}], "rail_length": 5, "inclination": 84.48134167532339, "heading": 52.29065514662} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5706034396791846, "wind_velocity_y_factor": 0.5292959333696554, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350416755787898, "mass": 15.904675719767283, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3193315100111045, "I_33_without_motor": 0.03574586033428992, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.992430936282561, "trigger": 800, "sampling_rate": 105, "lag": 1.4673410481783538, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0257143845067982, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3276602213772444, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7621.449765551792, "burn_start_time": 0.022591006116986695, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032699720033662075, "grain_number": 5, "grain_density": 1823.6789511175364, "grain_outer_radius": 0.03303367530829818, "grain_initial_inner_radius": 0.01490236103156119, "grain_initial_height": 0.12074965224377242, "grain_separation": 0.00591690964176213, "grains_center_of_mass_position": 0.39652956132346573, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001412924957095686, "throat_radius": 0.01078733093632689, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536329710680616}], "aerodynamic_surfaces": [{"length": 0.557152453277791, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352442916291086}, {"n": 4, "root_chord": 0.1204499190188995, "tip_chord": 0.05982485971224173, "span": 0.10980112966653378, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504113359518847}, {"top_radius": 0.0634276095877315, "bottom_radius": 0.0414435094141818, "length": 0.06038615420902445, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004151573741626, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183046420041699, "upper_button_position": 0.0821105153699927}], "rail_length": 5, "inclination": 86.11277857950114, "heading": 54.66088648416069} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2644008259400255, "wind_velocity_y_factor": 1.1998445522433783, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350115147085059, "mass": 15.252997151734277, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3259074385667775, "I_33_without_motor": 0.0339404608961791, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.867229368207763, "trigger": 800, "sampling_rate": 105, "lag": 1.649344503852831, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0666788649912067, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1932664676402087, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5983.61722458376, "burn_start_time": -0.06480620688499433, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03229229888187365, "grain_number": 5, "grain_density": 1771.0858567421003, "grain_outer_radius": 0.03232608334480895, "grain_initial_inner_radius": 0.014703340442499019, "grain_initial_height": 0.12013882980069644, "grain_separation": 0.006138748673455976, "grains_center_of_mass_position": 0.39712816280779484, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001674380864677454, "throat_radius": 0.011499484350126526, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254122465512121}], "aerodynamic_surfaces": [{"length": 0.5577911974301973, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135577207961342}, {"n": 4, "root_chord": 0.12000450124239026, "tip_chord": 0.05941362964238263, "span": 0.10860090333024741, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484695914856215}, {"top_radius": 0.06261375653467602, "bottom_radius": 0.04342384388590627, "length": 0.06053121229821055, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008747008717455, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6150395007193041, "upper_button_position": 0.0858352001524414}], "rail_length": 5, "inclination": 83.454098282107, "heading": 50.969477780243714} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.6514949452663896, "wind_velocity_y_factor": 1.1823488639734945, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06349294537995669, "mass": 15.036361380137862, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3361468936672685, "I_33_without_motor": 0.031340488066728185, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.03240216434434, "trigger": 800, "sampling_rate": 105, "lag": 1.4271427709744215, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0918230492984244, "trigger": "apogee", "sampling_rate": 105, "lag": 1.361266547879075, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5760.405114352355, "burn_start_time": -0.05671889800958936, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03238471141109323, "grain_number": 5, "grain_density": 1750.7953340230267, "grain_outer_radius": 0.032486195014805784, "grain_initial_inner_radius": 0.014335578811007516, "grain_initial_height": 0.12233622501240522, "grain_separation": 0.005440969944735563, "grains_center_of_mass_position": 0.39835813335318493, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002648154200025312, "throat_radius": 0.011906561081623255, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559408000264498}], "aerodynamic_surfaces": [{"length": 0.5589634437629766, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352595911650492}, {"n": 4, "root_chord": 0.11947387542248653, "tip_chord": 0.05953371537656639, "span": 0.11099150090233148, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485764390291015}, {"top_radius": 0.06344998256286791, "bottom_radius": 0.04309525909112982, "length": 0.059928728155002824, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985402078389704, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179764324051799, "upper_button_position": 0.08056377543379056}], "rail_length": 5, "inclination": 87.06280400734568, "heading": 53.94912799937935} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3014108870908128, "wind_velocity_y_factor": 1.23479865116182, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350983342740273, "mass": 15.390450554547881, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3083647536930725, "I_33_without_motor": 0.02265776593279986, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.893514640243787, "trigger": 800, "sampling_rate": 105, "lag": 1.600434460169146, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.062562343776215, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2744123254851345, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5722.369215357807, "burn_start_time": 0.018675959025788662, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03295718563989302, "grain_number": 5, "grain_density": 1824.4535867027587, "grain_outer_radius": 0.03324354850952714, "grain_initial_inner_radius": 0.015134609904800903, "grain_initial_height": 0.12014860029145033, "grain_separation": 0.0031157040781354794, "grains_center_of_mass_position": 0.39693197989677276, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001686020709753714, "throat_radius": 0.010927352974157074, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535440532734259}], "aerodynamic_surfaces": [{"length": 0.5594664778535716, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345627650676349}, {"n": 4, "root_chord": 0.11914684221707739, "tip_chord": 0.05970785920515396, "span": 0.10934286323066894, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048958233138178}, {"top_radius": 0.06401274494631345, "bottom_radius": 0.041748982006542985, "length": 0.06138725021475264, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997043091621733, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190732124925152, "upper_button_position": 0.08063109666965806}], "rail_length": 5, "inclination": 84.47367850065224, "heading": 54.219867499846146} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9458969675548902, "wind_velocity_y_factor": 1.6138944281920085, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350464894107899, "mass": 15.853615788249964, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324822279763406, "I_33_without_motor": 0.034982449559873285, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.961419350266995, "trigger": 800, "sampling_rate": 105, "lag": 1.5795138165710196, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0805379347987394, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5219858113497, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7111.998667415078, "burn_start_time": 0.006839961634611546, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032898727806439446, "grain_number": 5, "grain_density": 1815.6220183490232, "grain_outer_radius": 0.032360117679582, "grain_initial_inner_radius": 0.01468773716135318, "grain_initial_height": 0.12025799970095143, "grain_separation": 0.0051136494139653686, "grains_center_of_mass_position": 0.3939007764332458, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009568537197919173, "throat_radius": 0.010995731092726994, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556229603000078}], "aerodynamic_surfaces": [{"length": 0.5584407522583343, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1355129267940172}, {"n": 4, "root_chord": 0.11965816498563173, "tip_chord": 0.0601188405745878, "span": 0.10975325711339706, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496799707190354}, {"top_radius": 0.06254193408924826, "bottom_radius": 0.042642105203745756, "length": 0.05939869345224642, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009392285852435, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177298021745085, "upper_button_position": 0.08320942641073503}], "rail_length": 5, "inclination": 85.35737133863033, "heading": 52.42054142711522} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.040045525820788, "wind_velocity_y_factor": 0.9205963781900993, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350089514903749, "mass": 15.356438034683098, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3096972452404145, "I_33_without_motor": 0.025986329509295504, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.067461874319296, "trigger": 800, "sampling_rate": 105, "lag": 1.6272344898638802, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0460742405831773, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8766495236799872, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5624.187730355975, "burn_start_time": -0.0737992624576158, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03375899350162918, "grain_number": 5, "grain_density": 1874.6710579873659, "grain_outer_radius": 0.0322554817437077, "grain_initial_inner_radius": 0.014630816058560604, "grain_initial_height": 0.11951562709199141, "grain_separation": 0.005361801360626343, "grains_center_of_mass_position": 0.398426124625343, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005179564016613978, "throat_radius": 0.011034238595834939, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546362263634911}], "aerodynamic_surfaces": [{"length": 0.5567365264444217, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339651854497932}, {"n": 4, "root_chord": 0.12020411634144507, "tip_chord": 0.060243028340324876, "span": 0.11059513470846642, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488292192427198}, {"top_radius": 0.06323382722879685, "bottom_radius": 0.044944205474541546, "length": 0.05947178152929036, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6972084254936294, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167740015522339, "upper_button_position": 0.08043442394139544}], "rail_length": 5, "inclination": 84.38379632099844, "heading": 54.363067677606956} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7038872589484078, "wind_velocity_y_factor": 0.7226513281257276, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06348956314379327, "mass": 16.56305899262781, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312991533098822, "I_33_without_motor": 0.04508736325980195, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.012427430467843, "trigger": 800, "sampling_rate": 105, "lag": 1.3933256568655281, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.936134210285439, "trigger": "apogee", "sampling_rate": 105, "lag": 1.375663895499443, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6538.699075937162, "burn_start_time": -0.017381640711182967, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03312467069879038, "grain_number": 5, "grain_density": 1791.8166402191014, "grain_outer_radius": 0.03316285169293119, "grain_initial_inner_radius": 0.015024443492999945, "grain_initial_height": 0.11975772605336196, "grain_separation": 0.004555596206387051, "grains_center_of_mass_position": 0.3969566685505958, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007813681445451418, "throat_radius": 0.01124059027136803, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544116691803624}], "aerodynamic_surfaces": [{"length": 0.5570026384829657, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133411739406789}, {"n": 4, "root_chord": 0.11991023937279872, "tip_chord": 0.059309715459546684, "span": 0.10972112739449891, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497652144831224}, {"top_radius": 0.06260889401126954, "bottom_radius": 0.04493028375002265, "length": 0.05837498673602485, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003275564839865, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190722741421594, "upper_button_position": 0.0812552823418271}], "rail_length": 5, "inclination": 85.25443972086055, "heading": 55.09522103453858} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5276283038418663, "wind_velocity_y_factor": 0.5427965941924449, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06351614832357944, "mass": 15.094149781491463, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313031764791453, "I_33_without_motor": 0.031509494394482696, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.007300310814166, "trigger": 800, "sampling_rate": 105, "lag": 1.5586324161561644, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9853221689819378, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4578709009940185, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6950.8480178848795, "burn_start_time": -0.12454361676689739, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03314009820614953, "grain_number": 5, "grain_density": 1780.3895390357259, "grain_outer_radius": 0.03380898491051215, "grain_initial_inner_radius": 0.015193413269420251, "grain_initial_height": 0.1197237178824393, "grain_separation": 0.004435800632938364, "grains_center_of_mass_position": 0.3980258889308201, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00041812367094429026, "throat_radius": 0.010149941600157645, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256589553735216}], "aerodynamic_surfaces": [{"length": 0.560113312479093, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332337682251827}, {"n": 4, "root_chord": 0.12048860177344145, "tip_chord": 0.06031120298504147, "span": 0.11031389670477355, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501706561812267}, {"top_radius": 0.06535974032613083, "bottom_radius": 0.043312593245880465, "length": 0.06021627379493787, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008321270136917, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167551284543232, "upper_button_position": 0.08407699855936845}], "rail_length": 5, "inclination": 83.48367266381818, "heading": 49.36644514842186} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9753504203799161, "wind_velocity_y_factor": 0.8382362206790457, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349995170391638, "mass": 15.08658029144364, "I_11_without_motor": 6.321, "I_22_without_motor": 6.289029063884911, "I_33_without_motor": 0.034497592565452685, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.831568161864514, "trigger": 800, "sampling_rate": 105, "lag": 1.4924464578379926, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9257848898188853, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9140272780895848, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7686.847265405168, "burn_start_time": 0.038766052587324934, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03278074619708008, "grain_number": 5, "grain_density": 1839.3477855913754, "grain_outer_radius": 0.032403240448510055, "grain_initial_inner_radius": 0.014961347363176381, "grain_initial_height": 0.11950645514811578, "grain_separation": 0.003960802608227151, "grains_center_of_mass_position": 0.3965156655594666, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006501785822136689, "throat_radius": 0.01133430468624053, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2566286865307827}], "aerodynamic_surfaces": [{"length": 0.5573655981402694, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1323734169940902}, {"n": 4, "root_chord": 0.11893408693545154, "tip_chord": 0.059140564482183355, "span": 0.11022552070179514, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508333028111172}, {"top_radius": 0.06175166819943203, "bottom_radius": 0.04393372869066378, "length": 0.060797615396319525, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993110475800268, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180227104831474, "upper_button_position": 0.08128833709687944}], "rail_length": 5, "inclination": 85.69412827658955, "heading": 52.12579550103833} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1652252629275677, "wind_velocity_y_factor": 1.0102681314167967, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349404183475539, "mass": 14.798581668571346, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317653033249638, "I_33_without_motor": 0.020049052598501448, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.041393134806324, "trigger": 800, "sampling_rate": 105, "lag": 1.5192966903777623, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9315780983838248, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3549783750728204, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6870.1294968592665, "burn_start_time": -0.17536086277721244, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03235496596655696, "grain_number": 5, "grain_density": 1843.3860997674485, "grain_outer_radius": 0.032946505435810326, "grain_initial_inner_radius": 0.01474228937687801, "grain_initial_height": 0.11936493946744649, "grain_separation": 0.004349377464913784, "grains_center_of_mass_position": 0.39768403718950374, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011831749098537717, "throat_radius": 0.010812774053173966, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564816122597693}], "aerodynamic_surfaces": [{"length": 0.5554895609012438, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1355349134387067}, {"n": 4, "root_chord": 0.12044361698751196, "tip_chord": 0.05981741691939209, "span": 0.10953729914888789, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489693360091918}, {"top_radius": 0.0663719941094132, "bottom_radius": 0.04186370173434659, "length": 0.05988284078687963, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986161727320284, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183170343625672, "upper_button_position": 0.08029913836946112}], "rail_length": 5, "inclination": 84.28810936310406, "heading": 54.10000378601424} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8518511204956096, "wind_velocity_y_factor": 1.1426681114901647, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349760151618922, "mass": 15.99559051726602, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334177289904197, "I_33_without_motor": 0.03330131196036023, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.082580544336793, "trigger": 800, "sampling_rate": 105, "lag": 1.614165272019357, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0655722285270466, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3370252769338786, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6137.2355040427, "burn_start_time": -0.1570879665796982, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033231083146624645, "grain_number": 5, "grain_density": 1760.3613211911609, "grain_outer_radius": 0.03321959008025077, "grain_initial_inner_radius": 0.015358195237203047, "grain_initial_height": 0.120459469479147, "grain_separation": 0.005575715488529726, "grains_center_of_mass_position": 0.39751996201710527, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014295194591089683, "throat_radius": 0.011698630347277672, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546490688464873}], "aerodynamic_surfaces": [{"length": 0.5586557347711281, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1317009039960229}, {"n": 4, "root_chord": 0.1194352834690804, "tip_chord": 0.05990996093172325, "span": 0.10993578231407682, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491798211980654}, {"top_radius": 0.0647576980566141, "bottom_radius": 0.04183197935656645, "length": 0.060626495333926764, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990845731098619, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176463752683883, "upper_button_position": 0.08143819784147366}], "rail_length": 5, "inclination": 86.96027204883028, "heading": 50.047905514729216} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3195328544088839, "wind_velocity_y_factor": 0.7984680410439708, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.0634859245443614, "mass": 15.217134652590666, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321679688229456, "I_33_without_motor": 0.01896872300384863, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.047931309140678, "trigger": 800, "sampling_rate": 105, "lag": 1.6000970360355713, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8534312845657726, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6117209074437346, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5406.036951813171, "burn_start_time": 0.15178534583753356, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032450009449133316, "grain_number": 5, "grain_density": 1769.3927100447581, "grain_outer_radius": 0.033177972062832246, "grain_initial_inner_radius": 0.015011052816157805, "grain_initial_height": 0.12194010060152856, "grain_separation": 0.004848823841003486, "grains_center_of_mass_position": 0.3962527127906859, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007099061208939267, "throat_radius": 0.010747011839738162, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541213930123298}], "aerodynamic_surfaces": [{"length": 0.5591786155605708, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327095970264198}, {"n": 4, "root_chord": 0.12005658010288386, "tip_chord": 0.06069569451823227, "span": 0.10984100019641964, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499711930985378}, {"top_radius": 0.061277064765578045, "bottom_radius": 0.043158174965955295, "length": 0.059911228197340814, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994856440417765, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170005321221533, "upper_button_position": 0.08248511191962316}], "rail_length": 5, "inclination": 83.89016413098523, "heading": 53.275705738638884} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5836936758447975, "wind_velocity_y_factor": 0.9026649275110616, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350916260865447, "mass": 16.5180413249267, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317339510868902, "I_33_without_motor": 0.031140234308328792, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.080611159981096, "trigger": 800, "sampling_rate": 105, "lag": 1.4223581696149967, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8672780453942865, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3501287670997775, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5518.077713280325, "burn_start_time": -0.04570922217557529, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0330165195022723, "grain_number": 5, "grain_density": 1832.5742082376796, "grain_outer_radius": 0.03255726182883395, "grain_initial_inner_radius": 0.01589893832687368, "grain_initial_height": 0.12069648140833793, "grain_separation": 0.004554018374785105, "grains_center_of_mass_position": 0.3969045969946002, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00038649130309685044, "throat_radius": 0.0112411284268988, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554184188990525}], "aerodynamic_surfaces": [{"length": 0.5574496406384002, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133684995801142}, {"n": 4, "root_chord": 0.12041072548154058, "tip_chord": 0.06071016724215907, "span": 0.10900195009644321, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486676306797158}, {"top_radius": 0.06359731220539595, "bottom_radius": 0.04457862761198206, "length": 0.060141108938489146, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001729558566074, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167105736777738, "upper_button_position": 0.08346238217883362}], "rail_length": 5, "inclination": 84.65112713026113, "heading": 53.98227914652134} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0847614649821067, "wind_velocity_y_factor": 0.8234228991364635, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349652402623346, "mass": 15.910831778351776, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324901600137338, "I_33_without_motor": 0.05250824538681367, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.180442823547285, "trigger": 800, "sampling_rate": 105, "lag": 1.4268541793318834, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.025952452346129, "trigger": "apogee", "sampling_rate": 105, "lag": 1.344127408136449, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6421.3947996102315, "burn_start_time": -0.06701603413185207, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03299806556666191, "grain_number": 5, "grain_density": 1827.445279344648, "grain_outer_radius": 0.03303365487069788, "grain_initial_inner_radius": 0.014918870408398949, "grain_initial_height": 0.12008441202246574, "grain_separation": 0.004494951992964036, "grains_center_of_mass_position": 0.39666459927469677, "center_of_dry_mass_position": 0.317, "nozzle_position": 8.755534834890346e-05, "throat_radius": 0.011095715262460898, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256179610986363}], "aerodynamic_surfaces": [{"length": 0.5581797129934224, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349329576340723}, {"n": 4, "root_chord": 0.1203142575819822, "tip_chord": 0.06003050630006151, "span": 0.10877890547320405, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491720433733225}, {"top_radius": 0.06226360040955375, "bottom_radius": 0.04416496911931721, "length": 0.05902178622846553, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699224736472263, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177471186722574, "upper_button_position": 0.08147761780000562}], "rail_length": 5, "inclination": 84.93224883387863, "heading": 50.68642802693941} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4469558131464704, "wind_velocity_y_factor": 0.8264143956340071, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349333183252694, "mass": 15.433420607014643, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316321075345027, "I_33_without_motor": 0.023287957004385337, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.94419929911126, "trigger": 800, "sampling_rate": 105, "lag": 1.477304637111345, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8951305917984078, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2508401403534442, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7285.630833593927, "burn_start_time": 0.005224801256203599, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03334384899253403, "grain_number": 5, "grain_density": 1922.7875167568104, "grain_outer_radius": 0.033116037338431936, "grain_initial_inner_radius": 0.015028871363378953, "grain_initial_height": 0.12032694450148633, "grain_separation": 0.004160217532966993, "grains_center_of_mass_position": 0.3966375166036809, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0019862124322430003, "throat_radius": 0.012104125205593957, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557644488017004}], "aerodynamic_surfaces": [{"length": 0.5581178932839425, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347567341614033}, {"n": 4, "root_chord": 0.11998945691639562, "tip_chord": 0.06074828161799286, "span": 0.11008793568578167, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0478225435181243}, {"top_radius": 0.063791301330475, "bottom_radius": 0.044953402234658865, "length": 0.061653751625339245, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006626732038795, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193595937698023, "upper_button_position": 0.08130307943407722}], "rail_length": 5, "inclination": 84.40441635483371, "heading": 53.97133483567458} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2955764869147288, "wind_velocity_y_factor": 0.9848897572628933, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06349181694740548, "mass": 16.42069591364265, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304679011193378, "I_33_without_motor": 0.05269521882380267, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.107565596859875, "trigger": 800, "sampling_rate": 105, "lag": 1.5255244092807594, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9010296460814077, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4140969981711342, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6169.416489655468, "burn_start_time": -0.03048254370460265, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032588723162449686, "grain_number": 5, "grain_density": 1792.8423261189846, "grain_outer_radius": 0.032564045109061725, "grain_initial_inner_radius": 0.014971717481379253, "grain_initial_height": 0.11977802232405543, "grain_separation": 0.005337452755282987, "grains_center_of_mass_position": 0.39763208905988007, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011863176690216453, "throat_radius": 0.011070460376362808, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548559418707215}], "aerodynamic_surfaces": [{"length": 0.5589026557643855, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339415545760807}, {"n": 4, "root_chord": 0.11996291805775926, "tip_chord": 0.059827448208077005, "span": 0.10914215019082467, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051846687580272}, {"top_radius": 0.06489301206388033, "bottom_radius": 0.04378248391097922, "length": 0.05948429197735768, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699816821342364, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167804658278249, "upper_button_position": 0.08303635551453914}], "rail_length": 5, "inclination": 83.00000902810616, "heading": 53.46659689881871} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9634221702420537, "wind_velocity_y_factor": 1.4027278247111301, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350027782264586, "mass": 15.521063937301438, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329847531601711, "I_33_without_motor": 0.025340511624840644, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.091570137186496, "trigger": 800, "sampling_rate": 105, "lag": 1.5826810435787508, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1300550586156166, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1551115671668788, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5928.570917468115, "burn_start_time": 0.032765957973238044, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03273267002771961, "grain_number": 5, "grain_density": 1787.9433431277548, "grain_outer_radius": 0.03233962634905962, "grain_initial_inner_radius": 0.015791624445367067, "grain_initial_height": 0.12026546367051746, "grain_separation": 0.007237789053824088, "grains_center_of_mass_position": 0.3966609981463583, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001485955568360616, "throat_radius": 0.011018933125320813, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253547709527452}], "aerodynamic_surfaces": [{"length": 0.5573223218046184, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348926574850517}, {"n": 4, "root_chord": 0.11934038030917385, "tip_chord": 0.05957894945898066, "span": 0.10920813452627966, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490796855655256}, {"top_radius": 0.06257822302621587, "bottom_radius": 0.04239057015512758, "length": 0.05929616174044235, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005886240560923, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182650633454967, "upper_button_position": 0.08232356071059566}], "rail_length": 5, "inclination": 84.03555207193989, "heading": 50.766385830959635} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6735727442867412, "wind_velocity_y_factor": 1.5246934161994852, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350789665087236, "mass": 16.05389365834255, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329868263786845, "I_33_without_motor": 0.030455552570449625, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.052578561083308, "trigger": 800, "sampling_rate": 105, "lag": 1.3437686382132148, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0143630386616425, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4844774943407972, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6259.025046889937, "burn_start_time": -0.14092368040399783, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032621223053757746, "grain_number": 5, "grain_density": 1795.1365207166282, "grain_outer_radius": 0.03315033916750942, "grain_initial_inner_radius": 0.014965039382753178, "grain_initial_height": 0.11894092014612605, "grain_separation": 0.00484017250051386, "grains_center_of_mass_position": 0.3984297272181234, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009808191607634578, "throat_radius": 0.011685185036425927, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564589206895438}], "aerodynamic_surfaces": [{"length": 0.5594827201474005, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334057172545646}, {"n": 4, "root_chord": 0.12105035984752682, "tip_chord": 0.060796888492281376, "span": 0.11012209097437677, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494170331749377}, {"top_radius": 0.06244595505430274, "bottom_radius": 0.042709779197652356, "length": 0.06033868278727873, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983357861644489, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179136240671284, "upper_button_position": 0.08042216209732056}], "rail_length": 5, "inclination": 83.8191366463997, "heading": 50.327361061875585} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1622354201307536, "wind_velocity_y_factor": 0.5102971856769412, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349304576625474, "mass": 15.591834196295274, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315345103913417, "I_33_without_motor": 0.014882809677029374, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.72902821287399, "trigger": 800, "sampling_rate": 105, "lag": 1.5046405909431295, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1267063434538347, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6718427382895338, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7128.7533564941305, "burn_start_time": -0.016347065733820384, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03298394866021909, "grain_number": 5, "grain_density": 1853.2936746216553, "grain_outer_radius": 0.03272112126043827, "grain_initial_inner_radius": 0.01521126707501034, "grain_initial_height": 0.11900618757471207, "grain_separation": 0.006464006018502994, "grains_center_of_mass_position": 0.3963765275055534, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010752267061623288, "throat_radius": 0.011376441528155125, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550812901134911}], "aerodynamic_surfaces": [{"length": 0.5584738471661543, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347550836555018}, {"n": 4, "root_chord": 0.11955734483401761, "tip_chord": 0.06090190548045941, "span": 0.10965638424196793, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0478887172599036}, {"top_radius": 0.06502636082949198, "bottom_radius": 0.043781261001186345, "length": 0.059852690800596305, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001231969148581, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182162803473413, "upper_button_position": 0.08190691656751681}], "rail_length": 5, "inclination": 85.50077292834709, "heading": 50.685585981884174} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2104080241562463, "wind_velocity_y_factor": 1.4072335410291927, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349957263750443, "mass": 15.373387929774095, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328678220266305, "I_33_without_motor": 0.038822283771298066, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.017145535921616, "trigger": 800, "sampling_rate": 105, "lag": 1.5049632903116872, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8830958354992423, "trigger": "apogee", "sampling_rate": 105, "lag": 1.700824592998355, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6908.451165846578, "burn_start_time": 0.0021753843048016425, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03341269074851068, "grain_number": 5, "grain_density": 1817.7953651712849, "grain_outer_radius": 0.03324273329550972, "grain_initial_inner_radius": 0.014635881735573028, "grain_initial_height": 0.12007961961683188, "grain_separation": 0.005341177896908776, "grains_center_of_mass_position": 0.3971528464862259, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003885744264628156, "throat_radius": 0.011093327785186596, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542736765358558}], "aerodynamic_surfaces": [{"length": 0.557701647837248, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13369356136997}, {"n": 4, "root_chord": 0.11945599284066395, "tip_chord": 0.06076675464861557, "span": 0.11011810414905018, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507918163852914}, {"top_radius": 0.06517398003290764, "bottom_radius": 0.04304573689261126, "length": 0.06099710690370765, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990364650687526, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193197498157367, "upper_button_position": 0.07971671525301594}], "rail_length": 5, "inclination": 83.69564609600688, "heading": 54.98313690820903} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9618973341056207, "wind_velocity_y_factor": 1.0276754805323376, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349148932170295, "mass": 15.152193270404135, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333518851208756, "I_33_without_motor": 0.03067730218188758, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.939587252648074, "trigger": 800, "sampling_rate": 105, "lag": 1.4735352191416633, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9960861589757658, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6863637008099832, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5335.939628300141, "burn_start_time": 0.062173328299442124, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033906584113063264, "grain_number": 5, "grain_density": 1828.4140164655896, "grain_outer_radius": 0.03321374851514531, "grain_initial_inner_radius": 0.015212808501092176, "grain_initial_height": 0.12040391254418373, "grain_separation": 0.0047669237407507855, "grains_center_of_mass_position": 0.39670074090280955, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009821117236502351, "throat_radius": 0.011188646005407723, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546787336401366}], "aerodynamic_surfaces": [{"length": 0.558952878557376, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336686831220797}, {"n": 4, "root_chord": 0.12016707764335265, "tip_chord": 0.06018375759926759, "span": 0.11022066286978134, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497198523983537}, {"top_radius": 0.06387798797864669, "bottom_radius": 0.04414783906239364, "length": 0.060028990612872264, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002416935911167, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618484329867579, "upper_button_position": 0.0817573637235377}], "rail_length": 5, "inclination": 85.54480003265192, "heading": 51.98202298340362} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4865491829280408, "wind_velocity_y_factor": 1.438477571977481, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349875606020208, "mass": 14.978921406324623, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3127895619491285, "I_33_without_motor": 0.021741186441780747, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.95197574571238, "trigger": 800, "sampling_rate": 105, "lag": 1.4745323452760386, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0051608883540732, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4264126785164386, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5169.303704833343, "burn_start_time": -0.09843887367010809, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03372882589428177, "grain_number": 5, "grain_density": 1831.2424843580138, "grain_outer_radius": 0.03330623330279903, "grain_initial_inner_radius": 0.015248917459177948, "grain_initial_height": 0.12092809044437264, "grain_separation": 0.004463882046553199, "grains_center_of_mass_position": 0.39582845752251755, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004819330612725932, "throat_radius": 0.011294354541365311, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559202673823633}], "aerodynamic_surfaces": [{"length": 0.5590080196773478, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351558007714655}, {"n": 4, "root_chord": 0.11957560455421172, "tip_chord": 0.060296927275218994, "span": 0.11029508767005856, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500861108023514}, {"top_radius": 0.0650125215433997, "bottom_radius": 0.0419279647753869, "length": 0.05923921774882645, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001780413446581, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189592369374416, "upper_button_position": 0.08121880440721652}], "rail_length": 5, "inclination": 84.01215114802032, "heading": 53.79721653737757} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4077795297776662, "wind_velocity_y_factor": 0.8279721131559792, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350137256643516, "mass": 14.543887931575055, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320553882374467, "I_33_without_motor": 0.02089462471187968, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.9960057603689, "trigger": 800, "sampling_rate": 105, "lag": 1.4083714107465028, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.901354606174029, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8692533700131668, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7161.917936157952, "burn_start_time": -0.025878190279085722, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03221092406371861, "grain_number": 5, "grain_density": 1854.6136762927295, "grain_outer_radius": 0.033167007598704966, "grain_initial_inner_radius": 0.014736523872092988, "grain_initial_height": 0.12085821353676487, "grain_separation": 0.003845739797823027, "grains_center_of_mass_position": 0.3957547497353675, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002750749590151944, "throat_radius": 0.011338424958132195, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255076725051112}], "aerodynamic_surfaces": [{"length": 0.5601307464656118, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133408677348178}, {"n": 4, "root_chord": 0.12014409859761821, "tip_chord": 0.06054707648813634, "span": 0.10991296087520633, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491077272321825}, {"top_radius": 0.06308043139532062, "bottom_radius": 0.04405583278598572, "length": 0.061421644126998055, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002069284143766, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194005128479698, "upper_button_position": 0.08080641556640678}], "rail_length": 5, "inclination": 85.32432404387053, "heading": 54.04781688808401} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1714396175890114, "wind_velocity_y_factor": 0.7269149875556176, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350007714530136, "mass": 16.094038344125728, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32899292132802, "I_33_without_motor": 0.024778457676903044, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.166107342048848, "trigger": 800, "sampling_rate": 105, "lag": 1.5717133032135417, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0191284744976377, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5478563230597688, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7086.177983679029, "burn_start_time": 0.08977888017769406, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03201450371230615, "grain_number": 5, "grain_density": 1846.864074767337, "grain_outer_radius": 0.032686676019117365, "grain_initial_inner_radius": 0.014937738875070269, "grain_initial_height": 0.12008270291548154, "grain_separation": 0.0049955076266152195, "grains_center_of_mass_position": 0.3971016190960765, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004944618299755373, "throat_radius": 0.010978800576496065, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555165984412613}], "aerodynamic_surfaces": [{"length": 0.5581377017400424, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351777404333985}, {"n": 4, "root_chord": 0.12058973705521057, "tip_chord": 0.06117470442603751, "span": 0.11040644369290413, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501383306656786}, {"top_radius": 0.062559932979021, "bottom_radius": 0.04364285714231412, "length": 0.05941261317200591, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699466556664858, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173616861393132, "upper_button_position": 0.08210487052554483}], "rail_length": 5, "inclination": 83.86591840314135, "heading": 53.749921814367426} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.13420244336566, "wind_velocity_y_factor": 1.5727577996652329, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.0634994132698503, "mass": 15.811825739635745, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328248186707076, "I_33_without_motor": 0.03488701410893852, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.94056946939438, "trigger": 800, "sampling_rate": 105, "lag": 1.57012858468572, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0416748682798336, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3275064898975146, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6598.5582084232665, "burn_start_time": -0.08115301176761772, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032350584067067645, "grain_number": 5, "grain_density": 1793.3202540201517, "grain_outer_radius": 0.032856962359632695, "grain_initial_inner_radius": 0.015141959687905314, "grain_initial_height": 0.12036310352748132, "grain_separation": 0.005241280897298846, "grains_center_of_mass_position": 0.396193300197915, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004392305878105863, "throat_radius": 0.010990463536708212, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538561574524685}], "aerodynamic_surfaces": [{"length": 0.5581380759140847, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343216578698476}, {"n": 4, "root_chord": 0.12032614064655484, "tip_chord": 0.059934422304165645, "span": 0.11038712095851402, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494629934299382}, {"top_radius": 0.06354024846676178, "bottom_radius": 0.043525405303915424, "length": 0.0594749923710173, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011938438689108, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175519967401992, "upper_button_position": 0.08364184712871159}], "rail_length": 5, "inclination": 83.88169086637167, "heading": 50.41723141474301} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7813600076364595, "wind_velocity_y_factor": 1.043836847884327, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349750672602046, "mass": 15.922298304559837, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314950803882667, "I_33_without_motor": 0.03918630370083363, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.976328633917927, "trigger": 800, "sampling_rate": 105, "lag": 1.5532957134686995, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0481165318551147, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6149447850007281, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5665.004814789114, "burn_start_time": -0.05866471020953284, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033663982108322055, "grain_number": 5, "grain_density": 1804.3594711295466, "grain_outer_radius": 0.03364603128464008, "grain_initial_inner_radius": 0.015261364632747512, "grain_initial_height": 0.11858865929726442, "grain_separation": 0.005321058868796347, "grains_center_of_mass_position": 0.39714992899362594, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003851803646435329, "throat_radius": 0.011100246086265699, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255482612831642}], "aerodynamic_surfaces": [{"length": 0.558038676866007, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350934612172734}, {"n": 4, "root_chord": 0.11961271285147002, "tip_chord": 0.05960086806855235, "span": 0.11106495144953235, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509975792036066}, {"top_radius": 0.06342502655578552, "bottom_radius": 0.04355230440228419, "length": 0.06108812290481206, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994269155166983, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174560990380998, "upper_button_position": 0.0819708164785985}], "rail_length": 5, "inclination": 86.23788761546021, "heading": 57.33194572276269} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1968422458830699, "wind_velocity_y_factor": 0.9407502264263702, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350380358987068, "mass": 15.362172227734286, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321024630808626, "I_33_without_motor": 0.026922344525146916, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.099792448589552, "trigger": 800, "sampling_rate": 105, "lag": 1.5278505573877807, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.013878550127132, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4443005503867925, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6538.851492799243, "burn_start_time": 0.006509665867485592, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03315885425776496, "grain_number": 5, "grain_density": 1804.2766786661136, "grain_outer_radius": 0.03306746525481666, "grain_initial_inner_radius": 0.015551420865612758, "grain_initial_height": 0.11885397574169355, "grain_separation": 0.004895035846421622, "grains_center_of_mass_position": 0.3997533138373768, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014885508870417917, "throat_radius": 0.010483401956388552, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255509775274944}], "aerodynamic_surfaces": [{"length": 0.557519978135775, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336114202454521}, {"n": 4, "root_chord": 0.11996843276600647, "tip_chord": 0.06132613415510749, "span": 0.10995053295996396, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048509406725554}, {"top_radius": 0.06276997704909673, "bottom_radius": 0.04332881680858021, "length": 0.06064990490530478, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001470700042772, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6159012862731094, "upper_button_position": 0.08424578373116787}], "rail_length": 5, "inclination": 85.45940850825899, "heading": 52.22696179289288} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6176442132118383, "wind_velocity_y_factor": 0.8158204423407627, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350353948329103, "mass": 15.181367100167524, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316230002528522, "I_33_without_motor": 0.03491546795366781, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.997715618629895, "trigger": 800, "sampling_rate": 105, "lag": 1.6251584672052286, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9510524134765569, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5635415629649436, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5719.826470351594, "burn_start_time": -0.004028506819820427, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03337092185017274, "grain_number": 5, "grain_density": 1836.2593977884953, "grain_outer_radius": 0.032363732327081236, "grain_initial_inner_radius": 0.014802179963982696, "grain_initial_height": 0.11792240347841786, "grain_separation": 0.0038360647208216534, "grains_center_of_mass_position": 0.3976988627658441, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0019141672938152033, "throat_radius": 0.011188144424851613, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254477791142058}], "aerodynamic_surfaces": [{"length": 0.5592917065067913, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336340868431625}, {"n": 4, "root_chord": 0.12063935208381636, "tip_chord": 0.060997169761789406, "span": 0.11056048223650947, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490644271008482}, {"top_radius": 0.06359036436320706, "bottom_radius": 0.045138133196191775, "length": 0.0587598143784779, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7022418003929942, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6200158800636589, "upper_button_position": 0.08222592032933529}], "rail_length": 5, "inclination": 83.56042255018119, "heading": 53.61346743695887} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.115730854004938, "wind_velocity_y_factor": 1.166981537848247, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.0635053819412944, "mass": 15.029505851269287, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3191045229265494, "I_33_without_motor": 0.03644444124502859, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.034386089691532, "trigger": 800, "sampling_rate": 105, "lag": 1.669175485649766, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0372860943854938, "trigger": "apogee", "sampling_rate": 105, "lag": 1.536223123716073, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5064.026922202884, "burn_start_time": -0.11497175510647535, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0332739082903862, "grain_number": 5, "grain_density": 1880.4893873791748, "grain_outer_radius": 0.03227769957865962, "grain_initial_inner_radius": 0.014909472937640344, "grain_initial_height": 0.12155805875655386, "grain_separation": 0.004227779775451725, "grains_center_of_mass_position": 0.3979248931093776, "center_of_dry_mass_position": 0.317, "nozzle_position": -6.129194803340772e-05, "throat_radius": 0.01130298173026393, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255616188733988}], "aerodynamic_surfaces": [{"length": 0.5575216898501224, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333550166909434}, {"n": 4, "root_chord": 0.11978296504327392, "tip_chord": 0.05977276862168464, "span": 0.10971030067235601, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504334039484968}, {"top_radius": 0.0635980312996024, "bottom_radius": 0.04255138836473064, "length": 0.06039587763832155, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994777695564257, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169384325385859, "upper_button_position": 0.08253933701783978}], "rail_length": 5, "inclination": 84.56432141388699, "heading": 50.51284568740272} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2336478319105901, "wind_velocity_y_factor": 1.029916110816129, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06351095594743544, "mass": 15.613934170270053, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324948255123947, "I_33_without_motor": 0.02225584794663557, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.130490725417692, "trigger": 800, "sampling_rate": 105, "lag": 1.4686058835155955, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8176053181356951, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2932867139911832, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5337.190050145803, "burn_start_time": -0.15053284307565395, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03315005723411339, "grain_number": 5, "grain_density": 1801.227735133221, "grain_outer_radius": 0.03326626056172744, "grain_initial_inner_radius": 0.015021734092764553, "grain_initial_height": 0.12015980868355525, "grain_separation": 0.006579147620287904, "grains_center_of_mass_position": 0.3962762714477858, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008000037960199528, "throat_radius": 0.010644358649170921, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256493883335375}], "aerodynamic_surfaces": [{"length": 0.5579114506516555, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329438160860434}, {"n": 4, "root_chord": 0.12051652605647256, "tip_chord": 0.060487819466608826, "span": 0.10956810735178478, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507226945957278}, {"top_radius": 0.06402847932595337, "bottom_radius": 0.04460782563732772, "length": 0.05914115566728286, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993706893126569, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176848537041796, "upper_button_position": 0.08168583560847731}], "rail_length": 5, "inclination": 85.36550470444584, "heading": 53.31915284458021} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.327322657282028, "wind_velocity_y_factor": 1.2932522981861974, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349866090933684, "mass": 14.890224417249797, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319375943766584, "I_33_without_motor": 0.038069164485852514, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.072789630373073, "trigger": 800, "sampling_rate": 105, "lag": 1.4914024388955134, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0061383721543526, "trigger": "apogee", "sampling_rate": 105, "lag": 1.622946613682214, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5979.430522434346, "burn_start_time": 0.14074340588809195, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03247904341204547, "grain_number": 5, "grain_density": 1881.1675546802464, "grain_outer_radius": 0.03364427980913125, "grain_initial_inner_radius": 0.015366268585380405, "grain_initial_height": 0.1198896675766332, "grain_separation": 0.004239655383637802, "grains_center_of_mass_position": 0.3970084101007707, "center_of_dry_mass_position": 0.317, "nozzle_position": 6.195672457178738e-05, "throat_radius": 0.011291913475861715, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553562221928267}], "aerodynamic_surfaces": [{"length": 0.5593132373009089, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134118221042068}, {"n": 4, "root_chord": 0.11986675567187204, "tip_chord": 0.06059751796362682, "span": 0.1097048064684444, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485189825538626}, {"top_radius": 0.06246979782839902, "bottom_radius": 0.04274430664940661, "length": 0.06152944105590119, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700477702268437, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179717547941086, "upper_button_position": 0.08250594747432838}], "rail_length": 5, "inclination": 85.46386678388508, "heading": 53.67537999028835} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2123219048658314, "wind_velocity_y_factor": 1.8030567673355473, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06348671644877388, "mass": 15.121434159194681, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31324367724554, "I_33_without_motor": 0.04766370177469089, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.197110375020639, "trigger": 800, "sampling_rate": 105, "lag": 1.5359982576438824, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.030148724065981, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2077090523396319, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8174.982940519465, "burn_start_time": -0.13466044220150505, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03269298541141413, "grain_number": 5, "grain_density": 1895.025251269318, "grain_outer_radius": 0.03372327989316379, "grain_initial_inner_radius": 0.014874707272271692, "grain_initial_height": 0.121609046205746, "grain_separation": 0.005765503262386185, "grains_center_of_mass_position": 0.3965074467462741, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005476667802028431, "throat_radius": 0.011446989747615361, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544056672429356}], "aerodynamic_surfaces": [{"length": 0.55837413549911, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329698740777985}, {"n": 4, "root_chord": 0.11997755806018803, "tip_chord": 0.059748285546096666, "span": 0.10979799383285935, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.052283099199324}, {"top_radius": 0.06360391482823763, "bottom_radius": 0.042741586415312505, "length": 0.06077654153584986, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6978905010228896, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6205195758838605, "upper_button_position": 0.0773709251390291}], "rail_length": 5, "inclination": 86.44915425032335, "heading": 55.769246749026564} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9396414134654858, "wind_velocity_y_factor": 0.7782461210791662, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349263657214109, "mass": 14.18652765399195, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325179920542937, "I_33_without_motor": 0.032445340687846484, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.0550460044633, "trigger": 800, "sampling_rate": 105, "lag": 1.519568436971328, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0317997793719549, "trigger": "apogee", "sampling_rate": 105, "lag": 1.30918696984559, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5608.6697020550455, "burn_start_time": 0.25413337022691457, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032692483321437475, "grain_number": 5, "grain_density": 1816.298113114835, "grain_outer_radius": 0.03292812190068328, "grain_initial_inner_radius": 0.014184443888232076, "grain_initial_height": 0.11914446870288992, "grain_separation": 0.003820808075586104, "grains_center_of_mass_position": 0.3982058387383714, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00036154543192360366, "throat_radius": 0.010847920083717752, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254746783338869}], "aerodynamic_surfaces": [{"length": 0.5591244138195637, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1357441078882795}, {"n": 4, "root_chord": 0.12017263985235001, "tip_chord": 0.06027115987378579, "span": 0.11018226442728987, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049511827384551}, {"top_radius": 0.06347583490541481, "bottom_radius": 0.04312216533247214, "length": 0.06085863695880933, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991200873601604, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183455856839818, "upper_button_position": 0.08077450167617861}], "rail_length": 5, "inclination": 84.84576918352914, "heading": 50.12216605711397} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.9601225117895629, "wind_velocity_y_factor": 1.2937718023584737, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350797517176288, "mass": 15.5884567280166, "I_11_without_motor": 6.321, "I_22_without_motor": 6.339675947929593, "I_33_without_motor": 0.03366612421341659, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.008354750228301, "trigger": 800, "sampling_rate": 105, "lag": 1.5754419060447948, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0605833881048543, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7631697472512529, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5564.202803354084, "burn_start_time": 0.12473985120546215, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03315842569478941, "grain_number": 5, "grain_density": 1816.0992172742424, "grain_outer_radius": 0.0327153157607013, "grain_initial_inner_radius": 0.014890736418127621, "grain_initial_height": 0.11941276333727731, "grain_separation": 0.005713813806463357, "grains_center_of_mass_position": 0.3963663490018044, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00016496969297968028, "throat_radius": 0.011677073941006911, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255213117173268}], "aerodynamic_surfaces": [{"length": 0.5606557761168915, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133992158759188}, {"n": 4, "root_chord": 0.12069392150345336, "tip_chord": 0.060058202378835225, "span": 0.10903537402734799, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0510777767418646}, {"top_radius": 0.0641986006578742, "bottom_radius": 0.0448994038075939, "length": 0.06081151249764053, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011919585090847, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184896368179545, "upper_button_position": 0.08270232169113012}], "rail_length": 5, "inclination": 83.8643398070011, "heading": 53.12041670239815} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.687104383238087, "wind_velocity_y_factor": 1.5006017985593996, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349895197771006, "mass": 15.607837179305843, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318982556752563, "I_33_without_motor": 0.028208877151003148, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.964510481695909, "trigger": 800, "sampling_rate": 105, "lag": 1.3831374284871356, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0321892799190284, "trigger": "apogee", "sampling_rate": 105, "lag": 1.715542446704995, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7606.769900956733, "burn_start_time": -0.08419145062392741, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033140776033545566, "grain_number": 5, "grain_density": 1847.2361099207233, "grain_outer_radius": 0.0332703908265345, "grain_initial_inner_radius": 0.015311727876289335, "grain_initial_height": 0.12013588553342633, "grain_separation": 0.005361473365272897, "grains_center_of_mass_position": 0.39795429772898594, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00022051187239979737, "throat_radius": 0.010702622278439218, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553240914295554}], "aerodynamic_surfaces": [{"length": 0.5578363828851644, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332898077826565}, {"n": 4, "root_chord": 0.12047220850944179, "tip_chord": 0.06003602798896435, "span": 0.11033945042793909, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0464917776226912}, {"top_radius": 0.06177757839448955, "bottom_radius": 0.04380659212939168, "length": 0.05861136237958613, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011834535959947, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184326409157013, "upper_button_position": 0.08275081268029338}], "rail_length": 5, "inclination": 83.21750679440738, "heading": 51.80268366650345} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6737595722542693, "wind_velocity_y_factor": 0.8717284063995046, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349956427832483, "mass": 14.956229791469553, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327742557741966, "I_33_without_motor": 0.03261074900096265, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.009671457576546, "trigger": 800, "sampling_rate": 105, "lag": 1.4773225865241226, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9837542501470122, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3312025611364326, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6786.8901102307855, "burn_start_time": 0.038288502941905556, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033367796438110706, "grain_number": 5, "grain_density": 1780.5696933248898, "grain_outer_radius": 0.033271197666371724, "grain_initial_inner_radius": 0.015108259004992571, "grain_initial_height": 0.11894442075070605, "grain_separation": 0.006228187302822023, "grains_center_of_mass_position": 0.39728182366120973, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00024926964009087146, "throat_radius": 0.011152909114364834, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560856054780112}], "aerodynamic_surfaces": [{"length": 0.5588032320787539, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338096395389192}, {"n": 4, "root_chord": 0.11957805770649903, "tip_chord": 0.060024969251737496, "span": 0.10992859060622377, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494317191217064}, {"top_radius": 0.06376320576046404, "bottom_radius": 0.04156613232871266, "length": 0.06091653767718228, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983025992897196, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184082265279004, "upper_button_position": 0.07989437276181921}], "rail_length": 5, "inclination": 86.08896356995726, "heading": 56.77211697691037} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0786782145169131, "wind_velocity_y_factor": 1.0407711899193894, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350392995307481, "mass": 15.011039492624327, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319579784144714, "I_33_without_motor": 0.04341878985008267, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.162475358112655, "trigger": 800, "sampling_rate": 105, "lag": 1.5945288953749943, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0796511989359436, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4417728603460331, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6586.021262686321, "burn_start_time": 0.006059629263113644, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0335914539534726, "grain_number": 5, "grain_density": 1832.1807675070836, "grain_outer_radius": 0.03272402226922287, "grain_initial_inner_radius": 0.014842100753775135, "grain_initial_height": 0.1204424396732786, "grain_separation": 0.0038892605988438164, "grains_center_of_mass_position": 0.3968242427699024, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00028022700744116696, "throat_radius": 0.010953658677598802, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2566108868304553}], "aerodynamic_surfaces": [{"length": 0.5582733939716562, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339785427703823}, {"n": 4, "root_chord": 0.12048440278993962, "tip_chord": 0.059821024149626444, "span": 0.10957103857260957, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495289060501525}, {"top_radius": 0.06449319127976504, "bottom_radius": 0.04303660178184656, "length": 0.061238595830996605, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988178843511925, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188035293066593, "upper_button_position": 0.08001435504453325}], "rail_length": 5, "inclination": 84.48536539533976, "heading": 53.725896885814635} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7869145510539813, "wind_velocity_y_factor": 0.93256048324362, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.0634994729771532, "mass": 15.773089604195594, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320256137331809, "I_33_without_motor": 0.04115296443055322, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.921151547776939, "trigger": 800, "sampling_rate": 105, "lag": 1.3688924020724602, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9765359348049081, "trigger": "apogee", "sampling_rate": 105, "lag": 1.290918479083604, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7671.505483515133, "burn_start_time": -0.08760017193872954, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03267404456764328, "grain_number": 5, "grain_density": 1817.8264780788031, "grain_outer_radius": 0.03336217187272463, "grain_initial_inner_radius": 0.014940544160494314, "grain_initial_height": 0.12026001265733921, "grain_separation": 0.004562497443511209, "grains_center_of_mass_position": 0.3978222489442993, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0020023711739951887, "throat_radius": 0.011370605922552752, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255877388684128}], "aerodynamic_surfaces": [{"length": 0.5581555385251163, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135958290427656}, {"n": 4, "root_chord": 0.12009659322629836, "tip_chord": 0.060077570652294146, "span": 0.11028239288628658, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494367214894507}, {"top_radius": 0.06550352935893398, "bottom_radius": 0.042150451574179015, "length": 0.06026599698909414, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002877838070645, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164497022088063, "upper_button_position": 0.08383808159825812}], "rail_length": 5, "inclination": 83.76526146940392, "heading": 52.27108327264862} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1669508214127868, "wind_velocity_y_factor": 0.11641465673477991, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349363672243936, "mass": 15.533028642165451, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322507883425374, "I_33_without_motor": 0.0449536633660538, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.097233198903233, "trigger": 800, "sampling_rate": 105, "lag": 1.4326080488602095, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.126006342656319, "trigger": "apogee", "sampling_rate": 105, "lag": 1.305877819458858, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7251.576343626016, "burn_start_time": 0.015281586078182741, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03271348073347967, "grain_number": 5, "grain_density": 1830.5818040249071, "grain_outer_radius": 0.0323134285622269, "grain_initial_inner_radius": 0.01392135476808834, "grain_initial_height": 0.11935979749771279, "grain_separation": 0.0061690365249834405, "grains_center_of_mass_position": 0.39640552688433195, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013658366396538456, "throat_radius": 0.01108764280607291, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254153353625828}], "aerodynamic_surfaces": [{"length": 0.5578853335691155, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332959515919672}, {"n": 4, "root_chord": 0.11944297687657335, "tip_chord": 0.05958499273245326, "span": 0.11096743368572026, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497781216855129}, {"top_radius": 0.062470398470655955, "bottom_radius": 0.042707053471143994, "length": 0.06055468481843885, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001688100708858, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194701804669007, "upper_button_position": 0.0806986296039851}], "rail_length": 5, "inclination": 83.05542474212146, "heading": 58.168706027338175} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.243991744676288, "wind_velocity_y_factor": 1.2957015600661612, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350480949070293, "mass": 15.208389862758521, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310815181501172, "I_33_without_motor": 0.03809236832766655, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.971804461494134, "trigger": 800, "sampling_rate": 105, "lag": 1.5744688533713795, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0122999554123535, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5943336658904168, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5257.012163516595, "burn_start_time": 0.1946591984403776, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03315367347897053, "grain_number": 5, "grain_density": 1897.0164831059396, "grain_outer_radius": 0.03317840321999983, "grain_initial_inner_radius": 0.014680163808352477, "grain_initial_height": 0.11844111896272844, "grain_separation": 0.004561392323812695, "grains_center_of_mass_position": 0.3960117677262233, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010320396962001093, "throat_radius": 0.01222801659665204, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561498457407334}], "aerodynamic_surfaces": [{"length": 0.5575945496531275, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346487294468888}, {"n": 4, "root_chord": 0.12011182515031513, "tip_chord": 0.05983057166315852, "span": 0.1100109003809043, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049716034710718}, {"top_radius": 0.06309681562487435, "bottom_radius": 0.04320449554127778, "length": 0.059348996493559784, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996382028841102, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189521177334195, "upper_button_position": 0.08068608515069065}], "rail_length": 5, "inclination": 82.43988323579457, "heading": 54.407541196151506} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1004732253490925, "wind_velocity_y_factor": 0.48634590327661786, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06349086172725975, "mass": 15.269671100092644, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323951110097632, "I_33_without_motor": 0.040382113220951955, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.089819112219045, "trigger": 800, "sampling_rate": 105, "lag": 1.5041921797678117, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0385387475807533, "trigger": "apogee", "sampling_rate": 105, "lag": 1.682989328507665, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7349.239941242703, "burn_start_time": -0.02104294172223797, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03203154739368249, "grain_number": 5, "grain_density": 1773.549922705015, "grain_outer_radius": 0.03292740096277774, "grain_initial_inner_radius": 0.014669872810879616, "grain_initial_height": 0.12018228706591542, "grain_separation": 0.004023772859604449, "grains_center_of_mass_position": 0.39862681334835476, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010994146842190243, "throat_radius": 0.01107731669139525, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554289370782123}], "aerodynamic_surfaces": [{"length": 0.557655129806981, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132960552177865}, {"n": 4, "root_chord": 0.12032745421778117, "tip_chord": 0.059680823906958856, "span": 0.1097643095546365, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.052013647009629}, {"top_radius": 0.06180062967416379, "bottom_radius": 0.04426764722441507, "length": 0.05947892383081876, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987825179292445, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178137485064524, "upper_button_position": 0.08096876942279208}], "rail_length": 5, "inclination": 86.38948666904714, "heading": 52.14068996132506} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1339637514844068, "wind_velocity_y_factor": 0.8735434643630398, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350194653285156, "mass": 14.404353121233546, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3234707305533, "I_33_without_motor": 0.03546328194488207, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.15864083087389, "trigger": 800, "sampling_rate": 105, "lag": 1.6692832058345672, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8417925968427267, "trigger": "apogee", "sampling_rate": 105, "lag": 1.687416813311171, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7464.385651348935, "burn_start_time": -0.10502283219303095, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03382176851679002, "grain_number": 5, "grain_density": 1775.2425433350797, "grain_outer_radius": 0.03322672483007873, "grain_initial_inner_radius": 0.014510980994105914, "grain_initial_height": 0.11872476133605873, "grain_separation": 0.004719444119375714, "grains_center_of_mass_position": 0.3980360019030809, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013591378938193465, "throat_radius": 0.010386309745943926, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539769375599001}], "aerodynamic_surfaces": [{"length": 0.557132689644621, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336229606686992}, {"n": 4, "root_chord": 0.11958226059286267, "tip_chord": 0.06019367390243459, "span": 0.1103677804944926, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050731260172456}, {"top_radius": 0.06358089632698496, "bottom_radius": 0.0435746421699153, "length": 0.06126180991628728, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988105821776417, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190730229186839, "upper_button_position": 0.07973755925895776}], "rail_length": 5, "inclination": 84.66215683639022, "heading": 53.71016868515556} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9452025257918666, "wind_velocity_y_factor": 1.3622491754076824, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350672199188845, "mass": 15.1008444012998, "I_11_without_motor": 6.321, "I_22_without_motor": 6.302511083473339, "I_33_without_motor": 0.05034816327215473, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.001113486304028, "trigger": 800, "sampling_rate": 105, "lag": 1.5965350552875395, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0520024560540027, "trigger": "apogee", "sampling_rate": 105, "lag": 1.486666577279285, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6691.036624788652, "burn_start_time": 0.06085087363844706, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03317771233917069, "grain_number": 5, "grain_density": 1811.6194119828826, "grain_outer_radius": 0.032935442929513024, "grain_initial_inner_radius": 0.015510041468534951, "grain_initial_height": 0.1188229205102452, "grain_separation": 0.005521331802387091, "grains_center_of_mass_position": 0.3971550094401564, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001170925314851599, "throat_radius": 0.011475182592194617, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547954405026231}], "aerodynamic_surfaces": [{"length": 0.5566612298575386, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134429227980202}, {"n": 4, "root_chord": 0.11944717113090467, "tip_chord": 0.06017965047524612, "span": 0.11025795740483653, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500047563385855}, {"top_radius": 0.06323438501225731, "bottom_radius": 0.043208260515820704, "length": 0.060441023526636474, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000740251131281, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194647677326768, "upper_button_position": 0.08060925738045133}], "rail_length": 5, "inclination": 84.89517887675656, "heading": 55.76242573740723} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6219447723667141, "wind_velocity_y_factor": 1.0141012591959901, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.0635021085952625, "mass": 15.332570423902249, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322314113554196, "I_33_without_motor": 0.022650412588985768, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.9379249280335, "trigger": 800, "sampling_rate": 105, "lag": 1.5121755899136469, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1161797219196032, "trigger": "apogee", "sampling_rate": 105, "lag": 1.541963029554792, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4185.052958279968, "burn_start_time": -0.06962964349020338, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03265313982702242, "grain_number": 5, "grain_density": 1853.6726800081192, "grain_outer_radius": 0.03253466348295609, "grain_initial_inner_radius": 0.01513855243507551, "grain_initial_height": 0.11932682788814153, "grain_separation": 0.004051934338460207, "grains_center_of_mass_position": 0.39681029380326027, "center_of_dry_mass_position": 0.317, "nozzle_position": 5.8424805810432895e-05, "throat_radius": 0.010967744318210125, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553231968378775}], "aerodynamic_surfaces": [{"length": 0.55944656444186, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132397199493598}, {"n": 4, "root_chord": 0.1206955542825353, "tip_chord": 0.05986934508287417, "span": 0.10926828087696723, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0512715402622324}, {"top_radius": 0.06381728298585648, "bottom_radius": 0.04126621650762061, "length": 0.059905235193805875, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001847707618389, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177436787473547, "upper_button_position": 0.08244109201448424}], "rail_length": 5, "inclination": 84.34796914716893, "heading": 55.11786315886194} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2961924983757016, "wind_velocity_y_factor": 1.009065617433967, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349829651735237, "mass": 14.70024679528176, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322683266550604, "I_33_without_motor": 0.035919670591511306, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.92028060945472, "trigger": 800, "sampling_rate": 105, "lag": 1.5427460122822325, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0017207881278458, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2252221120483102, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6704.429993728481, "burn_start_time": 0.06187015369939352, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03343219679330414, "grain_number": 5, "grain_density": 1806.0015787463483, "grain_outer_radius": 0.033627494161420225, "grain_initial_inner_radius": 0.01565625814690804, "grain_initial_height": 0.11985885614756381, "grain_separation": 0.004389871472399638, "grains_center_of_mass_position": 0.3995872361846111, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009631189015623277, "throat_radius": 0.011721032687835855, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255901746070559}], "aerodynamic_surfaces": [{"length": 0.5588637574735381, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339603552955937}, {"n": 4, "root_chord": 0.12013324495455846, "tip_chord": 0.06067393196878638, "span": 0.10969008856052609, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050708593375889}, {"top_radius": 0.06282093176594791, "bottom_radius": 0.04376405373955329, "length": 0.059457708932641934, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700614152256136, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175863498248253, "upper_button_position": 0.0830278024313107}], "rail_length": 5, "inclination": 84.54813131923716, "heading": 54.14527592909988} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7643772592761884, "wind_velocity_y_factor": 0.8907414471049914, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349619876048944, "mass": 15.698978295059815, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324418997082396, "I_33_without_motor": 0.03688277362074087, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.979112402429054, "trigger": 800, "sampling_rate": 105, "lag": 1.4730349160715195, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9732271146712855, "trigger": "apogee", "sampling_rate": 105, "lag": 1.283007297364125, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7144.319401858168, "burn_start_time": 0.0246454961568644, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0329071577481175, "grain_number": 5, "grain_density": 1738.1743884079071, "grain_outer_radius": 0.03311375644250873, "grain_initial_inner_radius": 0.014928685788849446, "grain_initial_height": 0.11950782931081466, "grain_separation": 0.0032531473426815416, "grains_center_of_mass_position": 0.39725710847016604, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00035376138737665166, "throat_radius": 0.0112344128132546, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550667496224024}], "aerodynamic_surfaces": [{"length": 0.5569677170335241, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134558727851248}, {"n": 4, "root_chord": 0.12038170374407017, "tip_chord": 0.060476828144912134, "span": 0.11009753889537817, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488042755509048}, {"top_radius": 0.06479489866187041, "bottom_radius": 0.04429999466506678, "length": 0.059492160378343796, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004394045394075, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169091950070152, "upper_button_position": 0.08353020953239221}], "rail_length": 5, "inclination": 85.15847179631864, "heading": 54.60298805636488} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4197240521096044, "wind_velocity_y_factor": 0.9744050275922769, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0634958456338597, "mass": 14.674728891372075, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311755757937803, "I_33_without_motor": 0.035780648483379016, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.951909542493919, "trigger": 800, "sampling_rate": 105, "lag": 1.5658391683101278, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0674237946215452, "trigger": "apogee", "sampling_rate": 105, "lag": 1.62383185388855, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6531.541092533462, "burn_start_time": -0.05058475043494263, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03248646632183802, "grain_number": 5, "grain_density": 1818.0644890300562, "grain_outer_radius": 0.03290293281969611, "grain_initial_inner_radius": 0.015069970461355307, "grain_initial_height": 0.12116371971968515, "grain_separation": 0.004691343568950649, "grains_center_of_mass_position": 0.3951387206011441, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009517759399140843, "throat_radius": 0.011303923556458604, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549432242550622}], "aerodynamic_surfaces": [{"length": 0.556174422256386, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350951437459145}, {"n": 4, "root_chord": 0.1203760369582452, "tip_chord": 0.05954945623602222, "span": 0.1109414553947502, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511643388330012}, {"top_radius": 0.06357017417949071, "bottom_radius": 0.04305621905850373, "length": 0.06173899564132772, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993881668797549, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617058477030178, "upper_button_position": 0.08232968984957689}], "rail_length": 5, "inclination": 84.84411455969558, "heading": 52.214340678219756} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5722515701557058, "wind_velocity_y_factor": 0.6242497286644816, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349835496325033, "mass": 14.785035577700006, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324504551728362, "I_33_without_motor": 0.025205390777617152, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.1428119326286, "trigger": 800, "sampling_rate": 105, "lag": 1.6505480095194014, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9318170828472158, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5131764067467395, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6605.014282625062, "burn_start_time": 0.022746279095674414, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032761884390020875, "grain_number": 5, "grain_density": 1901.8037281883796, "grain_outer_radius": 0.03322176159949875, "grain_initial_inner_radius": 0.01521253325450636, "grain_initial_height": 0.12228255058133294, "grain_separation": 0.004592571278264285, "grains_center_of_mass_position": 0.3970107214637837, "center_of_dry_mass_position": 0.317, "nozzle_position": 7.424097747729086e-05, "throat_radius": 0.01050408076545392, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534840820436444}], "aerodynamic_surfaces": [{"length": 0.5599145811199163, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1325164778538068}, {"n": 4, "root_chord": 0.11972450649379354, "tip_chord": 0.06059525562870055, "span": 0.10977079470849707, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511123760472072}, {"top_radius": 0.064254598815519, "bottom_radius": 0.04261213166762428, "length": 0.0592884313072838, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002313155588974, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170072890631797, "upper_button_position": 0.0832240264957177}], "rail_length": 5, "inclination": 84.02362285998342, "heading": 49.14078359052285} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0851159294626012, "wind_velocity_y_factor": 1.601844457897819, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350846608298381, "mass": 14.457874840304228, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3170729050506536, "I_33_without_motor": 0.03643576948227257, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.107250014294083, "trigger": 800, "sampling_rate": 105, "lag": 1.5291009785171552, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.025837542581908, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7356891820353084, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7538.062826397534, "burn_start_time": 0.036327093350649785, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033305257936156546, "grain_number": 5, "grain_density": 1804.1078367062298, "grain_outer_radius": 0.033006602663000345, "grain_initial_inner_radius": 0.014757961780442754, "grain_initial_height": 0.11985271001957552, "grain_separation": 0.005692353881368484, "grains_center_of_mass_position": 0.39530469158719056, "center_of_dry_mass_position": 0.317, "nozzle_position": 8.203758066223216e-05, "throat_radius": 0.010941812186908607, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556417703407747}], "aerodynamic_surfaces": [{"length": 0.5574970685538552, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351475544022591}, {"n": 4, "root_chord": 0.11952537545806446, "tip_chord": 0.059768549592225204, "span": 0.11111753689522126, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0519578868486}, {"top_radius": 0.06163067007015194, "bottom_radius": 0.043489000697328084, "length": 0.0607253828150951, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008438630448237, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171330346068469, "upper_button_position": 0.08371082843797684}], "rail_length": 5, "inclination": 85.57456672870437, "heading": 54.29767833679088} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7886937824415813, "wind_velocity_y_factor": 1.0329358539703575, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350016461876824, "mass": 15.471477269425053, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326758883253806, "I_33_without_motor": 0.020073623924024835, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.932912371999132, "trigger": 800, "sampling_rate": 105, "lag": 1.4129087067242978, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0511159209611127, "trigger": "apogee", "sampling_rate": 105, "lag": 1.49905484563969, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5799.806586264736, "burn_start_time": 0.044645870833388446, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03316855970063407, "grain_number": 5, "grain_density": 1792.2515635050754, "grain_outer_radius": 0.032613083931411616, "grain_initial_inner_radius": 0.014567844310260421, "grain_initial_height": 0.11938429310854957, "grain_separation": 0.004044677194513256, "grains_center_of_mass_position": 0.39691562884612924, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001371639187671419, "throat_radius": 0.010928068614307344, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535683859444022}], "aerodynamic_surfaces": [{"length": 0.55921292860399, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342010791413109}, {"n": 4, "root_chord": 0.12032210694099815, "tip_chord": 0.06039050823056433, "span": 0.11030175882731416, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503245003845327}, {"top_radius": 0.06224049172971041, "bottom_radius": 0.042863637458082894, "length": 0.061752884836404114, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981574605166885, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185819450665727, "upper_button_position": 0.07957551545011576}], "rail_length": 5, "inclination": 84.46091982173823, "heading": 50.623859985231526} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4407305310450151, "wind_velocity_y_factor": 0.7369339348874744, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349463607288049, "mass": 15.013237166662169, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3277466613883915, "I_33_without_motor": 0.039469414350495606, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.97966250485155, "trigger": 800, "sampling_rate": 105, "lag": 1.467985672802603, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0331315117510844, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1474475999191867, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6914.712153338569, "burn_start_time": 0.08096216429747337, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032165129648349215, "grain_number": 5, "grain_density": 1782.8654787884936, "grain_outer_radius": 0.03269586862395837, "grain_initial_inner_radius": 0.014980063944728167, "grain_initial_height": 0.12005332698550007, "grain_separation": 0.005084360475764052, "grains_center_of_mass_position": 0.3972366485021017, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007023356485058416, "throat_radius": 0.01104398712264948, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545717076006744}], "aerodynamic_surfaces": [{"length": 0.5592769278459611, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333292986906813}, {"n": 4, "root_chord": 0.11983571293598434, "tip_chord": 0.05984909015351998, "span": 0.10979658040307226, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497216416964803}, {"top_radius": 0.06383321466193463, "bottom_radius": 0.04439516549521186, "length": 0.05997001074064964, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004929165641809, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181885946157927, "upper_button_position": 0.08230432194838821}], "rail_length": 5, "inclination": 83.73263988858719, "heading": 50.21413562032484} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8675366262231857, "wind_velocity_y_factor": 1.0615177578529376, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349786686159849, "mass": 15.390174031917603, "I_11_without_motor": 6.321, "I_22_without_motor": 6.298550528202172, "I_33_without_motor": 0.03928761580043329, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.049310652929583, "trigger": 800, "sampling_rate": 105, "lag": 1.563780791019927, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0904637016975334, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4700662696182034, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5857.64934954992, "burn_start_time": 0.02268716059418419, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03270097673587361, "grain_number": 5, "grain_density": 1820.7515491857027, "grain_outer_radius": 0.033505441418184914, "grain_initial_inner_radius": 0.015458747258699416, "grain_initial_height": 0.12095598922333022, "grain_separation": 0.004883545020070709, "grains_center_of_mass_position": 0.39753904699035364, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008440438874541585, "throat_radius": 0.011347550213055757, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554389920829603}], "aerodynamic_surfaces": [{"length": 0.5575206557854168, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1360915747001237}, {"n": 4, "root_chord": 0.11988123180598817, "tip_chord": 0.05908312380084567, "span": 0.11086881937087958, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504502952330173}, {"top_radius": 0.0639172084907546, "bottom_radius": 0.04216299587276239, "length": 0.05937671279911925, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009085144693381, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167757895803875, "upper_button_position": 0.08413272488895063}], "rail_length": 5, "inclination": 85.620201743765, "heading": 49.41908482684962} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9632315482511956, "wind_velocity_y_factor": 1.490146484642754, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349940211560066, "mass": 15.240102664029964, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315423069890159, "I_33_without_motor": 0.016232489972057174, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.982281970117745, "trigger": 800, "sampling_rate": 105, "lag": 1.3790962973034069, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.917698863197301, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3990969572923184, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6307.75238548956, "burn_start_time": 0.14774169097685164, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033422521082894605, "grain_number": 5, "grain_density": 1837.0922126070059, "grain_outer_radius": 0.034132691613111124, "grain_initial_inner_radius": 0.01514121681351146, "grain_initial_height": 0.1213176371586609, "grain_separation": 0.005866213337258639, "grains_center_of_mass_position": 0.3984780936753952, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00047166146757694186, "throat_radius": 0.010278830520990002, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2531484899060488}], "aerodynamic_surfaces": [{"length": 0.55839386807738, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346140082393286}, {"n": 4, "root_chord": 0.12119916463320071, "tip_chord": 0.05986996660375216, "span": 0.10975741421263616, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049605264959289}, {"top_radius": 0.0625551502470975, "bottom_radius": 0.0445501383267682, "length": 0.060903937960289325, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6977653323537832, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172917506713606, "upper_button_position": 0.08047358168242269}], "rail_length": 5, "inclination": 84.23190881020489, "heading": 53.41464678672925} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7763723348299791, "wind_velocity_y_factor": 0.9279815724055955, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349321510050766, "mass": 15.986559891933096, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32973279288875, "I_33_without_motor": 0.02477525068503339, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.957246688085423, "trigger": 800, "sampling_rate": 105, "lag": 1.6033177843561386, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.927078659995798, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2463799985622033, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7348.4178811183665, "burn_start_time": 0.15847486164942676, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033335453965079836, "grain_number": 5, "grain_density": 1971.6531444950672, "grain_outer_radius": 0.03340575981467298, "grain_initial_inner_radius": 0.01542143326176749, "grain_initial_height": 0.12006261922269648, "grain_separation": 0.005478368552465125, "grains_center_of_mass_position": 0.39762044843946515, "center_of_dry_mass_position": 0.317, "nozzle_position": -8.211507613791666e-07, "throat_radius": 0.010677866547711657, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539602818125832}], "aerodynamic_surfaces": [{"length": 0.5573121188685803, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135866863523814}, {"n": 4, "root_chord": 0.12056797959449116, "tip_chord": 0.060252902764758254, "span": 0.1094986545489755, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486199811467425}, {"top_radius": 0.06349100425497405, "bottom_radius": 0.043878727044361576, "length": 0.06065346932729188, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995043016403123, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174875454187723, "upper_button_position": 0.08201675622154003}], "rail_length": 5, "inclination": 85.36062922773064, "heading": 49.21384840554085} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8097756095498627, "wind_velocity_y_factor": 0.7873162358390324, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349593193578507, "mass": 15.578061780303972, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311028956379559, "I_33_without_motor": 0.020181261288020974, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.013589316474357, "trigger": 800, "sampling_rate": 105, "lag": 1.568350324966901, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9658612682527123, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7619009979474196, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6990.405125204434, "burn_start_time": 0.12080941760659357, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03211702360523418, "grain_number": 5, "grain_density": 1866.2653654889157, "grain_outer_radius": 0.032918996702168545, "grain_initial_inner_radius": 0.014947265555503807, "grain_initial_height": 0.12018937423688866, "grain_separation": 0.004483572888470486, "grains_center_of_mass_position": 0.39684590257603874, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001909957328054583, "throat_radius": 0.0107953322246009, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555453120946172}], "aerodynamic_surfaces": [{"length": 0.5578670337002462, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351078162307808}, {"n": 4, "root_chord": 0.11943685834960323, "tip_chord": 0.06025226832881014, "span": 0.11097370776310028, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482306009208218}, {"top_radius": 0.06135873110089913, "bottom_radius": 0.04469864945839669, "length": 0.06265234900145895, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998536414569747, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177486889034534, "upper_button_position": 0.08210495255352135}], "rail_length": 5, "inclination": 86.17631118347747, "heading": 53.56367321279679} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.6093366109610348, "wind_velocity_y_factor": 0.9290097064739093, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350615168047416, "mass": 15.765868224113579, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33601338421612, "I_33_without_motor": 0.04744308983317315, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.007337290372497, "trigger": 800, "sampling_rate": 105, "lag": 1.3610907731658586, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8492586521612647, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2195684557314563, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5996.1083913487155, "burn_start_time": -0.03525080736913724, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0331929790914295, "grain_number": 5, "grain_density": 1834.2041922216204, "grain_outer_radius": 0.03321790267871224, "grain_initial_inner_radius": 0.014764052139301103, "grain_initial_height": 0.12059919842938477, "grain_separation": 0.004529478121177341, "grains_center_of_mass_position": 0.39583175380027574, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008218831945338761, "throat_radius": 0.010574531113748389, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540984557116075}], "aerodynamic_surfaces": [{"length": 0.5582773941113802, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133407182711447}, {"n": 4, "root_chord": 0.12041600331392523, "tip_chord": 0.05998640081395547, "span": 0.1100281362322129, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500353023463354}, {"top_radius": 0.06372200714703997, "bottom_radius": 0.04398647525257012, "length": 0.06171171412506952, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005788398488915, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174007455382958, "upper_button_position": 0.08317809431059564}], "rail_length": 5, "inclination": 85.01024532423914, "heading": 52.11645931445598} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.409082415926958, "wind_velocity_y_factor": 1.052482495929935, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350274181059395, "mass": 15.676148400182527, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332802910950281, "I_33_without_motor": 0.032205132677248706, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.97654205877965, "trigger": 800, "sampling_rate": 105, "lag": 1.5307287755471675, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.899654566449071, "trigger": "apogee", "sampling_rate": 105, "lag": 1.519714393223127, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5809.427813131277, "burn_start_time": 0.07930600282229648, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032171756044447095, "grain_number": 5, "grain_density": 1837.1933015203515, "grain_outer_radius": 0.03354527357610114, "grain_initial_inner_radius": 0.015480297452788564, "grain_initial_height": 0.11917724191848814, "grain_separation": 0.004501185878786546, "grains_center_of_mass_position": 0.39684881860273336, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010912339817751285, "throat_radius": 0.01079489374702504, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540830554242082}], "aerodynamic_surfaces": [{"length": 0.5585178488121231, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348707938703426}, {"n": 4, "root_chord": 0.12074190304369932, "tip_chord": 0.05917272395012968, "span": 0.10936131180035194, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.05194505180418}, {"top_radius": 0.0638190147307285, "bottom_radius": 0.04383343796795488, "length": 0.05856656999443591, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7023727169190106, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178513103348124, "upper_button_position": 0.08452140658419816}], "rail_length": 5, "inclination": 86.36997757402072, "heading": 54.28600956635315} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1706922439437246, "wind_velocity_y_factor": 0.5383258418540444, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349871302012351, "mass": 15.784599458310733, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308041037703246, "I_33_without_motor": 0.038114589687295725, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.91675174475969, "trigger": 800, "sampling_rate": 105, "lag": 1.697595544493217, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.130577292380182, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1817248001472058, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7198.551810392972, "burn_start_time": 0.16171126055556798, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033343324827012605, "grain_number": 5, "grain_density": 1807.0615328843678, "grain_outer_radius": 0.033724366245111125, "grain_initial_inner_radius": 0.01499134215054143, "grain_initial_height": 0.12214627437494065, "grain_separation": 0.004753956607571552, "grains_center_of_mass_position": 0.39855563096439445, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003189798625469793, "throat_radius": 0.011302433745274438, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542639492161145}], "aerodynamic_surfaces": [{"length": 0.5596663913049009, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337008440159781}, {"n": 4, "root_chord": 0.11998133208937439, "tip_chord": 0.06045539832004381, "span": 0.10975172011582225, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505988009040816}, {"top_radius": 0.06431539471754236, "bottom_radius": 0.04274637445564559, "length": 0.061039652158285176, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991638231473566, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169142201039746, "upper_button_position": 0.08224960304338202}], "rail_length": 5, "inclination": 85.28098993340997, "heading": 53.922424701384735} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.584293373691005, "wind_velocity_y_factor": 1.1336104320470954, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349636530331233, "mass": 15.704394721561863, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314829150973842, "I_33_without_motor": 0.03318922367752902, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.04034596694786, "trigger": 800, "sampling_rate": 105, "lag": 1.2600573215227353, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9814486167925893, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7307573057129657, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7680.57774659745, "burn_start_time": -0.060739468301659376, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03283471701460895, "grain_number": 5, "grain_density": 1828.708902257074, "grain_outer_radius": 0.03364624704106217, "grain_initial_inner_radius": 0.015189506882419402, "grain_initial_height": 0.11936143526331859, "grain_separation": 0.003718804882773387, "grains_center_of_mass_position": 0.39671529926891963, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009363876436714572, "throat_radius": 0.010721085509286434, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546749977869058}], "aerodynamic_surfaces": [{"length": 0.5588685621859734, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333003150524286}, {"n": 4, "root_chord": 0.11995972030948858, "tip_chord": 0.059657850445191264, "span": 0.10977013203936539, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494074879522415}, {"top_radius": 0.06378019328278596, "bottom_radius": 0.04384144662518554, "length": 0.05989046067083238, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008088512967996, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6196875127631309, "upper_button_position": 0.08112133853366865}], "rail_length": 5, "inclination": 85.72847791652485, "heading": 53.39151513857968} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2103744735612656, "wind_velocity_y_factor": 1.2512171271913957, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350456223813447, "mass": 14.54831964607563, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314672173554924, "I_33_without_motor": 0.031688382611981446, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.052351926343025, "trigger": 800, "sampling_rate": 105, "lag": 1.5028308851676764, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9837452309344843, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4645122256976835, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7149.2140099769385, "burn_start_time": -0.06327440459969683, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03385172587156979, "grain_number": 5, "grain_density": 1888.4220386665243, "grain_outer_radius": 0.03368285437760067, "grain_initial_inner_radius": 0.015221466089416444, "grain_initial_height": 0.11974407123269196, "grain_separation": 0.002414144488567847, "grains_center_of_mass_position": 0.3965110873604805, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00034622058691926796, "throat_radius": 0.010804764097762229, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543230702480253}], "aerodynamic_surfaces": [{"length": 0.5586806159716157, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133455957730413}, {"n": 4, "root_chord": 0.11979651644535329, "tip_chord": 0.0602885288389978, "span": 0.11045410695848377, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0473593682494182}, {"top_radius": 0.06235595010350316, "bottom_radius": 0.04092081525618604, "length": 0.05949826300588599, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993444964016012, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61756321227894, "upper_button_position": 0.08178128412266128}], "rail_length": 5, "inclination": 84.86998642245084, "heading": 54.77904983965691} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.674797863182119, "wind_velocity_y_factor": 0.31710912537783664, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06351095556083236, "mass": 14.990288463776743, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329336861225446, "I_33_without_motor": 0.03938802289375564, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.904403336361606, "trigger": 800, "sampling_rate": 105, "lag": 1.4528097038460925, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9100438496613542, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6355993236079758, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6038.399304815335, "burn_start_time": -0.06931539811612569, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03278255781478044, "grain_number": 5, "grain_density": 1788.7071875103825, "grain_outer_radius": 0.03286487467548156, "grain_initial_inner_radius": 0.01587628397326834, "grain_initial_height": 0.11904522589109263, "grain_separation": 0.004888559050872173, "grains_center_of_mass_position": 0.3976932829646593, "center_of_dry_mass_position": 0.317, "nozzle_position": -4.691080226101592e-05, "throat_radius": 0.010845308183062802, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547128510991516}], "aerodynamic_surfaces": [{"length": 0.5581632169112255, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1355338539590931}, {"n": 4, "root_chord": 0.12020461964974039, "tip_chord": 0.060170191094577025, "span": 0.10973327948848798, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507670697120721}, {"top_radius": 0.06313860743105494, "bottom_radius": 0.04131290595531255, "length": 0.06025303814928404, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002958488688943, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183847350548217, "upper_button_position": 0.08191111381407257}], "rail_length": 5, "inclination": 85.68443351925187, "heading": 53.0206833979924} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1361559624477224, "wind_velocity_y_factor": 0.7971857179572688, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350435842946485, "mass": 15.479328443483439, "I_11_without_motor": 6.321, "I_22_without_motor": 6.337067885606437, "I_33_without_motor": 0.04550610113921422, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.793426304228493, "trigger": 800, "sampling_rate": 105, "lag": 1.4616485786542197, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0200019636528956, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4363851514367656, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5526.696157473509, "burn_start_time": 0.09742806811753418, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03275464048742762, "grain_number": 5, "grain_density": 1808.590680512966, "grain_outer_radius": 0.03314823922565607, "grain_initial_inner_radius": 0.015009717548879168, "grain_initial_height": 0.11878413508306133, "grain_separation": 0.007900737681758072, "grains_center_of_mass_position": 0.3958883777129351, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001624787387821626, "throat_radius": 0.011320960541434224, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558912137643448}], "aerodynamic_surfaces": [{"length": 0.5567896794378249, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341020902401133}, {"n": 4, "root_chord": 0.11980376605540646, "tip_chord": 0.05989569281253469, "span": 0.1097019080064858, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503846139341677}, {"top_radius": 0.06396467627733522, "bottom_radius": 0.04281124596877159, "length": 0.060596700707304704, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992968796480852, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190691229179989, "upper_button_position": 0.08022775673008631}], "rail_length": 5, "inclination": 84.51985605730061, "heading": 53.60912785081599} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6433699231524039, "wind_velocity_y_factor": 0.9711017304245156, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349542982173867, "mass": 15.297394291948544, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319789141029345, "I_33_without_motor": 0.03800485360049475, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.179699750606574, "trigger": 800, "sampling_rate": 105, "lag": 1.5773696010180749, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.197714135496328, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2646738045870785, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6603.48355219318, "burn_start_time": 0.006168927793826734, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03258641945318789, "grain_number": 5, "grain_density": 1768.0013724644896, "grain_outer_radius": 0.03298034791194783, "grain_initial_inner_radius": 0.014165672587229413, "grain_initial_height": 0.12083796841793955, "grain_separation": 0.00545192856232155, "grains_center_of_mass_position": 0.39683035124756216, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011018957977467214, "throat_radius": 0.011203151069451365, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541468097594197}], "aerodynamic_surfaces": [{"length": 0.5575031777832058, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349523349182753}, {"n": 4, "root_chord": 0.1203220715077785, "tip_chord": 0.060730289100158784, "span": 0.11000454134927858, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494365162435237}, {"top_radius": 0.06346656387605505, "bottom_radius": 0.04424724275291325, "length": 0.06149816790559724, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006563488625303, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190505267279127, "upper_button_position": 0.08160582213461753}], "rail_length": 5, "inclination": 83.0773927230584, "heading": 53.04269934012526} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4749527905604256, "wind_velocity_y_factor": 0.6675238022868963, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350753841026859, "mass": 15.851568025629918, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311900031469126, "I_33_without_motor": 0.05140739370276477, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.146522042773697, "trigger": 800, "sampling_rate": 105, "lag": 1.3826046254117619, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9400916021909989, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6701689678351435, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8609.973574840493, "burn_start_time": -0.18129027869107045, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033147995314516884, "grain_number": 5, "grain_density": 1849.6350817253156, "grain_outer_radius": 0.03329497351490954, "grain_initial_inner_radius": 0.015132048784775988, "grain_initial_height": 0.11996345245482269, "grain_separation": 0.005098089140063885, "grains_center_of_mass_position": 0.3971877001003555, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005281429800159732, "throat_radius": 0.011848823234913174, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540445579398325}], "aerodynamic_surfaces": [{"length": 0.5595488231307301, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333983801020215}, {"n": 4, "root_chord": 0.12027821223678224, "tip_chord": 0.060953588591466025, "span": 0.10988075097463335, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493658813966547}, {"top_radius": 0.06328421314278854, "bottom_radius": 0.04480831804184143, "length": 0.05890585448865398, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985711132369434, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181807407772109, "upper_button_position": 0.08039037245973257}], "rail_length": 5, "inclination": 85.82416421519346, "heading": 55.786206211603734} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.564664084336645, "wind_velocity_y_factor": 1.2925705602856885, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06348791235765724, "mass": 15.298333782802015, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321840902898816, "I_33_without_motor": 0.032902892115917376, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.960297198602015, "trigger": 800, "sampling_rate": 105, "lag": 1.4624358470769492, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9875853658494718, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3748468924752069, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6149.691392982533, "burn_start_time": -0.2959318186389723, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03342496062458508, "grain_number": 5, "grain_density": 1892.8273418712736, "grain_outer_radius": 0.03271184874541085, "grain_initial_inner_radius": 0.014837575550137441, "grain_initial_height": 0.12140191349843608, "grain_separation": 0.004374307186780419, "grains_center_of_mass_position": 0.3964570500923043, "center_of_dry_mass_position": 0.317, "nozzle_position": -1.4139836527566878e-05, "throat_radius": 0.011503416744047545, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545360178130889}], "aerodynamic_surfaces": [{"length": 0.5578478518500226, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134144306724045}, {"n": 4, "root_chord": 0.1195743999552163, "tip_chord": 0.06097875152401158, "span": 0.10935861369408438, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497463202013646}, {"top_radius": 0.06197103490252573, "bottom_radius": 0.044718338693712084, "length": 0.06081314616791535, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7015198615166954, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179740562371089, "upper_button_position": 0.08354580527958655}], "rail_length": 5, "inclination": 84.85974341174902, "heading": 50.56772273841342} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4442120826090765, "wind_velocity_y_factor": 1.3272114039805911, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06348900072412683, "mass": 15.425971315259384, "I_11_without_motor": 6.321, "I_22_without_motor": 6.339051040577787, "I_33_without_motor": 0.04107632088479382, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.930214020555043, "trigger": 800, "sampling_rate": 105, "lag": 1.6205411317851826, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0581109152138437, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4060534113173784, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6070.152764243935, "burn_start_time": 0.011811941057875593, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032914922915774726, "grain_number": 5, "grain_density": 1806.447638489822, "grain_outer_radius": 0.033288738016114684, "grain_initial_inner_radius": 0.014795674201208526, "grain_initial_height": 0.12100157554355148, "grain_separation": 0.005125698612576756, "grains_center_of_mass_position": 0.3967902595233634, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008887785750709766, "throat_radius": 0.0103999834980134, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563475807140358}], "aerodynamic_surfaces": [{"length": 0.5596096041863075, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335976886737513}, {"n": 4, "root_chord": 0.11946352146646001, "tip_chord": 0.06016625821051317, "span": 0.10985392939907182, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493807555781487}, {"top_radius": 0.0646410296399328, "bottom_radius": 0.044990859871416385, "length": 0.059891290870985346, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698265699333777, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192499632685886, "upper_button_position": 0.07901573606518841}], "rail_length": 5, "inclination": 84.86615518202511, "heading": 50.788484672019734} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7742257322101349, "wind_velocity_y_factor": 1.0451036335665698, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349032333633611, "mass": 15.062904713984933, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322248734371515, "I_33_without_motor": 0.02738498965904197, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.969922689428676, "trigger": 800, "sampling_rate": 105, "lag": 1.4374559906143813, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0593535203291884, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3812456172872458, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5397.886267348348, "burn_start_time": -0.06886537587188987, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03249472283633603, "grain_number": 5, "grain_density": 1838.3295251720067, "grain_outer_radius": 0.03299929147102637, "grain_initial_inner_radius": 0.014528347599581506, "grain_initial_height": 0.12096052276346365, "grain_separation": 0.0044418206370692576, "grains_center_of_mass_position": 0.3964503657846405, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004948932233278749, "throat_radius": 0.011456818293788406, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549220001542363}], "aerodynamic_surfaces": [{"length": 0.5590782673773006, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134131498980672}, {"n": 4, "root_chord": 0.1197286260457811, "tip_chord": 0.06010945389725368, "span": 0.10974145725018598, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505571902033668}, {"top_radius": 0.06444782657509855, "bottom_radius": 0.04283753972467888, "length": 0.05988967509295505, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992639452341816, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172449262919456, "upper_button_position": 0.08201901894223596}], "rail_length": 5, "inclination": 83.00791944267158, "heading": 54.39847492404269} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9903771976110454, "wind_velocity_y_factor": 0.9660019007890482, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350557038438251, "mass": 15.045688805761232, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3201777867923425, "I_33_without_motor": 0.02347493475190858, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.978341055325028, "trigger": 800, "sampling_rate": 105, "lag": 1.5216176943937723, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.05809000505858, "trigger": "apogee", "sampling_rate": 105, "lag": 1.270656906379384, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5841.986265257395, "burn_start_time": 0.13090508192053077, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03244800550974355, "grain_number": 5, "grain_density": 1872.302489293991, "grain_outer_radius": 0.03328922511314223, "grain_initial_inner_radius": 0.014540179724703974, "grain_initial_height": 0.12027376464173846, "grain_separation": 0.004099258151611877, "grains_center_of_mass_position": 0.39650175733944476, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010305181001534617, "throat_radius": 0.010957560170620008, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256226049172734}], "aerodynamic_surfaces": [{"length": 0.5589223259949703, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352233674287342}, {"n": 4, "root_chord": 0.12019634841486816, "tip_chord": 0.06043817044694878, "span": 0.11049451092055251, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04987026145087}, {"top_radius": 0.06415199261903197, "bottom_radius": 0.04488274719942767, "length": 0.05860724871345046, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989387493690101, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178906493480609, "upper_button_position": 0.0810481000209492}], "rail_length": 5, "inclination": 84.08781441440372, "heading": 51.31704167470405} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2314325533914405, "wind_velocity_y_factor": 1.478657422286277, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.0635080260133905, "mass": 15.344361776572587, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3093083887189865, "I_33_without_motor": 0.0184974247090259, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.054531484394623, "trigger": 800, "sampling_rate": 105, "lag": 1.4695610757822268, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.034464465831628, "trigger": "apogee", "sampling_rate": 105, "lag": 1.478224275719707, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8236.932182949682, "burn_start_time": -0.1705395317671107, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03280802615054595, "grain_number": 5, "grain_density": 1817.733486684641, "grain_outer_radius": 0.03276631819389505, "grain_initial_inner_radius": 0.014851787606368754, "grain_initial_height": 0.11823508912279182, "grain_separation": 0.006007719238738407, "grains_center_of_mass_position": 0.3983405242279873, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00046866120390168876, "throat_radius": 0.011156784252517295, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545222595518972}], "aerodynamic_surfaces": [{"length": 0.5595694037362374, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330725430190738}, {"n": 4, "root_chord": 0.11940893400850104, "tip_chord": 0.060964011353034316, "span": 0.10994500955816565, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049745569774688}, {"top_radius": 0.06447094245584448, "bottom_radius": 0.04362253808179158, "length": 0.05876773488565628, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699420663244465, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177932405738329, "upper_button_position": 0.08162742267063205}], "rail_length": 5, "inclination": 86.45340311267827, "heading": 54.97926998688578} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4394526205564213, "wind_velocity_y_factor": 1.6359927832757766, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350208324484793, "mass": 15.645768098622813, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311098211123537, "I_33_without_motor": 0.03125985844263893, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.024776898149582, "trigger": 800, "sampling_rate": 105, "lag": 1.5719798819089437, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8912531611161384, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6286473456379442, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7043.029775085663, "burn_start_time": -0.0929571807049112, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03247990650516629, "grain_number": 5, "grain_density": 1874.914706111989, "grain_outer_radius": 0.03314097824649453, "grain_initial_inner_radius": 0.015137723051118374, "grain_initial_height": 0.11892113850232727, "grain_separation": 0.005144365564217163, "grains_center_of_mass_position": 0.39657127343191584, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0017683564076717642, "throat_radius": 0.009923987548806175, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547003694359737}], "aerodynamic_surfaces": [{"length": 0.5585563774940049, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332557966530028}, {"n": 4, "root_chord": 0.11961823437920056, "tip_chord": 0.060428107051486234, "span": 0.10951031555054229, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493851132060708}, {"top_radius": 0.0628759078089196, "bottom_radius": 0.041496071205413806, "length": 0.05936595603018034, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995085950765282, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183115464538117, "upper_button_position": 0.08119704862271648}], "rail_length": 5, "inclination": 82.6563084332042, "heading": 55.57728654162779} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5701908405280063, "wind_velocity_y_factor": 1.3298522304424645, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349821601960327, "mass": 14.795007054170643, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3259109120863934, "I_33_without_motor": 0.03965877342595364, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.898983025128322, "trigger": 800, "sampling_rate": 105, "lag": 1.6465236539283112, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1585509419631865, "trigger": "apogee", "sampling_rate": 105, "lag": 1.484286727566259, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5506.659291430413, "burn_start_time": -0.19008888576421196, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03217200569777615, "grain_number": 5, "grain_density": 1784.3916298006418, "grain_outer_radius": 0.032728703218596986, "grain_initial_inner_radius": 0.014895609886907973, "grain_initial_height": 0.12045904635140726, "grain_separation": 0.005379850555895406, "grains_center_of_mass_position": 0.39740579838709167, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005189268710370437, "throat_radius": 0.010961986337682222, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552190024638632}], "aerodynamic_surfaces": [{"length": 0.5578703308070265, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335413544910904}, {"n": 4, "root_chord": 0.11979191702877193, "tip_chord": 0.060876320000776106, "span": 0.10988605494159909, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496628545115922}, {"top_radius": 0.06407536325321811, "bottom_radius": 0.041087451677256706, "length": 0.05802589762749682, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996032322584712, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6196534775776669, "upper_button_position": 0.07994975468080434}], "rail_length": 5, "inclination": 83.50594844586398, "heading": 52.86598355522914} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3076901957836473, "wind_velocity_y_factor": 0.9688260616963206, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350082605285227, "mass": 15.41106107287677, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315963754819671, "I_33_without_motor": 0.029149739341589737, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.117495983506524, "trigger": 800, "sampling_rate": 105, "lag": 1.6250362803466578, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0666624357086354, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4492725791753027, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5997.593735579161, "burn_start_time": 0.005894183102630245, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03283798280116498, "grain_number": 5, "grain_density": 1763.0528147360446, "grain_outer_radius": 0.03300389802574592, "grain_initial_inner_radius": 0.014925172856419516, "grain_initial_height": 0.12107102506563905, "grain_separation": 0.004051633917324457, "grains_center_of_mass_position": 0.396799307456254, "center_of_dry_mass_position": 0.317, "nozzle_position": 6.489229475649271e-05, "throat_radius": 0.009660154016293202, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547261030183845}], "aerodynamic_surfaces": [{"length": 0.5593797612579263, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337745516737385}, {"n": 4, "root_chord": 0.11995402262601118, "tip_chord": 0.06050644271931306, "span": 0.10971042866293793, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494204158519462}, {"top_radius": 0.06363740011993894, "bottom_radius": 0.04466591169326037, "length": 0.0608396683829399, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010123760798087, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169321020056109, "upper_button_position": 0.08408027407419782}], "rail_length": 5, "inclination": 83.53953148292496, "heading": 56.16917808316017} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3059583041853027, "wind_velocity_y_factor": 1.076102159528935, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350831371227637, "mass": 15.650725263163189, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316028090119387, "I_33_without_motor": 0.03691652707802442, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.072294451482266, "trigger": 800, "sampling_rate": 105, "lag": 1.2841744366745966, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8520857182929913, "trigger": "apogee", "sampling_rate": 105, "lag": 1.385909727089377, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6911.491408902642, "burn_start_time": 0.030850415923216797, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03255732123460613, "grain_number": 5, "grain_density": 1752.5346597853693, "grain_outer_radius": 0.03340893725326933, "grain_initial_inner_radius": 0.01514527090889968, "grain_initial_height": 0.1202468647452204, "grain_separation": 0.004216150856000878, "grains_center_of_mass_position": 0.39684877394916274, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005313454965425755, "throat_radius": 0.011162096829619172, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540144313452972}], "aerodynamic_surfaces": [{"length": 0.5576888058131922, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349140060770333}, {"n": 4, "root_chord": 0.11989128443173717, "tip_chord": 0.05999210061862228, "span": 0.11051069605273074, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500156002515462}, {"top_radius": 0.06460563838140072, "bottom_radius": 0.0444836721353653, "length": 0.06192623545265734, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992539119203993, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181888070667466, "upper_button_position": 0.0810651048536527}], "rail_length": 5, "inclination": 85.01231895281649, "heading": 50.956834441384196} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2800453464439179, "wind_velocity_y_factor": 0.953467356844063, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06350182164944383, "mass": 15.594031686706034, "I_11_without_motor": 6.321, "I_22_without_motor": 6.340120059216104, "I_33_without_motor": 0.03953920374471108, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.80817493193827, "trigger": 800, "sampling_rate": 105, "lag": 1.3745441014433266, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9797457539913755, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2141670120958639, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5654.241129505234, "burn_start_time": -0.03676353604445981, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03251658495763622, "grain_number": 5, "grain_density": 1787.5017548445767, "grain_outer_radius": 0.03264082826034129, "grain_initial_inner_radius": 0.015240323430629255, "grain_initial_height": 0.1210023318121617, "grain_separation": 0.0036642269047387844, "grains_center_of_mass_position": 0.39805011869594464, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.002395281691347544, "throat_radius": 0.01105349073187519, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546932255374157}], "aerodynamic_surfaces": [{"length": 0.5578661329967723, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344504703965963}, {"n": 4, "root_chord": 0.11978808656555771, "tip_chord": 0.06005464937442183, "span": 0.11050065427078994, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503508344417352}, {"top_radius": 0.06275586871132957, "bottom_radius": 0.04331811158516416, "length": 0.057971301112087474, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700470624056613, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186463083354746, "upper_button_position": 0.08182431572113835}], "rail_length": 5, "inclination": 86.25139383399093, "heading": 50.162031809811744} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2591380761694122, "wind_velocity_y_factor": 0.6162057635311565, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350422852808868, "mass": 15.2740928177353, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310891767953034, "I_33_without_motor": 0.03998726638234043, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.936880922251776, "trigger": 800, "sampling_rate": 105, "lag": 1.3401558826601305, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9342411102265282, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5582531693110426, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4734.852576403512, "burn_start_time": 0.0204830757057273, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03255032397370601, "grain_number": 5, "grain_density": 1897.9773767038587, "grain_outer_radius": 0.032668221825821506, "grain_initial_inner_radius": 0.015245492922976929, "grain_initial_height": 0.12110861932801116, "grain_separation": 0.003938125716487474, "grains_center_of_mass_position": 0.39783249025068945, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00042086935372140973, "throat_radius": 0.010765985119661032, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255787476147509}], "aerodynamic_surfaces": [{"length": 0.5570774433595505, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345864711381823}, {"n": 4, "root_chord": 0.12004556043255935, "tip_chord": 0.059440522494217024, "span": 0.11103656623518122, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047935584964103}, {"top_radius": 0.062158915106963225, "bottom_radius": 0.04248997323484999, "length": 0.058902718298743884, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997467734913266, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180692227584318, "upper_button_position": 0.08167755073289484}], "rail_length": 5, "inclination": 85.10081923522692, "heading": 56.155282076301745} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9770250606754083, "wind_velocity_y_factor": 1.107997267079534, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06348769625075931, "mass": 15.25269864235753, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317903661376471, "I_33_without_motor": 0.03685188430405155, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.023006889586018, "trigger": 800, "sampling_rate": 105, "lag": 1.5570481353897607, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0082629894557837, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4609434780991692, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5892.508076350102, "burn_start_time": 0.05286879197799317, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03253692649232157, "grain_number": 5, "grain_density": 1810.5357641105393, "grain_outer_radius": 0.03307248464840467, "grain_initial_inner_radius": 0.014880615214705609, "grain_initial_height": 0.1191353833176834, "grain_separation": 0.004998313628571171, "grains_center_of_mass_position": 0.39712674909271745, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006976350886237038, "throat_radius": 0.011416521945519774, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552884815401546}], "aerodynamic_surfaces": [{"length": 0.5591609461668444, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337255094245686}, {"n": 4, "root_chord": 0.12043090145142744, "tip_chord": 0.060015145555052406, "span": 0.10970241350142927, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496581551280193}, {"top_radius": 0.06370697739712532, "bottom_radius": 0.04467153324621514, "length": 0.060149018412714694, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996727043411871, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183801356838533, "upper_button_position": 0.08129256865733381}], "rail_length": 5, "inclination": 84.90248484117272, "heading": 54.6815344210719} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0833132476128275, "wind_velocity_y_factor": 0.8150211785476746, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06348414914467923, "mass": 15.234727919119326, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330130495328262, "I_33_without_motor": 0.042924866807517996, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.094832092963957, "trigger": 800, "sampling_rate": 105, "lag": 1.651673068188484, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0378101130623085, "trigger": "apogee", "sampling_rate": 105, "lag": 1.781778081060608, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5798.433075123588, "burn_start_time": -0.030073438160102037, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03345554789911726, "grain_number": 5, "grain_density": 1806.2294806808848, "grain_outer_radius": 0.03312193240546837, "grain_initial_inner_radius": 0.01512148055982406, "grain_initial_height": 0.12082767656330726, "grain_separation": 0.004107549822546465, "grains_center_of_mass_position": 0.39603186030627213, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000687804029995171, "throat_radius": 0.011314373481165069, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534336726983317}], "aerodynamic_surfaces": [{"length": 0.5595139625170915, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342981320634373}, {"n": 4, "root_chord": 0.1198383504622762, "tip_chord": 0.06010523532029125, "span": 0.11041190447972267, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489525730961868}, {"top_radius": 0.06245679157448504, "bottom_radius": 0.04318944293453575, "length": 0.05747089597592005, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002512929739706, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187350761437057, "upper_button_position": 0.08151621683026489}], "rail_length": 5, "inclination": 85.73891687510597, "heading": 54.0136371867885} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4419356135948243, "wind_velocity_y_factor": 0.7211890529769989, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350112224064607, "mass": 14.412775630483381, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324667374680074, "I_33_without_motor": 0.03113059574676901, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.037521680197694, "trigger": 800, "sampling_rate": 105, "lag": 1.5545065614668605, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0935919713653868, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4237281514256872, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5892.109380734941, "burn_start_time": 0.09312700414035313, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03212140315520888, "grain_number": 5, "grain_density": 1808.8911728892892, "grain_outer_radius": 0.03283672665692463, "grain_initial_inner_radius": 0.014996759294978882, "grain_initial_height": 0.1191121589178056, "grain_separation": 0.004900943675080141, "grains_center_of_mass_position": 0.3975436796751652, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0023151286304311357, "throat_radius": 0.01026457346247378, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544131691219689}], "aerodynamic_surfaces": [{"length": 0.5591374133701899, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133835148232531}, {"n": 4, "root_chord": 0.11938683728556065, "tip_chord": 0.05921230838202479, "span": 0.11068200356316997, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499111229027753}, {"top_radius": 0.0611607313398025, "bottom_radius": 0.044455214331019684, "length": 0.06151703850951327, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996194347161647, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173379103619122, "upper_button_position": 0.08228152435425251}], "rail_length": 5, "inclination": 84.92473611942361, "heading": 49.80979195793623} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2439219777433115, "wind_velocity_y_factor": 0.7638837433670976, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.0634996833950813, "mass": 15.848018183960978, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330232983063548, "I_33_without_motor": 0.029405767462466446, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.864365461100283, "trigger": 800, "sampling_rate": 105, "lag": 1.3140116145329146, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0067541642918125, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3664646163231873, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7500.6298306477875, "burn_start_time": -0.03157715912973393, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031980201019530224, "grain_number": 5, "grain_density": 1751.9934032400552, "grain_outer_radius": 0.03291831853091923, "grain_initial_inner_radius": 0.014273705804422013, "grain_initial_height": 0.12065319316101975, "grain_separation": 0.004967161363409616, "grains_center_of_mass_position": 0.39717382161034365, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010136407097204871, "throat_radius": 0.011285869664409033, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25478437220332}], "aerodynamic_surfaces": [{"length": 0.5572728791039594, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345718729015324}, {"n": 4, "root_chord": 0.1197466920497924, "tip_chord": 0.060116753728341736, "span": 0.10987984001427988, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500436703760156}, {"top_radius": 0.06272494899518273, "bottom_radius": 0.04236517312414625, "length": 0.06074929132091119, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698803763675486, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197425651739079, "upper_button_position": 0.07906119850157811}], "rail_length": 5, "inclination": 84.01789531090313, "heading": 50.99632570181945} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7791608971867452, "wind_velocity_y_factor": 0.6105876555897245, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350350830187478, "mass": 15.731949459977375, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321932308571416, "I_33_without_motor": 0.06614865818432458, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.904339695753796, "trigger": 800, "sampling_rate": 105, "lag": 1.5011946578861601, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0937566971045356, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2803832792678866, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5905.332851267904, "burn_start_time": 0.06677913883647361, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03387822566963835, "grain_number": 5, "grain_density": 1813.9726706659085, "grain_outer_radius": 0.032751807688666895, "grain_initial_inner_radius": 0.01529588357545066, "grain_initial_height": 0.11953463287418285, "grain_separation": 0.005236192694590822, "grains_center_of_mass_position": 0.39639947167253997, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00028767047350497255, "throat_radius": 0.009950310809600025, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253848493885207}], "aerodynamic_surfaces": [{"length": 0.5587872584724612, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333970175634709}, {"n": 4, "root_chord": 0.11955713819742647, "tip_chord": 0.05936790840348042, "span": 0.1098644543711018, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493837188796422}, {"top_radius": 0.06323835377235398, "bottom_radius": 0.04410004538884094, "length": 0.06000137817960773, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981725596328361, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181341199843225, "upper_button_position": 0.08003843964851354}], "rail_length": 5, "inclination": 84.67486223408234, "heading": 51.72699802813786} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9557534625920177, "wind_velocity_y_factor": 0.40868098439153633, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06351054132929576, "mass": 15.473185488328433, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33275026482554, "I_33_without_motor": 0.02671800120263503, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.77767487504722, "trigger": 800, "sampling_rate": 105, "lag": 1.5226412115254873, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9444666298234354, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3236348406324012, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5335.044128975753, "burn_start_time": 0.16980046843688784, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033058843226166014, "grain_number": 5, "grain_density": 1845.6212407082369, "grain_outer_radius": 0.03280224153561707, "grain_initial_inner_radius": 0.015111690645747581, "grain_initial_height": 0.11989097968221195, "grain_separation": 0.004501852944588496, "grains_center_of_mass_position": 0.3961524070266673, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000580084447477868, "throat_radius": 0.010336562554610018, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548685569269753}], "aerodynamic_surfaces": [{"length": 0.5579942878109011, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343528691520635}, {"n": 4, "root_chord": 0.12030325844902123, "tip_chord": 0.05963154212826825, "span": 0.11052218365535538, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506924438717247}, {"top_radius": 0.06243718975074632, "bottom_radius": 0.04502262192176391, "length": 0.05828104474627539, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6977820723907936, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181041923591514, "upper_button_position": 0.07967788003164222}], "rail_length": 5, "inclination": 81.70712185033042, "heading": 49.07116652873793} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4493146661322291, "wind_velocity_y_factor": 0.8698774245893036, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06351112862382206, "mass": 15.183524672705465, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31631968626255, "I_33_without_motor": 0.02749322106670933, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.07684600850129, "trigger": 800, "sampling_rate": 105, "lag": 1.338042051423858, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9967081362713887, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5746963158173584, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4297.429073873227, "burn_start_time": 0.10397785655360413, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03230675734151775, "grain_number": 5, "grain_density": 1787.5857771566011, "grain_outer_radius": 0.033568902607247944, "grain_initial_inner_radius": 0.01485130694588014, "grain_initial_height": 0.12103337418659431, "grain_separation": 0.004079109516404836, "grains_center_of_mass_position": 0.3961590031731667, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001876942273384266, "throat_radius": 0.010044639814476635, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254192315233203}], "aerodynamic_surfaces": [{"length": 0.5590398417386944, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340655222028926}, {"n": 4, "root_chord": 0.11936905468057565, "tip_chord": 0.06087393544189955, "span": 0.10967226746361801, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047588617504912}, {"top_radius": 0.061342472267492655, "bottom_radius": 0.04447208506070783, "length": 0.06033815219476469, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996992074166514, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186646173688372, "upper_button_position": 0.08103459004781421}], "rail_length": 5, "inclination": 86.57409152471412, "heading": 49.23422393637348} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.7130898013680598, "wind_velocity_y_factor": 0.8220234495568459, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349483361511186, "mass": 15.365351290752756, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321587346798687, "I_33_without_motor": 0.019776603129975687, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.94566949458241, "trigger": 800, "sampling_rate": 105, "lag": 1.488263450366875, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.991419178000853, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1161858805842786, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7948.3396623113385, "burn_start_time": 0.3196343374602473, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032776690095237114, "grain_number": 5, "grain_density": 1867.5983028353482, "grain_outer_radius": 0.032126155990962704, "grain_initial_inner_radius": 0.014106750193532693, "grain_initial_height": 0.12027510930656536, "grain_separation": 0.0038204803221653988, "grains_center_of_mass_position": 0.3972632144533451, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005958111064585731, "throat_radius": 0.010777180743684145, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548807941663969}], "aerodynamic_surfaces": [{"length": 0.5604166435215204, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133178327358149}, {"n": 4, "root_chord": 0.12042362113473189, "tip_chord": 0.05911644153129353, "span": 0.11033661682277796, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507110741531873}, {"top_radius": 0.06353278131311108, "bottom_radius": 0.04513251758778975, "length": 0.05962468013617733, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.70173585488662, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187262057496505, "upper_button_position": 0.08300964913696951}], "rail_length": 5, "inclination": 84.531264381235, "heading": 54.77995338622562} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9829249166318391, "wind_velocity_y_factor": 0.9867582471848602, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350033257916844, "mass": 15.974191404264943, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315390227242807, "I_33_without_motor": 0.030040244306033748, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.913816475914757, "trigger": 800, "sampling_rate": 105, "lag": 1.3254523153085611, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0854719374031416, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3091750923470356, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7309.645840041028, "burn_start_time": -0.15536592454030565, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03326732881046707, "grain_number": 5, "grain_density": 1835.5748592173668, "grain_outer_radius": 0.03382303221226051, "grain_initial_inner_radius": 0.015575675681533918, "grain_initial_height": 0.11940550378848491, "grain_separation": 0.0036477884379726155, "grains_center_of_mass_position": 0.39671218256760155, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001441131362379386, "throat_radius": 0.010717895328976854, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2565412367983764}], "aerodynamic_surfaces": [{"length": 0.5589000605007969, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336582329198688}, {"n": 4, "root_chord": 0.12033842483579545, "tip_chord": 0.059434883124748476, "span": 0.11022504251476975, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488515833657328}, {"top_radius": 0.06299928906919083, "bottom_radius": 0.042256310200907796, "length": 0.06044775490732138, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7032048545288787, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167346270716169, "upper_button_position": 0.08647022745726185}], "rail_length": 5, "inclination": 86.70132088772355, "heading": 51.05438286896168} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.6561637250246826, "wind_velocity_y_factor": 1.1736599174845603, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349304065806441, "mass": 15.727648162039051, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328068777469305, "I_33_without_motor": 0.02947494473445495, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.064058257511194, "trigger": 800, "sampling_rate": 105, "lag": 1.4803827168413173, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9767583239695191, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4331883931483504, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6623.646802119439, "burn_start_time": -0.05975409468510448, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03353154541134401, "grain_number": 5, "grain_density": 1804.3740514895042, "grain_outer_radius": 0.03225791613037497, "grain_initial_inner_radius": 0.015385985118808395, "grain_initial_height": 0.11770842113838911, "grain_separation": 0.004623364823222111, "grains_center_of_mass_position": 0.3965505233566857, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00038992393159424486, "throat_radius": 0.011227110320648, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554980555640913}], "aerodynamic_surfaces": [{"length": 0.559147189248087, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1357731877587713}, {"n": 4, "root_chord": 0.11914678118355317, "tip_chord": 0.06010132228391766, "span": 0.10999438309016506, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498110667778575}, {"top_radius": 0.06338320785345722, "bottom_radius": 0.044204290329718066, "length": 0.06013787430051129, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999728837032324, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171401978459481, "upper_button_position": 0.08283268585728432}], "rail_length": 5, "inclination": 84.9198440388089, "heading": 49.123677451996784} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1127437630442365, "wind_velocity_y_factor": 0.5400591499959966, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.0635086684807005, "mass": 15.20030292669789, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304062358902975, "I_33_without_motor": 0.033268908065783406, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.921676124797283, "trigger": 800, "sampling_rate": 105, "lag": 1.28363255286404, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9950027640852792, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4891332551000092, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6218.256102161376, "burn_start_time": 0.14892958045503862, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0320675733833185, "grain_number": 5, "grain_density": 1914.8501913831753, "grain_outer_radius": 0.03277725326196259, "grain_initial_inner_radius": 0.01475294073424297, "grain_initial_height": 0.12063790914273509, "grain_separation": 0.006857428696562334, "grains_center_of_mass_position": 0.3977986134017348, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002860066578337869, "throat_radius": 0.010002228820640315, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534448684170927}], "aerodynamic_surfaces": [{"length": 0.5577142302083041, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135440802612888}, {"n": 4, "root_chord": 0.12041685871396522, "tip_chord": 0.059321013954707194, "span": 0.11028403707168057, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494668113433694}, {"top_radius": 0.06571901516071876, "bottom_radius": 0.0441892620987753, "length": 0.060162960099925826, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012988676892005, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192263481300911, "upper_button_position": 0.08207251955910932}], "rail_length": 5, "inclination": 83.78974068935742, "heading": 50.63909330485171} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.550205758319541, "wind_velocity_y_factor": 1.1169755390911387, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350080068280167, "mass": 14.753367375560163, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326881158023879, "I_33_without_motor": 0.03749019871855145, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.005822780244813, "trigger": 800, "sampling_rate": 105, "lag": 1.4973450246006217, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0845724847525235, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3413133203717962, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4820.23626263541, "burn_start_time": -0.14345984691071514, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03241975365586406, "grain_number": 5, "grain_density": 1811.5097914102118, "grain_outer_radius": 0.03243474717698011, "grain_initial_inner_radius": 0.015033608026204497, "grain_initial_height": 0.11942858959872812, "grain_separation": 0.00532485855283423, "grains_center_of_mass_position": 0.3965785178583446, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007731085512415514, "throat_radius": 0.011353524990246387, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255580205794331}], "aerodynamic_surfaces": [{"length": 0.5597011808357281, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327366253424704}, {"n": 4, "root_chord": 0.1191665660649516, "tip_chord": 0.05987108233162118, "span": 0.11072047929362841, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047861840459373}, {"top_radius": 0.06237540511230797, "bottom_radius": 0.044238944217119124, "length": 0.060424322578843746, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991520242116064, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182300470199232, "upper_button_position": 0.08092197719168315}], "rail_length": 5, "inclination": 84.59026271514747, "heading": 49.23575904436102} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1614891919217238, "wind_velocity_y_factor": 0.22796824767848256, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06351087630626538, "mass": 15.143219440978108, "I_11_without_motor": 6.321, "I_22_without_motor": 6.336260331257158, "I_33_without_motor": 0.03664855165485559, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.049695660392365, "trigger": 800, "sampling_rate": 105, "lag": 1.4880889179358496, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9505061307934851, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7168662160456971, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7884.685054407788, "burn_start_time": 0.1732459593920765, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03329106880395269, "grain_number": 5, "grain_density": 1866.5100475877657, "grain_outer_radius": 0.033548001636199594, "grain_initial_inner_radius": 0.014865885510602382, "grain_initial_height": 0.12132418713080217, "grain_separation": 0.005511052173978834, "grains_center_of_mass_position": 0.3972287132356366, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007487240187504754, "throat_radius": 0.011186559594475306, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545009083677747}], "aerodynamic_surfaces": [{"length": 0.5577576230948785, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347563159857905}, {"n": 4, "root_chord": 0.1203166619176497, "tip_chord": 0.06108252620309213, "span": 0.11005014478504291, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490663280872383}, {"top_radius": 0.06338041593508047, "bottom_radius": 0.04273530662669651, "length": 0.058827040602453584, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980991238068571, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168378457517318, "upper_button_position": 0.08126127805512529}], "rail_length": 5, "inclination": 85.10461322214337, "heading": 53.70343099764754} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1662285982085034, "wind_velocity_y_factor": 0.4578528660771295, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0634999726586351, "mass": 15.494956777042672, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325414653248205, "I_33_without_motor": 0.04820088536145853, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.998070379415188, "trigger": 800, "sampling_rate": 105, "lag": 1.3854764506971693, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0368136805622556, "trigger": "apogee", "sampling_rate": 105, "lag": 1.473207443959821, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6789.410833980205, "burn_start_time": -0.003754984991764756, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03263169106256795, "grain_number": 5, "grain_density": 1824.8925392205276, "grain_outer_radius": 0.032991558426897126, "grain_initial_inner_radius": 0.014876814785372791, "grain_initial_height": 0.11919361732733194, "grain_separation": 0.006343620501947338, "grains_center_of_mass_position": 0.39672497964365516, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00017133363272348325, "throat_radius": 0.011184353435330504, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539657377802587}], "aerodynamic_surfaces": [{"length": 0.5579111781209339, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342491746186305}, {"n": 4, "root_chord": 0.11905431488832854, "tip_chord": 0.05973137055615695, "span": 0.1097151426369825, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487152198804293}, {"top_radius": 0.06396019856193366, "bottom_radius": 0.04505956566631734, "length": 0.0605213502215992, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985914882575869, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179896898195956, "upper_button_position": 0.08060179843799131}], "rail_length": 5, "inclination": 85.8147757475432, "heading": 54.6344392871399} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.129599478052146, "wind_velocity_y_factor": 1.3057405610877688, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349485426454551, "mass": 15.252196530079097, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3115216001203915, "I_33_without_motor": 0.02461049755644458, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.92805054016281, "trigger": 800, "sampling_rate": 105, "lag": 1.7352614552245795, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.158474404607736, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4034788516538663, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7833.06324983434, "burn_start_time": -0.06222381857382149, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03260353650490026, "grain_number": 5, "grain_density": 1863.4365389333518, "grain_outer_radius": 0.03333471565421799, "grain_initial_inner_radius": 0.015407196941090794, "grain_initial_height": 0.1199185624216509, "grain_separation": 0.005687403531758453, "grains_center_of_mass_position": 0.39884123613417055, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009602541734601993, "throat_radius": 0.011189899601838532, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253449517649415}], "aerodynamic_surfaces": [{"length": 0.5575883045391559, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344787686609636}, {"n": 4, "root_chord": 0.12016339832296886, "tip_chord": 0.05969029069288565, "span": 0.10963191054542883, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496218478257575}, {"top_radius": 0.06218568747813117, "bottom_radius": 0.04268067456294143, "length": 0.0591559993244563, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996047221879524, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180193346512707, "upper_button_position": 0.08158538753668176}], "rail_length": 5, "inclination": 83.48235462179733, "heading": 50.24226097073883} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0140778988469143, "wind_velocity_y_factor": 1.298295281102749, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349714441759619, "mass": 15.009407726534683, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331009279700364, "I_33_without_motor": 0.01862956447624518, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.002428913523994, "trigger": 800, "sampling_rate": 105, "lag": 1.4943279831043643, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0333147805921927, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6333009588591023, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6535.4471967210775, "burn_start_time": -0.08249209724697174, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033121082025317564, "grain_number": 5, "grain_density": 1773.5759585819644, "grain_outer_radius": 0.03270739442348299, "grain_initial_inner_radius": 0.01485447828559976, "grain_initial_height": 0.12009261144703985, "grain_separation": 0.004738100510439353, "grains_center_of_mass_position": 0.39638996550439576, "center_of_dry_mass_position": 0.317, "nozzle_position": -9.07263396868868e-05, "throat_radius": 0.009281106284820326, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2533260794090983}], "aerodynamic_surfaces": [{"length": 0.5558888295043626, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352614323713321}, {"n": 4, "root_chord": 0.11959697158758568, "tip_chord": 0.060041880865870007, "span": 0.1095257308140905, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490640298576392}, {"top_radius": 0.06291802901820769, "bottom_radius": 0.04379641001023739, "length": 0.060424943016236125, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986085947377638, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176789819370831, "upper_button_position": 0.08092961280068067}], "rail_length": 5, "inclination": 84.86345260699191, "heading": 57.613575191451964} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9705770085096501, "wind_velocity_y_factor": 0.48755001018672706, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350043304570852, "mass": 15.336426889459583, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325052762526852, "I_33_without_motor": 0.027073957101817224, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.98435374448148, "trigger": 800, "sampling_rate": 105, "lag": 1.6894246191583868, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9857328296162011, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4848384565069446, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8278.959023537058, "burn_start_time": 0.046489692645870065, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032953507825941114, "grain_number": 5, "grain_density": 1859.6716200636001, "grain_outer_radius": 0.03355428751917207, "grain_initial_inner_radius": 0.014851574953511002, "grain_initial_height": 0.12081406688899102, "grain_separation": 0.006012064963421538, "grains_center_of_mass_position": 0.3984523370857679, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001526478480087507, "throat_radius": 0.010990448248182915, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547200969362056}], "aerodynamic_surfaces": [{"length": 0.5597214883027337, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344519458239397}, {"n": 4, "root_chord": 0.12001804341070654, "tip_chord": 0.05980963995856443, "span": 0.1095472474071209, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0515617178762984}, {"top_radius": 0.06336286089362989, "bottom_radius": 0.04324123883339402, "length": 0.05917867037977614, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993423577025438, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181257216102127, "upper_button_position": 0.0812166360923311}], "rail_length": 5, "inclination": 84.26323417506711, "heading": 52.948131531725274} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.6451290753242613, "wind_velocity_y_factor": 0.7654634667140362, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349284266456508, "mass": 14.521814281388185, "I_11_without_motor": 6.321, "I_22_without_motor": 6.305263443296087, "I_33_without_motor": 0.017902730916802414, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.005661412422882, "trigger": 800, "sampling_rate": 105, "lag": 1.3310797280284783, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0582878061250873, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3227242134249486, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7746.203696998163, "burn_start_time": 0.06146569937366119, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033151710856167554, "grain_number": 5, "grain_density": 1824.478193692446, "grain_outer_radius": 0.033307504073783974, "grain_initial_inner_radius": 0.015562215490092145, "grain_initial_height": 0.11904284137048626, "grain_separation": 0.006625187459899061, "grains_center_of_mass_position": 0.39709357799785505, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010641929404151935, "throat_radius": 0.011785653646845277, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255114072316693}], "aerodynamic_surfaces": [{"length": 0.5583239014936746, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339566256507831}, {"n": 4, "root_chord": 0.12023386511284119, "tip_chord": 0.0594702933126673, "span": 0.10931391057917536, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505471332474698}, {"top_radius": 0.06354281896431882, "bottom_radius": 0.041968321385144045, "length": 0.06090974530056007, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002557239610958, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190185069176256, "upper_button_position": 0.0812372170434702}], "rail_length": 5, "inclination": 84.59507841135421, "heading": 54.911213194924436} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.192219692565849, "wind_velocity_y_factor": 1.2553128495852077, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350696356564328, "mass": 15.326422574493717, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323947023928632, "I_33_without_motor": 0.02278705052001516, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.679038634272768, "trigger": 800, "sampling_rate": 105, "lag": 1.6115632236615416, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0109483739610512, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8573469643913958, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7478.753711338397, "burn_start_time": 0.00957248575506396, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03309830562982826, "grain_number": 5, "grain_density": 1862.1516055229702, "grain_outer_radius": 0.03285246699341881, "grain_initial_inner_radius": 0.014803305227586104, "grain_initial_height": 0.12023586620715829, "grain_separation": 0.003203047568676195, "grains_center_of_mass_position": 0.39687197890566905, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.002705019379596276, "throat_radius": 0.011162542275672207, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253616720570779}], "aerodynamic_surfaces": [{"length": 0.5573840550808761, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132939117906917}, {"n": 4, "root_chord": 0.12022898877523491, "tip_chord": 0.059150587078772285, "span": 0.109559317627549, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496879966472583}, {"top_radius": 0.06519740682075123, "bottom_radius": 0.04365057964922193, "length": 0.06055101380913004, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998669498282444, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163720500562985, "upper_button_position": 0.08349489977194591}], "rail_length": 5, "inclination": 84.08901624408476, "heading": 52.93359208335949} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7912873178165148, "wind_velocity_y_factor": 0.1246437398304826, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350310014460528, "mass": 15.556673206264946, "I_11_without_motor": 6.321, "I_22_without_motor": 6.296914159945172, "I_33_without_motor": 0.009419821356332802, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.967737146686536, "trigger": 800, "sampling_rate": 105, "lag": 1.5546542680615414, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0056011787588004, "trigger": "apogee", "sampling_rate": 105, "lag": 1.828614448811464, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7097.459362880499, "burn_start_time": -0.08740189305271615, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031967477587248876, "grain_number": 5, "grain_density": 1824.468461935247, "grain_outer_radius": 0.03362351386850311, "grain_initial_inner_radius": 0.015041173696121879, "grain_initial_height": 0.11920091382853878, "grain_separation": 0.004764569199599533, "grains_center_of_mass_position": 0.3982032951065451, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00047796357677955915, "throat_radius": 0.010416541800670462, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254076648929581}], "aerodynamic_surfaces": [{"length": 0.5578961806028359, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330267720865337}, {"n": 4, "root_chord": 0.12071710725501458, "tip_chord": 0.060048435640166695, "span": 0.109272029622189, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492384298493418}, {"top_radius": 0.06310829062562424, "bottom_radius": 0.04175443834535618, "length": 0.05803916519194903, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992777674583666, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174088637511873, "upper_button_position": 0.08186890370717925}], "rail_length": 5, "inclination": 83.51497385627795, "heading": 49.994033454017575} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7634788059340022, "wind_velocity_y_factor": 1.0771178559823171, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.0635038610687235, "mass": 15.628497429943504, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3026400378462535, "I_33_without_motor": 0.031429369163041204, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.873847252903833, "trigger": 800, "sampling_rate": 105, "lag": 1.5756119937151793, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9687722975268472, "trigger": "apogee", "sampling_rate": 105, "lag": 1.300441581771446, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6249.659742284658, "burn_start_time": 0.030502934566342718, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033665605512808776, "grain_number": 5, "grain_density": 1827.106395255755, "grain_outer_radius": 0.032793992200486795, "grain_initial_inner_radius": 0.014824446939545894, "grain_initial_height": 0.1183478795268626, "grain_separation": 0.005507067484208506, "grains_center_of_mass_position": 0.3976709037278597, "center_of_dry_mass_position": 0.317, "nozzle_position": 5.027390270151194e-05, "throat_radius": 0.010545072828687291, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541896002825905}], "aerodynamic_surfaces": [{"length": 0.5584853507939554, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354076675907199}, {"n": 4, "root_chord": 0.11930284910870194, "tip_chord": 0.059302168554479395, "span": 0.11059384269016598, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486648924030988}, {"top_radius": 0.06428265468544636, "bottom_radius": 0.04229366400087105, "length": 0.06102015755783411, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6978464102483711, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177591039380013, "upper_button_position": 0.08008730631036987}], "rail_length": 5, "inclination": 86.19184025436886, "heading": 53.46144915968809} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4517012168892844, "wind_velocity_y_factor": 1.1190383433377975, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349920145878712, "mass": 15.822438587446895, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31162077516468, "I_33_without_motor": 0.06415842763944551, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.933967341867818, "trigger": 800, "sampling_rate": 105, "lag": 1.5855802678329909, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.97235739955046, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5372383339244258, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5645.305050073917, "burn_start_time": 0.11806387863391506, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032424477869852975, "grain_number": 5, "grain_density": 1764.3404749987371, "grain_outer_radius": 0.033041244321236986, "grain_initial_inner_radius": 0.015472992839266269, "grain_initial_height": 0.11878678022521516, "grain_separation": 0.0032838173436420936, "grains_center_of_mass_position": 0.39695409813523796, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00023964432836887198, "throat_radius": 0.010746609262178174, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253146661426366}], "aerodynamic_surfaces": [{"length": 0.5573953249269575, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134345639260021}, {"n": 4, "root_chord": 0.12025212717247147, "tip_chord": 0.059927336535210735, "span": 0.10984994852186951, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494208099767657}, {"top_radius": 0.06269111956103025, "bottom_radius": 0.04285106717493517, "length": 0.06060248251312192, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002825193638724, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193975975731563, "upper_button_position": 0.08088492179071616}], "rail_length": 5, "inclination": 84.04564164624418, "heading": 52.629576304269754} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6923656865737795, "wind_velocity_y_factor": 1.612213698086103, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06349765492465757, "mass": 16.195395903268338, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333520705612416, "I_33_without_motor": 0.05185208099126702, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.89714656715773, "trigger": 800, "sampling_rate": 105, "lag": 1.361185921735137, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0099262576036696, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8667528426381352, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5631.137461113727, "burn_start_time": -0.05678158780228102, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03299952332515735, "grain_number": 5, "grain_density": 1851.8038103696588, "grain_outer_radius": 0.033292048770739956, "grain_initial_inner_radius": 0.015012006539843957, "grain_initial_height": 0.12028914549165222, "grain_separation": 0.005192340599730138, "grains_center_of_mass_position": 0.39565245474632404, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008240312127392295, "throat_radius": 0.011623771673968032, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558604841641263}], "aerodynamic_surfaces": [{"length": 0.5570036297923057, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335364144861848}, {"n": 4, "root_chord": 0.12030182020668498, "tip_chord": 0.060476749177719544, "span": 0.11014711046194225, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491462534777243}, {"top_radius": 0.06337326422388055, "bottom_radius": 0.04391881822498281, "length": 0.06004934175163791, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996036575958383, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6200559679239389, "upper_button_position": 0.0795476896718994}], "rail_length": 5, "inclination": 84.19334306203828, "heading": 53.59769082882895} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7633956227285834, "wind_velocity_y_factor": 1.3505792004997892, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06351432706223051, "mass": 15.807921583246968, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307305763318611, "I_33_without_motor": 0.05625209959727795, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.073634499256821, "trigger": 800, "sampling_rate": 105, "lag": 1.3940715860792894, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9062479007530684, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1262762098008026, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6193.928885579314, "burn_start_time": -0.1267243924720017, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03275126718353049, "grain_number": 5, "grain_density": 1809.1382554730717, "grain_outer_radius": 0.03326192766671331, "grain_initial_inner_radius": 0.014576046745143394, "grain_initial_height": 0.12058661019019506, "grain_separation": 0.004573472554340664, "grains_center_of_mass_position": 0.39601553791547006, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009214588424772538, "throat_radius": 0.010538361517264606, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546688000338189}], "aerodynamic_surfaces": [{"length": 0.5586804549469558, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1325949538204962}, {"n": 4, "root_chord": 0.12035812977180148, "tip_chord": 0.060394541824520094, "span": 0.109435688155569, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501356765094865}, {"top_radius": 0.06077792887374985, "bottom_radius": 0.0426884493280534, "length": 0.060769188216836946, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011364775830861, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178819812335787, "upper_button_position": 0.08325449634950732}], "rail_length": 5, "inclination": 84.83668008394443, "heading": 51.33305658639887} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9558237047397774, "wind_velocity_y_factor": 0.726079095566891, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06348261884122303, "mass": 14.811654664005424, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331268642813388, "I_33_without_motor": 0.022070217991802366, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.920211133129927, "trigger": 800, "sampling_rate": 105, "lag": 1.3740178154097684, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.015595678415355, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1376007827354246, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6300.637082957425, "burn_start_time": -0.11535086146437185, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03290862699896963, "grain_number": 5, "grain_density": 1754.962298614775, "grain_outer_radius": 0.03306811835484944, "grain_initial_inner_radius": 0.014977334395058904, "grain_initial_height": 0.12134036254776064, "grain_separation": 0.0030505175516291694, "grains_center_of_mass_position": 0.39706660151472334, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009466497156887014, "throat_radius": 0.011030887449139968, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539207085324244}], "aerodynamic_surfaces": [{"length": 0.5581138877185374, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134397882177081}, {"n": 4, "root_chord": 0.12019238654830883, "tip_chord": 0.0607524744159726, "span": 0.10992346626196942, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487309469709105}, {"top_radius": 0.06527517135421315, "bottom_radius": 0.043344599430219184, "length": 0.06020814620901897, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988745663887991, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172734303021868, "upper_button_position": 0.08160113608661224}], "rail_length": 5, "inclination": 85.50679681732038, "heading": 49.66815412815469} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2158183931763111, "wind_velocity_y_factor": 1.3691763807987263, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349483093919486, "mass": 16.01717148435717, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3138470927982215, "I_33_without_motor": 0.04184131360449449, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.915007716404586, "trigger": 800, "sampling_rate": 105, "lag": 1.4001115414841017, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0134399435840864, "trigger": "apogee", "sampling_rate": 105, "lag": 1.749035038461419, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4069.9773257372303, "burn_start_time": 0.15482948853353598, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03348075734101801, "grain_number": 5, "grain_density": 1774.8892998659026, "grain_outer_radius": 0.0325753240300283, "grain_initial_inner_radius": 0.01510608462530229, "grain_initial_height": 0.11983503342250225, "grain_separation": 0.005812809622746846, "grains_center_of_mass_position": 0.39689558074504544, "center_of_dry_mass_position": 0.317, "nozzle_position": 5.441054695643948e-05, "throat_radius": 0.011095791262698171, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554764601137385}], "aerodynamic_surfaces": [{"length": 0.558800942409788, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346348814888614}, {"n": 4, "root_chord": 0.12019871298708316, "tip_chord": 0.06056213860703066, "span": 0.10980838640978917, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508021980569655}, {"top_radius": 0.06226482946976177, "bottom_radius": 0.04518604485132321, "length": 0.060298122271110824, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994077225302754, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179655805217683, "upper_button_position": 0.08144214200850708}], "rail_length": 5, "inclination": 85.28068350522388, "heading": 51.44218636591152} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.600171125137895, "wind_velocity_y_factor": 1.032260125184321, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349513684257634, "mass": 16.58773254964872, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310525010015888, "I_33_without_motor": 0.030522092636034833, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.988365282753135, "trigger": 800, "sampling_rate": 105, "lag": 1.3408219003087902, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9485697918838674, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3984956194104745, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7513.073441602189, "burn_start_time": -0.1651441055809626, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03228224579349628, "grain_number": 5, "grain_density": 1868.103975288449, "grain_outer_radius": 0.03314417042713111, "grain_initial_inner_radius": 0.014880850657376678, "grain_initial_height": 0.11870368152291975, "grain_separation": 0.00601595020411074, "grains_center_of_mass_position": 0.39530301440035004, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001346337002242064, "throat_radius": 0.010135089681184348, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564105714524416}], "aerodynamic_surfaces": [{"length": 0.5567791274568771, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347883543328234}, {"n": 4, "root_chord": 0.12009617134066584, "tip_chord": 0.06080840679806499, "span": 0.11061144375715798, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490835316972602}, {"top_radius": 0.06264861505673873, "bottom_radius": 0.04379139293634031, "length": 0.05869600943013911, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011838520320358, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176751149220678, "upper_button_position": 0.08350873710996798}], "rail_length": 5, "inclination": 85.554621452731, "heading": 49.29891866977179} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6201563914512935, "wind_velocity_y_factor": 1.1586966917067834, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.0634997244670141, "mass": 15.440564637385007, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325214342378204, "I_33_without_motor": 0.04278887964838344, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.990331575583307, "trigger": 800, "sampling_rate": 105, "lag": 1.671772148287993, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.042636092499573, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7984181600749933, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5422.993681299289, "burn_start_time": -0.053075492632635585, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03260867760053322, "grain_number": 5, "grain_density": 1838.5865228394985, "grain_outer_radius": 0.03311373747724152, "grain_initial_inner_radius": 0.01529851438072388, "grain_initial_height": 0.1186601494377767, "grain_separation": 0.004866597100710468, "grains_center_of_mass_position": 0.39681278844313067, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001040648821073712, "throat_radius": 0.011685570754083306, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253435820435718}], "aerodynamic_surfaces": [{"length": 0.5586196191310936, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132847711815466}, {"n": 4, "root_chord": 0.12009317778353783, "tip_chord": 0.05936921453744349, "span": 0.10958632756095145, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481371391396834}, {"top_radius": 0.06491972580707396, "bottom_radius": 0.04250275513189281, "length": 0.059043455858550406, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996978383595088, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168547640004322, "upper_button_position": 0.08284307435907667}], "rail_length": 5, "inclination": 83.98589334100252, "heading": 52.92799904125676} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.6646791217706873, "wind_velocity_y_factor": 0.9453599482533259, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350303683311881, "mass": 15.340927006218715, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317059982471258, "I_33_without_motor": 0.04108672108712084, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.103235972814357, "trigger": 800, "sampling_rate": 105, "lag": 1.5551683435113643, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9457515222616726, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5452249111004228, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6051.909192262466, "burn_start_time": 0.09868340290894334, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033004396281531005, "grain_number": 5, "grain_density": 1863.701562329901, "grain_outer_radius": 0.033346611260223445, "grain_initial_inner_radius": 0.01559735672329971, "grain_initial_height": 0.12021340810537956, "grain_separation": 0.005574196924789789, "grains_center_of_mass_position": 0.39613406522309746, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012640314136838312, "throat_radius": 0.01123919452843256, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256474523871765}], "aerodynamic_surfaces": [{"length": 0.5573165765239203, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352555415306802}, {"n": 4, "root_chord": 0.12052692471181611, "tip_chord": 0.06089971878253617, "span": 0.11012091982242408, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487164338169315}, {"top_radius": 0.06472544454243284, "bottom_radius": 0.04351869453070947, "length": 0.05948246520546034, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004344333502542, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193711819672738, "upper_button_position": 0.08106325138298043}], "rail_length": 5, "inclination": 84.14773112454432, "heading": 53.30900106923294} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0706604357786176, "wind_velocity_y_factor": 1.4906452068902367, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349463030463993, "mass": 15.203489989708213, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3324681686796325, "I_33_without_motor": 0.033072967887102483, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.024157517355787, "trigger": 800, "sampling_rate": 105, "lag": 1.5333629266461342, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9604530703112008, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2304507132598597, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6082.709863127117, "burn_start_time": -0.0090280668014038, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033739241146753605, "grain_number": 5, "grain_density": 1824.5856888114783, "grain_outer_radius": 0.03287030982511801, "grain_initial_inner_radius": 0.015255302725798158, "grain_initial_height": 0.1201407683267755, "grain_separation": 0.005326929590878562, "grains_center_of_mass_position": 0.39575904153131214, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006885295669039284, "throat_radius": 0.010930148203742503, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543427470803017}], "aerodynamic_surfaces": [{"length": 0.5576294732596613, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341726526367146}, {"n": 4, "root_chord": 0.1200049569827735, "tip_chord": 0.05965992318171532, "span": 0.11035016954238451, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050579537039439}, {"top_radius": 0.06581170771301298, "bottom_radius": 0.04407090195468727, "length": 0.06052988456534387, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008227238334886, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193475363764123, "upper_button_position": 0.08147518745707638}], "rail_length": 5, "inclination": 85.84072536067568, "heading": 51.41247530089423} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7372647675952403, "wind_velocity_y_factor": 1.076052276081359, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.0634905193011801, "mass": 16.007309440852367, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31756507975762, "I_33_without_motor": 0.021115267371844673, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.989715313565602, "trigger": 800, "sampling_rate": 105, "lag": 1.5590761645786964, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0080346227284442, "trigger": "apogee", "sampling_rate": 105, "lag": 1.416118052084366, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6858.068173824255, "burn_start_time": -0.040520503783157004, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033399552831205465, "grain_number": 5, "grain_density": 1848.921720503691, "grain_outer_radius": 0.03313752207582205, "grain_initial_inner_radius": 0.014230769381036817, "grain_initial_height": 0.1213386528833981, "grain_separation": 0.004791676611826135, "grains_center_of_mass_position": 0.39787645753027945, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005016953965550781, "throat_radius": 0.010991011447712362, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546057053233226}], "aerodynamic_surfaces": [{"length": 0.5589951238462266, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133155885626998}, {"n": 4, "root_chord": 0.12053656181272314, "tip_chord": 0.060162671525419514, "span": 0.10855482152397095, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504362144383181}, {"top_radius": 0.06124614227597271, "bottom_radius": 0.044153614015470084, "length": 0.060811494674015254, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6976638562817121, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181738941197877, "upper_button_position": 0.07948996216192439}], "rail_length": 5, "inclination": 83.20071627606099, "heading": 51.2647822009747} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.6675334043477885, "wind_velocity_y_factor": 1.0500426062019854, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06348997764283293, "mass": 15.190316748001957, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323799562145706, "I_33_without_motor": 0.03142597787788675, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.061574387208724, "trigger": 800, "sampling_rate": 105, "lag": 1.716076709492774, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1141023697936008, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7548498490953788, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6721.384793681272, "burn_start_time": 0.053251451237483684, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03452942058507604, "grain_number": 5, "grain_density": 1814.2896337618272, "grain_outer_radius": 0.03280541108216517, "grain_initial_inner_radius": 0.014896746420729894, "grain_initial_height": 0.12042324309871127, "grain_separation": 0.006702887482648365, "grains_center_of_mass_position": 0.39561581973033483, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00032876011245318835, "throat_radius": 0.011190289196874795, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562570242070332}], "aerodynamic_surfaces": [{"length": 0.5568778215725967, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340751021224103}, {"n": 4, "root_chord": 0.1197497668408676, "tip_chord": 0.060713660382778326, "span": 0.11013462743373745, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048833378572015}, {"top_radius": 0.06139902785339757, "bottom_radius": 0.041797358971107694, "length": 0.059795398758069995, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995212884585855, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195350486919248, "upper_button_position": 0.07998623976666075}], "rail_length": 5, "inclination": 85.44655698505397, "heading": 50.920900529413636} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9596011238368711, "wind_velocity_y_factor": 1.14078671620295, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350567847521853, "mass": 14.7252237243661, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310782702048505, "I_33_without_motor": 0.02867664149314198, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.956572157283231, "trigger": 800, "sampling_rate": 105, "lag": 1.336644833495034, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.009717048237556, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2670528508369896, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8449.950498072903, "burn_start_time": 0.13419065689245385, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0327931359528687, "grain_number": 5, "grain_density": 1777.4164740863198, "grain_outer_radius": 0.032407639247382554, "grain_initial_inner_radius": 0.014479889039151685, "grain_initial_height": 0.12103707668662171, "grain_separation": 0.0035056863500411047, "grains_center_of_mass_position": 0.39752569142396066, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003170855227508072, "throat_radius": 0.011648908017974883, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254542037089972}], "aerodynamic_surfaces": [{"length": 0.5577142625207121, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337473622260157}, {"n": 4, "root_chord": 0.12059682503178873, "tip_chord": 0.0608598530715845, "span": 0.11031562967492957, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050584020665509}, {"top_radius": 0.06293299514374154, "bottom_radius": 0.041772275911338246, "length": 0.06052065712924717, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6969594311395934, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188577066456861, "upper_button_position": 0.07810172449390729}], "rail_length": 5, "inclination": 84.84664149322597, "heading": 48.32679974315335} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5654874761709487, "wind_velocity_y_factor": 0.5212498398418142, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350081608256464, "mass": 15.7797752171305, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308543381784232, "I_33_without_motor": 0.06861456598654757, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.828991188239536, "trigger": 800, "sampling_rate": 105, "lag": 1.4979786225744438, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.989019953356234, "trigger": "apogee", "sampling_rate": 105, "lag": 1.64760976931491, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6106.26622955139, "burn_start_time": -0.04979301220403645, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032714030955298484, "grain_number": 5, "grain_density": 1880.8779926693026, "grain_outer_radius": 0.03295047775825726, "grain_initial_inner_radius": 0.015080475665687598, "grain_initial_height": 0.12029360251509702, "grain_separation": 0.007042086315061048, "grains_center_of_mass_position": 0.39797737405739925, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005293770093739428, "throat_radius": 0.00970731292924621, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255296948942532}], "aerodynamic_surfaces": [{"length": 0.558092258667049, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1374877110110093}, {"n": 4, "root_chord": 0.11931340076756373, "tip_chord": 0.06048297674758488, "span": 0.10986834431899437, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481402420271906}, {"top_radius": 0.06470587920369747, "bottom_radius": 0.045415408748532636, "length": 0.060970540289625286, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992325289698769, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184665475901036, "upper_button_position": 0.08076598137977331}], "rail_length": 5, "inclination": 84.83559618472867, "heading": 57.68678686332692} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8727885482047263, "wind_velocity_y_factor": 1.303637777975727, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349645096084795, "mass": 15.2642421735059, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317190792823536, "I_33_without_motor": 0.04922381759135383, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.959620923043214, "trigger": 800, "sampling_rate": 105, "lag": 1.549170786800361, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9577407390396477, "trigger": "apogee", "sampling_rate": 105, "lag": 1.47641076763248, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5747.643268203883, "burn_start_time": 0.1631037989016814, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03254483192414523, "grain_number": 5, "grain_density": 1847.382681460303, "grain_outer_radius": 0.033653196376670254, "grain_initial_inner_radius": 0.014931701111673249, "grain_initial_height": 0.12004032723413482, "grain_separation": 0.005932809457118556, "grains_center_of_mass_position": 0.3962065783909578, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007047084069537568, "throat_radius": 0.011416198753314089, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553352535109623}], "aerodynamic_surfaces": [{"length": 0.55857820242626, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331169192638555}, {"n": 4, "root_chord": 0.12029616006806537, "tip_chord": 0.060347529491267135, "span": 0.11034417592310607, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492218411430267}, {"top_radius": 0.06225666413897812, "bottom_radius": 0.04442494471383049, "length": 0.059091977754151905, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993450095837519, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6196798393535145, "upper_button_position": 0.07966517023023745}], "rail_length": 5, "inclination": 84.91894893739844, "heading": 54.5277328286215} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6760708889098974, "wind_velocity_y_factor": 1.0307388162297957, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349957366523623, "mass": 14.64866509229514, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317094113438483, "I_33_without_motor": 0.04420527269577877, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.039937000487749, "trigger": 800, "sampling_rate": 105, "lag": 1.548249139373584, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0402058564593166, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5806289057850824, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5261.470662100638, "burn_start_time": 0.008784043709240724, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03363192400510874, "grain_number": 5, "grain_density": 1812.3306914734112, "grain_outer_radius": 0.033450237178962075, "grain_initial_inner_radius": 0.014174212893894828, "grain_initial_height": 0.1189857703994821, "grain_separation": 0.005450585028257162, "grains_center_of_mass_position": 0.3980820870923728, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010097779801807858, "throat_radius": 0.01112834786444652, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2570199674310705}], "aerodynamic_surfaces": [{"length": 0.5589884877502279, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324185830645233}, {"n": 4, "root_chord": 0.12022172380059762, "tip_chord": 0.059741430848183744, "span": 0.10980579136192184, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501427936271588}, {"top_radius": 0.06459921902036457, "bottom_radius": 0.04423415465408266, "length": 0.060170276514148816, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983848205471236, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178442996149437, "upper_button_position": 0.0805405209321799}], "rail_length": 5, "inclination": 84.91312891662155, "heading": 53.525999355783796} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7226963608971992, "wind_velocity_y_factor": 0.6810309129094512, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.0634971885624759, "mass": 15.15008463028731, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326008489038434, "I_33_without_motor": 0.03060899992929449, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.945573533793878, "trigger": 800, "sampling_rate": 105, "lag": 1.4601271207083801, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9488346459817735, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5313132061720098, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8476.276064220183, "burn_start_time": -0.004608767208805711, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0340181226935345, "grain_number": 5, "grain_density": 1826.4635632819934, "grain_outer_radius": 0.03215640071312222, "grain_initial_inner_radius": 0.015514523948319483, "grain_initial_height": 0.11882437922518305, "grain_separation": 0.005002259328149686, "grains_center_of_mass_position": 0.39577560877704304, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010509925412223147, "throat_radius": 0.011670772704104725, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2567417129948328}], "aerodynamic_surfaces": [{"length": 0.5565648515633475, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135510646608737}, {"n": 4, "root_chord": 0.12057852627135328, "tip_chord": 0.06021680597599512, "span": 0.11034766160354635, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483846019425054}, {"top_radius": 0.063081978263217, "bottom_radius": 0.04280181091902961, "length": 0.060211617080508824, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997011089149764, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173932605693435, "upper_button_position": 0.08230784834563287}], "rail_length": 5, "inclination": 84.76004661948666, "heading": 52.769578215087726} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7361088529020978, "wind_velocity_y_factor": 0.8214776843593804, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349363188545984, "mass": 15.06699514883617, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326683772892202, "I_33_without_motor": 0.03166485059347998, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.168575923820804, "trigger": 800, "sampling_rate": 105, "lag": 1.5326184623313113, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.007478946562186, "trigger": "apogee", "sampling_rate": 105, "lag": 1.349515050332236, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7080.345361019617, "burn_start_time": 0.02157933730733754, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03213104832898732, "grain_number": 5, "grain_density": 1809.9440788169468, "grain_outer_radius": 0.03348171125065648, "grain_initial_inner_radius": 0.01476054414995933, "grain_initial_height": 0.12099756400542273, "grain_separation": 0.005612464233789041, "grains_center_of_mass_position": 0.39619230967958174, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0017815685381049045, "throat_radius": 0.010703579316774918, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560851978598573}], "aerodynamic_surfaces": [{"length": 0.5590344978156474, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1312502161913551}, {"n": 4, "root_chord": 0.1197615846150685, "tip_chord": 0.059386340358962966, "span": 0.10954084240399127, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050769744241167}, {"top_radius": 0.06287450443356031, "bottom_radius": 0.04379594595566244, "length": 0.06025335471720168, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997106546749193, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175331204419857, "upper_button_position": 0.08217753423293361}], "rail_length": 5, "inclination": 84.30072219928766, "heading": 52.84964739507594} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3778512217179628, "wind_velocity_y_factor": 1.4063121866734045, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350711000405332, "mass": 15.056867970643989, "I_11_without_motor": 6.321, "I_22_without_motor": 6.336431551848501, "I_33_without_motor": 0.033727038834063285, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.010799253306578, "trigger": 800, "sampling_rate": 105, "lag": 1.3831635202912065, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9196495440063474, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5499678566144768, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6872.6877390918835, "burn_start_time": -0.0011497133347407554, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03299643851101225, "grain_number": 5, "grain_density": 1828.856878694082, "grain_outer_radius": 0.03227481098017103, "grain_initial_inner_radius": 0.014768835855870738, "grain_initial_height": 0.11875780284066967, "grain_separation": 0.004286685582199203, "grains_center_of_mass_position": 0.3974413430018105, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001303466847356507, "throat_radius": 0.011534610583785505, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557798841388708}], "aerodynamic_surfaces": [{"length": 0.5588858794305338, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340377693474901}, {"n": 4, "root_chord": 0.12102013212296704, "tip_chord": 0.06127691492002641, "span": 0.1108964705420151, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492758969650486}, {"top_radius": 0.06426751846143684, "bottom_radius": 0.04396695261506962, "length": 0.06127687081622182, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993776218399376, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617806841886946, "upper_button_position": 0.08157077995299156}], "rail_length": 5, "inclination": 85.67306303051471, "heading": 48.76961414726911} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0456151846209385, "wind_velocity_y_factor": 1.556490011337193, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.0635115242056962, "mass": 14.796354054506427, "I_11_without_motor": 6.321, "I_22_without_motor": 6.301760900579667, "I_33_without_motor": 0.040056536513259425, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.049515826826784, "trigger": 800, "sampling_rate": 105, "lag": 1.5201685210143707, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.061700337868971, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6734165829926588, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5858.4970818211505, "burn_start_time": 0.0021456199920468753, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03235076130933206, "grain_number": 5, "grain_density": 1738.3795993068813, "grain_outer_radius": 0.03301183913321584, "grain_initial_inner_radius": 0.014814667351651305, "grain_initial_height": 0.11917269777881023, "grain_separation": 0.00413809500467025, "grains_center_of_mass_position": 0.39461301116456104, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011898282466137164, "throat_radius": 0.011619424217757654, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558222334003608}], "aerodynamic_surfaces": [{"length": 0.5585412303514193, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346179846098405}, {"n": 4, "root_chord": 0.12003997275545178, "tip_chord": 0.05924755509821715, "span": 0.1100246804388848, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504041620261668}, {"top_radius": 0.06250399537077289, "bottom_radius": 0.04277827881600409, "length": 0.05933983088588677, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986461517338044, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175195130803032, "upper_button_position": 0.08112663865350123}], "rail_length": 5, "inclination": 85.64382274416644, "heading": 51.50343902739047} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0085705023657858, "wind_velocity_y_factor": 1.3126992669948925, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350207960861536, "mass": 15.491457421915952, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318121341345865, "I_33_without_motor": 0.03232547615082439, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.07841894120918, "trigger": 800, "sampling_rate": 105, "lag": 1.65021208365774, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9254074754610652, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6333603897325986, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6701.330134876791, "burn_start_time": -0.06964465700128473, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03322677971729898, "grain_number": 5, "grain_density": 1900.4837250678577, "grain_outer_radius": 0.03328894634465762, "grain_initial_inner_radius": 0.01497123311415086, "grain_initial_height": 0.12018758179296954, "grain_separation": 0.004986439160091798, "grains_center_of_mass_position": 0.39785873427533464, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00042759980267813953, "throat_radius": 0.01117779839779862, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2519509249923007}], "aerodynamic_surfaces": [{"length": 0.5577510314584845, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330383954700647}, {"n": 4, "root_chord": 0.12055896109048445, "tip_chord": 0.06006935468064807, "span": 0.11046626304811606, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501665906076123}, {"top_radius": 0.06410288377404375, "bottom_radius": 0.04264824727540086, "length": 0.060454350992324164, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982329040148312, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188401207622799, "upper_button_position": 0.07939278325255128}], "rail_length": 5, "inclination": 83.98531375619609, "heading": 53.27771450403709} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2749344133756126, "wind_velocity_y_factor": 0.8735874213817425, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06349239047018156, "mass": 14.400957395060335, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315259976315325, "I_33_without_motor": 0.03359692201697642, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.05497546842292, "trigger": 800, "sampling_rate": 105, "lag": 1.6007793672468917, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.014909562308727, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2807010540442942, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7440.689965101602, "burn_start_time": 0.12267795659526358, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03395470577981283, "grain_number": 5, "grain_density": 1766.621031635016, "grain_outer_radius": 0.033334869431305564, "grain_initial_inner_radius": 0.014796198705220573, "grain_initial_height": 0.12026767183721601, "grain_separation": 0.0063726487246321805, "grains_center_of_mass_position": 0.3968452271507308, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004186187408840436, "throat_radius": 0.010712509523887756, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2579330303073633}], "aerodynamic_surfaces": [{"length": 0.5585757990747502, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342423926688314}, {"n": 4, "root_chord": 0.11978572292115462, "tip_chord": 0.06043164504709387, "span": 0.11072333609221804, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050855012680143}, {"top_radius": 0.06299350567566273, "bottom_radius": 0.044393390226147356, "length": 0.059597351320962014, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699081210012766, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166231163747485, "upper_button_position": 0.08245809363801748}], "rail_length": 5, "inclination": 84.78455592429209, "heading": 52.176867964477445} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2820201378614073, "wind_velocity_y_factor": 0.9978118438782139, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.063500164548531, "mass": 15.562471544540722, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33030374406175, "I_33_without_motor": 0.04033514887315378, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.988258797520992, "trigger": 800, "sampling_rate": 105, "lag": 1.5274921409385287, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0532360462190444, "trigger": "apogee", "sampling_rate": 105, "lag": 1.34871129868654, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6882.796789385098, "burn_start_time": 0.07694161662920085, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03380266122781649, "grain_number": 5, "grain_density": 1832.2124475755154, "grain_outer_radius": 0.033186730362543965, "grain_initial_inner_radius": 0.014379205959041923, "grain_initial_height": 0.12086008646018724, "grain_separation": 0.00423663067920706, "grains_center_of_mass_position": 0.39781604020082045, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002912388661023701, "throat_radius": 0.01112618464325465, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544695018196474}], "aerodynamic_surfaces": [{"length": 0.5580919386292617, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335324652480463}, {"n": 4, "root_chord": 0.12029759520315221, "tip_chord": 0.05963935327655195, "span": 0.10944009784953083, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047171055256431}, {"top_radius": 0.06252906372559447, "bottom_radius": 0.044117137694361666, "length": 0.058974915397537575, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003526019636983, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173212625114076, "upper_button_position": 0.08303133945229069}], "rail_length": 5, "inclination": 83.86539148757151, "heading": 51.54326498431871} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3812154809562616, "wind_velocity_y_factor": 0.3350041196811784, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350546289457847, "mass": 15.389598215966599, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313459183964974, "I_33_without_motor": 0.029420621373399465, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.058594753198502, "trigger": 800, "sampling_rate": 105, "lag": 1.5456870650897545, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0149704725204467, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6033701031567225, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7649.1369946686045, "burn_start_time": -0.028736620408265003, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03322907574974299, "grain_number": 5, "grain_density": 1831.5039518228134, "grain_outer_radius": 0.03220437460149723, "grain_initial_inner_radius": 0.015127742309102923, "grain_initial_height": 0.12012565081492568, "grain_separation": 0.005417927759026169, "grains_center_of_mass_position": 0.39635175857822796, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005818840971639442, "throat_radius": 0.01139513476695153, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537962093447208}], "aerodynamic_surfaces": [{"length": 0.5588825730140444, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328310500529808}, {"n": 4, "root_chord": 0.11990636152180117, "tip_chord": 0.060309101987363244, "span": 0.1100836983553368, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051954075786577}, {"top_radius": 0.06373492483819106, "bottom_radius": 0.042376301431420106, "length": 0.0594155237908564, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004938743410868, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179493248561807, "upper_button_position": 0.08254454948490608}], "rail_length": 5, "inclination": 86.26624913718332, "heading": 52.90536596288278} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7374319673141403, "wind_velocity_y_factor": 1.5238902689468294, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06351619767343349, "mass": 15.41260010918431, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313371610413678, "I_33_without_motor": 0.03397040183171026, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.995295339361196, "trigger": 800, "sampling_rate": 105, "lag": 1.493799851314876, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0377892038247694, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6893325452892993, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 9249.37647321451, "burn_start_time": 0.08684365422591084, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03344958980242197, "grain_number": 5, "grain_density": 1797.3066930594941, "grain_outer_radius": 0.03325615392067072, "grain_initial_inner_radius": 0.014973434394518523, "grain_initial_height": 0.12123440242389731, "grain_separation": 0.004699633647921963, "grains_center_of_mass_position": 0.39717286268058066, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001782237450688476, "throat_radius": 0.011187630229645501, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536477318208599}], "aerodynamic_surfaces": [{"length": 0.5569441376911076, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1320151867760548}, {"n": 4, "root_chord": 0.11940043052559444, "tip_chord": 0.06035598066841767, "span": 0.11191263547774094, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492815094807588}, {"top_radius": 0.06238454524214773, "bottom_radius": 0.04433170809865033, "length": 0.060157994675631286, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996204867353548, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173656145296942, "upper_button_position": 0.08225487220566063}], "rail_length": 5, "inclination": 83.62976035960028, "heading": 54.422763334890774} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8186854996059515, "wind_velocity_y_factor": 0.9882008253881084, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349343050637879, "mass": 15.068796006496935, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3162196402374, "I_33_without_motor": 0.03631767901438518, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.058078946553504, "trigger": 800, "sampling_rate": 105, "lag": 1.4728179676917803, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9775504548452852, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5421065026124459, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7094.50186914963, "burn_start_time": 0.17439148088635295, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03321375561832951, "grain_number": 5, "grain_density": 1835.7773536630814, "grain_outer_radius": 0.03273572231329244, "grain_initial_inner_radius": 0.014716916059201054, "grain_initial_height": 0.12029529248395478, "grain_separation": 0.003776267616510443, "grains_center_of_mass_position": 0.3976814413053672, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001522775997960633, "throat_radius": 0.011424380938264388, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545139721814482}], "aerodynamic_surfaces": [{"length": 0.5576892292690062, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343739772467856}, {"n": 4, "root_chord": 0.11997872825653817, "tip_chord": 0.06041457100803967, "span": 0.10993855118345706, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0478871458135246}, {"top_radius": 0.06461010726787066, "bottom_radius": 0.04242287882617776, "length": 0.06038627957730379, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6968057811351325, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190013870030032, "upper_button_position": 0.07780439413212925}], "rail_length": 5, "inclination": 86.5586672849907, "heading": 55.58885394246831} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.315215262754873, "wind_velocity_y_factor": 0.39387501750199794, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350771193717204, "mass": 15.409750736384888, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323472729137406, "I_33_without_motor": 0.027784281011304927, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.829086092897883, "trigger": 800, "sampling_rate": 105, "lag": 1.6817148769653703, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1892142591663755, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5744938351195374, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5995.675119372964, "burn_start_time": -0.07986667826360849, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03258086552244424, "grain_number": 5, "grain_density": 1837.9250460868861, "grain_outer_radius": 0.033071343675056854, "grain_initial_inner_radius": 0.015105701506459582, "grain_initial_height": 0.12038301712027949, "grain_separation": 0.004390387121835729, "grains_center_of_mass_position": 0.397842458860083, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00036657952288067795, "throat_radius": 0.011672399470223298, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25441468089508}], "aerodynamic_surfaces": [{"length": 0.5569418021974594, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353846009538575}, {"n": 4, "root_chord": 0.1198224016212535, "tip_chord": 0.06015463760090155, "span": 0.11004533806731409, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502075510638946}, {"top_radius": 0.06469724586871882, "bottom_radius": 0.04417528031048222, "length": 0.05966107464466066, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992330424926848, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179500904525885, "upper_button_position": 0.08128295204009628}], "rail_length": 5, "inclination": 87.2385077143508, "heading": 53.772268511199904} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.989646447964937, "wind_velocity_y_factor": 1.126541139916089, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349682334395854, "mass": 15.267173200871559, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319656726856126, "I_33_without_motor": 0.027471416345921287, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.923732496734333, "trigger": 800, "sampling_rate": 105, "lag": 1.5033851197173373, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0845819124861578, "trigger": "apogee", "sampling_rate": 105, "lag": 1.483111026545995, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7953.516072617417, "burn_start_time": 0.059731270138751284, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03328694097475284, "grain_number": 5, "grain_density": 1782.6080224346101, "grain_outer_radius": 0.03300616187920141, "grain_initial_inner_radius": 0.015305372139115774, "grain_initial_height": 0.12005211309737655, "grain_separation": 0.004119701111027788, "grains_center_of_mass_position": 0.3974276452153508, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00023695413354675918, "throat_radius": 0.01094241283723805, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557321464799651}], "aerodynamic_surfaces": [{"length": 0.558826855395844, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327593448788842}, {"n": 4, "root_chord": 0.12011962195306895, "tip_chord": 0.060579057409622356, "span": 0.10931191581395125, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495929307551493}, {"top_radius": 0.06455381865797706, "bottom_radius": 0.04343415971486627, "length": 0.060371561842631274, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005540339875944, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174198838552812, "upper_button_position": 0.08313415013231318}], "rail_length": 5, "inclination": 83.64397094419444, "heading": 52.48572745423957} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7327999155952911, "wind_velocity_y_factor": 1.2191027122272153, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350847976875072, "mass": 15.900850044726196, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317319502074869, "I_33_without_motor": 0.030042122929276688, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.95338523095061, "trigger": 800, "sampling_rate": 105, "lag": 1.412501842906383, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9578786244647866, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6780979402856295, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6921.817199932331, "burn_start_time": 0.07882073225577245, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03294379091681852, "grain_number": 5, "grain_density": 1829.706586820106, "grain_outer_radius": 0.033025001682658366, "grain_initial_inner_radius": 0.015165799254150777, "grain_initial_height": 0.11960296511852134, "grain_separation": 0.0041387306059688395, "grains_center_of_mass_position": 0.3956843729087137, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003780943612565225, "throat_radius": 0.010285830480417354, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543341049875816}], "aerodynamic_surfaces": [{"length": 0.558105641316982, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337761923284504}, {"n": 4, "root_chord": 0.11966663260375837, "tip_chord": 0.06029304186963209, "span": 0.11020780235799753, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493605839317734}, {"top_radius": 0.06319450748761746, "bottom_radius": 0.04130607148273658, "length": 0.057490457189249645, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6978077138840486, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177662973809026, "upper_button_position": 0.080041416503146}], "rail_length": 5, "inclination": 85.72241553442835, "heading": 55.49330167548923} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.853129672265904, "wind_velocity_y_factor": 1.1984932224307951, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06351481997058203, "mass": 16.235458758246516, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31820663889712, "I_33_without_motor": 0.0434445730067098, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.084796847722965, "trigger": 800, "sampling_rate": 105, "lag": 1.3889665023434172, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1096341657051019, "trigger": "apogee", "sampling_rate": 105, "lag": 1.660240596578695, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4119.167942639246, "burn_start_time": 0.03250641148413796, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032656092015726425, "grain_number": 5, "grain_density": 1764.2246252543162, "grain_outer_radius": 0.03272619119731334, "grain_initial_inner_radius": 0.015606147116739034, "grain_initial_height": 0.11972943874003124, "grain_separation": 0.006593123142030932, "grains_center_of_mass_position": 0.39561927498690547, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009392802458792096, "throat_radius": 0.010796823563306484, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254143760468804}], "aerodynamic_surfaces": [{"length": 0.5586097247189485, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348537432588184}, {"n": 4, "root_chord": 0.11933353280036019, "tip_chord": 0.059664709813456854, "span": 0.1102522493502592, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498468986412097}, {"top_radius": 0.06460006518609354, "bottom_radius": 0.04224509750143732, "length": 0.0585785550112236, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997306783506492, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174322346561111, "upper_button_position": 0.08229844369453809}], "rail_length": 5, "inclination": 85.03647992300633, "heading": 54.999198439615384} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4069461393237432, "wind_velocity_y_factor": 1.454653176763364, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350456370001652, "mass": 15.367568231533795, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3366481433348945, "I_33_without_motor": 0.02886519725288664, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.915130081695171, "trigger": 800, "sampling_rate": 105, "lag": 1.5609659152784419, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1301445764215785, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3295357610704706, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8459.091668946743, "burn_start_time": -0.05784333030865392, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03258284087582401, "grain_number": 5, "grain_density": 1798.6670297053931, "grain_outer_radius": 0.033062904847361234, "grain_initial_inner_radius": 0.014988919614178323, "grain_initial_height": 0.12080003798421769, "grain_separation": 0.0042286064465493645, "grains_center_of_mass_position": 0.3967647450601348, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001584626585307335, "throat_radius": 0.011144270527430064, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553318607435278}], "aerodynamic_surfaces": [{"length": 0.5585167903224806, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343796289253367}, {"n": 4, "root_chord": 0.12005187938096648, "tip_chord": 0.06001173290182074, "span": 0.10943072380395688, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0523887740906637}, {"top_radius": 0.0625458279181844, "bottom_radius": 0.04347031087152963, "length": 0.058860426337428176, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006406268473182, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162018896704766, "upper_button_position": 0.08443873717684158}], "rail_length": 5, "inclination": 83.57226446493227, "heading": 51.509042796958205} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.132335363815256, "wind_velocity_y_factor": 1.4326367747547182, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.0634903831038986, "mass": 15.874186343084315, "I_11_without_motor": 6.321, "I_22_without_motor": 6.2997244082111985, "I_33_without_motor": 0.05263072656943658, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.121131564306026, "trigger": 800, "sampling_rate": 105, "lag": 1.634665191370571, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0265548470497685, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4846667239275007, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7196.476639628054, "burn_start_time": -0.17350648455848544, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03327767020779318, "grain_number": 5, "grain_density": 1810.3923808100458, "grain_outer_radius": 0.03350171024595595, "grain_initial_inner_radius": 0.014685431853256197, "grain_initial_height": 0.12040786162931522, "grain_separation": 0.0046319715907704425, "grains_center_of_mass_position": 0.39832807235459616, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006668196632979751, "throat_radius": 0.010176549202843247, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540108668070211}], "aerodynamic_surfaces": [{"length": 0.5575589337128168, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133879555681883}, {"n": 4, "root_chord": 0.11964267819661428, "tip_chord": 0.05946748990141596, "span": 0.11040488621572314, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483115188822762}, {"top_radius": 0.06203938691055918, "bottom_radius": 0.042534917897644874, "length": 0.05962331357007026, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998363857608112, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176703696610809, "upper_button_position": 0.08216601609973029}], "rail_length": 5, "inclination": 86.38475378133967, "heading": 52.9065033136891} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5031578018262438, "wind_velocity_y_factor": 1.1394867771618853, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350948039332453, "mass": 14.742356375257257, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335610748727348, "I_33_without_motor": 0.047417907794643666, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.079530492264963, "trigger": 800, "sampling_rate": 105, "lag": 1.400893448682097, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9452130451037579, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7001029247445376, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6990.726761586998, "burn_start_time": -0.14518213335588004, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03364351171475901, "grain_number": 5, "grain_density": 1866.5805689523734, "grain_outer_radius": 0.032723898390319875, "grain_initial_inner_radius": 0.014140695009039146, "grain_initial_height": 0.11945103378603328, "grain_separation": 0.005967980996946809, "grains_center_of_mass_position": 0.39615664799224887, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001982202512054207, "throat_radius": 0.010580578969914165, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255069577909116}], "aerodynamic_surfaces": [{"length": 0.5588852315108, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337005837500043}, {"n": 4, "root_chord": 0.11959428100478524, "tip_chord": 0.06039247017624935, "span": 0.10933482845450145, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050914015178382}, {"top_radius": 0.06466424019564372, "bottom_radius": 0.04291333996745038, "length": 0.0601629710350262, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993387773577917, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6159151174724925, "upper_button_position": 0.0834236598852992}], "rail_length": 5, "inclination": 84.530726688572, "heading": 57.04033055982436} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6774175691602164, "wind_velocity_y_factor": 0.8954208736709818, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350636668433687, "mass": 14.63939836663501, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328132319693743, "I_33_without_motor": 0.037046504571447716, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.929514767905252, "trigger": 800, "sampling_rate": 105, "lag": 1.48723453807713, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8710409688751826, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6600013325650398, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6570.752455431212, "burn_start_time": 0.05881079059169404, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032882849932676005, "grain_number": 5, "grain_density": 1821.7299359902008, "grain_outer_radius": 0.03356664353843057, "grain_initial_inner_radius": 0.014366494818442698, "grain_initial_height": 0.1198335683729958, "grain_separation": 0.005428868799002301, "grains_center_of_mass_position": 0.3974510172807355, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00039384518658905127, "throat_radius": 0.01037106706642902, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535774967604474}], "aerodynamic_surfaces": [{"length": 0.5581773243157925, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1320422442193097}, {"n": 4, "root_chord": 0.11936256768487889, "tip_chord": 0.0600284805666922, "span": 0.11081426575228986, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0477076576443718}, {"top_radius": 0.06181201823828411, "bottom_radius": 0.042623940031911514, "length": 0.05806310801390117, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005888210358299, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197025165434172, "upper_button_position": 0.08088630449241263}], "rail_length": 5, "inclination": 85.05476437315141, "heading": 50.27609826734704} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6706657010398551, "wind_velocity_y_factor": 0.44867765920414526, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350111686756442, "mass": 16.0657992602291, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326474286540536, "I_33_without_motor": 0.035068044736263126, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.996754703868278, "trigger": 800, "sampling_rate": 105, "lag": 1.489151607267378, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0014663497040452, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4026860599672397, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5566.589112414106, "burn_start_time": 0.012206898367331236, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033057843191049555, "grain_number": 5, "grain_density": 1855.5281740761186, "grain_outer_radius": 0.03289332098099401, "grain_initial_inner_radius": 0.01578332112024309, "grain_initial_height": 0.12124373749440445, "grain_separation": 0.004486976551452482, "grains_center_of_mass_position": 0.3972459945235782, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011566502844337473, "throat_radius": 0.010955906860765119, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2570718276962145}], "aerodynamic_surfaces": [{"length": 0.5578349493263028, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133355778044207}, {"n": 4, "root_chord": 0.12015561686338683, "tip_chord": 0.058922606723847616, "span": 0.11004133670822501, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0512848303295332}, {"top_radius": 0.06369446093263256, "bottom_radius": 0.043215565036823604, "length": 0.06059702285872923, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998283492449876, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165005054761786, "upper_button_position": 0.08332784376880897}], "rail_length": 5, "inclination": 84.92825062782934, "heading": 53.3955179722979} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3386720595283096, "wind_velocity_y_factor": 0.9580752434996054, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350073216099325, "mass": 15.27358019740159, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321135469446021, "I_33_without_motor": 0.03397805481245431, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.13755070414213, "trigger": 800, "sampling_rate": 105, "lag": 1.6352383308317346, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0207827006693668, "trigger": "apogee", "sampling_rate": 105, "lag": 1.634927564436263, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6633.6042521044365, "burn_start_time": 0.09264533626358862, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03359001045168586, "grain_number": 5, "grain_density": 1859.6243644081562, "grain_outer_radius": 0.03341454064350841, "grain_initial_inner_radius": 0.01464638118492474, "grain_initial_height": 0.12001841558991512, "grain_separation": 0.006657486433119669, "grains_center_of_mass_position": 0.39807620924295095, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009343825090269459, "throat_radius": 0.011324373007646151, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562705232555984}], "aerodynamic_surfaces": [{"length": 0.5574063764019315, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347752708199097}, {"n": 4, "root_chord": 0.1197036418966986, "tip_chord": 0.059923495837128235, "span": 0.10942722742572542, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497483878855893}, {"top_radius": 0.0655100531263262, "bottom_radius": 0.043123942914759544, "length": 0.06139007182666616, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991390023231405, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178630356829725, "upper_button_position": 0.08127596664016801}], "rail_length": 5, "inclination": 84.5392048849837, "heading": 51.97502183428898} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6497117658464104, "wind_velocity_y_factor": 1.1783128074773244, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.0635005269364308, "mass": 15.67537249166876, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327278566125327, "I_33_without_motor": 0.03125863332393055, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.052071745835109, "trigger": 800, "sampling_rate": 105, "lag": 1.4131643027119296, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0130866981531204, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4653106365540243, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6944.743514484094, "burn_start_time": -0.06944269720844536, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031978677146327204, "grain_number": 5, "grain_density": 1806.846957390434, "grain_outer_radius": 0.0332184032715463, "grain_initial_inner_radius": 0.014788546786995163, "grain_initial_height": 0.1190243506353946, "grain_separation": 0.0038822384992261514, "grains_center_of_mass_position": 0.3960171132180105, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0017991532255064908, "throat_radius": 0.011180984758700286, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544644947300103}], "aerodynamic_surfaces": [{"length": 0.5572472671479075, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332399425378814}, {"n": 4, "root_chord": 0.12022259029250755, "tip_chord": 0.05946625126896489, "span": 0.11017143088414263, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492885862251746}, {"top_radius": 0.06460345955705231, "bottom_radius": 0.04294877421908839, "length": 0.061670666848881776, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992128479520856, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172473456814879, "upper_button_position": 0.08196550227059773}], "rail_length": 5, "inclination": 83.7762330489836, "heading": 56.65668471293244} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9234407068914797, "wind_velocity_y_factor": 1.13383687028392, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350170329905698, "mass": 15.889060766118915, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321259432373239, "I_33_without_motor": 0.044087972227153494, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.804709377913008, "trigger": 800, "sampling_rate": 105, "lag": 1.481395907686513, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9871199437086076, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4011217022486178, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7068.456087879308, "burn_start_time": 0.04846234639481954, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03289363638825512, "grain_number": 5, "grain_density": 1780.2859705467747, "grain_outer_radius": 0.03268663877427932, "grain_initial_inner_radius": 0.01573018014867325, "grain_initial_height": 0.12157792098665042, "grain_separation": 0.004674214966947454, "grains_center_of_mass_position": 0.3969392016793925, "center_of_dry_mass_position": 0.317, "nozzle_position": -7.990543259663869e-05, "throat_radius": 0.010274060915415347, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546326307770967}], "aerodynamic_surfaces": [{"length": 0.5594960897526513, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1358843824318463}, {"n": 4, "root_chord": 0.12034539333258662, "tip_chord": 0.06018109336346424, "span": 0.11011247754941694, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498488817081038}, {"top_radius": 0.0639520600529899, "bottom_radius": 0.04288555782419733, "length": 0.06080924986059529, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.69920545763092, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187318868177382, "upper_button_position": 0.08047357081318185}], "rail_length": 5, "inclination": 84.57468172853315, "heading": 51.92309907510157} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7737769792315656, "wind_velocity_y_factor": 1.1960958597855356, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.0635040830231832, "mass": 16.726100216511945, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316148796686872, "I_33_without_motor": 0.029026128981724512, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.856473583558637, "trigger": 800, "sampling_rate": 105, "lag": 1.6296379536519117, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9266984007280287, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3299346519235091, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6465.614417261139, "burn_start_time": 0.006527382247047006, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033137701442254565, "grain_number": 5, "grain_density": 1737.230502660581, "grain_outer_radius": 0.033476801919467614, "grain_initial_inner_radius": 0.015126445819093462, "grain_initial_height": 0.1204598242584545, "grain_separation": 0.005659010647962473, "grains_center_of_mass_position": 0.3971967210368562, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001543119889740521, "throat_radius": 0.01017195829673859, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552387348162097}], "aerodynamic_surfaces": [{"length": 0.5591530542808321, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339708729125924}, {"n": 4, "root_chord": 0.11948132995561668, "tip_chord": 0.05962358715852434, "span": 0.10991136658400198, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487767883636265}, {"top_radius": 0.06527304237270727, "bottom_radius": 0.044830085765846524, "length": 0.05987853902846656, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008073088581961, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199001137813535, "upper_button_position": 0.08090719507684263}], "rail_length": 5, "inclination": 85.68602488780553, "heading": 51.916919251789054} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.019081506826897, "wind_velocity_y_factor": 0.8652122465656837, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350452032459822, "mass": 14.967440256280184, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322218952349357, "I_33_without_motor": 0.04338693588615504, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.067538417671411, "trigger": 800, "sampling_rate": 105, "lag": 1.5717215247477987, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0040831428256207, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5233285767354225, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5505.057731638172, "burn_start_time": -0.12835680680063719, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03292385570028749, "grain_number": 5, "grain_density": 1799.1159818701765, "grain_outer_radius": 0.032738169226928654, "grain_initial_inner_radius": 0.015166649616704856, "grain_initial_height": 0.1211529553409076, "grain_separation": 0.0032441430129515857, "grains_center_of_mass_position": 0.39636208350342333, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002849089224955544, "throat_radius": 0.010906693512777399, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254326097013955}], "aerodynamic_surfaces": [{"length": 0.5589980094006932, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1355614316265803}, {"n": 4, "root_chord": 0.12059349210231916, "tip_chord": 0.060444360679133675, "span": 0.11020995071971688, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500569450544457}, {"top_radius": 0.06318846521094584, "bottom_radius": 0.041948842903850404, "length": 0.059133970111687174, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995710451614338, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167477678238567, "upper_button_position": 0.0828232773375771}], "rail_length": 5, "inclination": 86.15488479426439, "heading": 54.102876574073804} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8743370998167108, "wind_velocity_y_factor": 1.0118384795275788, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06351133011332634, "mass": 15.388971714352365, "I_11_without_motor": 6.321, "I_22_without_motor": 6.346203587701672, "I_33_without_motor": 0.020050197294920368, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.11967530926972, "trigger": 800, "sampling_rate": 105, "lag": 1.4881785007497577, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0599859195996553, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4985867631795124, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7131.981226855058, "burn_start_time": 0.04209200644934467, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033472732751333265, "grain_number": 5, "grain_density": 1790.8531015227986, "grain_outer_radius": 0.03282590660023696, "grain_initial_inner_radius": 0.015348239174265673, "grain_initial_height": 0.12110675131242468, "grain_separation": 0.007718818850896696, "grains_center_of_mass_position": 0.3974777925138505, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00011102267952041098, "throat_radius": 0.01083913448303952, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556941737890654}], "aerodynamic_surfaces": [{"length": 0.558202133132121, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335696558081798}, {"n": 4, "root_chord": 0.12013880224670015, "tip_chord": 0.05916011137738922, "span": 0.11035231371126494, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0477073920811768}, {"top_radius": 0.06357870922420596, "bottom_radius": 0.042543706627019805, "length": 0.05987769479277543, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010202369321564, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6159056322754519, "upper_button_position": 0.0851146046567045}], "rail_length": 5, "inclination": 85.26002362262385, "heading": 53.22202598062817} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6648509893765074, "wind_velocity_y_factor": 1.4487742619133173, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349650134674154, "mass": 15.822869483465688, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315463586115348, "I_33_without_motor": 0.03104665539764679, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.91199875909349, "trigger": 800, "sampling_rate": 105, "lag": 1.9134998850612466, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9747950357329458, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3886075038013526, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6394.921213917356, "burn_start_time": -0.061412005817325394, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03269765329233035, "grain_number": 5, "grain_density": 1749.3871724010537, "grain_outer_radius": 0.03262329340958057, "grain_initial_inner_radius": 0.015438560955344013, "grain_initial_height": 0.1204457839867513, "grain_separation": 0.00572703011781803, "grains_center_of_mass_position": 0.3951199377438429, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00044156049251489776, "throat_radius": 0.011459814324452335, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2569007161506527}], "aerodynamic_surfaces": [{"length": 0.5577445632748259, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133346563529992}, {"n": 4, "root_chord": 0.11984209021802165, "tip_chord": 0.05915139062182237, "span": 0.1100640222879459, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.05016121651879}, {"top_radius": 0.06607885906646699, "bottom_radius": 0.042834542109739214, "length": 0.05881797762442178, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999957284332529, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180457141002238, "upper_button_position": 0.08195001433302906}], "rail_length": 5, "inclination": 85.44221532851182, "heading": 52.40145412888005} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6768059468158449, "wind_velocity_y_factor": 0.9515729049435376, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349447185660567, "mass": 15.315581561155211, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319227430783017, "I_33_without_motor": 0.042402268616307325, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.07958552019225, "trigger": 800, "sampling_rate": 105, "lag": 1.6473348257942817, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9497296609468168, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4898434956511521, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6283.034285768611, "burn_start_time": 0.33812524231832625, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03338124790425113, "grain_number": 5, "grain_density": 1765.482819842017, "grain_outer_radius": 0.03288450520236899, "grain_initial_inner_radius": 0.01505564029435456, "grain_initial_height": 0.12200170257160556, "grain_separation": 0.004481271204571792, "grains_center_of_mass_position": 0.39547632876706235, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00045177593964273, "throat_radius": 0.01180525252670551, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549456083412185}], "aerodynamic_surfaces": [{"length": 0.5574663411296498, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334586189269686}, {"n": 4, "root_chord": 0.12115101432965426, "tip_chord": 0.06046818023376021, "span": 0.10987873484214576, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500808066153777}, {"top_radius": 0.06331909349833992, "bottom_radius": 0.04373674743392006, "length": 0.058841186293667636, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007216703159795, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180675025847356, "upper_button_position": 0.0826541677312439}], "rail_length": 5, "inclination": 83.87041390404826, "heading": 50.58369190360774} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4754513477312439, "wind_velocity_y_factor": 1.4100322107577736, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06351100276897606, "mass": 14.982223954014037, "I_11_without_motor": 6.321, "I_22_without_motor": 6.298677632393067, "I_33_without_motor": 0.03949926609359014, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.882095900619083, "trigger": 800, "sampling_rate": 105, "lag": 1.7019986619523637, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9864508613472879, "trigger": "apogee", "sampling_rate": 105, "lag": 1.680281914808859, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6396.211819081022, "burn_start_time": 0.025500041068313096, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031996565703289945, "grain_number": 5, "grain_density": 1793.044791289651, "grain_outer_radius": 0.03281844732703495, "grain_initial_inner_radius": 0.014571937197769277, "grain_initial_height": 0.12105466053899255, "grain_separation": 0.004082632927484781, "grains_center_of_mass_position": 0.39638990776013716, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00039348843222591895, "throat_radius": 0.01158588369686137, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539609241346317}], "aerodynamic_surfaces": [{"length": 0.5582401711854721, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342625396727646}, {"n": 4, "root_chord": 0.120301689017446, "tip_chord": 0.06079577020633485, "span": 0.10987417469971941, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0527701009664812}, {"top_radius": 0.06281839960564524, "bottom_radius": 0.044050222073611804, "length": 0.05881743357994094, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7026390168755917, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185059850796119, "upper_button_position": 0.08413303179597986}], "rail_length": 5, "inclination": 85.08608966930862, "heading": 54.61191128192611} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3742841725860317, "wind_velocity_y_factor": 1.4902640363329123, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349238093909412, "mass": 15.660314876888604, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335781954195588, "I_33_without_motor": 0.03882162128990606, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.00601967655546, "trigger": 800, "sampling_rate": 105, "lag": 1.5797141114320417, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9249642104418487, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7268391836395263, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6908.872234217465, "burn_start_time": 0.10678430777842195, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032768261802920085, "grain_number": 5, "grain_density": 1781.680525825133, "grain_outer_radius": 0.03325368344485748, "grain_initial_inner_radius": 0.01493390515748672, "grain_initial_height": 0.11905197498305084, "grain_separation": 0.003643334924299032, "grains_center_of_mass_position": 0.3969961741132508, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001284156105244197, "throat_radius": 0.011743646773354705, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548870517591646}], "aerodynamic_surfaces": [{"length": 0.5595174082214471, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336495024185103}, {"n": 4, "root_chord": 0.12008368829396215, "tip_chord": 0.05994461561998663, "span": 0.10993456856534314, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488001414089902}, {"top_radius": 0.06310216725126937, "bottom_radius": 0.044973242784869624, "length": 0.05977206363484306, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999612419469722, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169095963262773, "upper_button_position": 0.08305164562069489}], "rail_length": 5, "inclination": 84.08938845069528, "heading": 54.52609431288179} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8229611336060128, "wind_velocity_y_factor": 0.9944729823229304, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350475599768043, "mass": 14.74469950318445, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321481840134388, "I_33_without_motor": 0.01732551988519283, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.039759492595241, "trigger": 800, "sampling_rate": 105, "lag": 1.505583089228519, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8832836040875115, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5524574569521432, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7644.967397539577, "burn_start_time": 0.05386821065189103, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03302099921183693, "grain_number": 5, "grain_density": 1755.8019300514022, "grain_outer_radius": 0.03355620120183175, "grain_initial_inner_radius": 0.015196856273727126, "grain_initial_height": 0.12009710303197701, "grain_separation": 0.004849795960769808, "grains_center_of_mass_position": 0.39673374490699653, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012504861438330536, "throat_radius": 0.010965694169803978, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557557606933782}], "aerodynamic_surfaces": [{"length": 0.5589256246346243, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341534389976295}, {"n": 4, "root_chord": 0.12029310327694756, "tip_chord": 0.05949045491691252, "span": 0.10987274244404896, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497306785964862}, {"top_radius": 0.06453351050464358, "bottom_radius": 0.04471003033419207, "length": 0.05969531438110836, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003723408828393, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192392093066873, "upper_button_position": 0.08113313157615198}], "rail_length": 5, "inclination": 83.61847552060146, "heading": 52.0800032682856} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7249235661706301, "wind_velocity_y_factor": 0.683034550300956, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349804845855221, "mass": 14.94773214182973, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327442386759306, "I_33_without_motor": 0.034747645331996854, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.128875181149875, "trigger": 800, "sampling_rate": 105, "lag": 1.5997265045749658, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1072132693920358, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2331524993721326, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6795.598752880092, "burn_start_time": -0.03453216951951804, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03252611244593926, "grain_number": 5, "grain_density": 1803.549053252165, "grain_outer_radius": 0.03356080840806921, "grain_initial_inner_radius": 0.014911457312121332, "grain_initial_height": 0.11954203050511365, "grain_separation": 0.005393458540717322, "grains_center_of_mass_position": 0.39664155476783275, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003152962177307724, "throat_radius": 0.011085370224938787, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548828358359378}], "aerodynamic_surfaces": [{"length": 0.5572907375197551, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342114301183912}, {"n": 4, "root_chord": 0.11915101744531596, "tip_chord": 0.05951765612337135, "span": 0.11089669096441578, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487587743490558}, {"top_radius": 0.06344762509577585, "bottom_radius": 0.04308473697350984, "length": 0.0594460261142226, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982327975995901, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182267941869282, "upper_button_position": 0.08000600341266195}], "rail_length": 5, "inclination": 85.31516846587331, "heading": 53.08024256862267} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6671794305423626, "wind_velocity_y_factor": 0.4532205472769615, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349362632085774, "mass": 15.690889603943894, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314992580447008, "I_33_without_motor": 0.040280963370667236, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.085728351463015, "trigger": 800, "sampling_rate": 105, "lag": 1.508675977442285, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0443015673139682, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4118829950159635, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6503.162294686032, "burn_start_time": -0.019064543306678654, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032801621041483285, "grain_number": 5, "grain_density": 1833.41842476533, "grain_outer_radius": 0.033007804997272475, "grain_initial_inner_radius": 0.015085644260314295, "grain_initial_height": 0.11948273456637458, "grain_separation": 0.005161740270507783, "grains_center_of_mass_position": 0.39676152739190823, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005463410810221278, "throat_radius": 0.010706253639853947, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561737518423106}], "aerodynamic_surfaces": [{"length": 0.5573663390240577, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135088420319257}, {"n": 4, "root_chord": 0.11954745135945367, "tip_chord": 0.059934894948867244, "span": 0.1102986377357104, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048779840457524}, {"top_radius": 0.06363043804524823, "bottom_radius": 0.04267986287322048, "length": 0.06033952472280697, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992863250165552, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187012496996269, "upper_button_position": 0.08058507531692827}], "rail_length": 5, "inclination": 85.99591705068522, "heading": 51.09894575245959} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9568420744369954, "wind_velocity_y_factor": 1.7127728810487846, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06348562836308232, "mass": 15.69212631435379, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309141090043988, "I_33_without_motor": 0.02380038802695893, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.980667581107632, "trigger": 800, "sampling_rate": 105, "lag": 1.5864472122031492, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.978653957193841, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2405560845622772, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6587.475805907575, "burn_start_time": 0.031012376523569557, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03339273037889499, "grain_number": 5, "grain_density": 1843.1930781657302, "grain_outer_radius": 0.03308520352314393, "grain_initial_inner_radius": 0.015369911199658167, "grain_initial_height": 0.12126582981974339, "grain_separation": 0.004301454270205666, "grains_center_of_mass_position": 0.3958572404985598, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000721400555110231, "throat_radius": 0.010920141640138758, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254120199833543}], "aerodynamic_surfaces": [{"length": 0.5573087587394316, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353037162424584}, {"n": 4, "root_chord": 0.11956774788102822, "tip_chord": 0.06057784017090754, "span": 0.1102501601866593, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502043115606352}, {"top_radius": 0.06461166520664417, "bottom_radius": 0.04466961235984451, "length": 0.059608708258549144, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987771860716301, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177447555596779, "upper_button_position": 0.08103243051195219}], "rail_length": 5, "inclination": 84.11229948431668, "heading": 52.18079314341547} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.13848683560235, "wind_velocity_y_factor": 0.5783289764768085, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349790182278885, "mass": 16.07587783367834, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33944252410058, "I_33_without_motor": 0.040045789576387075, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.049679295150472, "trigger": 800, "sampling_rate": 105, "lag": 1.5917008319167947, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9242172573827543, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7449475001561399, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4318.341284182414, "burn_start_time": -0.13126253609278532, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0336195946663716, "grain_number": 5, "grain_density": 1800.5300969098091, "grain_outer_radius": 0.03242759105116523, "grain_initial_inner_radius": 0.014624733572885958, "grain_initial_height": 0.11993871329350832, "grain_separation": 0.007086667161027255, "grains_center_of_mass_position": 0.3986057400688664, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001142240818550431, "throat_radius": 0.011168753262965141, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2572448323624716}], "aerodynamic_surfaces": [{"length": 0.5581495430324993, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1360343137555449}, {"n": 4, "root_chord": 0.11940323631818912, "tip_chord": 0.059832840708516, "span": 0.11034035073604649, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049686588693856}, {"top_radius": 0.06418897181755914, "bottom_radius": 0.04465881105060249, "length": 0.05929652665642032, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002406781121743, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176529459767031, "upper_button_position": 0.08258773213547121}], "rail_length": 5, "inclination": 83.41683482463705, "heading": 55.09621654320552} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.582410733017904, "wind_velocity_y_factor": 1.2896994777288557, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350368540976711, "mass": 14.88135896762947, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333489258860818, "I_33_without_motor": 0.022777465448484212, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.075089561894893, "trigger": 800, "sampling_rate": 105, "lag": 1.4498942841934406, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8247778907385755, "trigger": "apogee", "sampling_rate": 105, "lag": 1.764867692579467, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6127.868194615912, "burn_start_time": -0.057384863289146465, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03209063530879861, "grain_number": 5, "grain_density": 1777.4316446097318, "grain_outer_radius": 0.03299990943636749, "grain_initial_inner_radius": 0.014656752220632936, "grain_initial_height": 0.11984710107584687, "grain_separation": 0.0051802533877463985, "grains_center_of_mass_position": 0.3967371212217716, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00027913899758415397, "throat_radius": 0.010462879223533832, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2525989046621244}], "aerodynamic_surfaces": [{"length": 0.5576419661785595, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338220218974437}, {"n": 4, "root_chord": 0.12009067482269217, "tip_chord": 0.06072234083026063, "span": 0.1095694293343008, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494758444753016}, {"top_radius": 0.06342540838168238, "bottom_radius": 0.043658692950504306, "length": 0.060767408775957175, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995986664441923, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179060078467092, "upper_button_position": 0.08169265859748309}], "rail_length": 5, "inclination": 84.53330942945712, "heading": 56.20956677688661} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4405720679826803, "wind_velocity_y_factor": 0.8950288332060139, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350923284423259, "mass": 16.056364095304463, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322360633510678, "I_33_without_motor": 0.03388395192440935, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.90129110931736, "trigger": 800, "sampling_rate": 105, "lag": 1.5466047087114847, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9837403770822579, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2699839311220722, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4748.642352335869, "burn_start_time": -0.0847726115034996, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033566503313935715, "grain_number": 5, "grain_density": 1848.4143325665673, "grain_outer_radius": 0.03306057156324699, "grain_initial_inner_radius": 0.015333076473574032, "grain_initial_height": 0.11961153684327609, "grain_separation": 0.003810967379229409, "grains_center_of_mass_position": 0.3977351432265142, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018950611955657747, "throat_radius": 0.010843377035210168, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553024635870378}], "aerodynamic_surfaces": [{"length": 0.5571965730000638, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337559583473307}, {"n": 4, "root_chord": 0.12068178947012856, "tip_chord": 0.05986946950055043, "span": 0.11025961598676055, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048879131595003}, {"top_radius": 0.06446378137166425, "bottom_radius": 0.04460281479745449, "length": 0.05929723202289563, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006313680856605, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195804889633449, "upper_button_position": 0.08105087912231557}], "rail_length": 5, "inclination": 84.29649754308113, "heading": 51.01858127507629} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6732539198755196, "wind_velocity_y_factor": 1.3231620254565062, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349705522719219, "mass": 15.236494279960828, "I_11_without_motor": 6.321, "I_22_without_motor": 6.337978489999546, "I_33_without_motor": 0.03268516234872307, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.869860352164201, "trigger": 800, "sampling_rate": 105, "lag": 1.5144870228373386, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0086815132996307, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3931279012141626, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4840.030615910162, "burn_start_time": 0.1417589770881008, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03363748386309737, "grain_number": 5, "grain_density": 1922.4549670461836, "grain_outer_radius": 0.03271913219331207, "grain_initial_inner_radius": 0.014793983603655586, "grain_initial_height": 0.11943928046710062, "grain_separation": 0.006142016855906078, "grains_center_of_mass_position": 0.39898918874030137, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007687323311573765, "throat_radius": 0.011562492958964181, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537471398421245}], "aerodynamic_surfaces": [{"length": 0.5579468315212284, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1357435733215704}, {"n": 4, "root_chord": 0.11962162185481091, "tip_chord": 0.06042797589329297, "span": 0.10914213287466788, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491877390049598}, {"top_radius": 0.06442672371517488, "bottom_radius": 0.04426868790054534, "length": 0.05980922240420487, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699775655452564, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169482562127926, "upper_button_position": 0.08282739923977145}], "rail_length": 5, "inclination": 86.17235710875569, "heading": 54.911009050534645} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8253695379697268, "wind_velocity_y_factor": 1.2243414570044275, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06351194702911533, "mass": 15.884026350336727, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321243885004198, "I_33_without_motor": 0.032828107491139756, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.079850376767714, "trigger": 800, "sampling_rate": 105, "lag": 1.5718820663441697, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0649778556494085, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5095489096033687, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6019.527364530877, "burn_start_time": -0.08928236958272401, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03363476748021622, "grain_number": 5, "grain_density": 1826.672449206037, "grain_outer_radius": 0.0331634212275002, "grain_initial_inner_radius": 0.014218083887142026, "grain_initial_height": 0.12054118779118231, "grain_separation": 0.005626113405260087, "grains_center_of_mass_position": 0.3953582075391484, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008550065621494137, "throat_radius": 0.011054816491798248, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2565355697229146}], "aerodynamic_surfaces": [{"length": 0.5605362162669983, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331675224191708}, {"n": 4, "root_chord": 0.12010886848093166, "tip_chord": 0.06012332368027801, "span": 0.11024188450367661, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505166592637858}, {"top_radius": 0.06357714998650366, "bottom_radius": 0.04305444340428163, "length": 0.05946700920599021, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988807763238702, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171956726244582, "upper_button_position": 0.08168510369941206}], "rail_length": 5, "inclination": 85.10203934993729, "heading": 53.4255775797382} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9745460565471764, "wind_velocity_y_factor": 1.2294648754989723, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349772027832269, "mass": 14.773164886769953, "I_11_without_motor": 6.321, "I_22_without_motor": 6.296701807175302, "I_33_without_motor": 0.04772438777485811, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.071440809242747, "trigger": 800, "sampling_rate": 105, "lag": 1.3598651745901311, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0175418991130585, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8390868606328314, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8135.843035455654, "burn_start_time": 0.19680248261190889, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03267825730955299, "grain_number": 5, "grain_density": 1827.6209743978568, "grain_outer_radius": 0.032535656910506326, "grain_initial_inner_radius": 0.015565356434982932, "grain_initial_height": 0.12107012001792518, "grain_separation": 0.005186670231685788, "grains_center_of_mass_position": 0.39619381165548284, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00025550956041428595, "throat_radius": 0.010826677192019213, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559058000847576}], "aerodynamic_surfaces": [{"length": 0.5570117648871686, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336299780468795}, {"n": 4, "root_chord": 0.12009170976786845, "tip_chord": 0.05983864995359985, "span": 0.10980119292702245, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049079687579819}, {"top_radius": 0.06235991092218812, "bottom_radius": 0.04388698342095491, "length": 0.059048407623699686, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006496875243716, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181168365748344, "upper_button_position": 0.08253285094953722}], "rail_length": 5, "inclination": 86.0375192703923, "heading": 51.97070826362387} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.900462791752389, "wind_velocity_y_factor": 0.925801079334512, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349598058827592, "mass": 15.336738034189581, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3136558274449985, "I_33_without_motor": 0.026802985248231458, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.907050969638789, "trigger": 800, "sampling_rate": 105, "lag": 1.4983126287349673, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9470850120591777, "trigger": "apogee", "sampling_rate": 105, "lag": 1.609547777963887, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7096.589249363534, "burn_start_time": -0.2048596112276608, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03338850936835477, "grain_number": 5, "grain_density": 1829.7644517189847, "grain_outer_radius": 0.03222921308797056, "grain_initial_inner_radius": 0.015145433325162147, "grain_initial_height": 0.12051291926758835, "grain_separation": 0.004457721872838882, "grains_center_of_mass_position": 0.39660309922684994, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004467055376303162, "throat_radius": 0.010672218330077882, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549709956049393}], "aerodynamic_surfaces": [{"length": 0.5584232777040552, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346184438864138}, {"n": 4, "root_chord": 0.12017432313843975, "tip_chord": 0.05972209873976137, "span": 0.1097348224973925, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493097905251378}, {"top_radius": 0.06208412824283731, "bottom_radius": 0.041904545921565554, "length": 0.061225000093875125, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001769813734202, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179854578945282, "upper_button_position": 0.08219152347889203}], "rail_length": 5, "inclination": 85.10093743362096, "heading": 51.124874703557815} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1746533378767343, "wind_velocity_y_factor": 1.301027857054461, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349544829725323, "mass": 15.981269002840257, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334054072283937, "I_33_without_motor": 0.050025615892989414, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.95840549479942, "trigger": 800, "sampling_rate": 105, "lag": 1.7367960729679799, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0369093564743508, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3428390204581997, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6654.283379283262, "burn_start_time": -0.10703329484993214, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03264973921278021, "grain_number": 5, "grain_density": 1823.9304840623959, "grain_outer_radius": 0.032478840931050273, "grain_initial_inner_radius": 0.015573119799180066, "grain_initial_height": 0.11958325834603328, "grain_separation": 0.0054362221315034185, "grains_center_of_mass_position": 0.39745226800391625, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00037214184498832946, "throat_radius": 0.011684090518781144, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562786291651915}], "aerodynamic_surfaces": [{"length": 0.5597310386127998, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350035436541233}, {"n": 4, "root_chord": 0.1198575142824149, "tip_chord": 0.059940548046113, "span": 0.11070464664193563, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0517121155964821}, {"top_radius": 0.06406207573909342, "bottom_radius": 0.044511472412421586, "length": 0.06084865276446998, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992049425677475, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172919782563775, "upper_button_position": 0.08191296431136996}], "rail_length": 5, "inclination": 84.73656399747509, "heading": 51.3991498061901} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9470123246451696, "wind_velocity_y_factor": 1.2437233471249942, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350609881987197, "mass": 15.166909533101968, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332770185996081, "I_33_without_motor": 0.017635905099270346, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.89603380220341, "trigger": 800, "sampling_rate": 105, "lag": 1.5656046440958604, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0147093341945246, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4405333728665206, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5280.487422419238, "burn_start_time": 0.012788440376535586, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033331194152157115, "grain_number": 5, "grain_density": 1848.741904727761, "grain_outer_radius": 0.032839474757475264, "grain_initial_inner_radius": 0.015908695529918148, "grain_initial_height": 0.12250649325958522, "grain_separation": 0.0038005044882265114, "grains_center_of_mass_position": 0.3969874959482339, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00039716381064640316, "throat_radius": 0.010869903428550315, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547026489262392}], "aerodynamic_surfaces": [{"length": 0.5598977651205259, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346293714337832}, {"n": 4, "root_chord": 0.11973486065948438, "tip_chord": 0.060385478937670406, "span": 0.11001562320683723, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500255883102185}, {"top_radius": 0.06285226255269391, "bottom_radius": 0.04365034862813583, "length": 0.05954452278826457, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984635742321086, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617938176081089, "upper_button_position": 0.08052539815101956}], "rail_length": 5, "inclination": 84.48190787814973, "heading": 49.29115264630734} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5623660675508284, "wind_velocity_y_factor": 1.387978094071686, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349652530513986, "mass": 16.591160774218856, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331736506509383, "I_33_without_motor": 0.03867470792786635, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.065821542046422, "trigger": 800, "sampling_rate": 105, "lag": 1.4200592401229346, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9406534734544485, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4950261464485555, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 9847.501759586441, "burn_start_time": 0.06884525621605268, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03317505908760078, "grain_number": 5, "grain_density": 1788.1842928020806, "grain_outer_radius": 0.033341199035385294, "grain_initial_inner_radius": 0.014732931625404871, "grain_initial_height": 0.11968164855545797, "grain_separation": 0.006262566416654857, "grains_center_of_mass_position": 0.3975534010298554, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005124313200732233, "throat_radius": 0.011016271074696772, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549345425958236}], "aerodynamic_surfaces": [{"length": 0.5572837680477822, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345145849795055}, {"n": 4, "root_chord": 0.11997393860126218, "tip_chord": 0.060273155225527716, "span": 0.110466005978878, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496567159512806}, {"top_radius": 0.06341167285016937, "bottom_radius": 0.044374079583654455, "length": 0.06076588684236158, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006471707311146, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172429072317898, "upper_button_position": 0.08340426349932484}], "rail_length": 5, "inclination": 85.4285374772585, "heading": 54.02540426032841} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9677843925560217, "wind_velocity_y_factor": 1.2350035641933712, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350903783417007, "mass": 15.183176240455298, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329342467671685, "I_33_without_motor": 0.041440892137068516, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.217817847639731, "trigger": 800, "sampling_rate": 105, "lag": 1.4846615744593932, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0372468328114444, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3784682861505713, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6434.467638523032, "burn_start_time": 0.11202244509587161, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0328391632979275, "grain_number": 5, "grain_density": 1835.4886710630901, "grain_outer_radius": 0.03292193013302015, "grain_initial_inner_radius": 0.015120257446267356, "grain_initial_height": 0.1208698016776728, "grain_separation": 0.004189305019730699, "grains_center_of_mass_position": 0.39812856647524564, "center_of_dry_mass_position": 0.317, "nozzle_position": 4.8941040635018704e-05, "throat_radius": 0.011947398064096301, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253935545568294}], "aerodynamic_surfaces": [{"length": 0.5573619571409194, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351048302325604}, {"n": 4, "root_chord": 0.1205629846975859, "tip_chord": 0.06039410077778883, "span": 0.11009654343554978, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495986317885215}, {"top_radius": 0.06362201143709828, "bottom_radius": 0.04318536419404348, "length": 0.06042521180493778, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984888054572924, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177146357588718, "upper_button_position": 0.08077416969842066}], "rail_length": 5, "inclination": 83.69735504931779, "heading": 53.63535685204943} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0522837635253894, "wind_velocity_y_factor": 1.0454292418566171, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349885395890972, "mass": 14.786164667073159, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3095868565956055, "I_33_without_motor": 0.05395404871917359, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.086645903271314, "trigger": 800, "sampling_rate": 105, "lag": 1.3267829561630393, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.7778108701326041, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8078319469166464, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6542.207903238263, "burn_start_time": -0.11637005921677833, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03353394278330392, "grain_number": 5, "grain_density": 1833.460211546502, "grain_outer_radius": 0.03426690165405321, "grain_initial_inner_radius": 0.015320150207150643, "grain_initial_height": 0.12123686087181942, "grain_separation": 0.0057602622891531445, "grains_center_of_mass_position": 0.39632043216304047, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006989063144205235, "throat_radius": 0.011455942429923607, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2527940178860033}], "aerodynamic_surfaces": [{"length": 0.5591245025563005, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1355748513389683}, {"n": 4, "root_chord": 0.1203314543011887, "tip_chord": 0.06006860764037469, "span": 0.1100557230417781, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508938323968915}, {"top_radius": 0.0628349816962563, "bottom_radius": 0.044930586502188105, "length": 0.061866424895369476, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007948109508932, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177716347093772, "upper_button_position": 0.083023176241516}], "rail_length": 5, "inclination": 83.38221613856302, "heading": 51.43383219964921} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.88597784219837, "wind_velocity_y_factor": 1.4695475629345685, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350396997213509, "mass": 15.469335138315794, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31221489453683, "I_33_without_motor": 0.037261079398757, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.946548398480648, "trigger": 800, "sampling_rate": 105, "lag": 1.4351858419999592, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.004961351153789, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4887446102166586, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4426.926097027044, "burn_start_time": -0.08579342428050878, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032979499322092556, "grain_number": 5, "grain_density": 1797.9043750106214, "grain_outer_radius": 0.03266349550925868, "grain_initial_inner_radius": 0.015527311802935146, "grain_initial_height": 0.12086110320191006, "grain_separation": 0.003518634792468823, "grains_center_of_mass_position": 0.3944384217520579, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010985310645364506, "throat_radius": 0.010047050830872336, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548778818700705}], "aerodynamic_surfaces": [{"length": 0.5584842877718741, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340134142434732}, {"n": 4, "root_chord": 0.11931424420858856, "tip_chord": 0.06004082336262514, "span": 0.1103678276826017, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497680984145399}, {"top_radius": 0.06379762377320891, "bottom_radius": 0.04443273874910849, "length": 0.06117068547213152, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004228650312978, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166272094589924, "upper_button_position": 0.0837956555723054}], "rail_length": 5, "inclination": 85.51075356958134, "heading": 55.71224859570556} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3120851876628548, "wind_velocity_y_factor": 1.0896550629183441, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350612826610355, "mass": 15.579889333738542, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326364632608362, "I_33_without_motor": 0.020346089195697473, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.076626877871615, "trigger": 800, "sampling_rate": 105, "lag": 1.525306520659979, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9640711028323217, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4634555470823434, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5223.657230228925, "burn_start_time": -0.13302889753063804, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03282172887484374, "grain_number": 5, "grain_density": 1809.9732482942338, "grain_outer_radius": 0.033096667761402805, "grain_initial_inner_radius": 0.015038591444754541, "grain_initial_height": 0.12159278960871965, "grain_separation": 0.008607789364410172, "grains_center_of_mass_position": 0.3971314643467271, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00039425472992285406, "throat_radius": 0.010733806138217249, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255601462370696}], "aerodynamic_surfaces": [{"length": 0.5590734756301973, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133512335291019}, {"n": 4, "root_chord": 0.1203343077164192, "tip_chord": 0.05963963257548654, "span": 0.10966409456289601, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490224267664896}, {"top_radius": 0.06438608459056158, "bottom_radius": 0.04520893933832759, "length": 0.06012662227813948, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007803307311671, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185253633875473, "upper_button_position": 0.08225496734361981}], "rail_length": 5, "inclination": 85.13893279928352, "heading": 51.29312502037262} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1805236273242392, "wind_velocity_y_factor": 1.0984769991219356, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349487945275335, "mass": 15.696244688052337, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31978675480085, "I_33_without_motor": 0.025438784772592295, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.811290703755565, "trigger": 800, "sampling_rate": 105, "lag": 1.6110169866357251, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9437413653962333, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5236321027149553, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6779.566652678064, "burn_start_time": -0.09021772634342656, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033396508138497365, "grain_number": 5, "grain_density": 1803.4213475073416, "grain_outer_radius": 0.032810199526419594, "grain_initial_inner_radius": 0.014510406833698157, "grain_initial_height": 0.11921934685308991, "grain_separation": 0.003980406604022185, "grains_center_of_mass_position": 0.39825596031232025, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013190995623142956, "throat_radius": 0.011025102710867589, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539933775817163}], "aerodynamic_surfaces": [{"length": 0.5590246762094809, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135613364599911}, {"n": 4, "root_chord": 0.11988633730491816, "tip_chord": 0.060202329580846266, "span": 0.11037070530402714, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489666422763588}, {"top_radius": 0.06403529349128842, "bottom_radius": 0.04435286631700429, "length": 0.06205216394460353, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988501437569341, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180789060918649, "upper_button_position": 0.08077123766506922}], "rail_length": 5, "inclination": 85.94454106199217, "heading": 52.435196190449695} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7694623823190374, "wind_velocity_y_factor": 1.3317393887126099, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349577996695346, "mass": 15.47207545777955, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3247556608314905, "I_33_without_motor": 0.0271226791420972, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.967278420245458, "trigger": 800, "sampling_rate": 105, "lag": 1.4699053656230106, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0405735606789281, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5095083187869158, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5528.35092591884, "burn_start_time": 0.08454622790098781, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0332584744371869, "grain_number": 5, "grain_density": 1828.8572361899094, "grain_outer_radius": 0.03360604137718442, "grain_initial_inner_radius": 0.014772352352779003, "grain_initial_height": 0.12133089114865117, "grain_separation": 0.00599986292263135, "grains_center_of_mass_position": 0.3959934228098833, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008133069989338338, "throat_radius": 0.01099665656974719, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254246931492078}], "aerodynamic_surfaces": [{"length": 0.557742812047229, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343715836117305}, {"n": 4, "root_chord": 0.11994697939561672, "tip_chord": 0.06016650226549332, "span": 0.10977016427044996, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499269644007685}, {"top_radius": 0.062461827584193254, "bottom_radius": 0.045270732929471924, "length": 0.061419763677053915, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008068125430077, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180924813098995, "upper_button_position": 0.08271433123310823}], "rail_length": 5, "inclination": 83.84891413505996, "heading": 52.807591566697894} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0111106336584295, "wind_velocity_y_factor": 1.2286777698745721, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.0634951661373055, "mass": 15.744246362861272, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321431865484151, "I_33_without_motor": 0.050276094550911504, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.785224431979831, "trigger": 800, "sampling_rate": 105, "lag": 1.3689715302184433, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9315508867952095, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7184567168386735, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7985.789659358248, "burn_start_time": 0.13593663694633348, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03269052376638061, "grain_number": 5, "grain_density": 1816.6102721551595, "grain_outer_radius": 0.03260970808548329, "grain_initial_inner_radius": 0.014860488154478971, "grain_initial_height": 0.12107608880879363, "grain_separation": 0.005030300732218863, "grains_center_of_mass_position": 0.39760807606730575, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012474048270716817, "throat_radius": 0.01161674176936549, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536487109688377}], "aerodynamic_surfaces": [{"length": 0.5572734037000712, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341806296874273}, {"n": 4, "root_chord": 0.12000498987885913, "tip_chord": 0.0601036031296462, "span": 0.11060783311171349, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491144209897394}, {"top_radius": 0.06267224494517858, "bottom_radius": 0.044627787600694246, "length": 0.060166371564815996, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010953712546477, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173138781958675, "upper_button_position": 0.08378149305878024}], "rail_length": 5, "inclination": 85.48717674216182, "heading": 49.95218294440054} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6037695610780606, "wind_velocity_y_factor": 1.0574143458783654, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06351075687180392, "mass": 15.348967096949352, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309196371489687, "I_33_without_motor": 0.03422410525998964, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.086812121376445, "trigger": 800, "sampling_rate": 105, "lag": 1.6013598791069745, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1189957526384484, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3801587814821488, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4987.197774199328, "burn_start_time": 0.003988765230731438, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03324060357118555, "grain_number": 5, "grain_density": 1810.9630466794094, "grain_outer_radius": 0.032747166820159296, "grain_initial_inner_radius": 0.014466633730884273, "grain_initial_height": 0.12128031055010803, "grain_separation": 0.005473588593253036, "grains_center_of_mass_position": 0.39869258438957417, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005311748603298047, "throat_radius": 0.011110214638177058, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548811410308967}], "aerodynamic_surfaces": [{"length": 0.5580962920341879, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133602856134653}, {"n": 4, "root_chord": 0.11978866829581034, "tip_chord": 0.05930996650353443, "span": 0.10989434661733513, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506884067253304}, {"top_radius": 0.06526370971824495, "bottom_radius": 0.04309735372973964, "length": 0.060645442145107545, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006033606557145, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168360394544281, "upper_button_position": 0.08376732120128638}], "rail_length": 5, "inclination": 82.5616662978411, "heading": 58.060607951031244} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9647040691583982, "wind_velocity_y_factor": 0.40470255539176614, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350117468398551, "mass": 15.036627699300812, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31547771626294, "I_33_without_motor": 0.028064397964320316, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.951176668581212, "trigger": 800, "sampling_rate": 105, "lag": 1.512961396575544, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9958727259135322, "trigger": "apogee", "sampling_rate": 105, "lag": 1.603195639865064, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5904.3859470808275, "burn_start_time": 0.07154241579795743, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03282121693351377, "grain_number": 5, "grain_density": 1776.704145049862, "grain_outer_radius": 0.03346618959084304, "grain_initial_inner_radius": 0.014830999999305552, "grain_initial_height": 0.11766617306345335, "grain_separation": 0.005313199385227476, "grains_center_of_mass_position": 0.3981024878643014, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002621387636001487, "throat_radius": 0.010265768279818906, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554910484655915}], "aerodynamic_surfaces": [{"length": 0.5580646767958768, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1322585888844419}, {"n": 4, "root_chord": 0.11978447890255628, "tip_chord": 0.06015321436612056, "span": 0.10971740320296902, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486361869304204}, {"top_radius": 0.06391666752621973, "bottom_radius": 0.04632330140857407, "length": 0.059557958466762116, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6970166153433118, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188790196863498, "upper_button_position": 0.07813759565696199}], "rail_length": 5, "inclination": 85.05744181292897, "heading": 50.36698508495186} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2380817202072925, "wind_velocity_y_factor": 0.6317206233717334, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.063496055973342, "mass": 14.836467884047682, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311244529268448, "I_33_without_motor": 0.03913831321771411, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.902755865812827, "trigger": 800, "sampling_rate": 105, "lag": 1.580260949900434, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0321048209558326, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8713105598950226, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7472.940460790789, "burn_start_time": 0.024064385746725044, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032322497547232924, "grain_number": 5, "grain_density": 1846.7138115537773, "grain_outer_radius": 0.03324319813986183, "grain_initial_inner_radius": 0.014379314211891786, "grain_initial_height": 0.12070094387569613, "grain_separation": 0.0071334811799811364, "grains_center_of_mass_position": 0.39604688460503273, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011803441814530198, "throat_radius": 0.01047081835392954, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543582149118198}], "aerodynamic_surfaces": [{"length": 0.5571425540350806, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1320760820785738}, {"n": 4, "root_chord": 0.1206582762719137, "tip_chord": 0.05954069331015631, "span": 0.11002429066235277, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502611729213165}, {"top_radius": 0.06290169429555789, "bottom_radius": 0.04440750362374382, "length": 0.059429590270023154, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988474979182026, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187379560420883, "upper_button_position": 0.0801095418761143}], "rail_length": 5, "inclination": 84.15591029271044, "heading": 50.29145585099867} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9045899675794081, "wind_velocity_y_factor": 0.7371167011948241, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349338618328845, "mass": 15.611448457094756, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322685513199485, "I_33_without_motor": 0.03582969099966314, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.048886605140234, "trigger": 800, "sampling_rate": 105, "lag": 1.5779178513283378, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9993454807750368, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3212335878904644, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6221.711678210583, "burn_start_time": -0.038106670868427894, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032877544540163284, "grain_number": 5, "grain_density": 1843.8809561121002, "grain_outer_radius": 0.03261617322704009, "grain_initial_inner_radius": 0.015557292495201902, "grain_initial_height": 0.12043290159283476, "grain_separation": 0.0054740860684965725, "grains_center_of_mass_position": 0.3977143330334276, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009718357165193476, "throat_radius": 0.011867635364435128, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25496036216576}], "aerodynamic_surfaces": [{"length": 0.5580688890240172, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337686158719946}, {"n": 4, "root_chord": 0.11916307571776003, "tip_chord": 0.05997181884607046, "span": 0.11063240360927197, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495066174286785}, {"top_radius": 0.06380334688079245, "bottom_radius": 0.04341270859499568, "length": 0.059229085041173815, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009739890430302, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169652258727293, "upper_button_position": 0.08400876317030093}], "rail_length": 5, "inclination": 84.27635235724803, "heading": 52.228338904125366} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.68773671791809, "wind_velocity_y_factor": 0.6398911776188959, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349842637555693, "mass": 15.54379279927857, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326021292398757, "I_33_without_motor": 0.027432869820293304, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.092924178800386, "trigger": 800, "sampling_rate": 105, "lag": 1.543167604594968, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9732848627928264, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9144070976965568, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7006.3167231109755, "burn_start_time": 0.08101798039435944, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03338499744510881, "grain_number": 5, "grain_density": 1807.9352605311383, "grain_outer_radius": 0.03326135368894851, "grain_initial_inner_radius": 0.015189768831526687, "grain_initial_height": 0.1204340000509651, "grain_separation": 0.00436001016057062, "grains_center_of_mass_position": 0.3974033214305086, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001309041949372065, "throat_radius": 0.011295792139986879, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550972730693832}], "aerodynamic_surfaces": [{"length": 0.5577723626239586, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345867869453112}, {"n": 4, "root_chord": 0.11987675129261069, "tip_chord": 0.059610001815895396, "span": 0.11027637623213615, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0518051614909512}, {"top_radius": 0.06404511865085426, "bottom_radius": 0.042826271443439715, "length": 0.059226269062210415, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997669347734794, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186423913733511, "upper_button_position": 0.08112454340012831}], "rail_length": 5, "inclination": 85.97417935193924, "heading": 50.066874345314815} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8306017514027834, "wind_velocity_y_factor": 0.6538279593930035, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349225574063606, "mass": 15.070498274033111, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311298230938965, "I_33_without_motor": 0.033336526008412797, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.131097848004202, "trigger": 800, "sampling_rate": 105, "lag": 1.6713018216595565, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0537591471893846, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3932360915003854, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7087.180897867007, "burn_start_time": 0.023910074026729615, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03362414478037322, "grain_number": 5, "grain_density": 1804.9565023758942, "grain_outer_radius": 0.03235708873569792, "grain_initial_inner_radius": 0.015084880125719522, "grain_initial_height": 0.12163563034211973, "grain_separation": 0.005618900613500025, "grains_center_of_mass_position": 0.3968487123088143, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00043116629399876107, "throat_radius": 0.010505882752663974, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564395939454394}], "aerodynamic_surfaces": [{"length": 0.5581722796882964, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133159421189664}, {"n": 4, "root_chord": 0.12022756938205954, "tip_chord": 0.060169251899192894, "span": 0.11002731382439296, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050624818022001}, {"top_radius": 0.06213899291851032, "bottom_radius": 0.04414834958519749, "length": 0.05788298107053173, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992865639411726, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183699664759993, "upper_button_position": 0.08091659746517332}], "rail_length": 5, "inclination": 83.36850439726776, "heading": 50.121991924790436} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9308346485663772, "wind_velocity_y_factor": 0.8974482412341029, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350336411914644, "mass": 15.054907217375856, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324399684813873, "I_33_without_motor": 0.05669022813899755, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.056487477784595, "trigger": 800, "sampling_rate": 105, "lag": 1.5418534415534952, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.009087452203136, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8333909946701534, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6386.6275953962295, "burn_start_time": 0.09718473722561602, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033824746925864416, "grain_number": 5, "grain_density": 1798.908096070533, "grain_outer_radius": 0.033210997775537696, "grain_initial_inner_radius": 0.014952889465317958, "grain_initial_height": 0.12082244889426695, "grain_separation": 0.0022277762547271004, "grains_center_of_mass_position": 0.39699151834111407, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013162609917638727, "throat_radius": 0.01128686397561031, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256038372416163}], "aerodynamic_surfaces": [{"length": 0.5576593302083399, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336562308219906}, {"n": 4, "root_chord": 0.12004275182348428, "tip_chord": 0.06101576306000569, "span": 0.10990531057239235, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500278495211084}, {"top_radius": 0.06475087456966452, "bottom_radius": 0.044199925789936645, "length": 0.059604823385694866, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990833974367675, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178141447907044, "upper_button_position": 0.0812692526460631}], "rail_length": 5, "inclination": 83.22012619382107, "heading": 54.28567532644349} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8683988596212817, "wind_velocity_y_factor": 1.585008526801428, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350029807411516, "mass": 15.512442749277419, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334505472172205, "I_33_without_motor": 0.04122804738654512, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.10121880513256, "trigger": 800, "sampling_rate": 105, "lag": 1.730547322895847, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9235946371918607, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5189804600418582, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5978.0424545633705, "burn_start_time": 0.14987787081380155, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033183755722692644, "grain_number": 5, "grain_density": 1727.2299631517483, "grain_outer_radius": 0.03324987096936575, "grain_initial_inner_radius": 0.01566878057235427, "grain_initial_height": 0.12025412782351409, "grain_separation": 0.00512637611857958, "grains_center_of_mass_position": 0.3981736911163286, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0023777565347896604, "throat_radius": 0.010900246576656603, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256058120399212}], "aerodynamic_surfaces": [{"length": 0.5596595573925197, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335648105699414}, {"n": 4, "root_chord": 0.12075404733470843, "tip_chord": 0.058948839416580696, "span": 0.11046418986634085, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505152207008717}, {"top_radius": 0.06302345904684388, "bottom_radius": 0.04387505074916274, "length": 0.05836403529774171, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005201753805805, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197219506911869, "upper_button_position": 0.08079822468939368}], "rail_length": 5, "inclination": 84.51753591735537, "heading": 51.82885898347627} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7874573024504482, "wind_velocity_y_factor": 0.9348907557216865, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.0635053440963758, "mass": 15.519051174336216, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32287782817215, "I_33_without_motor": 0.011105230323599755, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.946411335936213, "trigger": 800, "sampling_rate": 105, "lag": 1.5569130875420092, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9549038130104638, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6072918851065219, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6154.984895624181, "burn_start_time": 0.05973134915576333, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0338553155715545, "grain_number": 5, "grain_density": 1704.7299249166388, "grain_outer_radius": 0.03332236651734535, "grain_initial_inner_radius": 0.015459111699579805, "grain_initial_height": 0.11947339965068181, "grain_separation": 0.004711433503457974, "grains_center_of_mass_position": 0.39620867583350805, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015858579726405282, "throat_radius": 0.010836954010266315, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548837774997657}], "aerodynamic_surfaces": [{"length": 0.558785762457925, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353031275995973}, {"n": 4, "root_chord": 0.11945222188789277, "tip_chord": 0.0601480472963088, "span": 0.10975765905382916, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499571154101721}, {"top_radius": 0.06463551232541306, "bottom_radius": 0.043237514656793166, "length": 0.061514401602547966, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006436431862478, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186484274497366, "upper_button_position": 0.08199521573651125}], "rail_length": 5, "inclination": 84.70152543239088, "heading": 55.05106779834492} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3390801729677393, "wind_velocity_y_factor": 1.0405151211556747, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349192238552617, "mass": 15.683839907847208, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31602889169868, "I_33_without_motor": 0.03294116287941233, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.11510147508417, "trigger": 800, "sampling_rate": 105, "lag": 1.4658720058082404, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0202472093209367, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4103674976704668, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6116.479821511879, "burn_start_time": 0.034558561764588755, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03255491009616449, "grain_number": 5, "grain_density": 1885.807605294863, "grain_outer_radius": 0.0327247650430468, "grain_initial_inner_radius": 0.014723396848898881, "grain_initial_height": 0.11886434364514159, "grain_separation": 0.0037600275717209375, "grains_center_of_mass_position": 0.39824955004214896, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006726944194475905, "throat_radius": 0.010289807306702422, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543386154877225}], "aerodynamic_surfaces": [{"length": 0.558870400638891, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331046844995643}, {"n": 4, "root_chord": 0.11993570957969384, "tip_chord": 0.059730456207785596, "span": 0.11063808138345477, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048476715577339}, {"top_radius": 0.06277453285192967, "bottom_radius": 0.044166651115550334, "length": 0.06040314049332551, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012095810992088, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182609725735698, "upper_button_position": 0.08294860852563901}], "rail_length": 5, "inclination": 84.06779987014332, "heading": 53.71382315513077} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9231895411268041, "wind_velocity_y_factor": 0.9618012589033804, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350158791872754, "mass": 15.780738214061383, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320251564009088, "I_33_without_motor": 0.03554889832998094, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.058606663857306, "trigger": 800, "sampling_rate": 105, "lag": 1.4438528791927614, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1049946522205019, "trigger": "apogee", "sampling_rate": 105, "lag": 1.606199016626047, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6365.291303608514, "burn_start_time": 0.0647450375796455, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03283659992111498, "grain_number": 5, "grain_density": 1848.0655173150137, "grain_outer_radius": 0.03201137866741032, "grain_initial_inner_radius": 0.0151544477960927, "grain_initial_height": 0.12036437621905055, "grain_separation": 0.005563983285272338, "grains_center_of_mass_position": 0.39736467027192895, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00035167824642195686, "throat_radius": 0.011108997009575341, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254608967931076}], "aerodynamic_surfaces": [{"length": 0.558333366090989, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340667135332796}, {"n": 4, "root_chord": 0.12032469553198087, "tip_chord": 0.05971119282236732, "span": 0.11004647611977562, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493364130888594}, {"top_radius": 0.06495777511170744, "bottom_radius": 0.04265350250760602, "length": 0.058944299249606244, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988757481567109, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170659353933574, "upper_button_position": 0.08180981276335353}], "rail_length": 5, "inclination": 85.51444797546641, "heading": 52.452520594284216} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.87070083437221, "wind_velocity_y_factor": 0.7529493713540556, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350796299703887, "mass": 15.407349478984251, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318070184729988, "I_33_without_motor": 0.0479648968100153, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.070545775453562, "trigger": 800, "sampling_rate": 105, "lag": 1.4611621177294685, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9627638347626266, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6296866221616184, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6004.009619860238, "burn_start_time": 0.057876618015020254, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033562399181792844, "grain_number": 5, "grain_density": 1844.5759743231274, "grain_outer_radius": 0.033087904069103655, "grain_initial_inner_radius": 0.015933939392508183, "grain_initial_height": 0.12007976049162332, "grain_separation": 0.003558909320794428, "grains_center_of_mass_position": 0.39677540166331643, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007215290801334119, "throat_radius": 0.010847770722323617, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543653920615025}], "aerodynamic_surfaces": [{"length": 0.5595415774009598, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334920678622866}, {"n": 4, "root_chord": 0.11999117850073303, "tip_chord": 0.059999494133693376, "span": 0.10984470128200031, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500150722257777}, {"top_radius": 0.06205548378332619, "bottom_radius": 0.04343450595654452, "length": 0.06090153385247689, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001211196091509, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197132917289333, "upper_button_position": 0.08040782788021761}], "rail_length": 5, "inclination": 84.91433438159983, "heading": 51.49910471293662} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5781081269204846, "wind_velocity_y_factor": 0.8627798250338641, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350775301038786, "mass": 15.538365862912675, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331073146949867, "I_33_without_motor": 0.029917477356772013, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.04582194598196, "trigger": 800, "sampling_rate": 105, "lag": 1.4385242602960975, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.990570442870647, "trigger": "apogee", "sampling_rate": 105, "lag": 1.838288387570635, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4438.871264113168, "burn_start_time": 0.05000631144346843, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03324208903535537, "grain_number": 5, "grain_density": 1869.591742655759, "grain_outer_radius": 0.03356219732924911, "grain_initial_inner_radius": 0.015060533445323638, "grain_initial_height": 0.11967889923117572, "grain_separation": 0.005139748666249136, "grains_center_of_mass_position": 0.3980667891247014, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0020020463214881026, "throat_radius": 0.011662497498176626, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556600669890958}], "aerodynamic_surfaces": [{"length": 0.5572455368994246, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351415513139307}, {"n": 4, "root_chord": 0.12024653091429265, "tip_chord": 0.05933013322265685, "span": 0.10995349503189503, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508234470251614}, {"top_radius": 0.06365612471847303, "bottom_radius": 0.04277667436628394, "length": 0.06124611954712475, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698848195224411, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180561419404202, "upper_button_position": 0.08079205328399075}], "rail_length": 5, "inclination": 85.88264495025709, "heading": 51.82577323105071} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.305802962214194, "wind_velocity_y_factor": 1.1886050033912063, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349779908155875, "mass": 15.188145934199616, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320228163859933, "I_33_without_motor": 0.02995789772272968, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.956239395475423, "trigger": 800, "sampling_rate": 105, "lag": 1.7057033794646392, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0364025858812944, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5558656026107254, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4566.163611721191, "burn_start_time": -0.10126341858716344, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03218617187381538, "grain_number": 5, "grain_density": 1776.6051720742994, "grain_outer_radius": 0.03292308174355828, "grain_initial_inner_radius": 0.014481944960372386, "grain_initial_height": 0.12008579649941413, "grain_separation": 0.004691590919497769, "grains_center_of_mass_position": 0.39906096669955626, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001421860777281205, "throat_radius": 0.010775716046454959, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559769306788524}], "aerodynamic_surfaces": [{"length": 0.5582774273716149, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1322876297891096}, {"n": 4, "root_chord": 0.12008661670781896, "tip_chord": 0.05959438753259191, "span": 0.11029868618491623, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486837888428693}, {"top_radius": 0.06449164233656024, "bottom_radius": 0.04563406728172866, "length": 0.05948697375760432, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989335986036368, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618692586663298, "upper_button_position": 0.08024101194033884}], "rail_length": 5, "inclination": 85.93729258290489, "heading": 52.05171658133719} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1870646203609918, "wind_velocity_y_factor": 0.6137211069608721, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350662793004859, "mass": 15.376373096952596, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33589932102169, "I_33_without_motor": 0.016642973508578598, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.863372541539308, "trigger": 800, "sampling_rate": 105, "lag": 1.7366638180487362, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0040784804048795, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3399865913821756, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6037.675301307186, "burn_start_time": 0.10242123223299998, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03295122301026062, "grain_number": 5, "grain_density": 1782.9349432683218, "grain_outer_radius": 0.03320586131550383, "grain_initial_inner_radius": 0.014879336967370456, "grain_initial_height": 0.11919174155219171, "grain_separation": 0.004873589123845182, "grains_center_of_mass_position": 0.3981725548599174, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006446628419225536, "throat_radius": 0.011692815236862763, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545215709137874}], "aerodynamic_surfaces": [{"length": 0.5575273496106257, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134647126690197}, {"n": 4, "root_chord": 0.11981384052575932, "tip_chord": 0.06029447188955713, "span": 0.10996602666219704, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049714137503972}, {"top_radius": 0.06371057112962487, "bottom_radius": 0.043197126311030815, "length": 0.06008556003965431, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980795657389631, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618565056593693, "upper_button_position": 0.07951450914527014}], "rail_length": 5, "inclination": 86.4574697265339, "heading": 52.26462282646649} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5579677599091264, "wind_velocity_y_factor": 1.5038009335824318, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350731276472776, "mass": 15.988671497512069, "I_11_without_motor": 6.321, "I_22_without_motor": 6.29986634747467, "I_33_without_motor": 0.033928312551227004, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.057378520149621, "trigger": 800, "sampling_rate": 105, "lag": 1.4254260508343572, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9410739851217708, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4967812670166503, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7249.269968887444, "burn_start_time": -0.12098906275200592, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03188313856651864, "grain_number": 5, "grain_density": 1856.3637946462554, "grain_outer_radius": 0.0329363950705352, "grain_initial_inner_radius": 0.01465457612280685, "grain_initial_height": 0.11962745438481448, "grain_separation": 0.004791890790117541, "grains_center_of_mass_position": 0.3968410958642821, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012242350414355843, "throat_radius": 0.011350547592986563, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25481774245019}], "aerodynamic_surfaces": [{"length": 0.5567378713447815, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1358640090323342}, {"n": 4, "root_chord": 0.12021697758525422, "tip_chord": 0.060582020958479935, "span": 0.10939344387564448, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.05089441015821}, {"top_radius": 0.06314314355663538, "bottom_radius": 0.04253920189445918, "length": 0.06061949976540643, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010219894274448, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187661222336557, "upper_button_position": 0.08225586719378908}], "rail_length": 5, "inclination": 84.62426932469882, "heading": 47.76787646246985} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.73437242897431, "wind_velocity_y_factor": 0.6778906459143389, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349528989625383, "mass": 15.73819153025881, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309168759206427, "I_33_without_motor": 0.02532482913546602, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.090550960993477, "trigger": 800, "sampling_rate": 105, "lag": 1.4269192006582807, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0049282495617584, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8559165610868273, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7180.002180986825, "burn_start_time": -0.049188590438004165, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03335104643734663, "grain_number": 5, "grain_density": 1752.0242269493008, "grain_outer_radius": 0.03303736715871005, "grain_initial_inner_radius": 0.014465577110680491, "grain_initial_height": 0.11954555213987995, "grain_separation": 0.005729193652779008, "grains_center_of_mass_position": 0.39686042761186757, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0019467644293830386, "throat_radius": 0.010347367347477963, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256358302395385}], "aerodynamic_surfaces": [{"length": 0.5569396981978124, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339886879113752}, {"n": 4, "root_chord": 0.1203302619004825, "tip_chord": 0.060566848806456554, "span": 0.10943247939468186, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488659040175765}, {"top_radius": 0.06368325605767465, "bottom_radius": 0.042237065212488864, "length": 0.05974268024279782, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003143687910907, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184725672511315, "upper_button_position": 0.08184180153995912}], "rail_length": 5, "inclination": 85.20102205006972, "heading": 53.14447381167315} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0898046407081017, "wind_velocity_y_factor": 1.0836672319684673, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06349587570224292, "mass": 15.398736070360922, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313590288155933, "I_33_without_motor": 0.03296806905965348, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.019401635457495, "trigger": 800, "sampling_rate": 105, "lag": 1.5879917205485576, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0424761070607016, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6177625429877802, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7048.315934892361, "burn_start_time": 0.03439402169059521, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032955733359780005, "grain_number": 5, "grain_density": 1845.9163246672306, "grain_outer_radius": 0.03284857548590898, "grain_initial_inner_radius": 0.014546290635621718, "grain_initial_height": 0.11855683290635298, "grain_separation": 0.004483617908978796, "grains_center_of_mass_position": 0.39727076229127345, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008964229686295976, "throat_radius": 0.011180459356187354, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255764113401982}], "aerodynamic_surfaces": [{"length": 0.5592638744269847, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338948548478816}, {"n": 4, "root_chord": 0.12118300053274782, "tip_chord": 0.06023115992877285, "span": 0.10918552585041238, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050549943664116}, {"top_radius": 0.06254963335077801, "bottom_radius": 0.04260214740602937, "length": 0.05739722326164121, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999483833171231, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616368818759243, "upper_button_position": 0.08357956455788007}], "rail_length": 5, "inclination": 85.21724126406671, "heading": 57.05948321610321} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.040296492692774, "wind_velocity_y_factor": 1.109145120037212, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349917055802906, "mass": 15.506418217358076, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319549999002065, "I_33_without_motor": 0.03498166921414361, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.004153081489363, "trigger": 800, "sampling_rate": 105, "lag": 1.447584664503277, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9654280567704251, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4825223280796767, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5146.797451456302, "burn_start_time": 0.040612312256934985, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03352317241484411, "grain_number": 5, "grain_density": 1723.4731738926873, "grain_outer_radius": 0.033293698132660116, "grain_initial_inner_radius": 0.015098990503577471, "grain_initial_height": 0.11925448503380409, "grain_separation": 0.005238461259110147, "grains_center_of_mass_position": 0.3979627937864648, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001222266875656223, "throat_radius": 0.010495112011027395, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254915402629372}], "aerodynamic_surfaces": [{"length": 0.5580774656754642, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335811894415702}, {"n": 4, "root_chord": 0.1201683052792326, "tip_chord": 0.0589605051928994, "span": 0.10942331389204446, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490222339224728}, {"top_radius": 0.0643101858574678, "bottom_radius": 0.04267170326467785, "length": 0.06050091862332379, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001878747949867, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176840373690602, "upper_button_position": 0.08250383742592649}], "rail_length": 5, "inclination": 82.52602746841168, "heading": 52.66052398217465} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.586614550575816, "wind_velocity_y_factor": 1.589731385070625, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06350072342942933, "mass": 16.074167805363725, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307230382249666, "I_33_without_motor": 0.05028769217073858, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.000176149641229, "trigger": 800, "sampling_rate": 105, "lag": 1.554407243491964, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0298089378994384, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7252646510212424, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6187.435996753589, "burn_start_time": -0.029202303321985774, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0331263908663169, "grain_number": 5, "grain_density": 1836.6528453884682, "grain_outer_radius": 0.03339108389891131, "grain_initial_inner_radius": 0.014952318617001522, "grain_initial_height": 0.12020895663361986, "grain_separation": 0.006509380251327573, "grains_center_of_mass_position": 0.3980292232269671, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008523699354533875, "throat_radius": 0.010908202713550166, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541260965492622}], "aerodynamic_surfaces": [{"length": 0.5585916995476242, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338811406445675}, {"n": 4, "root_chord": 0.12012547524630063, "tip_chord": 0.06004061632494675, "span": 0.10995873485304386, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482102653219025}, {"top_radius": 0.06304144244900252, "bottom_radius": 0.04540837141087337, "length": 0.05987920476489406, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000410172340082, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195325785349068, "upper_button_position": 0.0805084386991014}], "rail_length": 5, "inclination": 84.87914398171434, "heading": 56.5643516983155} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7679956727020709, "wind_velocity_y_factor": 0.6406811633337729, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350199515079133, "mass": 14.64434896766745, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333891681249521, "I_33_without_motor": 0.014505595945744791, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.028067572030528, "trigger": 800, "sampling_rate": 105, "lag": 1.2686328566242058, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.023873021914339, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4345869775667541, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5402.383088001959, "burn_start_time": 0.17032893385560396, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03360186638639692, "grain_number": 5, "grain_density": 1843.6476207418716, "grain_outer_radius": 0.03306495741601621, "grain_initial_inner_radius": 0.015168781235640827, "grain_initial_height": 0.11913355338536466, "grain_separation": 0.0062163390825166, "grains_center_of_mass_position": 0.39767169620630644, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013289872766325097, "throat_radius": 0.011382630404448566, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551866744289792}], "aerodynamic_surfaces": [{"length": 0.5571009324217296, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333905035405198}, {"n": 4, "root_chord": 0.1203208895812828, "tip_chord": 0.06001164032982154, "span": 0.11021624845701518, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048000930832077}, {"top_radius": 0.0629512441703178, "bottom_radius": 0.04595432857461162, "length": 0.06060161944024569, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001465222004278, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184960063865457, "upper_button_position": 0.08165051581388216}], "rail_length": 5, "inclination": 84.06955015408295, "heading": 55.3590067440497} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2128342242753298, "wind_velocity_y_factor": 1.3216894115330995, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350818458606627, "mass": 14.831493584694629, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310741573900054, "I_33_without_motor": 0.03039469591680167, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.962840704044545, "trigger": 800, "sampling_rate": 105, "lag": 1.4601591552289603, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1040266748113294, "trigger": "apogee", "sampling_rate": 105, "lag": 1.374291592437484, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5453.61576732698, "burn_start_time": 0.10283995179432225, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03309464902684944, "grain_number": 5, "grain_density": 1767.7769316667382, "grain_outer_radius": 0.03354407550049368, "grain_initial_inner_radius": 0.015220442123422193, "grain_initial_height": 0.11857415948279688, "grain_separation": 0.005018984158232407, "grains_center_of_mass_position": 0.3970943745578524, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006885395145837301, "throat_radius": 0.011126787869308123, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255896391268404}], "aerodynamic_surfaces": [{"length": 0.5589265726745967, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336617173555195}, {"n": 4, "root_chord": 0.1197540382963718, "tip_chord": 0.059956022252679694, "span": 0.1106140477255555, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049677063778089}, {"top_radius": 0.06346111210159931, "bottom_radius": 0.04284876307081252, "length": 0.05894008038915124, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005175592767021, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618964439785859, "upper_button_position": 0.0815531194908431}], "rail_length": 5, "inclination": 85.73978858452443, "heading": 54.31832709467244} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2897247182953153, "wind_velocity_y_factor": 0.8567957580636968, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349953708300216, "mass": 15.381507579788455, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327118401131959, "I_33_without_motor": 0.02730138501142898, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.197830020180897, "trigger": 800, "sampling_rate": 105, "lag": 1.503073648031212, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.027727291798895, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3439509988742535, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6869.664259075038, "burn_start_time": -0.16697153274872953, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033309787050059436, "grain_number": 5, "grain_density": 1816.0768695990043, "grain_outer_radius": 0.033254575118688824, "grain_initial_inner_radius": 0.015320696482153928, "grain_initial_height": 0.12119755284704786, "grain_separation": 0.006232880649623087, "grains_center_of_mass_position": 0.39735364302975734, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009496288206946312, "throat_radius": 0.010699671591946354, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545543092682254}], "aerodynamic_surfaces": [{"length": 0.556505366892035, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332287588696717}, {"n": 4, "root_chord": 0.11987463231405818, "tip_chord": 0.06019978041111182, "span": 0.11065454702965678, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504392358106942}, {"top_radius": 0.06341321301751182, "bottom_radius": 0.04452349310124036, "length": 0.06228833465204978, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989244617945612, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171953635325134, "upper_button_position": 0.08172909826204788}], "rail_length": 5, "inclination": 83.43789018998032, "heading": 48.73688366970771} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8430659149783934, "wind_velocity_y_factor": 0.5798291048478326, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349384132652333, "mass": 14.896188860749504, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319712124694447, "I_33_without_motor": 0.035663785570236306, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.130905849968462, "trigger": 800, "sampling_rate": 105, "lag": 1.485199820950203, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0131932511485573, "trigger": "apogee", "sampling_rate": 105, "lag": 1.30930162763765, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7632.798029279268, "burn_start_time": 0.024430586495253113, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032779446062937916, "grain_number": 5, "grain_density": 1862.6262009909099, "grain_outer_radius": 0.032755246734089076, "grain_initial_inner_radius": 0.01502471472321137, "grain_initial_height": 0.1197918796263975, "grain_separation": 0.004799144039040525, "grains_center_of_mass_position": 0.39659346790194533, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004290137015393502, "throat_radius": 0.011907293156753122, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2531297031385997}], "aerodynamic_surfaces": [{"length": 0.5567219128183907, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354432221010067}, {"n": 4, "root_chord": 0.12010139342996082, "tip_chord": 0.06053605543568827, "span": 0.1098422607307543, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496167910814926}, {"top_radius": 0.06426836283342804, "bottom_radius": 0.04297786296517918, "length": 0.05928281193471491, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007625556470787, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179554507252196, "upper_button_position": 0.08280710492185905}], "rail_length": 5, "inclination": 83.38188961929109, "heading": 52.80953823671863} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7405832515631785, "wind_velocity_y_factor": 1.3156173141005116, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349757762261862, "mass": 15.768182620935962, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325334882349617, "I_33_without_motor": 0.04301786624214589, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.72697925316009, "trigger": 800, "sampling_rate": 105, "lag": 1.532492667241291, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0203716879145739, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9549385303564426, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7292.982630168612, "burn_start_time": 0.005810015845511292, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032702099706740616, "grain_number": 5, "grain_density": 1887.2040831664826, "grain_outer_radius": 0.03239732604964247, "grain_initial_inner_radius": 0.015660347018746343, "grain_initial_height": 0.11909904756147743, "grain_separation": 0.0076618371064629065, "grains_center_of_mass_position": 0.3972806442146435, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00017001928569385403, "throat_radius": 0.011851894402838084, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254592649601795}], "aerodynamic_surfaces": [{"length": 0.5588137528767924, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1319135437091339}, {"n": 4, "root_chord": 0.12012699353114888, "tip_chord": 0.06060427796154953, "span": 0.10957306649046837, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501133528145299}, {"top_radius": 0.06318911928304229, "bottom_radius": 0.04258753919614772, "length": 0.061269462555252355, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995421030579746, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169088373450173, "upper_button_position": 0.08263326571295726}], "rail_length": 5, "inclination": 86.29728374779526, "heading": 50.5290298804838} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1321639977070965, "wind_velocity_y_factor": 0.684121578933377, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349583168617724, "mass": 15.186082321722921, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325512883241591, "I_33_without_motor": 0.026513876568143878, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.15088152931211, "trigger": 800, "sampling_rate": 105, "lag": 1.6044875152729052, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9890730246561155, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5495618278974077, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6942.815470158431, "burn_start_time": 0.01620329295696597, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033196684419395425, "grain_number": 5, "grain_density": 1796.8018479573666, "grain_outer_radius": 0.03313603448220411, "grain_initial_inner_radius": 0.015168249301345572, "grain_initial_height": 0.11942450894218999, "grain_separation": 0.0062376613340425985, "grains_center_of_mass_position": 0.3967917002983971, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00042177164217551023, "throat_radius": 0.01079488371980484, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550554522041095}], "aerodynamic_surfaces": [{"length": 0.5576607787507863, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328711824212594}, {"n": 4, "root_chord": 0.1206710109295016, "tip_chord": 0.059150515864906356, "span": 0.11048609028880961, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499717420296757}, {"top_radius": 0.0644536906969356, "bottom_radius": 0.04253612780175207, "length": 0.06108007057843114, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002460307478406, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164921794654095, "upper_button_position": 0.08375385128243118}], "rail_length": 5, "inclination": 84.28638791304924, "heading": 55.16162754140543} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1286173251303406, "wind_velocity_y_factor": 1.0460178155765083, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349691708802752, "mass": 16.485818607622935, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325417112323024, "I_33_without_motor": 0.04083346638669902, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.146845523348466, "trigger": 800, "sampling_rate": 105, "lag": 1.3827833218554473, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9655861353058519, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6022156411752027, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6456.472527241434, "burn_start_time": 0.04779214212083541, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03338852662699497, "grain_number": 5, "grain_density": 1730.691111827699, "grain_outer_radius": 0.03329438374841329, "grain_initial_inner_radius": 0.014624702999305733, "grain_initial_height": 0.11863699046907702, "grain_separation": 0.0034282100670838442, "grains_center_of_mass_position": 0.3981561914916852, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007715419510391173, "throat_radius": 0.010643601765785876, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2531969309287885}], "aerodynamic_surfaces": [{"length": 0.5568566141532053, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133678689918784}, {"n": 4, "root_chord": 0.12089469105777982, "tip_chord": 0.0600872867745991, "span": 0.11013211419905725, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0480184563659993}, {"top_radius": 0.06679184616222551, "bottom_radius": 0.04351030500367106, "length": 0.05877108854206599, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988399694374247, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181190950493682, "upper_button_position": 0.08072087438805642}], "rail_length": 5, "inclination": 85.01968870395062, "heading": 51.49920617508377} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2814095965648158, "wind_velocity_y_factor": 0.07899100178428353, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350434816456539, "mass": 14.558248288305679, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320115366811695, "I_33_without_motor": 0.04496092078378361, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.082301278084387, "trigger": 800, "sampling_rate": 105, "lag": 1.441864105545165, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1262464963033774, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5015698259953933, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6360.203362442925, "burn_start_time": -0.17389756789903796, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03160199017715745, "grain_number": 5, "grain_density": 1836.1002831861335, "grain_outer_radius": 0.03255698558844693, "grain_initial_inner_radius": 0.014247593592760836, "grain_initial_height": 0.11715878500624612, "grain_separation": 0.00492833865659154, "grains_center_of_mass_position": 0.3973137306492932, "center_of_dry_mass_position": 0.317, "nozzle_position": 6.203922446935442e-05, "throat_radius": 0.011281252874371166, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254168386988605}], "aerodynamic_surfaces": [{"length": 0.5542991927134266, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134643968306976}, {"n": 4, "root_chord": 0.12032185985671355, "tip_chord": 0.06053429971984228, "span": 0.10945903742434145, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503075846096879}, {"top_radius": 0.06419775275480159, "bottom_radius": 0.04309796026247975, "length": 0.060062237221876064, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983257398902344, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193738125249874, "upper_button_position": 0.07895192736524703}], "rail_length": 5, "inclination": 84.18564015496696, "heading": 52.47115910919722} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9879496149772469, "wind_velocity_y_factor": 1.0938271827111687, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.0635007248545089, "mass": 15.10030060345012, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317438984531004, "I_33_without_motor": 0.038046495002822936, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.072559619556003, "trigger": 800, "sampling_rate": 105, "lag": 1.4486210969028774, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9373055301465467, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3524605461017285, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4685.4887781213665, "burn_start_time": 0.14595036895915653, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03373772334027674, "grain_number": 5, "grain_density": 1771.229161721483, "grain_outer_radius": 0.03389412105714099, "grain_initial_inner_radius": 0.015508422428938717, "grain_initial_height": 0.11892197555526245, "grain_separation": 0.004857028272236183, "grains_center_of_mass_position": 0.3968408066296381, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004708326375519498, "throat_radius": 0.010390291355301576, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537331845975777}], "aerodynamic_surfaces": [{"length": 0.558423500658639, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331425904224546}, {"n": 4, "root_chord": 0.12047414831569574, "tip_chord": 0.0600991977924855, "span": 0.10952978986780701, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490079633871976}, {"top_radius": 0.06372883238912422, "bottom_radius": 0.04459745414921364, "length": 0.05932532762200074, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699607844779267, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192842224848133, "upper_button_position": 0.08032362229445367}], "rail_length": 5, "inclination": 84.85238919105491, "heading": 53.55666263883903} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8026217762608827, "wind_velocity_y_factor": 1.012704895648944, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350453908199324, "mass": 15.512864339659219, "I_11_without_motor": 6.321, "I_22_without_motor": 6.341017810099678, "I_33_without_motor": 0.014744348685991077, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.008526581897963, "trigger": 800, "sampling_rate": 105, "lag": 1.4292951017065934, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8984948392033496, "trigger": "apogee", "sampling_rate": 105, "lag": 1.630618548942208, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6393.923542116138, "burn_start_time": 0.1754336673014616, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03313557623500868, "grain_number": 5, "grain_density": 1789.888778796793, "grain_outer_radius": 0.03272280612817003, "grain_initial_inner_radius": 0.014654763060917378, "grain_initial_height": 0.11952593818231343, "grain_separation": 0.005130625856571688, "grains_center_of_mass_position": 0.39683784711751635, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017795744115180476, "throat_radius": 0.011673747616980786, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562119290931417}], "aerodynamic_surfaces": [{"length": 0.5601069636835386, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334282089163732}, {"n": 4, "root_chord": 0.11921981817248496, "tip_chord": 0.060391439112853065, "span": 0.10914039532777652, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485583534873344}, {"top_radius": 0.06478355402659677, "bottom_radius": 0.04285128870295504, "length": 0.05963131094945306, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988153500434706, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179163665032069, "upper_button_position": 0.0808989835402637}], "rail_length": 5, "inclination": 83.89717319333502, "heading": 51.95949093840089} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8154401555792065, "wind_velocity_y_factor": 1.5936474387089556, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349110463151826, "mass": 16.54015730984497, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324405134969015, "I_33_without_motor": 0.04711718827525396, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.214446349599724, "trigger": 800, "sampling_rate": 105, "lag": 1.4223309375627968, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9467970978509479, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4659706832967232, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6301.432041147172, "burn_start_time": 0.03885092076760299, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033096727633585545, "grain_number": 5, "grain_density": 1784.0413186330602, "grain_outer_radius": 0.032555199866197426, "grain_initial_inner_radius": 0.014606464231063798, "grain_initial_height": 0.12041149049151752, "grain_separation": 0.005635834841690894, "grains_center_of_mass_position": 0.3977372882895457, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00048268248168385704, "throat_radius": 0.010650122312357894, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551954905282063}], "aerodynamic_surfaces": [{"length": 0.5584287820529904, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327682221938653}, {"n": 4, "root_chord": 0.11893669623338061, "tip_chord": 0.060208807235484586, "span": 0.11016063288996845, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049557570404031}, {"top_radius": 0.06256184516960117, "bottom_radius": 0.042608359814029995, "length": 0.059938756313957925, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700535443916387, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165260615207422, "upper_button_position": 0.08400938239564482}], "rail_length": 5, "inclination": 85.20456535654529, "heading": 53.2328286907266} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8224084728735837, "wind_velocity_y_factor": 0.9555735090664919, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350517906477668, "mass": 15.472321768164363, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307249162312911, "I_33_without_motor": 0.024762144301227532, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.199957165543363, "trigger": 800, "sampling_rate": 105, "lag": 1.3823678553538483, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0283813751372772, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4277651308471522, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7938.409817473839, "burn_start_time": 0.04892232439352849, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03296597154057063, "grain_number": 5, "grain_density": 1903.6819338580883, "grain_outer_radius": 0.03272229593450246, "grain_initial_inner_radius": 0.014764918144627617, "grain_initial_height": 0.12054143521033459, "grain_separation": 0.003637817803051135, "grains_center_of_mass_position": 0.39635533687316105, "center_of_dry_mass_position": 0.317, "nozzle_position": -3.723073748852544e-05, "throat_radius": 0.01078202901131484, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543397260898543}], "aerodynamic_surfaces": [{"length": 0.5592846720533167, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353326270260797}, {"n": 4, "root_chord": 0.120225416654624, "tip_chord": 0.0594394454541446, "span": 0.10974941759528815, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0478717464038974}, {"top_radius": 0.061152326263880896, "bottom_radius": 0.04401937097851637, "length": 0.05897976576829083, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000917688105291, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179861046946279, "upper_button_position": 0.08210566411590126}], "rail_length": 5, "inclination": 84.6748140942364, "heading": 52.170576165846235} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8521208502099225, "wind_velocity_y_factor": 0.8050139220919406, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350215914039219, "mass": 14.902007912924015, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329422266258971, "I_33_without_motor": 0.04175137620403123, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.069957854440903, "trigger": 800, "sampling_rate": 105, "lag": 1.4683501841456519, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0036260361637064, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4734829081305705, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5702.462095549171, "burn_start_time": -0.1399189974684302, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03257136032531596, "grain_number": 5, "grain_density": 1709.9019767603816, "grain_outer_radius": 0.03285147641558941, "grain_initial_inner_radius": 0.014482827075997714, "grain_initial_height": 0.12102807206031431, "grain_separation": 0.004376658951015446, "grains_center_of_mass_position": 0.3965450888999619, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011382379431168065, "throat_radius": 0.011239186562599115, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25581285931936}], "aerodynamic_surfaces": [{"length": 0.5591997386082751, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134920610948985}, {"n": 4, "root_chord": 0.12034063839570752, "tip_chord": 0.060343745037826, "span": 0.11016892517238187, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493184549127519}, {"top_radius": 0.06499991749072795, "bottom_radius": 0.04309832693644535, "length": 0.062090113798415406, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987348290818935, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178514111374971, "upper_button_position": 0.08088341794439646}], "rail_length": 5, "inclination": 84.73679194561404, "heading": 52.21084060455028} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3867388283514415, "wind_velocity_y_factor": 1.3629279424378287, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350243015204447, "mass": 14.364715557711357, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316508169713412, "I_33_without_motor": 0.02557713118578877, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.951609955447669, "trigger": 800, "sampling_rate": 105, "lag": 1.4380057043007406, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9139542731023278, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6144800258219942, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7606.116852398996, "burn_start_time": 0.0776434095248707, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033872567194711434, "grain_number": 5, "grain_density": 1732.8738649243144, "grain_outer_radius": 0.03344005036129619, "grain_initial_inner_radius": 0.014686963942116812, "grain_initial_height": 0.11982075139296386, "grain_separation": 0.004748168500884913, "grains_center_of_mass_position": 0.39702304607668465, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00030923622270409746, "throat_radius": 0.01113176300242696, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546855685229503}], "aerodynamic_surfaces": [{"length": 0.5578495573334205, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133183921270141}, {"n": 4, "root_chord": 0.1190771123760242, "tip_chord": 0.06076378604681767, "span": 0.11027697378077668, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492029759370765}, {"top_radius": 0.06362987149849614, "bottom_radius": 0.042771077265928, "length": 0.059635483803186506, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006107624428782, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184590030626486, "upper_button_position": 0.08215175938022967}], "rail_length": 5, "inclination": 83.05281511619079, "heading": 51.43998117869433} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1419861051967874, "wind_velocity_y_factor": 0.6175553900683675, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350208466831796, "mass": 14.839740356711026, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3099905564584455, "I_33_without_motor": 0.02901311310888885, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.929854023900463, "trigger": 800, "sampling_rate": 105, "lag": 1.492319624123696, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.989119756772396, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3052908598721717, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7859.2481509466925, "burn_start_time": -0.022684319646016197, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0322862085469945, "grain_number": 5, "grain_density": 1780.0671796968152, "grain_outer_radius": 0.032992310239411696, "grain_initial_inner_radius": 0.015202762495272885, "grain_initial_height": 0.12002906149818156, "grain_separation": 0.0066701799378226095, "grains_center_of_mass_position": 0.39641702161418707, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00012034961680520164, "throat_radius": 0.010127687576687182, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555087002630556}], "aerodynamic_surfaces": [{"length": 0.5583459647268503, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344544984283913}, {"n": 4, "root_chord": 0.12017172014812051, "tip_chord": 0.06026697698816714, "span": 0.109832252552092, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502080281529222}, {"top_radius": 0.06483958650160254, "bottom_radius": 0.045494758303148614, "length": 0.05980684318152774, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998512867949652, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172577864523149, "upper_button_position": 0.08259350034265034}], "rail_length": 5, "inclination": 84.4891855615157, "heading": 53.57958892366401} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.182675979737144, "wind_velocity_y_factor": 0.9759406851030453, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350105174795968, "mass": 15.313163631676375, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322513572174501, "I_33_without_motor": 0.042547656258259604, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.088588200460388, "trigger": 800, "sampling_rate": 105, "lag": 1.57224387773296, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0047773024238447, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9650024643928163, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7717.288687554914, "burn_start_time": -0.11425563324904607, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03266094103202706, "grain_number": 5, "grain_density": 1849.9051671176694, "grain_outer_radius": 0.032358221073497895, "grain_initial_inner_radius": 0.015482852987932458, "grain_initial_height": 0.11897978806140777, "grain_separation": 0.005140255218393994, "grains_center_of_mass_position": 0.39680791661501874, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007193587290759972, "throat_radius": 0.010640660581114715, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542807902856938}], "aerodynamic_surfaces": [{"length": 0.5587183641272139, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339144572862547}, {"n": 4, "root_chord": 0.12018265903908314, "tip_chord": 0.05941276932543545, "span": 0.11068330458924128, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497387782911258}, {"top_radius": 0.062406410857291074, "bottom_radius": 0.04441948008259418, "length": 0.05915792182158747, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7016293467839181, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188548390214794, "upper_button_position": 0.08277450776243866}], "rail_length": 5, "inclination": 84.78558173856935, "heading": 55.190516751838544} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9085800645588127, "wind_velocity_y_factor": 1.2915582299343638, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.0635065300236534, "mass": 15.595341471796285, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31035200655189, "I_33_without_motor": 0.024887934600541704, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.096273118596725, "trigger": 800, "sampling_rate": 105, "lag": 1.451458924556046, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0378801667329114, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4688938171864772, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5545.356865183219, "burn_start_time": 0.00875811438715156, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032815838085700315, "grain_number": 5, "grain_density": 1840.6866171505121, "grain_outer_radius": 0.03293140734885949, "grain_initial_inner_radius": 0.01449645250718707, "grain_initial_height": 0.1208548087924237, "grain_separation": 0.005505822431598452, "grains_center_of_mass_position": 0.3967136399885239, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008403166164801693, "throat_radius": 0.011119910312061313, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555618865755898}], "aerodynamic_surfaces": [{"length": 0.5589263257002953, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132795333887838}, {"n": 4, "root_chord": 0.12024832816766509, "tip_chord": 0.0610163904809671, "span": 0.11080786014034164, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503965823746386}, {"top_radius": 0.06594309760589269, "bottom_radius": 0.04533590679543231, "length": 0.060204690636422975, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001080479016659, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184117801630026, "upper_button_position": 0.08169626773866334}], "rail_length": 5, "inclination": 84.4254340348353, "heading": 55.68147810182039} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.251452251179004, "wind_velocity_y_factor": 0.34119416325638496, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06349334740578562, "mass": 15.788536993004271, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320793775270788, "I_33_without_motor": 0.034244908623748516, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.091164599284635, "trigger": 800, "sampling_rate": 105, "lag": 1.577988772335059, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9403185976808949, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5165629657947093, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5244.110778906441, "burn_start_time": 0.10012030946051065, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03270254397552257, "grain_number": 5, "grain_density": 1767.0966981086556, "grain_outer_radius": 0.032919842654404924, "grain_initial_inner_radius": 0.015071538507195673, "grain_initial_height": 0.11938611023801309, "grain_separation": 0.004918253873476728, "grains_center_of_mass_position": 0.3972562554596569, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011491673292325117, "throat_radius": 0.010726791358419327, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542668455270871}], "aerodynamic_surfaces": [{"length": 0.5582994132259358, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332552907634013}, {"n": 4, "root_chord": 0.1195254468394858, "tip_chord": 0.06021180060460788, "span": 0.10971113944666844, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508081937440499}, {"top_radius": 0.06323252316735836, "bottom_radius": 0.04375614665885963, "length": 0.058988822052778875, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988064776808963, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186761287336274, "upper_button_position": 0.08013034894726889}], "rail_length": 5, "inclination": 85.11033765400485, "heading": 54.11298955049597} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.416216097721181, "wind_velocity_y_factor": 1.0253670449675956, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349559857007825, "mass": 16.214219087453596, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3125552053256735, "I_33_without_motor": 0.036938370918570704, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.943856531417175, "trigger": 800, "sampling_rate": 105, "lag": 1.5176737537982834, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0573220325724844, "trigger": "apogee", "sampling_rate": 105, "lag": 1.478148655645631, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6110.89456637473, "burn_start_time": 0.01833052238520042, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03212736180774952, "grain_number": 5, "grain_density": 1913.311498102203, "grain_outer_radius": 0.033112021015375276, "grain_initial_inner_radius": 0.014613089103506498, "grain_initial_height": 0.12105839179741967, "grain_separation": 0.005970666132840485, "grains_center_of_mass_position": 0.39695489846522847, "center_of_dry_mass_position": 0.317, "nozzle_position": -3.9513845940551196e-05, "throat_radius": 0.010523705428698559, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553993352390258}], "aerodynamic_surfaces": [{"length": 0.5577409159663596, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1315714683198763}, {"n": 4, "root_chord": 0.12049705061961248, "tip_chord": 0.059029117990403404, "span": 0.10983928660198965, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501438548216762}, {"top_radius": 0.06307638116987686, "bottom_radius": 0.044304784863202454, "length": 0.06224152104848661, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986851239206369, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164462927049934, "upper_button_position": 0.08223883121564346}], "rail_length": 5, "inclination": 83.96417089748255, "heading": 53.465200063599795} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8638808236904185, "wind_velocity_y_factor": 0.8541779083657836, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0635065556202364, "mass": 14.817265274886074, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330990454599014, "I_33_without_motor": 0.025491080142280693, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.908853728641347, "trigger": 800, "sampling_rate": 105, "lag": 1.5591696236638857, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8782688382194961, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6995364063858003, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5981.787689012933, "burn_start_time": 0.028503313013907263, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032611740433082625, "grain_number": 5, "grain_density": 1822.6637337278432, "grain_outer_radius": 0.03329178683423105, "grain_initial_inner_radius": 0.0146950406788279, "grain_initial_height": 0.11935032503546698, "grain_separation": 0.006513850320311661, "grains_center_of_mass_position": 0.3945408419688425, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011649382543674552, "throat_radius": 0.01078802354574624, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554125360184016}], "aerodynamic_surfaces": [{"length": 0.5569930021629003, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135129417615897}, {"n": 4, "root_chord": 0.11982947184408606, "tip_chord": 0.060737134642997605, "span": 0.10986275484411176, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511988631484679}, {"top_radius": 0.06264677157507757, "bottom_radius": 0.0430394435389146, "length": 0.06008441086846793, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014841091769224, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6161406934344732, "upper_button_position": 0.08534341574244919}], "rail_length": 5, "inclination": 85.82808416327482, "heading": 50.296429681729975} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1276993521920853, "wind_velocity_y_factor": 0.2064994812020713, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349732180415343, "mass": 15.21484408901451, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3272919931115075, "I_33_without_motor": 0.034478098809188146, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.877933925349463, "trigger": 800, "sampling_rate": 105, "lag": 1.453979010115483, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0899210377117277, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5831558823321763, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7778.880781039217, "burn_start_time": -0.01953420807487566, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033517439305265725, "grain_number": 5, "grain_density": 1903.8282895163447, "grain_outer_radius": 0.03276830507503503, "grain_initial_inner_radius": 0.014745608075548287, "grain_initial_height": 0.12065644234858845, "grain_separation": 0.0063353494461206045, "grains_center_of_mass_position": 0.39695586924560766, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00042111020228505246, "throat_radius": 0.010540584082883593, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254528878257921}], "aerodynamic_surfaces": [{"length": 0.5572158281047732, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334390303005921}, {"n": 4, "root_chord": 0.12021325628829346, "tip_chord": 0.05926018110091544, "span": 0.10952878873024502, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486974818698271}, {"top_radius": 0.06445680583091117, "bottom_radius": 0.04396564798855263, "length": 0.061052590798298056, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700080375041859, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187869048987444, "upper_button_position": 0.08129347014311461}], "rail_length": 5, "inclination": 85.84709123258037, "heading": 51.11875239144786} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7614864559250621, "wind_velocity_y_factor": 1.2723856485840062, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350422256390778, "mass": 15.405572454038087, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314718450162175, "I_33_without_motor": 0.030238537176940843, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.879136454964394, "trigger": 800, "sampling_rate": 105, "lag": 1.5048094744443554, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0362931433395066, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2364270436223386, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7352.167663669077, "burn_start_time": -0.07281035779655533, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03263671294821099, "grain_number": 5, "grain_density": 1810.733592831728, "grain_outer_radius": 0.03305579737380937, "grain_initial_inner_radius": 0.014468039890141482, "grain_initial_height": 0.1202688357663451, "grain_separation": 0.0025312202211822906, "grains_center_of_mass_position": 0.39689019230135436, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008225237349553767, "throat_radius": 0.011085536762529408, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254244568370545}], "aerodynamic_surfaces": [{"length": 0.5588557758050302, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353170206481917}, {"n": 4, "root_chord": 0.11923798258787262, "tip_chord": 0.06029876825832558, "span": 0.11078811941460644, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495437651632327}, {"top_radius": 0.06366358651740699, "bottom_radius": 0.04175990866789822, "length": 0.060931136082578656, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003820398812164, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177838359532968, "upper_button_position": 0.08259820392791961}], "rail_length": 5, "inclination": 84.49992647817032, "heading": 53.583504443289456} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8613496093361391, "wind_velocity_y_factor": 0.9804062666915541, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.0635091045977266, "mass": 14.716895314935062, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3113774458647525, "I_33_without_motor": 0.0377850291365043, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.018574635560453, "trigger": 800, "sampling_rate": 105, "lag": 1.4343438191877205, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0065731070906025, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3993506026950857, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4566.724904398621, "burn_start_time": 0.04878591440130756, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03380718412041346, "grain_number": 5, "grain_density": 1848.8330548703866, "grain_outer_radius": 0.033178131405358975, "grain_initial_inner_radius": 0.015030049733073954, "grain_initial_height": 0.11952566695858081, "grain_separation": 0.003988655514934283, "grains_center_of_mass_position": 0.39487909926132864, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0020328410012794987, "throat_radius": 0.011658029141769624, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2566774860042347}], "aerodynamic_surfaces": [{"length": 0.5597023656057883, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352247604297643}, {"n": 4, "root_chord": 0.12000603730093794, "tip_chord": 0.05973733812771647, "span": 0.10840355903712061, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0475716850842853}, {"top_radius": 0.06253900392212386, "bottom_radius": 0.04483201180255999, "length": 0.06026616582870774, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007426749747452, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181916221020902, "upper_button_position": 0.08255105287265496}], "rail_length": 5, "inclination": 85.53197360995394, "heading": 50.04646718324806} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.316219908306435, "wind_velocity_y_factor": 1.1836426376308242, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06348388313277487, "mass": 16.09417424942392, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325782091861623, "I_33_without_motor": 0.03590403092898369, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.003215637497249, "trigger": 800, "sampling_rate": 105, "lag": 1.435148107709954, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8861448174037487, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2870662711061558, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7426.055139135815, "burn_start_time": -0.05527211943777734, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032833349093404955, "grain_number": 5, "grain_density": 1931.380600980197, "grain_outer_radius": 0.03255851229973208, "grain_initial_inner_radius": 0.01486235323749907, "grain_initial_height": 0.11891784154684489, "grain_separation": 0.006614864893648849, "grains_center_of_mass_position": 0.3967266261799928, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000736618228819381, "throat_radius": 0.010652445663913197, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544798515135456}], "aerodynamic_surfaces": [{"length": 0.5564209811082947, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133063221402249}, {"n": 4, "root_chord": 0.12026052699838896, "tip_chord": 0.06002161245089383, "span": 0.11029490945947244, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0478483435049684}, {"top_radius": 0.06341450882302493, "bottom_radius": 0.04255373918023302, "length": 0.05877461208365261, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989835205179581, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191527244082841, "upper_button_position": 0.07983079610967403}], "rail_length": 5, "inclination": 84.03741676298218, "heading": 54.05459119598193} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6168747869439464, "wind_velocity_y_factor": 1.2312724835363107, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350803147257426, "mass": 16.080754081553344, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311668347247293, "I_33_without_motor": 0.026404134950939673, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.866107831835688, "trigger": 800, "sampling_rate": 105, "lag": 1.3874241885460439, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.998654394691646, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5437349554402, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6800.532965947327, "burn_start_time": 0.015530561735591706, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03325981438726752, "grain_number": 5, "grain_density": 1763.8936815404247, "grain_outer_radius": 0.03284724060193543, "grain_initial_inner_radius": 0.015173944660293636, "grain_initial_height": 0.12160081123519115, "grain_separation": 0.0039018319756258823, "grains_center_of_mass_position": 0.3987086287971848, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014329956056154684, "throat_radius": 0.01094837787822043, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548281523430587}], "aerodynamic_surfaces": [{"length": 0.5579659654504119, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13312944842613}, {"n": 4, "root_chord": 0.1202711416521368, "tip_chord": 0.05969285373590546, "span": 0.10949789906623124, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490450216086862}, {"top_radius": 0.06326300785009567, "bottom_radius": 0.043337311156538126, "length": 0.06063539002528104, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990999761538508, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184496337750103, "upper_button_position": 0.0806503423788405}], "rail_length": 5, "inclination": 82.83679823177012, "heading": 52.688145015494094} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.695523388199215, "wind_velocity_y_factor": 1.245976729168453, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350977447283793, "mass": 15.529846931323279, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317476437122511, "I_33_without_motor": 0.03409579322060007, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.893006869514643, "trigger": 800, "sampling_rate": 105, "lag": 1.5946251286251563, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1504830753089046, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2487336658899308, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5119.231229313748, "burn_start_time": -0.042385910677314044, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033870010595020913, "grain_number": 5, "grain_density": 1749.2518100127365, "grain_outer_radius": 0.03327569643667326, "grain_initial_inner_radius": 0.015302133738589872, "grain_initial_height": 0.11877245907351197, "grain_separation": 0.004277007781333015, "grains_center_of_mass_position": 0.39549572849632675, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010817998411167416, "throat_radius": 0.01076542869921637, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553294202099894}], "aerodynamic_surfaces": [{"length": 0.5566149473375691, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348039697705132}, {"n": 4, "root_chord": 0.11956486076559868, "tip_chord": 0.05895699648384554, "span": 0.10981358894398588, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500629983251604}, {"top_radius": 0.06271525879288449, "bottom_radius": 0.04379531818610579, "length": 0.05947492936319126, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005916382952676, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186463282659244, "upper_button_position": 0.08194531002934324}], "rail_length": 5, "inclination": 84.05133667288753, "heading": 53.2542705641644} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.46097400144044043, "wind_velocity_y_factor": 0.814281677343272, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350078667976448, "mass": 14.841624621385966, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3230407192394535, "I_33_without_motor": 0.03761344447261144, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.13705708475823, "trigger": 800, "sampling_rate": 105, "lag": 1.464311681216081, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8859247263164158, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2803816902422136, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8561.569700604206, "burn_start_time": 0.2037003609010638, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03214605042270396, "grain_number": 5, "grain_density": 1812.9654693486962, "grain_outer_radius": 0.032892715443686216, "grain_initial_inner_radius": 0.014858774565589788, "grain_initial_height": 0.12038881856209696, "grain_separation": 0.003993246732109263, "grains_center_of_mass_position": 0.39858399220698354, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011957510853182504, "throat_radius": 0.011143219503065314, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551036660192314}], "aerodynamic_surfaces": [{"length": 0.5568494488558013, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134463120618071}, {"n": 4, "root_chord": 0.12080304708835424, "tip_chord": 0.05888308344543853, "span": 0.11072609249559773, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490904146279612}, {"top_radius": 0.06518796734282922, "bottom_radius": 0.04217899453834578, "length": 0.058217065105203365, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007146969569266, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168206910599651, "upper_button_position": 0.0838940058969615}], "rail_length": 5, "inclination": 85.93557183043907, "heading": 52.01425326765238} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2573250749652205, "wind_velocity_y_factor": 1.2754811655885665, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350014494691214, "mass": 15.130760141796713, "I_11_without_motor": 6.321, "I_22_without_motor": 6.302145281030245, "I_33_without_motor": 0.03574570607983792, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.057790463824956, "trigger": 800, "sampling_rate": 105, "lag": 1.628753094391946, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0105511898487471, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7978620368383127, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8371.522620230891, "burn_start_time": -0.03505700580612656, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03297636766830918, "grain_number": 5, "grain_density": 1779.7167517538862, "grain_outer_radius": 0.03283233120070798, "grain_initial_inner_radius": 0.015513639972829972, "grain_initial_height": 0.11849291421165017, "grain_separation": 0.0052112200964719154, "grains_center_of_mass_position": 0.3955283980021534, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005679914599708809, "throat_radius": 0.01047398489493414, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550618194501864}], "aerodynamic_surfaces": [{"length": 0.5597005383353815, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340953085553478}, {"n": 4, "root_chord": 0.11996296776663465, "tip_chord": 0.06038326765443009, "span": 0.1096357963169917, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500458421805425}, {"top_radius": 0.0640664734186859, "bottom_radius": 0.0439574372211581, "length": 0.05955119382142322, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6978464325483722, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616188924232173, "upper_button_position": 0.08165750831619922}], "rail_length": 5, "inclination": 84.42446766948309, "heading": 52.210339611852284} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0135322094687305, "wind_velocity_y_factor": 0.5872495539612768, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350184177387351, "mass": 15.7813959258727, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312541760061762, "I_33_without_motor": 0.03558275509539198, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.161883022659357, "trigger": 800, "sampling_rate": 105, "lag": 1.4870435413408176, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0851480539062004, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4863703749941373, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7643.405854348565, "burn_start_time": -0.10115951718728895, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032860919733186694, "grain_number": 5, "grain_density": 1788.1042006181767, "grain_outer_radius": 0.03286965106283337, "grain_initial_inner_radius": 0.01498708888604266, "grain_initial_height": 0.12191162970186113, "grain_separation": 0.005831799491428552, "grains_center_of_mass_position": 0.397886091260285, "center_of_dry_mass_position": 0.317, "nozzle_position": -3.197686513323793e-05, "throat_radius": 0.010298576589584219, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558286020013163}], "aerodynamic_surfaces": [{"length": 0.5565589303191478, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134566470920187}, {"n": 4, "root_chord": 0.11972384234114423, "tip_chord": 0.060412920074115854, "span": 0.11021328239315258, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492704773837975}, {"top_radius": 0.06354020223559262, "bottom_radius": 0.04539710720924613, "length": 0.060592041674499476, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992568965405109, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162094233126527, "upper_button_position": 0.08304747322785822}], "rail_length": 5, "inclination": 85.18933899080808, "heading": 57.036050567505434} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7554638927545372, "wind_velocity_y_factor": 0.970096216999004, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350654751195987, "mass": 14.774483821985635, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322430510207375, "I_33_without_motor": 0.03891246960046227, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.043581567317473, "trigger": 800, "sampling_rate": 105, "lag": 1.41423119611676, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.042424285896381, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6383068098845115, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6117.5125708876785, "burn_start_time": -0.07423760159570346, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033563588196342364, "grain_number": 5, "grain_density": 1810.0547743693387, "grain_outer_radius": 0.03291025848998836, "grain_initial_inner_radius": 0.015242984114144214, "grain_initial_height": 0.12099478022017977, "grain_separation": 0.005524267821584108, "grains_center_of_mass_position": 0.3975430783029568, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013022092936625718, "throat_radius": 0.011164792536491046, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549928781573891}], "aerodynamic_surfaces": [{"length": 0.5577558565590888, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134064551418485}, {"n": 4, "root_chord": 0.12023458325694948, "tip_chord": 0.060752904802141953, "span": 0.11005051658221482, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491609253778753}, {"top_radius": 0.06387808730221647, "bottom_radius": 0.04270680259028439, "length": 0.059841641918851364, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004722364475431, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6157467826580453, "upper_button_position": 0.0847254537894978}], "rail_length": 5, "inclination": 84.55999825745823, "heading": 55.96949012797077} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0895574329172746, "wind_velocity_y_factor": 0.9455378652724178, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349049155350725, "mass": 14.77872861627984, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313734696375717, "I_33_without_motor": 0.012121998214373278, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.886417526596405, "trigger": 800, "sampling_rate": 105, "lag": 1.5794707053101387, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8992274593010755, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5270390566438958, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7396.241479518848, "burn_start_time": 0.08925727227897551, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033677628434153783, "grain_number": 5, "grain_density": 1794.217514187476, "grain_outer_radius": 0.03339103044349004, "grain_initial_inner_radius": 0.015075985435782112, "grain_initial_height": 0.12106110093258597, "grain_separation": 0.004574092722376373, "grains_center_of_mass_position": 0.3987219968926058, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00046962155069257106, "throat_radius": 0.01113277242472474, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540412758614476}], "aerodynamic_surfaces": [{"length": 0.5602964140439441, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331929598472021}, {"n": 4, "root_chord": 0.11994391087677923, "tip_chord": 0.06022342319251399, "span": 0.10920281003571947, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483269225568659}, {"top_radius": 0.06313320018254603, "bottom_radius": 0.04376842763008863, "length": 0.06087448761467456, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995954321320297, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192825021958007, "upper_button_position": 0.08031292993622896}], "rail_length": 5, "inclination": 84.66993926485212, "heading": 52.349353630185405} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5705615933710995, "wind_velocity_y_factor": 0.8584570425391579, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.0635017790822315, "mass": 15.165772333764114, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33416119112343, "I_33_without_motor": 0.05061745897763192, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.129562684238328, "trigger": 800, "sampling_rate": 105, "lag": 1.5486301439711192, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0515252333433474, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1940116911311343, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6532.368100290483, "burn_start_time": -0.03136870884870707, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03280198456967241, "grain_number": 5, "grain_density": 1779.7172374093266, "grain_outer_radius": 0.03247615714430362, "grain_initial_inner_radius": 0.015027865765129055, "grain_initial_height": 0.12137064702951791, "grain_separation": 0.004763537034001004, "grains_center_of_mass_position": 0.39719894549081036, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007109407427147619, "throat_radius": 0.010624785593863154, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254027630463395}], "aerodynamic_surfaces": [{"length": 0.5575433801241885, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1326404700507853}, {"n": 4, "root_chord": 0.12087790982100939, "tip_chord": 0.059830369859902616, "span": 0.10979927028509101, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484986817693436}, {"top_radius": 0.06424177327802293, "bottom_radius": 0.04270548235801254, "length": 0.05984199921605094, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.697406977172654, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191509292632135, "upper_button_position": 0.07825604790944052}], "rail_length": 5, "inclination": 84.11534820128611, "heading": 52.49823510887107} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5090959050064692, "wind_velocity_y_factor": 1.2591372723713528, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349687497534784, "mass": 14.85476447342899, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309477997294529, "I_33_without_motor": 0.026847393318403488, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.015976526143188, "trigger": 800, "sampling_rate": 105, "lag": 1.4743821006581712, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9969943206781257, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7668794021356249, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7523.189916933425, "burn_start_time": -0.015898846069829775, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03336555146258901, "grain_number": 5, "grain_density": 1890.272094088803, "grain_outer_radius": 0.033247346059393806, "grain_initial_inner_radius": 0.014901857585868313, "grain_initial_height": 0.11980536544804904, "grain_separation": 0.0056159355383018795, "grains_center_of_mass_position": 0.39558659353171516, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005238769694270146, "throat_radius": 0.010585832274322719, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545301412543572}], "aerodynamic_surfaces": [{"length": 0.5584990520902642, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337060055802877}, {"n": 4, "root_chord": 0.11953931704036845, "tip_chord": 0.06099258823796865, "span": 0.10976401085736301, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499881988950046}, {"top_radius": 0.06286856331385779, "bottom_radius": 0.043979141466593055, "length": 0.05923636662463585, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996628576697366, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197868820536749, "upper_button_position": 0.07987597561606163}], "rail_length": 5, "inclination": 83.40816524424281, "heading": 53.421638475731356} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7116779212839253, "wind_velocity_y_factor": 1.2986463984895666, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349664934623793, "mass": 15.20890788862402, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318500467737818, "I_33_without_motor": 0.03960312322591437, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.218506944534763, "trigger": 800, "sampling_rate": 105, "lag": 1.4626281582275726, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0884183211450555, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7151118198455713, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5335.592927195112, "burn_start_time": -0.04312951877529236, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03270356229240675, "grain_number": 5, "grain_density": 1857.3770044191601, "grain_outer_radius": 0.032478826006314736, "grain_initial_inner_radius": 0.015182245970704935, "grain_initial_height": 0.12004520679579356, "grain_separation": 0.006345071507381562, "grains_center_of_mass_position": 0.39766926623959337, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003550250205612605, "throat_radius": 0.011503209871374289, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548812814173445}], "aerodynamic_surfaces": [{"length": 0.5580044451244128, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1321504322513638}, {"n": 4, "root_chord": 0.11961437726369978, "tip_chord": 0.06087081426815719, "span": 0.10971981234759631, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494610619780491}, {"top_radius": 0.06367873171786212, "bottom_radius": 0.041781412189340505, "length": 0.06070889454459392, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699176840891516, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61881174941782, "upper_button_position": 0.08036509147369597}], "rail_length": 5, "inclination": 84.52916024651127, "heading": 54.40952879843076} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.187866831435857, "wind_velocity_y_factor": 0.6171565261048215, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349553242802258, "mass": 16.162693695575918, "I_11_without_motor": 6.321, "I_22_without_motor": 6.302839083251266, "I_33_without_motor": 0.042579279048300736, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.107315111770394, "trigger": 800, "sampling_rate": 105, "lag": 1.5154358593218533, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9853641787688793, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6451064051691278, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7249.930471259348, "burn_start_time": -0.06130469757491144, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03331720624721556, "grain_number": 5, "grain_density": 1726.540215088825, "grain_outer_radius": 0.03285608456692365, "grain_initial_inner_radius": 0.015502121847228689, "grain_initial_height": 0.12167385575267715, "grain_separation": 0.004944501805542231, "grains_center_of_mass_position": 0.39753213828849676, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010284789960353885, "throat_radius": 0.011149257548346822, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256623753028805}], "aerodynamic_surfaces": [{"length": 0.5581449171966688, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333342217370488}, {"n": 4, "root_chord": 0.11973820929193377, "tip_chord": 0.05981304753173366, "span": 0.11055085477057928, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04997110674058}, {"top_radius": 0.0625873771808046, "bottom_radius": 0.04408834366945262, "length": 0.05957696619552789, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999046512060902, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188358572772197, "upper_button_position": 0.08106879392887056}], "rail_length": 5, "inclination": 85.33369009240991, "heading": 57.63611754248371} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6183907492072974, "wind_velocity_y_factor": 0.6388292397618166, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06350034770731328, "mass": 15.467511347827264, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329363686879727, "I_33_without_motor": 0.03144129454419879, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.126603744101546, "trigger": 800, "sampling_rate": 105, "lag": 1.8238723782454127, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9304747895809499, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4595928501594235, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5552.428906338901, "burn_start_time": 0.010104825186581332, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03247065389864294, "grain_number": 5, "grain_density": 1862.175807801803, "grain_outer_radius": 0.03272029688377861, "grain_initial_inner_radius": 0.014429654849656793, "grain_initial_height": 0.11901870891486836, "grain_separation": 0.006368933950738696, "grains_center_of_mass_position": 0.3978910643071942, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013025784198829147, "throat_radius": 0.010563133923719362, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546959199166883}], "aerodynamic_surfaces": [{"length": 0.557593671048593, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1361781477856627}, {"n": 4, "root_chord": 0.11935525910869273, "tip_chord": 0.059999972282372444, "span": 0.11017805836594825, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488185200485982}, {"top_radius": 0.06464130277101554, "bottom_radius": 0.044831492051349, "length": 0.05859978844233672, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699997662917103, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171646620991976, "upper_button_position": 0.08283300081790534}], "rail_length": 5, "inclination": 85.17792958165313, "heading": 51.82000548502348} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.096138424214423, "wind_velocity_y_factor": 1.0587037043111878, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.0635099466332302, "mass": 15.828779183460767, "I_11_without_motor": 6.321, "I_22_without_motor": 6.302150950824178, "I_33_without_motor": 0.03736974731293918, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.745588960601514, "trigger": 800, "sampling_rate": 105, "lag": 1.5082823485948145, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9323595677802582, "trigger": "apogee", "sampling_rate": 105, "lag": 2.035631058787661, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7006.003187720481, "burn_start_time": -0.06330433132061242, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03277618334688277, "grain_number": 5, "grain_density": 1842.8799286232913, "grain_outer_radius": 0.03226747099728369, "grain_initial_inner_radius": 0.015308317100716754, "grain_initial_height": 0.12106544695332355, "grain_separation": 0.005784916110401038, "grains_center_of_mass_position": 0.39703933617454606, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00019697043139711744, "throat_radius": 0.010566794650709754, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255876363593214}], "aerodynamic_surfaces": [{"length": 0.5588968800171161, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335995819296218}, {"n": 4, "root_chord": 0.12027911076761548, "tip_chord": 0.05967612693378389, "span": 0.10996148053803477, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049129608533005}, {"top_radius": 0.06307220137501662, "bottom_radius": 0.04306565886181631, "length": 0.060078347447434365, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006208604253648, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171931782160418, "upper_button_position": 0.08342768220932295}], "rail_length": 5, "inclination": 84.53889547497852, "heading": 53.67749537281155} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2857990248304003, "wind_velocity_y_factor": 1.0796619179682585, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350428328838584, "mass": 15.497747341015973, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324297197472145, "I_33_without_motor": 0.03073188593053534, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.090742727816208, "trigger": 800, "sampling_rate": 105, "lag": 1.5011359778130626, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0903208910224276, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1436435230414321, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5891.386837709057, "burn_start_time": -0.08790457347037348, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0327009676356105, "grain_number": 5, "grain_density": 1762.8912593465814, "grain_outer_radius": 0.03282848878290539, "grain_initial_inner_radius": 0.014615660360440144, "grain_initial_height": 0.11890059008119984, "grain_separation": 0.004520876671176363, "grains_center_of_mass_position": 0.3979110116774975, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018922476632717755, "throat_radius": 0.012009177978695409, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2566003744879122}], "aerodynamic_surfaces": [{"length": 0.5584934155423542, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134576879960265}, {"n": 4, "root_chord": 0.11971378743488117, "tip_chord": 0.06014569950489203, "span": 0.1101258225264534, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048867602850042}, {"top_radius": 0.062575172172226, "bottom_radius": 0.04457440260030492, "length": 0.05930219509645775, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989313896510392, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182195922436846, "upper_button_position": 0.08071179740735457}], "rail_length": 5, "inclination": 82.17652517731383, "heading": 52.19921884861796} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0493416566719396, "wind_velocity_y_factor": 1.2059870524483225, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349299085319333, "mass": 16.019337495664853, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322093636608288, "I_33_without_motor": 0.022927001548764987, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.000315388015036, "trigger": 800, "sampling_rate": 105, "lag": 1.6385368969005132, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0808846578562052, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4687441101900756, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6712.71449748384, "burn_start_time": -0.03347481425266821, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03234885647769099, "grain_number": 5, "grain_density": 1765.2892535549443, "grain_outer_radius": 0.03323513983755607, "grain_initial_inner_radius": 0.014761205671445125, "grain_initial_height": 0.11849211245503063, "grain_separation": 0.004609683700581252, "grains_center_of_mass_position": 0.39623912677320755, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001523249755238726, "throat_radius": 0.011238434981300961, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536227472602852}], "aerodynamic_surfaces": [{"length": 0.5594718664364554, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347897405250327}, {"n": 4, "root_chord": 0.11971007286814958, "tip_chord": 0.06066555237374583, "span": 0.10932319926763916, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048935886912471}, {"top_radius": 0.06420650437998017, "bottom_radius": 0.04164017775489836, "length": 0.0600431858266276, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7016279485216662, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182704244241909, "upper_button_position": 0.08335752409747532}], "rail_length": 5, "inclination": 83.03714906673807, "heading": 50.57409579841341} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2839167982589181, "wind_velocity_y_factor": 1.1939797643701684, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350550106192578, "mass": 16.533851189531237, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317994935371586, "I_33_without_motor": 0.030504865233657044, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.829301734694004, "trigger": 800, "sampling_rate": 105, "lag": 1.5234681096401494, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8163778492608265, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0533032970964629, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5638.394109495252, "burn_start_time": -0.07517863690544116, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03317862222483708, "grain_number": 5, "grain_density": 1791.6085706366218, "grain_outer_radius": 0.03324377121757009, "grain_initial_inner_radius": 0.014394676133044666, "grain_initial_height": 0.11902037061620988, "grain_separation": 0.006255744771681068, "grains_center_of_mass_position": 0.3977556871209339, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000891940743795438, "throat_radius": 0.010689523852609847, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534925961030676}], "aerodynamic_surfaces": [{"length": 0.5569692541658429, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347047975193347}, {"n": 4, "root_chord": 0.12032343530103316, "tip_chord": 0.060208727665366425, "span": 0.11002335436914883, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484490871762273}, {"top_radius": 0.06474333093604406, "bottom_radius": 0.04305171399529548, "length": 0.0609451884221896, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982688531382008, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169181654832699, "upper_button_position": 0.08135068765493081}], "rail_length": 5, "inclination": 82.32520504086771, "heading": 50.8575304986744} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.338715495842275, "wind_velocity_y_factor": 0.6486322544266684, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06351426257911019, "mass": 15.107204801178488, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330304104492559, "I_33_without_motor": 0.040352310812728, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.001137730926612, "trigger": 800, "sampling_rate": 105, "lag": 1.3927218773414975, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9185753716712679, "trigger": "apogee", "sampling_rate": 105, "lag": 1.494586469224709, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6432.491755470093, "burn_start_time": -0.016463566205460634, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033021045718191915, "grain_number": 5, "grain_density": 1819.0194234463424, "grain_outer_radius": 0.03332236906200947, "grain_initial_inner_radius": 0.015214639221343284, "grain_initial_height": 0.1189236266585563, "grain_separation": 0.004867812852364737, "grains_center_of_mass_position": 0.3964239169148536, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00013876817476851793, "throat_radius": 0.0110321585697506, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546909080198754}], "aerodynamic_surfaces": [{"length": 0.5578288794902998, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329060264668886}, {"n": 4, "root_chord": 0.12033890123698462, "tip_chord": 0.05924966389629014, "span": 0.10922115139908, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049006850611591}, {"top_radius": 0.06330736499587135, "bottom_radius": 0.04119279014533938, "length": 0.058187167329740684, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994697155472971, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6151877854802593, "upper_button_position": 0.08428193006703777}], "rail_length": 5, "inclination": 83.71302071262771, "heading": 49.76748564476244} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0030655265958328, "wind_velocity_y_factor": 1.3755706714907654, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350301664748438, "mass": 15.563134022091633, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315111855593829, "I_33_without_motor": 0.036478699440731115, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.109724569231428, "trigger": 800, "sampling_rate": 105, "lag": 1.5128217060571323, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.068987282474735, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1054952515402539, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7529.803209669719, "burn_start_time": 0.0767740812420861, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03282202616711786, "grain_number": 5, "grain_density": 1818.0554727827791, "grain_outer_radius": 0.03264750513046021, "grain_initial_inner_radius": 0.015120692058479478, "grain_initial_height": 0.12055934308073758, "grain_separation": 0.004394328040440851, "grains_center_of_mass_position": 0.39684297736963897, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006615898959265545, "throat_radius": 0.01118927785714432, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254855784885757}], "aerodynamic_surfaces": [{"length": 0.5571922656351207, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134113775859607}, {"n": 4, "root_chord": 0.11961144232184084, "tip_chord": 0.05956820085299941, "span": 0.11000202025301069, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492749573164502}, {"top_radius": 0.06247561415756994, "bottom_radius": 0.04356206981296524, "length": 0.057356643020825965, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701119894466886, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167498517791254, "upper_button_position": 0.0843700426877606}], "rail_length": 5, "inclination": 84.45896369478042, "heading": 53.57832732033106} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6529443590784569, "wind_velocity_y_factor": 0.9858029307662409, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350502112176593, "mass": 14.898650349210513, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3178396081562775, "I_33_without_motor": 0.045328312084108716, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.864304030338609, "trigger": 800, "sampling_rate": 105, "lag": 1.54150348484586, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8679464941102961, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6319993217359114, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5241.267922279191, "burn_start_time": -0.05162279088703484, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03267327279463334, "grain_number": 5, "grain_density": 1704.3284555204054, "grain_outer_radius": 0.033325537723900865, "grain_initial_inner_radius": 0.014989736541941698, "grain_initial_height": 0.12001950519519361, "grain_separation": 0.006112736515683555, "grains_center_of_mass_position": 0.39921829974945533, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015934637446899944, "throat_radius": 0.009822204296000637, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560404407399748}], "aerodynamic_surfaces": [{"length": 0.5591868749722597, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342400610325531}, {"n": 4, "root_chord": 0.12020900808560202, "tip_chord": 0.05928571758224661, "span": 0.10992488600455, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494604594162993}, {"top_radius": 0.06393818784046618, "bottom_radius": 0.042331883068241725, "length": 0.0602704604740481, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991689440747273, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179042407147156, "upper_button_position": 0.08126470336001168}], "rail_length": 5, "inclination": 85.11942716289566, "heading": 54.171086186750244} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7988828520476079, "wind_velocity_y_factor": 1.213564009518028, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06348559355754727, "mass": 15.206149666504615, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316953058846645, "I_33_without_motor": 0.03541514832459053, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.977352428725913, "trigger": 800, "sampling_rate": 105, "lag": 1.4248355335191079, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9679044747053704, "trigger": "apogee", "sampling_rate": 105, "lag": 1.762302850617768, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4694.105840568016, "burn_start_time": -0.04862149297529168, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03252331022013983, "grain_number": 5, "grain_density": 1824.7593819393792, "grain_outer_radius": 0.033156431868776474, "grain_initial_inner_radius": 0.01468331247795044, "grain_initial_height": 0.11896003071318076, "grain_separation": 0.005855525560787859, "grains_center_of_mass_position": 0.396524513262501, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00021667850972170832, "throat_radius": 0.011570385868490988, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551738212731447}], "aerodynamic_surfaces": [{"length": 0.560070807814026, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349368512873}, {"n": 4, "root_chord": 0.11968501398109227, "tip_chord": 0.0601306086397543, "span": 0.10999119102247332, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050917350073159}, {"top_radius": 0.0636325135359207, "bottom_radius": 0.04210135299003445, "length": 0.05904659442417723, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699639663325181, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6201504776746034, "upper_button_position": 0.07948918565057761}], "rail_length": 5, "inclination": 84.83732417393406, "heading": 58.167805875252} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0552750089309906, "wind_velocity_y_factor": 1.077732253108485, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06349407003285314, "mass": 14.997243041754365, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324099905455765, "I_33_without_motor": 0.0425656539036149, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.00855347989865, "trigger": 800, "sampling_rate": 105, "lag": 1.6433883691474653, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.056490045799031, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1635195440960409, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7306.647330989204, "burn_start_time": -0.12767952957850953, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03374842468035464, "grain_number": 5, "grain_density": 1838.8883064716276, "grain_outer_radius": 0.03301710657711216, "grain_initial_inner_radius": 0.015724523165831974, "grain_initial_height": 0.11955959154719445, "grain_separation": 0.005108671638965719, "grains_center_of_mass_position": 0.3973933733952591, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002350306127137174, "throat_radius": 0.010785363941779584, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255170395866226}], "aerodynamic_surfaces": [{"length": 0.5582323767186049, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332539989220634}, {"n": 4, "root_chord": 0.1193384789916964, "tip_chord": 0.059191119656562055, "span": 0.10914410556312701, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492707934273673}, {"top_radius": 0.06257983624720996, "bottom_radius": 0.043620516764310786, "length": 0.062019966852401534, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006965631630276, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176809540929126, "upper_button_position": 0.08301560907011507}], "rail_length": 5, "inclination": 83.85841594091873, "heading": 49.84512818163918} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3988460179933845, "wind_velocity_y_factor": 0.43569699441226317, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06348459226724375, "mass": 16.6133522529878, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322269612191254, "I_33_without_motor": 0.03483528813799952, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.92414738551289, "trigger": 800, "sampling_rate": 105, "lag": 1.5859064707599695, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0291094642152356, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3098592249242738, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7857.028393321872, "burn_start_time": 0.023252914028595226, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03226060702478669, "grain_number": 5, "grain_density": 1865.2934500311248, "grain_outer_radius": 0.03311297107840811, "grain_initial_inner_radius": 0.014910400776342635, "grain_initial_height": 0.12058860210690829, "grain_separation": 0.005292248008232086, "grains_center_of_mass_position": 0.39681121381488915, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015245512111863296, "throat_radius": 0.011039564992166531, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561690125688372}], "aerodynamic_surfaces": [{"length": 0.5589563914510584, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329830546113235}, {"n": 4, "root_chord": 0.11992805997672376, "tip_chord": 0.06048726260969947, "span": 0.11015030852461, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496251638103202}, {"top_radius": 0.06461594200375294, "bottom_radius": 0.043758337560576635, "length": 0.06004651387695027, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005954789361563, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171656882575358, "upper_button_position": 0.08342979067862044}], "rail_length": 5, "inclination": 86.38366460845943, "heading": 55.40539868244977} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4737234874739288, "wind_velocity_y_factor": 0.6509809379529683, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350019307472257, "mass": 15.357379904313904, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314222316431187, "I_33_without_motor": 0.029265517173226036, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.167206712916913, "trigger": 800, "sampling_rate": 105, "lag": 1.3868317242738928, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9607620026254342, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7055712308243407, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5168.699123389048, "burn_start_time": 0.1683175640899829, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032076396957397925, "grain_number": 5, "grain_density": 1828.436651853629, "grain_outer_radius": 0.032309335129637774, "grain_initial_inner_radius": 0.01507801515742855, "grain_initial_height": 0.11857041699767645, "grain_separation": 0.004961318106123196, "grains_center_of_mass_position": 0.3955055226060482, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0016842624096533826, "throat_radius": 0.01088428449174827, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547010929123263}], "aerodynamic_surfaces": [{"length": 0.5588567176407789, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324444620862464}, {"n": 4, "root_chord": 0.11994303599024696, "tip_chord": 0.059935425274667456, "span": 0.10942058071396263, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491490531368504}, {"top_radius": 0.0637517478926062, "bottom_radius": 0.04531110769975372, "length": 0.060883672667669475, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701451861647436, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185998322556171, "upper_button_position": 0.0828520293918189}], "rail_length": 5, "inclination": 84.90905941820253, "heading": 55.471593324279596} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3486096229222373, "wind_velocity_y_factor": 1.3929539199974939, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349903492732431, "mass": 15.63277021576577, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329189918159076, "I_33_without_motor": 0.02237619693243808, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.056274467871344, "trigger": 800, "sampling_rate": 105, "lag": 1.5226214807150134, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0744787183389686, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1420303277052077, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6919.086918663092, "burn_start_time": -0.16497071749915737, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033226955293587754, "grain_number": 5, "grain_density": 1807.890637538398, "grain_outer_radius": 0.03333879886464297, "grain_initial_inner_radius": 0.015184184786272347, "grain_initial_height": 0.12009411440190365, "grain_separation": 0.004980535325725334, "grains_center_of_mass_position": 0.3961486818788798, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005636807981716345, "throat_radius": 0.011181469229084143, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541090185628607}], "aerodynamic_surfaces": [{"length": 0.5581037809634513, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334295648764439}, {"n": 4, "root_chord": 0.11984297725705959, "tip_chord": 0.05963775922793624, "span": 0.1098374663663525, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507824913358303}, {"top_radius": 0.06417437961001972, "bottom_radius": 0.04316252624880603, "length": 0.05938356605439155, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010655394877537, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617352267415881, "upper_button_position": 0.08371327207187274}], "rail_length": 5, "inclination": 84.59376576031735, "heading": 51.06578550015524} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6629656361538742, "wind_velocity_y_factor": 0.8551686454748576, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349733181196902, "mass": 15.026489454772046, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3313215312987765, "I_33_without_motor": 0.033456667760603534, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.873144332346014, "trigger": 800, "sampling_rate": 105, "lag": 1.2947079279311497, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0445130103533895, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5213408854181498, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8768.975907568372, "burn_start_time": -0.08091242352760863, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03265713738213862, "grain_number": 5, "grain_density": 1877.1248233372535, "grain_outer_radius": 0.03290160898258151, "grain_initial_inner_radius": 0.014684728557826264, "grain_initial_height": 0.11933843988765452, "grain_separation": 0.004812015761836877, "grains_center_of_mass_position": 0.39708851678414764, "center_of_dry_mass_position": 0.317, "nozzle_position": -3.337229129060411e-05, "throat_radius": 0.012045118155209134, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547684039205158}], "aerodynamic_surfaces": [{"length": 0.5607805790584212, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343076466256112}, {"n": 4, "root_chord": 0.12024573768482541, "tip_chord": 0.06043421975828179, "span": 0.10963175552519157, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498993940233605}, {"top_radius": 0.06300573640145112, "bottom_radius": 0.04335251123818571, "length": 0.05936146465555201, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004071583038504, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165595704438398, "upper_button_position": 0.08384758786001056}], "rail_length": 5, "inclination": 86.87681560201328, "heading": 51.57896227298656} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6210635899601382, "wind_velocity_y_factor": 0.6759457831289271, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349543197381091, "mass": 14.97076990623463, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327484926294539, "I_33_without_motor": 0.040167024489559555, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.026793596366891, "trigger": 800, "sampling_rate": 105, "lag": 1.5656853078286777, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9017262107802193, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3728494522171364, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5961.605519394548, "burn_start_time": -0.047219419184364377, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03275200015935568, "grain_number": 5, "grain_density": 1741.442827396747, "grain_outer_radius": 0.032872438042798054, "grain_initial_inner_radius": 0.01428020710795759, "grain_initial_height": 0.11898477365736783, "grain_separation": 0.006427957579180726, "grains_center_of_mass_position": 0.3983954508813448, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014899541912347925, "throat_radius": 0.010814225096504477, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553344149862593}], "aerodynamic_surfaces": [{"length": 0.5575103243758522, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1318595462980428}, {"n": 4, "root_chord": 0.12036506246376508, "tip_chord": 0.05963171114440749, "span": 0.11029342451917623, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503802582821267}, {"top_radius": 0.06308811333723292, "bottom_radius": 0.04301916679178599, "length": 0.05927400524101016, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012052112270298, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193912819942298, "upper_button_position": 0.08181392923280006}], "rail_length": 5, "inclination": 83.85519393089601, "heading": 52.69467538794561} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1454458999273738, "wind_velocity_y_factor": 1.1993450638505092, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350124260596895, "mass": 15.729347764634865, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3440647688374705, "I_33_without_motor": 0.029492750500589023, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.811171108883318, "trigger": 800, "sampling_rate": 105, "lag": 1.3530091864525515, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.136370123392216, "trigger": "apogee", "sampling_rate": 105, "lag": 1.679510915123892, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6421.300132302332, "burn_start_time": -0.14359900361498104, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03296864114748802, "grain_number": 5, "grain_density": 1770.822149658717, "grain_outer_radius": 0.0334826122267395, "grain_initial_inner_radius": 0.015259054910944208, "grain_initial_height": 0.11852738389953545, "grain_separation": 0.005124847893016915, "grains_center_of_mass_position": 0.3980110508467174, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014088034541518523, "throat_radius": 0.010390686390125714, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2566171638975978}], "aerodynamic_surfaces": [{"length": 0.5588993691430377, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134385238014559}, {"n": 4, "root_chord": 0.12135881538882702, "tip_chord": 0.06133530045938479, "span": 0.11005031703896832, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503935742257127}, {"top_radius": 0.0648442479798658, "bottom_radius": 0.043775901470857345, "length": 0.060182935642667613, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7018618884764022, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181592078635729, "upper_button_position": 0.08370268061282926}], "rail_length": 5, "inclination": 85.0326912350477, "heading": 53.8462991289496} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.7856602664349128, "wind_velocity_y_factor": 1.6664747549119845, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350059989866932, "mass": 15.450897629534708, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330166235960393, "I_33_without_motor": 0.02651146253213326, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.944674734416083, "trigger": 800, "sampling_rate": 105, "lag": 1.3654977277439007, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0030083969071926, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2975352870313097, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7079.233988969008, "burn_start_time": 0.045344183379615974, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033065043821579806, "grain_number": 5, "grain_density": 1802.9038705684554, "grain_outer_radius": 0.03324558417031907, "grain_initial_inner_radius": 0.01479629275957678, "grain_initial_height": 0.11951114169213999, "grain_separation": 0.004534752094469142, "grains_center_of_mass_position": 0.3965466907723793, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00203213352029675, "throat_radius": 0.011326557894288498, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558046535072167}], "aerodynamic_surfaces": [{"length": 0.55975847319655, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133207152734093}, {"n": 4, "root_chord": 0.12002389451037891, "tip_chord": 0.05999996866304787, "span": 0.11131852313013904, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485973591039042}, {"top_radius": 0.06250442763943459, "bottom_radius": 0.04326349378584015, "length": 0.058946106578117934, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980150356524711, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617452455483121, "upper_button_position": 0.08056258016935014}], "rail_length": 5, "inclination": 84.19638446931835, "heading": 50.0938414428898} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.509766596674337, "wind_velocity_y_factor": 1.3036511158816544, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06351251236646593, "mass": 15.003509988592283, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308103904577141, "I_33_without_motor": 0.049813567849060145, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.061981443886095, "trigger": 800, "sampling_rate": 105, "lag": 1.4116711553981318, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0538662548850362, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7604406850132817, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6389.245147293668, "burn_start_time": -0.10203485646378901, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033409875440213836, "grain_number": 5, "grain_density": 1828.1376915327708, "grain_outer_radius": 0.032953885204853706, "grain_initial_inner_radius": 0.015174285264525173, "grain_initial_height": 0.12040900363122613, "grain_separation": 0.004687347961901314, "grains_center_of_mass_position": 0.3977327515761551, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013626512422544458, "throat_radius": 0.010544590603861492, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552159241116942}], "aerodynamic_surfaces": [{"length": 0.5559445146104125, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354572036927055}, {"n": 4, "root_chord": 0.12013097099463364, "tip_chord": 0.060188240810774, "span": 0.10962988405007722, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487840429924242}, {"top_radius": 0.06260797940018627, "bottom_radius": 0.042162560524140726, "length": 0.06097563491776551, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992731217986031, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199601539881624, "upper_button_position": 0.07931296781044073}], "rail_length": 5, "inclination": 83.38725887245165, "heading": 51.68443795324613} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1570192507583397, "wind_velocity_y_factor": 0.20959204809430454, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349948188256418, "mass": 15.583010444076034, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314491535773926, "I_33_without_motor": 0.018186915269342838, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.052293966950039, "trigger": 800, "sampling_rate": 105, "lag": 1.5639882985905573, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.077364414360799, "trigger": "apogee", "sampling_rate": 105, "lag": 1.774257359300688, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6770.19761776762, "burn_start_time": -0.004983991329463673, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03316639960303846, "grain_number": 5, "grain_density": 1803.4589444876622, "grain_outer_radius": 0.03295289632138049, "grain_initial_inner_radius": 0.014846378438460553, "grain_initial_height": 0.11906226771005607, "grain_separation": 0.00534396004282234, "grains_center_of_mass_position": 0.39673987241081005, "center_of_dry_mass_position": 0.317, "nozzle_position": -7.663035506487341e-05, "throat_radius": 0.011078451390889045, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2565146219496088}], "aerodynamic_surfaces": [{"length": 0.5573168633203649, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350865394998317}, {"n": 4, "root_chord": 0.11958131374680883, "tip_chord": 0.05946565159822579, "span": 0.11001481042733922, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503003300481093}, {"top_radius": 0.06410629319890453, "bottom_radius": 0.04309816865814495, "length": 0.059451300131169345, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991224517111864, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176267317193446, "upper_button_position": 0.0814957199918418}], "rail_length": 5, "inclination": 84.35931786246985, "heading": 53.12885064939213} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9018190287697616, "wind_velocity_y_factor": 0.6653991070201999, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350581990759575, "mass": 15.426941463431183, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3026640061663946, "I_33_without_motor": 0.027194491376898375, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.951839140300498, "trigger": 800, "sampling_rate": 105, "lag": 1.5179443706345617, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9875326280261664, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7056356345182961, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6142.129972338185, "burn_start_time": 0.011652950283289183, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03271255567420744, "grain_number": 5, "grain_density": 1831.740282260147, "grain_outer_radius": 0.03342775123869774, "grain_initial_inner_radius": 0.015128162566805822, "grain_initial_height": 0.12109701120066037, "grain_separation": 0.005254756338647858, "grains_center_of_mass_position": 0.3991362151799323, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00046084168192687264, "throat_radius": 0.010541320042372744, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550000651929691}], "aerodynamic_surfaces": [{"length": 0.5588891108190492, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347357629524588}, {"n": 4, "root_chord": 0.11980296388311426, "tip_chord": 0.05994478298543891, "span": 0.1093494060693133, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488820236829648}, {"top_radius": 0.06441314210848344, "bottom_radius": 0.04488117873035039, "length": 0.0607552900570613, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003423284413506, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182186087451206, "upper_button_position": 0.08212371969623}], "rail_length": 5, "inclination": 85.65276125456478, "heading": 50.25796288205422} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.9962941018538314, "wind_velocity_y_factor": 0.7672400056889952, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349404281820493, "mass": 15.534823160895888, "I_11_without_motor": 6.321, "I_22_without_motor": 6.339720984173589, "I_33_without_motor": 0.04048866926567274, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.876923114824706, "trigger": 800, "sampling_rate": 105, "lag": 1.4131306021857102, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9941385052528212, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5378766057395927, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5588.668715622595, "burn_start_time": 0.16740808210559519, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032047670597728006, "grain_number": 5, "grain_density": 1762.8436040162326, "grain_outer_radius": 0.03346168572193387, "grain_initial_inner_radius": 0.014735737919203953, "grain_initial_height": 0.12075500243328609, "grain_separation": 0.006009491927259338, "grains_center_of_mass_position": 0.39662833305547873, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005438305684220044, "throat_radius": 0.010532268784416654, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563799403512559}], "aerodynamic_surfaces": [{"length": 0.5577416621103072, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332979964790735}, {"n": 4, "root_chord": 0.1204724956430236, "tip_chord": 0.05989371463392044, "span": 0.11068251217842828, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496375600075538}, {"top_radius": 0.06357986900534052, "bottom_radius": 0.0422031129747412, "length": 0.0615312892991153, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997821896355054, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176298258006138, "upper_button_position": 0.08215236383489166}], "rail_length": 5, "inclination": 85.90917851503683, "heading": 56.98290997049679} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7098933352442709, "wind_velocity_y_factor": 0.9459988314606586, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350080464126781, "mass": 15.085144618642689, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329501845878811, "I_33_without_motor": 0.018772437600888515, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.057917665282776, "trigger": 800, "sampling_rate": 105, "lag": 1.4670727124234146, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0256541599005613, "trigger": "apogee", "sampling_rate": 105, "lag": 1.520051703460191, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 3726.614837398374, "burn_start_time": 0.11077463587370878, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03274177426085465, "grain_number": 5, "grain_density": 1819.8170258476457, "grain_outer_radius": 0.0327166924472896, "grain_initial_inner_radius": 0.015142875423862305, "grain_initial_height": 0.11952050136256269, "grain_separation": 0.00511656733931637, "grains_center_of_mass_position": 0.3983634226192976, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00042024881954263907, "throat_radius": 0.010987706320380588, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560964007469901}], "aerodynamic_surfaces": [{"length": 0.5571926755166784, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340513672071295}, {"n": 4, "root_chord": 0.1196350349995299, "tip_chord": 0.06027690585883155, "span": 0.11039855758504581, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493555414971134}, {"top_radius": 0.06353396223252787, "bottom_radius": 0.04425726523575964, "length": 0.060120091612357804, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699276594537756, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187593532825196, "upper_button_position": 0.0805172412552364}], "rail_length": 5, "inclination": 85.56781338401541, "heading": 57.749013331924246} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9360130924982163, "wind_velocity_y_factor": 1.1877065653193069, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349281847195846, "mass": 16.142725128866775, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32127747983314, "I_33_without_motor": 0.015429385952514117, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.03186683363412, "trigger": 800, "sampling_rate": 105, "lag": 1.4808954975168769, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9613931448975077, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4228772449415104, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4665.630384982053, "burn_start_time": 0.07147501665574307, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032281584086430955, "grain_number": 5, "grain_density": 1793.0283151450528, "grain_outer_radius": 0.03258026125963226, "grain_initial_inner_radius": 0.014810571612334823, "grain_initial_height": 0.12130884821289933, "grain_separation": 0.004681791020438415, "grains_center_of_mass_position": 0.39657650383386905, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006881190114277827, "throat_radius": 0.011243317750145022, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253895499251096}], "aerodynamic_surfaces": [{"length": 0.5599119014081884, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328170371087445}, {"n": 4, "root_chord": 0.1196787562789235, "tip_chord": 0.06064448017038858, "span": 0.10988152067121662, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507639703524336}, {"top_radius": 0.0631195706912845, "bottom_radius": 0.043949094309297256, "length": 0.06117906868352595, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001030891977502, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166177441964741, "upper_button_position": 0.08348534500127613}], "rail_length": 5, "inclination": 83.23069130086644, "heading": 50.216314458787984} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.769063305836984, "wind_velocity_y_factor": 0.6161280269513175, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349824071051523, "mass": 15.32274729881994, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3287824107301045, "I_33_without_motor": 0.037263142913869424, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.889258150830358, "trigger": 800, "sampling_rate": 105, "lag": 1.4892878282797546, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0047573265215795, "trigger": "apogee", "sampling_rate": 105, "lag": 1.414456873254471, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7456.8388413654875, "burn_start_time": 0.07973236089672991, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0328952416473112, "grain_number": 5, "grain_density": 1703.4673595228594, "grain_outer_radius": 0.03338024982140176, "grain_initial_inner_radius": 0.0150155229733795, "grain_initial_height": 0.12009012400138554, "grain_separation": 0.006026626168203365, "grains_center_of_mass_position": 0.39590054131126884, "center_of_dry_mass_position": 0.317, "nozzle_position": -7.767575256058086e-05, "throat_radius": 0.011164373211664127, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538883690151374}], "aerodynamic_surfaces": [{"length": 0.5588395147293379, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349973204862414}, {"n": 4, "root_chord": 0.12007091208911247, "tip_chord": 0.06050724279735302, "span": 0.11040068310029713, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483808388666542}, {"top_radius": 0.06328743019149331, "bottom_radius": 0.04397604917094772, "length": 0.06189754677790254, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992457083391179, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6201767305732606, "upper_button_position": 0.0790689777658573}], "rail_length": 5, "inclination": 84.47909335462631, "heading": 51.84571270283522} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4439401922777144, "wind_velocity_y_factor": 1.0886487135572487, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349545766842449, "mass": 14.955559622301866, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313385619302932, "I_33_without_motor": 0.029886096406321026, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.958619520342378, "trigger": 800, "sampling_rate": 105, "lag": 1.4027439915392028, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9331740940450199, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1786843156373437, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7484.698832013224, "burn_start_time": 0.09467076539396757, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033189187684484124, "grain_number": 5, "grain_density": 1732.8426756012834, "grain_outer_radius": 0.03349827618808591, "grain_initial_inner_radius": 0.015288391425342851, "grain_initial_height": 0.12009894360708624, "grain_separation": 0.005335559086408188, "grains_center_of_mass_position": 0.3966954721460992, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014735630108221444, "throat_radius": 0.011883803039827277, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255030963354974}], "aerodynamic_surfaces": [{"length": 0.557259694644114, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134554970610258}, {"n": 4, "root_chord": 0.11993707336917862, "tip_chord": 0.05997252439814578, "span": 0.10972342183199976, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491189678781978}, {"top_radius": 0.06405056410330497, "bottom_radius": 0.04390086888973044, "length": 0.05987080806359367, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002276537009894, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176134826080002, "upper_button_position": 0.08261417109298919}], "rail_length": 5, "inclination": 84.73968757482345, "heading": 54.03601565574495} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6835862939027626, "wind_velocity_y_factor": 0.5312314040471768, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.0635034781423922, "mass": 16.520876679569533, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31586057945362, "I_33_without_motor": 0.025167522716229018, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.061607381907855, "trigger": 800, "sampling_rate": 105, "lag": 1.6799021751575007, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9457319860321057, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2011285739544266, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6399.79415319906, "burn_start_time": -0.13025367982068486, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03381374699236091, "grain_number": 5, "grain_density": 1861.8448294171612, "grain_outer_radius": 0.03286279751470766, "grain_initial_inner_radius": 0.01437259608423372, "grain_initial_height": 0.1188591638704257, "grain_separation": 0.004585457673294346, "grains_center_of_mass_position": 0.396706424732738, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000602485216635731, "throat_radius": 0.011406710603828725, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543231329734135}], "aerodynamic_surfaces": [{"length": 0.558382335432994, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1326817682155828}, {"n": 4, "root_chord": 0.12021909809609709, "tip_chord": 0.06032693423724402, "span": 0.11038531529313744, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495021906125173}, {"top_radius": 0.06347373816638305, "bottom_radius": 0.044783912681124374, "length": 0.05940289364223213, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698344218291749, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179068212549561, "upper_button_position": 0.08043739703679287}], "rail_length": 5, "inclination": 84.00693890261783, "heading": 53.09346895418843} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9922887529922126, "wind_velocity_y_factor": 0.6084211145100236, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349579527596973, "mass": 14.907314678442882, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326033504587825, "I_33_without_motor": 0.030399774683213414, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.068928843888024, "trigger": 800, "sampling_rate": 105, "lag": 1.6142923561781315, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8910436545012946, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4467905981206155, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7129.506411410469, "burn_start_time": 0.05710429374440859, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033549717465869044, "grain_number": 5, "grain_density": 1764.0484095892396, "grain_outer_radius": 0.03271861150141524, "grain_initial_inner_radius": 0.015293689795631423, "grain_initial_height": 0.12060543727636835, "grain_separation": 0.004751626055504918, "grains_center_of_mass_position": 0.3974964253113276, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005114683372302438, "throat_radius": 0.01195718196244809, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2570767567524923}], "aerodynamic_surfaces": [{"length": 0.5587105338827846, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1320448905231968}, {"n": 4, "root_chord": 0.12050123668245857, "tip_chord": 0.06033629128842363, "span": 0.10962724731982842, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490202942775482}, {"top_radius": 0.06342381214264099, "bottom_radius": 0.044775692578594324, "length": 0.05914639244545738, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007278806567635, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187662224194113, "upper_button_position": 0.08196165823735224}], "rail_length": 5, "inclination": 83.32934380771165, "heading": 57.80702214546931} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9405979942729291, "wind_velocity_y_factor": 0.9196219118904536, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.0635078300614123, "mass": 14.825353721524277, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326713639464354, "I_33_without_motor": 0.04686147853496531, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.035684273927812, "trigger": 800, "sampling_rate": 105, "lag": 1.5613102398680478, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.2330772570109292, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5717588822078392, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6262.766788391018, "burn_start_time": -0.06803198017186507, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0328229221247404, "grain_number": 5, "grain_density": 1761.57975984772, "grain_outer_radius": 0.033174142481499115, "grain_initial_inner_radius": 0.014564000679835353, "grain_initial_height": 0.12305945050043812, "grain_separation": 0.005650724277453348, "grains_center_of_mass_position": 0.39824343658302774, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009402581163567866, "throat_radius": 0.011115355653939394, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562198312722883}], "aerodynamic_surfaces": [{"length": 0.5588941686691783, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338577181547018}, {"n": 4, "root_chord": 0.12012228369695545, "tip_chord": 0.05920974438091595, "span": 0.10931265624593149, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508904991669494}, {"top_radius": 0.06428634618877949, "bottom_radius": 0.04214514587502799, "length": 0.05921879253182095, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003388478739083, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172635257067192, "upper_button_position": 0.08307532216718916}], "rail_length": 5, "inclination": 85.73162266681008, "heading": 52.460381145951835} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4377276446630436, "wind_velocity_y_factor": 0.8374690620036462, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349829324923816, "mass": 15.862838070948515, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309395035713029, "I_33_without_motor": 0.037726785162720294, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.0622584998689, "trigger": 800, "sampling_rate": 105, "lag": 1.4230912777475473, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0503548851339886, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1788674956635237, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6235.25913179021, "burn_start_time": 0.1012347865197814, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03347497371062212, "grain_number": 5, "grain_density": 1819.7827209442175, "grain_outer_radius": 0.03293398938402723, "grain_initial_inner_radius": 0.014416522327019106, "grain_initial_height": 0.12131135277820593, "grain_separation": 0.0037725503194532776, "grains_center_of_mass_position": 0.39636760258626214, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0021732656927133066, "throat_radius": 0.011274678511476557, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554520078765994}], "aerodynamic_surfaces": [{"length": 0.5580275671098175, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134068161595445}, {"n": 4, "root_chord": 0.11977332084641143, "tip_chord": 0.06065225185851834, "span": 0.11011653683192765, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486069295772005}, {"top_radius": 0.06376036195711965, "bottom_radius": 0.044259910448143494, "length": 0.05994254583352578, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004779727653465, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164734517858137, "upper_button_position": 0.08400452097953282}], "rail_length": 5, "inclination": 85.0514942822859, "heading": 48.111424551593075} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9459656100541297, "wind_velocity_y_factor": 0.6382076194222823, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350175352726643, "mass": 15.273093849138439, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31555417192504, "I_33_without_motor": 0.031749369800451954, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.053657156942691, "trigger": 800, "sampling_rate": 105, "lag": 1.5087874254317193, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1230641540245019, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5604528313024373, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8016.838592180439, "burn_start_time": -0.24294922247279802, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03347686811364436, "grain_number": 5, "grain_density": 1751.1171082616268, "grain_outer_radius": 0.032614174368190765, "grain_initial_inner_radius": 0.015879306284618935, "grain_initial_height": 0.12114112209077468, "grain_separation": 0.005781470275072889, "grains_center_of_mass_position": 0.39587239777502825, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00038785815196550456, "throat_radius": 0.010561665123292163, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536319573374477}], "aerodynamic_surfaces": [{"length": 0.5587848043638243, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342035326384852}, {"n": 4, "root_chord": 0.12031572243442722, "tip_chord": 0.060167119220763586, "span": 0.11024766468842502, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507490935734696}, {"top_radius": 0.06517624299917553, "bottom_radius": 0.043503036814701, "length": 0.0607982126040195, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983999278862296, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182562744254219, "upper_button_position": 0.08014365346080776}], "rail_length": 5, "inclination": 83.8447716715477, "heading": 51.80065882978659} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2719944695686762, "wind_velocity_y_factor": 0.8359899289167431, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350007098321861, "mass": 15.52184546859833, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310991637537718, "I_33_without_motor": 0.03868372821429264, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.797447254411493, "trigger": 800, "sampling_rate": 105, "lag": 1.5734079872784354, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.7568101732445869, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7049140091506834, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7577.824355504092, "burn_start_time": -0.038191891629389865, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032322916289274285, "grain_number": 5, "grain_density": 1800.0706243642894, "grain_outer_radius": 0.03323988269791758, "grain_initial_inner_radius": 0.014951393077795192, "grain_initial_height": 0.11951157470975914, "grain_separation": 0.005835390918893758, "grains_center_of_mass_position": 0.398342289920218, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009735414160284793, "throat_radius": 0.010601020182543877, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2567293852020498}], "aerodynamic_surfaces": [{"length": 0.5580120372969992, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349405900230887}, {"n": 4, "root_chord": 0.1199252626929259, "tip_chord": 0.05938804887971339, "span": 0.11007143351089328, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0475584039089976}, {"top_radius": 0.06444132832171459, "bottom_radius": 0.044154944649036174, "length": 0.05985901007809097, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992592191962841, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165889045946052, "upper_button_position": 0.08267031460167884}], "rail_length": 5, "inclination": 83.73276797117975, "heading": 55.78646209635194} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8300553463688921, "wind_velocity_y_factor": 0.47112017512596505, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350557128309758, "mass": 15.790435445198908, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334072166729301, "I_33_without_motor": 0.011087259218093497, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.075382468037121, "trigger": 800, "sampling_rate": 105, "lag": 1.4392833915484766, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0630400293229247, "trigger": "apogee", "sampling_rate": 105, "lag": 1.856254244001979, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8023.554373609349, "burn_start_time": 0.21646149774932089, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03343934823217596, "grain_number": 5, "grain_density": 1853.4379332002463, "grain_outer_radius": 0.03238362229032876, "grain_initial_inner_radius": 0.01467973104082876, "grain_initial_height": 0.1206506013912695, "grain_separation": 0.003834360582334338, "grains_center_of_mass_position": 0.39585013208145536, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006103818716294338, "throat_radius": 0.011202547999896896, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534924973160935}], "aerodynamic_surfaces": [{"length": 0.5590843768812495, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1365484458485358}, {"n": 4, "root_chord": 0.12001538503720278, "tip_chord": 0.059928745297808186, "span": 0.10937863163591531, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.05019786185861}, {"top_radius": 0.06400219244219796, "bottom_radius": 0.04366542709128119, "length": 0.06007164824189743, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990337007107084, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190172374099943, "upper_button_position": 0.0800164633007141}], "rail_length": 5, "inclination": 85.35658575754834, "heading": 49.99488061897418} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.337962953677828, "wind_velocity_y_factor": 1.1380242853241243, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349245547238472, "mass": 15.352375678363558, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3150300638544365, "I_33_without_motor": 0.028153169944722896, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.121841512166414, "trigger": 800, "sampling_rate": 105, "lag": 1.7693108868741678, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9501757208700008, "trigger": "apogee", "sampling_rate": 105, "lag": 1.442600275832347, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8372.645653119305, "burn_start_time": 0.019803645622904528, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03286457663359185, "grain_number": 5, "grain_density": 1815.1434506850362, "grain_outer_radius": 0.03287739958427684, "grain_initial_inner_radius": 0.014654288232449074, "grain_initial_height": 0.12070811159511179, "grain_separation": 0.004493283364661207, "grains_center_of_mass_position": 0.3983247915623123, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009539148190956029, "throat_radius": 0.01168775591387852, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254001095937288}], "aerodynamic_surfaces": [{"length": 0.5587484014392713, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344980210814994}, {"n": 4, "root_chord": 0.1195255473989911, "tip_chord": 0.059919588265435295, "span": 0.11047726938570174, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499653598190284}, {"top_radius": 0.06345493431481591, "bottom_radius": 0.044494250793294166, "length": 0.0594609068331152, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998994649859261, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162291082195512, "upper_button_position": 0.08367035676637491}], "rail_length": 5, "inclination": 82.95064877976665, "heading": 52.6763052654398} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8631575707439537, "wind_velocity_y_factor": 0.9949990350664559, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350357532671559, "mass": 15.043943500781644, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32424564878569, "I_33_without_motor": 0.04655227133277287, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.797011075039089, "trigger": 800, "sampling_rate": 105, "lag": 1.5393457350612698, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1023935935182532, "trigger": "apogee", "sampling_rate": 105, "lag": 1.315377725334676, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4793.564478468186, "burn_start_time": 0.16010304921732393, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03293198162154648, "grain_number": 5, "grain_density": 1707.571009451497, "grain_outer_radius": 0.03325968739746861, "grain_initial_inner_radius": 0.015379411971310307, "grain_initial_height": 0.1175567136189276, "grain_separation": 0.006242416527045204, "grains_center_of_mass_position": 0.3974534298795249, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00024850205537414646, "throat_radius": 0.012075185015671588, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253507251639111}], "aerodynamic_surfaces": [{"length": 0.557003626405911, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338311809222628}, {"n": 4, "root_chord": 0.11951211089267821, "tip_chord": 0.060783872972477206, "span": 0.10968346883021532, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509908127184158}, {"top_radius": 0.062868569986155, "bottom_radius": 0.044706630154690445, "length": 0.061092738991876325, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996027738219942, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617162737481903, "upper_button_position": 0.08244003634009123}], "rail_length": 5, "inclination": 84.39705687867567, "heading": 55.95405625704636} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1313795604562042, "wind_velocity_y_factor": 1.141624959287023, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349087349535945, "mass": 14.730405990996214, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332639568029405, "I_33_without_motor": 0.015608625722812911, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.859549767634835, "trigger": 800, "sampling_rate": 105, "lag": 1.4098146758696348, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0548626449176193, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4667412541818632, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4555.275036975019, "burn_start_time": 0.0761686891241275, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.034323241644420285, "grain_number": 5, "grain_density": 1820.1921524709915, "grain_outer_radius": 0.03268386330801021, "grain_initial_inner_radius": 0.014947169607099124, "grain_initial_height": 0.12025237007151637, "grain_separation": 0.004656285421326586, "grains_center_of_mass_position": 0.3963047011014301, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00021611456975384846, "throat_radius": 0.01105486692360112, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2519621552236144}], "aerodynamic_surfaces": [{"length": 0.5587407429257923, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336774602018136}, {"n": 4, "root_chord": 0.12025564008097088, "tip_chord": 0.06005491286882516, "span": 0.11004764181024901, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051360666246322}, {"top_radius": 0.06238191525291862, "bottom_radius": 0.043334195599483906, "length": 0.05981053617623526, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013784737206648, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179865157933601, "upper_button_position": 0.0833919579273047}], "rail_length": 5, "inclination": 84.69127064880112, "heading": 55.84495244516168} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.08670122395358626, "wind_velocity_y_factor": 0.7880014396594075, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.0635041142306914, "mass": 15.560332103293819, "I_11_without_motor": 6.321, "I_22_without_motor": 6.300999508413024, "I_33_without_motor": 0.046981073024171274, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.845924038194207, "trigger": 800, "sampling_rate": 105, "lag": 1.61310754108046, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9168857557279556, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4702020686911568, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4700.405546485326, "burn_start_time": 0.05935207270322066, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031993299824802354, "grain_number": 5, "grain_density": 1757.3504479763103, "grain_outer_radius": 0.03272210870329607, "grain_initial_inner_radius": 0.015282831541881776, "grain_initial_height": 0.12147165561117508, "grain_separation": 0.005288258793470627, "grains_center_of_mass_position": 0.3960479406172648, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007739149290823865, "throat_radius": 0.010775450969591061, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557962014371682}], "aerodynamic_surfaces": [{"length": 0.5571611377227986, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334136689796805}, {"n": 4, "root_chord": 0.12026268592364903, "tip_chord": 0.05970406925163677, "span": 0.10962867113606793, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481482163983984}, {"top_radius": 0.06300645887812796, "bottom_radius": 0.04277995964444728, "length": 0.06057890761187863, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994126778882103, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185885503329838, "upper_button_position": 0.0808241275552265}], "rail_length": 5, "inclination": 84.18786075227403, "heading": 50.768452563244686} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7427945125517167, "wind_velocity_y_factor": 1.3878328807562812, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350250586438441, "mass": 15.733125035915457, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314235797564629, "I_33_without_motor": 0.04049697896740601, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.918865774356979, "trigger": 800, "sampling_rate": 105, "lag": 1.612404120954423, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.009879513062884, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4818799380048255, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7598.881447472047, "burn_start_time": 0.06455077480194642, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03327804357804554, "grain_number": 5, "grain_density": 1800.0696297759498, "grain_outer_radius": 0.032750946116547955, "grain_initial_inner_radius": 0.015132895802460586, "grain_initial_height": 0.12187940918028442, "grain_separation": 0.0017050630694231007, "grains_center_of_mass_position": 0.39644928034087495, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00016872133068001225, "throat_radius": 0.010731759929504255, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548999587259295}], "aerodynamic_surfaces": [{"length": 0.5599781274410351, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334727404366864}, {"n": 4, "root_chord": 0.1199491579702479, "tip_chord": 0.05990025980817409, "span": 0.10948238123014231, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482411612589482}, {"top_radius": 0.06304542221198624, "bottom_radius": 0.04393064391316462, "length": 0.06033646375163936, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009542260666264, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188139153669759, "upper_button_position": 0.08214031069965044}], "rail_length": 5, "inclination": 85.50146752348192, "heading": 54.0196594615045} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5605321573821964, "wind_velocity_y_factor": 1.3398202474201932, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350931567388225, "mass": 15.61543399828914, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312533237181959, "I_33_without_motor": 0.05103755328799851, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.958510275516113, "trigger": 800, "sampling_rate": 105, "lag": 1.4949974192944777, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0830559530446282, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1687041503853575, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6515.460208871352, "burn_start_time": 0.039567468301419446, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033588777712510245, "grain_number": 5, "grain_density": 1812.7901178475952, "grain_outer_radius": 0.03241299732165933, "grain_initial_inner_radius": 0.015354913750845092, "grain_initial_height": 0.11824542206228544, "grain_separation": 0.004632259811181287, "grains_center_of_mass_position": 0.39527884622562687, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00011189282537461462, "throat_radius": 0.011084781108547322, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540395917309928}], "aerodynamic_surfaces": [{"length": 0.5572762219144748, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134300797874001}, {"n": 4, "root_chord": 0.12072880293109238, "tip_chord": 0.05967834833253952, "span": 0.10959412648940249, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0479996599989565}, {"top_radius": 0.06428184145650387, "bottom_radius": 0.043321150321247615, "length": 0.05975447335115062, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980210725894354, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174763625354632, "upper_button_position": 0.08054471005397212}], "rail_length": 5, "inclination": 85.78657613283997, "heading": 48.84054585140604} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.926893548077963, "wind_velocity_y_factor": 0.47773750230712364, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349677640818471, "mass": 15.703327162103411, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318989635801003, "I_33_without_motor": 0.0525643571261719, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.040870286198587, "trigger": 800, "sampling_rate": 105, "lag": 1.544820880108634, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.98833823994996, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6172343127912514, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7695.506672944387, "burn_start_time": -0.12594039811611973, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03297394000452503, "grain_number": 5, "grain_density": 1753.5079405981933, "grain_outer_radius": 0.03261482540902703, "grain_initial_inner_radius": 0.014984700771419612, "grain_initial_height": 0.12042846166356434, "grain_separation": 0.0036603565783942184, "grains_center_of_mass_position": 0.39706895576098905, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006101038326448191, "throat_radius": 0.010956962816806129, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552807780904327}], "aerodynamic_surfaces": [{"length": 0.5583927106387504, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344591606256396}, {"n": 4, "root_chord": 0.11955702313788633, "tip_chord": 0.05994567978424526, "span": 0.11055162994301394, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481555813134658}, {"top_radius": 0.06346327046123261, "bottom_radius": 0.04539883095487215, "length": 0.059088607902544894, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013310178941735, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184374855403244, "upper_button_position": 0.08289353235384911}], "rail_length": 5, "inclination": 84.57900825499905, "heading": 54.706932130479714} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4779806308729588, "wind_velocity_y_factor": 0.9103490993218093, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06348893267002911, "mass": 15.258010533418135, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328874302594627, "I_33_without_motor": 0.0273522490099022, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.086291746508486, "trigger": 800, "sampling_rate": 105, "lag": 1.6462402095243487, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0840371601536984, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7054127407258932, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7427.805783711473, "burn_start_time": 0.12965612091895154, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03380116306194266, "grain_number": 5, "grain_density": 1762.0674703200098, "grain_outer_radius": 0.03245703438277516, "grain_initial_inner_radius": 0.014610053714548024, "grain_initial_height": 0.12089220720889966, "grain_separation": 0.005144713028420758, "grains_center_of_mass_position": 0.3962727407712793, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013816541620226617, "throat_radius": 0.011568146560844183, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255265102383635}], "aerodynamic_surfaces": [{"length": 0.5577118991339575, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349295752902153}, {"n": 4, "root_chord": 0.11983621658800774, "tip_chord": 0.06003749487075163, "span": 0.10906916406008162, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485131754254156}, {"top_radius": 0.06350663230202057, "bottom_radius": 0.041916122038895276, "length": 0.05949189049007074, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700507352820498, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185577432314422, "upper_button_position": 0.08194960958905584}], "rail_length": 5, "inclination": 85.16409726012563, "heading": 52.9165099449752} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1410940570877264, "wind_velocity_y_factor": 0.7958525644713746, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350732436624945, "mass": 14.784476131850345, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315218834677715, "I_33_without_motor": 0.033984728565574336, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.115246140707535, "trigger": 800, "sampling_rate": 105, "lag": 1.4869516089178108, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0260717602457343, "trigger": "apogee", "sampling_rate": 105, "lag": 1.542472312154276, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5484.8097250863, "burn_start_time": 0.15313410962012414, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032847537713484566, "grain_number": 5, "grain_density": 1855.6162910322464, "grain_outer_radius": 0.03323282686085233, "grain_initial_inner_radius": 0.014848344552282197, "grain_initial_height": 0.118527654372361, "grain_separation": 0.005808363700949842, "grains_center_of_mass_position": 0.3961387011149505, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004732060959718499, "throat_radius": 0.010669407037396493, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255577947527566}], "aerodynamic_surfaces": [{"length": 0.5592243404512552, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335732480451066}, {"n": 4, "root_chord": 0.11996529565635283, "tip_chord": 0.05964817433091769, "span": 0.11019265827165198, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051113620428762}, {"top_radius": 0.06467213823736385, "bottom_radius": 0.04395043161948533, "length": 0.06027911823950157, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698965638849525, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170959111702697, "upper_button_position": 0.08186972767925527}], "rail_length": 5, "inclination": 85.11706312835372, "heading": 54.182982387878525} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0940193728491625, "wind_velocity_y_factor": 1.0999166260029363, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350155070971661, "mass": 15.4945402708495, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331147526339442, "I_33_without_motor": 0.03558664654119379, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.125358657179964, "trigger": 800, "sampling_rate": 105, "lag": 1.4333484505309844, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8729974719517809, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7547701895231342, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7011.681165080307, "burn_start_time": 0.04455162420249093, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033040481656867224, "grain_number": 5, "grain_density": 1720.8352213636913, "grain_outer_radius": 0.03280433833456587, "grain_initial_inner_radius": 0.014996287841591195, "grain_initial_height": 0.11929716649787606, "grain_separation": 0.005274711057147776, "grains_center_of_mass_position": 0.3981983017672512, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000747423666188672, "throat_radius": 0.011491077747170439, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557728777182715}], "aerodynamic_surfaces": [{"length": 0.5584861042707701, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332042738861803}, {"n": 4, "root_chord": 0.11977733253507207, "tip_chord": 0.05947159947613996, "span": 0.11075607031193721, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503407991397073}, {"top_radius": 0.062243298718188685, "bottom_radius": 0.043104632004356276, "length": 0.06059334622078582, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000175672239263, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176021976130979, "upper_button_position": 0.0824153696108284}], "rail_length": 5, "inclination": 86.0954946737226, "heading": 50.364132228131965} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3286477675135608, "wind_velocity_y_factor": 1.1643487112956603, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06349556237341884, "mass": 15.39634996780216, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306768316437271, "I_33_without_motor": 0.023761210839480094, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.006160274973398, "trigger": 800, "sampling_rate": 105, "lag": 1.61110196940413, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0406803462154284, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7149043985153054, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5653.655246808322, "burn_start_time": 0.07881381010553291, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03255780615359216, "grain_number": 5, "grain_density": 1840.0222412331384, "grain_outer_radius": 0.03241236991994585, "grain_initial_inner_radius": 0.014571524488147733, "grain_initial_height": 0.11922273170052632, "grain_separation": 0.0052465654430075715, "grains_center_of_mass_position": 0.39601946989982467, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012263269140058244, "throat_radius": 0.01007306662926284, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551520952401352}], "aerodynamic_surfaces": [{"length": 0.5575215118237233, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341229758803757}, {"n": 4, "root_chord": 0.12081580533356052, "tip_chord": 0.059267808011433776, "span": 0.11025997946594958, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501274227034347}, {"top_radius": 0.06302226016019585, "bottom_radius": 0.044564917609939324, "length": 0.05857807688829087, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992334796533384, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181402288566312, "upper_button_position": 0.08109325079670715}], "rail_length": 5, "inclination": 82.32356764220178, "heading": 50.34603119361684} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8181284080338492, "wind_velocity_y_factor": 0.9489163033888444, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350200717806323, "mass": 15.808899356631422, "I_11_without_motor": 6.321, "I_22_without_motor": 6.341293156928375, "I_33_without_motor": 0.026907922421687398, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.956100814029561, "trigger": 800, "sampling_rate": 105, "lag": 1.4292737251130663, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0504670408772745, "trigger": "apogee", "sampling_rate": 105, "lag": 1.101293930421331, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5526.233566454967, "burn_start_time": -0.03559934040875396, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032729478025099366, "grain_number": 5, "grain_density": 1742.1646269306164, "grain_outer_radius": 0.032281623510893115, "grain_initial_inner_radius": 0.01520241589781952, "grain_initial_height": 0.11967737593445217, "grain_separation": 0.002994936694711314, "grains_center_of_mass_position": 0.3996591192786259, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011490579525505334, "throat_radius": 0.011559296621594783, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558769144347748}], "aerodynamic_surfaces": [{"length": 0.55640103189762, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1358391205551137}, {"n": 4, "root_chord": 0.11975383090488405, "tip_chord": 0.06112542381963351, "span": 0.11061636268116748, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485162582630683}, {"top_radius": 0.06309455726241832, "bottom_radius": 0.04302124003060001, "length": 0.06018439322290994, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7018610897482562, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169584673678087, "upper_button_position": 0.08490262238044755}], "rail_length": 5, "inclination": 84.78391529973206, "heading": 54.65242039176839} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0804617994907841, "wind_velocity_y_factor": 0.9334067511815733, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350519111280606, "mass": 14.044047389507405, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324995973921986, "I_33_without_motor": 0.03208014800703637, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.19967050876376, "trigger": 800, "sampling_rate": 105, "lag": 1.5917538316605582, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9048468319594444, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7900795724249754, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6070.346212621739, "burn_start_time": 0.045201846647987355, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03214221529127353, "grain_number": 5, "grain_density": 1848.1158184410037, "grain_outer_radius": 0.03296039072680359, "grain_initial_inner_radius": 0.015081683327619066, "grain_initial_height": 0.12028416010535574, "grain_separation": 0.004387791415421576, "grains_center_of_mass_position": 0.3966166763704186, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008849957812090757, "throat_radius": 0.011719197182495176, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255558742422238}], "aerodynamic_surfaces": [{"length": 0.5571262261661692, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348038472779003}, {"n": 4, "root_chord": 0.12020405448982968, "tip_chord": 0.060577014876024404, "span": 0.10955474234929201, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493253139132965}, {"top_radius": 0.06310670706402163, "bottom_radius": 0.04364382765500162, "length": 0.059607115720967434, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007554675512556, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165801239471974, "upper_button_position": 0.0841753436040582}], "rail_length": 5, "inclination": 84.1454529262315, "heading": 54.753980247257466} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6543768242510741, "wind_velocity_y_factor": 0.8449951452169463, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350504191171814, "mass": 16.564839942309288, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330588691163749, "I_33_without_motor": 0.03747994154735004, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.84111644215176, "trigger": 800, "sampling_rate": 105, "lag": 1.2600270779737277, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0057847086241185, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2556462524285021, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7464.342129302719, "burn_start_time": 0.06131223735078304, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0324672543424712, "grain_number": 5, "grain_density": 1848.573020192491, "grain_outer_radius": 0.03330279263182522, "grain_initial_inner_radius": 0.015673343460957324, "grain_initial_height": 0.12113087460206717, "grain_separation": 0.00645856571919343, "grains_center_of_mass_position": 0.39746377115743675, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007199683270788359, "throat_radius": 0.011404562102959879, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553075737052508}], "aerodynamic_surfaces": [{"length": 0.559538846462788, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327716303644033}, {"n": 4, "root_chord": 0.12068948051012778, "tip_chord": 0.05954789123794678, "span": 0.11050709798470999, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503080750113098}, {"top_radius": 0.06285622046204561, "bottom_radius": 0.04299524609928572, "length": 0.062066815870302536, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991085510538652, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617502897108203, "upper_button_position": 0.0816056539456621}], "rail_length": 5, "inclination": 84.39270137456286, "heading": 56.15235127244481} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5807647277034889, "wind_velocity_y_factor": 1.3224098487485738, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06349104255338536, "mass": 16.19018970594252, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330614063468998, "I_33_without_motor": 0.015040805382473467, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.118544949132497, "trigger": 800, "sampling_rate": 105, "lag": 1.606515938446916, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1162388979190485, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4661055827176075, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6418.28715892744, "burn_start_time": -0.08043422046957173, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03310299522112738, "grain_number": 5, "grain_density": 1774.245522750913, "grain_outer_radius": 0.03292004010068859, "grain_initial_inner_radius": 0.0154906960198158, "grain_initial_height": 0.12109553652373364, "grain_separation": 0.005444573747966035, "grains_center_of_mass_position": 0.39795685910470563, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005212098181620406, "throat_radius": 0.010262006626725205, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255676466559582}], "aerodynamic_surfaces": [{"length": 0.5590893229582717, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134941489771961}, {"n": 4, "root_chord": 0.11977913372647746, "tip_chord": 0.060423432301842814, "span": 0.11065732171832611, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0477789479585833}, {"top_radius": 0.06183625099296252, "bottom_radius": 0.04328480469116124, "length": 0.06089223800349421, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7017634425262673, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178789907418873, "upper_button_position": 0.08388445178437998}], "rail_length": 5, "inclination": 85.96236990217453, "heading": 50.911329601064544} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5283076377309737, "wind_velocity_y_factor": 1.274612344095888, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.0634911046261778, "mass": 15.56829891350477, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3068110117808995, "I_33_without_motor": 0.01763984645919893, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.176776267848364, "trigger": 800, "sampling_rate": 105, "lag": 1.309911863961056, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8697375074529097, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6335157492729095, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6588.79751606928, "burn_start_time": -0.08597324437750947, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033358230105419766, "grain_number": 5, "grain_density": 1819.162085313385, "grain_outer_radius": 0.03310577397636862, "grain_initial_inner_radius": 0.015357753847483602, "grain_initial_height": 0.11831604010137407, "grain_separation": 0.004948128611318696, "grains_center_of_mass_position": 0.39848249159745086, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009923968528487222, "throat_radius": 0.010675486309792677, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541237948099282}], "aerodynamic_surfaces": [{"length": 0.5598246217468004, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1315557909225968}, {"n": 4, "root_chord": 0.11991485786463356, "tip_chord": 0.05973112018570095, "span": 0.11048712088930875, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497914667727117}, {"top_radius": 0.0634486730957374, "bottom_radius": 0.0435238287523574, "length": 0.059825527471779376, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985464851570202, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617654243887936, "upper_button_position": 0.08089224126908423}], "rail_length": 5, "inclination": 84.8801124434341, "heading": 51.563274459098075} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2007566388919377, "wind_velocity_y_factor": 0.9149342757930765, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349336250421912, "mass": 14.635109906348493, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308925435249445, "I_33_without_motor": 0.025591341039305653, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.00034989491014, "trigger": 800, "sampling_rate": 105, "lag": 1.4842972835497044, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0882065461464556, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5034577173830395, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6576.565017050017, "burn_start_time": 0.11956088109076007, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033907016161555434, "grain_number": 5, "grain_density": 1693.345096756455, "grain_outer_radius": 0.0338673198220976, "grain_initial_inner_radius": 0.015037631688398464, "grain_initial_height": 0.11990768504677214, "grain_separation": 0.0057329130248445406, "grains_center_of_mass_position": 0.39756391476756686, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006109882478615712, "throat_radius": 0.01131221110276541, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535350687200546}], "aerodynamic_surfaces": [{"length": 0.5591101446626051, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1359956915793195}, {"n": 4, "root_chord": 0.11993462375473872, "tip_chord": 0.05965577029079117, "span": 0.10970126407079903, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507464180443016}, {"top_radius": 0.0638120542757912, "bottom_radius": 0.04218645933099495, "length": 0.059190601831831904, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701047752301726, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6160831647869742, "upper_button_position": 0.08496458751475178}], "rail_length": 5, "inclination": 83.43953978110737, "heading": 57.04654470665114} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7890085194322438, "wind_velocity_y_factor": 0.9949676954482027, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.0635074407146672, "mass": 15.173384106928918, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322833829703656, "I_33_without_motor": 0.036825467269454015, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.035619558959414, "trigger": 800, "sampling_rate": 105, "lag": 1.6013851990756134, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9428943838614757, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6917493384310422, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5551.828093184935, "burn_start_time": -0.07625544225350674, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03355497734353492, "grain_number": 5, "grain_density": 1823.1911346833906, "grain_outer_radius": 0.03245931639868048, "grain_initial_inner_radius": 0.015241973237580024, "grain_initial_height": 0.11926014825471035, "grain_separation": 0.005924582603822871, "grains_center_of_mass_position": 0.3956187269001978, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003040105027486692, "throat_radius": 0.011096876157124713, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552065309120606}], "aerodynamic_surfaces": [{"length": 0.5572232781766582, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1313030818299687}, {"n": 4, "root_chord": 0.11974400494328702, "tip_chord": 0.06032033143451266, "span": 0.11062041486302404, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481792731066695}, {"top_radius": 0.06317770568358587, "bottom_radius": 0.04415607043828108, "length": 0.05886415861423811, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986249491959606, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199828435167362, "upper_button_position": 0.07864210567922447}], "rail_length": 5, "inclination": 84.56036322653914, "heading": 52.095958276444144} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7912172618642485, "wind_velocity_y_factor": 0.6395118057716078, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349582161516554, "mass": 15.276156663785274, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324811202396011, "I_33_without_motor": 0.031093696527030083, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.973161747357688, "trigger": 800, "sampling_rate": 105, "lag": 1.6032836248629951, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0461827953925804, "trigger": "apogee", "sampling_rate": 105, "lag": 1.953799579919708, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6052.8734043686145, "burn_start_time": -0.1387443193413995, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03308600234719939, "grain_number": 5, "grain_density": 1856.444628358786, "grain_outer_radius": 0.0330410568715206, "grain_initial_inner_radius": 0.015035608759881476, "grain_initial_height": 0.11993300229973579, "grain_separation": 0.007063554003471714, "grains_center_of_mass_position": 0.39777974435886304, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00025296632141771734, "throat_radius": 0.011511262492701327, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557695784491254}], "aerodynamic_surfaces": [{"length": 0.5582185595762378, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346730215134668}, {"n": 4, "root_chord": 0.11954549419398149, "tip_chord": 0.06015039292320324, "span": 0.10924423546763959, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507117827101187}, {"top_radius": 0.06375090049101696, "bottom_radius": 0.04391151377923743, "length": 0.058852334087871085, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700114531393913, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182140799347648, "upper_button_position": 0.08190045145914815}], "rail_length": 5, "inclination": 83.6793562076556, "heading": 52.335541656813255} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9599986066620254, "wind_velocity_y_factor": 0.7922560139983056, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06351928045782868, "mass": 16.164447931642062, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325946826370241, "I_33_without_motor": 0.03451213339705095, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.057823899838837, "trigger": 800, "sampling_rate": 105, "lag": 1.5058275142960842, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9972894554665973, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2691783226837303, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6506.28197376336, "burn_start_time": -0.05857504742898785, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033208362628853634, "grain_number": 5, "grain_density": 1797.6733730110534, "grain_outer_radius": 0.03288162005395142, "grain_initial_inner_radius": 0.014776792169509213, "grain_initial_height": 0.12261012503014745, "grain_separation": 0.0038848636261711255, "grains_center_of_mass_position": 0.3983466762851967, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001144203409660441, "throat_radius": 0.01150760248801982, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544037849969976}], "aerodynamic_surfaces": [{"length": 0.5582104581779449, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134425829652663}, {"n": 4, "root_chord": 0.12019823813764151, "tip_chord": 0.05992052626029976, "span": 0.11082951422885591, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490209066192802}, {"top_radius": 0.0656276255531762, "bottom_radius": 0.04345369852501423, "length": 0.05877360666697019, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984518763459697, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193610067507269, "upper_button_position": 0.07909086959524281}], "rail_length": 5, "inclination": 83.73619169814377, "heading": 58.021727524633214} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9200366248198638, "wind_velocity_y_factor": 0.8918436382539003, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349138388333317, "mass": 15.278805234243881, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311876219205811, "I_33_without_motor": 0.042962254905293804, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.044861252539846, "trigger": 800, "sampling_rate": 105, "lag": 1.6465729139190843, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9830562807114137, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6183585971640884, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7788.054180177328, "burn_start_time": -0.1039144802650315, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03292421889505635, "grain_number": 5, "grain_density": 1864.2839858789407, "grain_outer_radius": 0.03280715795907416, "grain_initial_inner_radius": 0.015313692880270294, "grain_initial_height": 0.11806821266283807, "grain_separation": 0.005496125475179501, "grains_center_of_mass_position": 0.3948942449173346, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005406378433629497, "throat_radius": 0.010873439632936617, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540312659526376}], "aerodynamic_surfaces": [{"length": 0.5567077921758982, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134210764723544}, {"n": 4, "root_chord": 0.11948876198911576, "tip_chord": 0.05972220447122243, "span": 0.11052131648147677, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496089807678952}, {"top_radius": 0.06366773802468333, "bottom_radius": 0.041926785876203534, "length": 0.06010128454671, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014775751976784, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176096231819981, "upper_button_position": 0.08386795201568031}], "rail_length": 5, "inclination": 84.05870966040894, "heading": 53.961363987417975} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3931462232602023, "wind_velocity_y_factor": 0.24036806537289868, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349680634405742, "mass": 14.904660518225961, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330685750146922, "I_33_without_motor": 0.04936689563781278, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.12365547808057, "trigger": 800, "sampling_rate": 105, "lag": 1.4875959857021424, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9762014644078376, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4490431154267704, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7724.967510167375, "burn_start_time": 0.060233704693553186, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03395907019088809, "grain_number": 5, "grain_density": 1863.0861070943529, "grain_outer_radius": 0.033056435551035414, "grain_initial_inner_radius": 0.015657145550204046, "grain_initial_height": 0.12087412185335719, "grain_separation": 0.004555923473220114, "grains_center_of_mass_position": 0.39560226845113833, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004216091961655765, "throat_radius": 0.010490105935528692, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556607203974586}], "aerodynamic_surfaces": [{"length": 0.5571964709254068, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348719847116935}, {"n": 4, "root_chord": 0.11967190756552855, "tip_chord": 0.06011548525558189, "span": 0.10944218331641732, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494181031033942}, {"top_radius": 0.06240646823590178, "bottom_radius": 0.043110669771952964, "length": 0.0583920463972427, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980094465582828, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6161216727266235, "upper_button_position": 0.08188777383165924}], "rail_length": 5, "inclination": 86.47756445887694, "heading": 50.93846745408849} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1916253515532544, "wind_velocity_y_factor": 1.5332401535503877, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.0635045315887017, "mass": 14.985281310365203, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312469600587358, "I_33_without_motor": 0.027120088686425847, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.04888488426591, "trigger": 800, "sampling_rate": 105, "lag": 1.3883637577760888, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0557135153297865, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5237821868022705, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6017.180493256111, "burn_start_time": 0.035117718477196795, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03316986768953325, "grain_number": 5, "grain_density": 1776.493163494161, "grain_outer_radius": 0.032904905699422726, "grain_initial_inner_radius": 0.014091981645293988, "grain_initial_height": 0.12020752953266364, "grain_separation": 0.004404054303535236, "grains_center_of_mass_position": 0.3967790030757368, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014273104023162645, "throat_radius": 0.010963486618577122, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548050234049126}], "aerodynamic_surfaces": [{"length": 0.5574625085145856, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347958863958625}, {"n": 4, "root_chord": 0.11934967910649621, "tip_chord": 0.06019561726309774, "span": 0.11116502801601388, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498042290200496}, {"top_radius": 0.061510581173454794, "bottom_radius": 0.04265906917197887, "length": 0.05928329349014786, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012754729594493, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6196314990473715, "upper_button_position": 0.08164397391207778}], "rail_length": 5, "inclination": 85.558563912424, "heading": 56.703035902486434} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0081051799042817, "wind_velocity_y_factor": 1.2504310397264593, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350853293344799, "mass": 16.162895084286475, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315325529404646, "I_33_without_motor": 0.038650863818961226, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.947675127713149, "trigger": 800, "sampling_rate": 105, "lag": 1.4834592933177617, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0213434294677213, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5378798937602307, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6817.587588414596, "burn_start_time": 0.16916621939420276, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03357684251635855, "grain_number": 5, "grain_density": 1781.2302172808147, "grain_outer_radius": 0.03270254073342343, "grain_initial_inner_radius": 0.014482814443817028, "grain_initial_height": 0.12035124999317963, "grain_separation": 0.004809150624679523, "grains_center_of_mass_position": 0.3950221580053551, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006637297610848126, "throat_radius": 0.011476984342559943, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253419629441944}], "aerodynamic_surfaces": [{"length": 0.5578224149776868, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328495432815628}, {"n": 4, "root_chord": 0.12016161969749761, "tip_chord": 0.060268303793196594, "span": 0.10983316068985428, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494447441428376}, {"top_radius": 0.06308998564754832, "bottom_radius": 0.04285947383354454, "length": 0.059612262144908584, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999779519642684, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178996279210115, "upper_button_position": 0.08207832404325688}], "rail_length": 5, "inclination": 83.96776351708714, "heading": 51.444480854149056} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9946108116997302, "wind_velocity_y_factor": 1.258243611942729, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349594115186184, "mass": 15.55032583719527, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310307614431694, "I_33_without_motor": 0.03522741392569809, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.876888813563099, "trigger": 800, "sampling_rate": 105, "lag": 1.4474336353394748, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1797228725143647, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5546781821351574, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6489.478399727399, "burn_start_time": -0.02541534069437436, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03348875500983486, "grain_number": 5, "grain_density": 1791.9072208299813, "grain_outer_radius": 0.03286233623115957, "grain_initial_inner_radius": 0.014984742669025431, "grain_initial_height": 0.12119151564781172, "grain_separation": 0.0052286014263825745, "grains_center_of_mass_position": 0.3971482150276526, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0021889397094471837, "throat_radius": 0.010236676301575038, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2574319679032548}], "aerodynamic_surfaces": [{"length": 0.5583839761834207, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335288642986876}, {"n": 4, "root_chord": 0.11970620221488443, "tip_chord": 0.06047943896206984, "span": 0.1094982866232579, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498289981266027}, {"top_radius": 0.06244952187786702, "bottom_radius": 0.042972194203410176, "length": 0.06128175285856705, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005296352503105, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193283030302547, "upper_button_position": 0.08120133222005588}], "rail_length": 5, "inclination": 84.25683995812454, "heading": 52.44818397922179} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.972888553152722, "wind_velocity_y_factor": 0.8694791890156236, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.0635050684948157, "mass": 15.577667013132308, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334589077224569, "I_33_without_motor": 0.046425533929241564, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.92638480608577, "trigger": 800, "sampling_rate": 105, "lag": 1.4209861162836679, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0222972873818656, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2467569344358145, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6093.732166605004, "burn_start_time": -0.1298711538947916, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033200631418173525, "grain_number": 5, "grain_density": 1829.7081693256569, "grain_outer_radius": 0.03281516670218352, "grain_initial_inner_radius": 0.01543914025469235, "grain_initial_height": 0.12288704809640653, "grain_separation": 0.005103717516806055, "grains_center_of_mass_position": 0.39611015215322004, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003683015471402796, "throat_radius": 0.0112393520332887, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536994065662361}], "aerodynamic_surfaces": [{"length": 0.5593511909632851, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334360705607307}, {"n": 4, "root_chord": 0.12007188144372763, "tip_chord": 0.060140530261404875, "span": 0.10981821559087737, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483326915732742}, {"top_radius": 0.06412674315590557, "bottom_radius": 0.043253421854363566, "length": 0.06155880995227291, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7023856895275026, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176404306449689, "upper_button_position": 0.0847452588825337}], "rail_length": 5, "inclination": 83.18084076463364, "heading": 55.334200930098724} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7344256207166391, "wind_velocity_y_factor": 0.9653094636505566, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349895583330027, "mass": 15.341057985790677, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3288524804196165, "I_33_without_motor": 0.027852412390003398, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.133114806145993, "trigger": 800, "sampling_rate": 105, "lag": 1.47224193068113, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0390268735803339, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1712079523331602, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5497.450589869805, "burn_start_time": 0.06721628030990666, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0330772055564763, "grain_number": 5, "grain_density": 1860.4122761872648, "grain_outer_radius": 0.03238339674868262, "grain_initial_inner_radius": 0.015098339681703273, "grain_initial_height": 0.11980600532712543, "grain_separation": 0.00598556932367046, "grains_center_of_mass_position": 0.39747713691515674, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0016943648649244598, "throat_radius": 0.0106515002982028, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550291155330267}], "aerodynamic_surfaces": [{"length": 0.5583205312728405, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134481458760849}, {"n": 4, "root_chord": 0.12025035367102734, "tip_chord": 0.05979036427573869, "span": 0.10973925018145457, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496683715475308}, {"top_radius": 0.06398432881516651, "bottom_radius": 0.04420817754212246, "length": 0.060018397452123146, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003798597334905, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185999764903005, "upper_button_position": 0.08177988324318997}], "rail_length": 5, "inclination": 86.15360024784002, "heading": 49.11876440217404} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.592996763276822, "wind_velocity_y_factor": 1.455431176741708, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.063493799192402, "mass": 15.733692284941995, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328958249556471, "I_33_without_motor": 0.03328530492882971, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.15540588931371, "trigger": 800, "sampling_rate": 105, "lag": 1.4789551985132419, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.010285547413442, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4559364315821337, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6021.476656123641, "burn_start_time": -0.022744108909605393, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03337771405330107, "grain_number": 5, "grain_density": 1780.6527769611491, "grain_outer_radius": 0.03300402014993368, "grain_initial_inner_radius": 0.015497248136671214, "grain_initial_height": 0.11989318094582582, "grain_separation": 0.005129594443154502, "grains_center_of_mass_position": 0.3954942135986534, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0001563114869216434, "throat_radius": 0.010166362937659296, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547728504291176}], "aerodynamic_surfaces": [{"length": 0.5578454222479063, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1319615964902898}, {"n": 4, "root_chord": 0.1201777207034954, "tip_chord": 0.060147993044837214, "span": 0.10972962960451717, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04920728162896}, {"top_radius": 0.06239736343588165, "bottom_radius": 0.04154070070737225, "length": 0.06109677414633106, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988138359608856, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185759304505941, "upper_button_position": 0.08023790551029153}], "rail_length": 5, "inclination": 83.87280734628976, "heading": 55.5395174877372} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.249989932499386, "wind_velocity_y_factor": 0.8557509721013142, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350201686319913, "mass": 14.792974000609945, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3288850780926245, "I_33_without_motor": 0.023157830373173878, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.969788175307183, "trigger": 800, "sampling_rate": 105, "lag": 1.3190038803670272, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8989836682205428, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3722191705008921, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7114.557961901132, "burn_start_time": 0.034276947529078464, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032564138170228435, "grain_number": 5, "grain_density": 1813.264282078065, "grain_outer_radius": 0.03303646810974184, "grain_initial_inner_radius": 0.01519722335313383, "grain_initial_height": 0.12079406255338415, "grain_separation": 0.005730539740932134, "grains_center_of_mass_position": 0.39783437586207365, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005701071938232849, "throat_radius": 0.010659744938981289, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545241651797696}], "aerodynamic_surfaces": [{"length": 0.557897005505814, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324896176883588}, {"n": 4, "root_chord": 0.12048697122758203, "tip_chord": 0.060116956450531715, "span": 0.10929984329208765, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048020920277707}, {"top_radius": 0.06286810760044406, "bottom_radius": 0.0422227142812961, "length": 0.06037133151995178, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700025711958106, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173559379899064, "upper_button_position": 0.08266977396819963}], "rail_length": 5, "inclination": 84.91904141644449, "heading": 52.71733962544528} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.339937372749591, "wind_velocity_y_factor": 1.022511296925027, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350300020248273, "mass": 15.7054089883488, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313391397106338, "I_33_without_motor": 0.02074415447706037, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.018369285996556, "trigger": 800, "sampling_rate": 105, "lag": 1.4697577169433025, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0563564647013863, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3572061748389768, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7365.865355087378, "burn_start_time": 0.2397418772022013, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03258147441581224, "grain_number": 5, "grain_density": 1780.9787743455372, "grain_outer_radius": 0.03321729844840492, "grain_initial_inner_radius": 0.015047118541670507, "grain_initial_height": 0.11989311865537514, "grain_separation": 0.0052168537609191545, "grains_center_of_mass_position": 0.39743166151565423, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000560276651115714, "throat_radius": 0.011373126685708314, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536339180796188}], "aerodynamic_surfaces": [{"length": 0.5572112947952995, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329648448377334}, {"n": 4, "root_chord": 0.12004994557781558, "tip_chord": 0.05992551773554923, "span": 0.10933460828578441, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509176772393258}, {"top_radius": 0.06231172742854701, "bottom_radius": 0.04134537379902999, "length": 0.06200120559634509, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982658397105488, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181412082122054, "upper_button_position": 0.08012463149834337}], "rail_length": 5, "inclination": 85.04646942129102, "heading": 52.921818449072546} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3292887749016131, "wind_velocity_y_factor": 0.8117771059698857, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350001392949084, "mass": 15.218391367783042, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330503069190475, "I_33_without_motor": 0.04446273023632259, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.995381199649103, "trigger": 800, "sampling_rate": 105, "lag": 1.465055745570341, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8843660150933351, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4282189653279407, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7113.508050409532, "burn_start_time": 0.09551238720036698, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03205267047133661, "grain_number": 5, "grain_density": 1776.5765822666604, "grain_outer_radius": 0.03324707700577269, "grain_initial_inner_radius": 0.014764813354343601, "grain_initial_height": 0.1181538917078586, "grain_separation": 0.005836087180503879, "grains_center_of_mass_position": 0.39650680023459545, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010231206806712878, "throat_radius": 0.010918382298008828, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555832959135038}], "aerodynamic_surfaces": [{"length": 0.5579961869903629, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330069964980851}, {"n": 4, "root_chord": 0.11980816255319952, "tip_chord": 0.06031187936278524, "span": 0.10984690521080234, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500025832680981}, {"top_radius": 0.06414362917644151, "bottom_radius": 0.04258209090824025, "length": 0.059337462098357, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986267868702558, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165497470045596, "upper_button_position": 0.08207703986569626}], "rail_length": 5, "inclination": 85.7367153985175, "heading": 52.992069882698296} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.6012190757485132, "wind_velocity_y_factor": 0.3689766020065802, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.0634987390164852, "mass": 15.90307781866646, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323097988258194, "I_33_without_motor": 0.037105558265700674, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.06880109767889, "trigger": 800, "sampling_rate": 105, "lag": 1.4742537473717032, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9641969269776827, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7775105172167747, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7616.23987857546, "burn_start_time": -0.11750076807197136, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032858573777845276, "grain_number": 5, "grain_density": 1856.9567233852104, "grain_outer_radius": 0.03299595573388285, "grain_initial_inner_radius": 0.015053452529291694, "grain_initial_height": 0.1196596314644929, "grain_separation": 0.0044530376575195865, "grains_center_of_mass_position": 0.3971763199305098, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004003763291649639, "throat_radius": 0.01153613937299863, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256026584059417}], "aerodynamic_surfaces": [{"length": 0.5598206092315008, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343027691746126}, {"n": 4, "root_chord": 0.11977511789790456, "tip_chord": 0.06022641187080369, "span": 0.11049156963332746, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493400875207217}, {"top_radius": 0.06280459083320421, "bottom_radius": 0.046174883854661564, "length": 0.05975985251220453, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994087327956894, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193322586665464, "upper_button_position": 0.08007647412914298}], "rail_length": 5, "inclination": 84.38375261880779, "heading": 52.83149490694112} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.742595616277427, "wind_velocity_y_factor": 0.8810483959838757, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350003024186728, "mass": 15.183696687759477, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3263840226473915, "I_33_without_motor": 0.03671098960279849, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.031067507908372, "trigger": 800, "sampling_rate": 105, "lag": 1.480942350925104, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.065539663944123, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8953138914979024, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6352.306420649003, "burn_start_time": -0.11125297802023243, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03301709327419446, "grain_number": 5, "grain_density": 1789.2001873397483, "grain_outer_radius": 0.03334056542994413, "grain_initial_inner_radius": 0.014557389686300104, "grain_initial_height": 0.12215564682727875, "grain_separation": 0.006050526417675359, "grains_center_of_mass_position": 0.3967735897662523, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009115761335723401, "throat_radius": 0.011129301996824078, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562852640245312}], "aerodynamic_surfaces": [{"length": 0.558898755829279, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343778436279826}, {"n": 4, "root_chord": 0.11948196720232436, "tip_chord": 0.06029495703208148, "span": 0.10969080056498225, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049064277124778}, {"top_radius": 0.06367935197269702, "bottom_radius": 0.04344677867675888, "length": 0.05898148973435708, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991756605461915, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164882798736876, "upper_button_position": 0.08268738067250392}], "rail_length": 5, "inclination": 82.48992731530736, "heading": 53.1712700840236} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3509559172624628, "wind_velocity_y_factor": 0.7762159095514796, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350248785725955, "mass": 15.106218482008323, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314723337555335, "I_33_without_motor": 0.039475046143993615, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.92192744922319, "trigger": 800, "sampling_rate": 105, "lag": 1.5276774898328538, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0010903196595997, "trigger": "apogee", "sampling_rate": 105, "lag": 1.794400024466313, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4712.652271508771, "burn_start_time": 0.06925623213905, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03344866173419743, "grain_number": 5, "grain_density": 1872.1840220786203, "grain_outer_radius": 0.03321846619693189, "grain_initial_inner_radius": 0.014522417629783048, "grain_initial_height": 0.11963392719539788, "grain_separation": 0.00652467244023664, "grains_center_of_mass_position": 0.39720096507199604, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007182595656508822, "throat_radius": 0.011011033783143383, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538194033457732}], "aerodynamic_surfaces": [{"length": 0.5578958142545244, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345046817757538}, {"n": 4, "root_chord": 0.12005267624334164, "tip_chord": 0.060097774810607935, "span": 0.11031501605385531, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0480368344327338}, {"top_radius": 0.06277625029699288, "bottom_radius": 0.04463829814821573, "length": 0.06101265475644109, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996763230888331, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171971743875893, "upper_button_position": 0.08247914870124384}], "rail_length": 5, "inclination": 85.23800449242808, "heading": 50.849362742849905} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0254171253813853, "wind_velocity_y_factor": 0.9437328213988447, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350793961167066, "mass": 15.380816942693416, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307938162024923, "I_33_without_motor": 0.037981249926258585, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.82280957204958, "trigger": 800, "sampling_rate": 105, "lag": 1.607654789090683, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9333454684739395, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1448781278365285, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6187.383582184805, "burn_start_time": -0.017019589708465132, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03238932558386202, "grain_number": 5, "grain_density": 1840.497042718259, "grain_outer_radius": 0.03308549653992962, "grain_initial_inner_radius": 0.014606711494275644, "grain_initial_height": 0.11953601387114236, "grain_separation": 0.0040258698079356555, "grains_center_of_mass_position": 0.39617988825908346, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000538026102083796, "throat_radius": 0.01102186433931851, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254923831170218}], "aerodynamic_surfaces": [{"length": 0.5577255184763572, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333746161611273}, {"n": 4, "root_chord": 0.1204268210284059, "tip_chord": 0.05974051059510377, "span": 0.11012049615035496, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0512684653819153}, {"top_radius": 0.06199312873887323, "bottom_radius": 0.04486581667349038, "length": 0.05874636057577016, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997293409976759, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175206673961052, "upper_button_position": 0.08220867360157069}], "rail_length": 5, "inclination": 83.94324137257807, "heading": 52.25968512414684} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8597397641311575, "wind_velocity_y_factor": 0.9537854011549222, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350096631988308, "mass": 15.837929835466833, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313553115016249, "I_33_without_motor": 0.03169250289361123, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.09614087582208, "trigger": 800, "sampling_rate": 105, "lag": 1.438631965645164, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8853244869004315, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7808976256323403, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4507.12973401741, "burn_start_time": -0.08830481011972731, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03382905534548561, "grain_number": 5, "grain_density": 1900.5988942967067, "grain_outer_radius": 0.0329998177130603, "grain_initial_inner_radius": 0.016054880545637445, "grain_initial_height": 0.11711530815681293, "grain_separation": 0.004895550515833175, "grains_center_of_mass_position": 0.3956894802509621, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013804344850504506, "throat_radius": 0.011077481375660904, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537592195892955}], "aerodynamic_surfaces": [{"length": 0.5568403213120231, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343063564382658}, {"n": 4, "root_chord": 0.11985177376989523, "tip_chord": 0.06014411120550955, "span": 0.11058630405915072, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507046429004405}, {"top_radius": 0.06359069300877591, "bottom_radius": 0.04270742350743739, "length": 0.058651175233638914, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7017542066938401, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178508111646537, "upper_button_position": 0.08390339552918646}], "rail_length": 5, "inclination": 83.32219375325364, "heading": 58.96295779841138} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6172770456573202, "wind_velocity_y_factor": 1.2685832006624844, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349463353256998, "mass": 15.861838077498478, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325083409169837, "I_33_without_motor": 0.02356241096883202, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.030816870131058, "trigger": 800, "sampling_rate": 105, "lag": 1.4583153615637876, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0994254971291233, "trigger": "apogee", "sampling_rate": 105, "lag": 1.279582789893374, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7721.60693376435, "burn_start_time": 0.14091366989176685, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032495941949189165, "grain_number": 5, "grain_density": 1852.944927250983, "grain_outer_radius": 0.03311565075991323, "grain_initial_inner_radius": 0.015302641562339691, "grain_initial_height": 0.11785926450877851, "grain_separation": 0.0036693185593496386, "grains_center_of_mass_position": 0.39785924130148137, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001070555753036595, "throat_radius": 0.011713638454279234, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555633659085474}], "aerodynamic_surfaces": [{"length": 0.5575908931108892, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354643086248248}, {"n": 4, "root_chord": 0.12041692107682642, "tip_chord": 0.06062311270673866, "span": 0.10981105238702724, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494078715173973}, {"top_radius": 0.06417690442689142, "bottom_radius": 0.04360315938570477, "length": 0.06004709956810216, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987145440581688, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162275229381399, "upper_button_position": 0.08248702112002892}], "rail_length": 5, "inclination": 84.76087857986194, "heading": 54.38206556270254} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.003329714249472593, "wind_velocity_y_factor": 1.2984253664248588, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349416802774446, "mass": 14.77221149408032, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315276897194143, "I_33_without_motor": 0.039713328535877584, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.102308327008618, "trigger": 800, "sampling_rate": 105, "lag": 1.5351313771438515, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9133591227889458, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4831882476761846, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6119.793051114981, "burn_start_time": 0.045402569214134526, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03234362331995444, "grain_number": 5, "grain_density": 1812.0954382408509, "grain_outer_radius": 0.03329132737709253, "grain_initial_inner_radius": 0.014966408993330049, "grain_initial_height": 0.12081588245025364, "grain_separation": 0.005556903150354491, "grains_center_of_mass_position": 0.39669313051863875, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005108174307899259, "throat_radius": 0.010979498372794392, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559380433994418}], "aerodynamic_surfaces": [{"length": 0.5568858022669562, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349057658972181}, {"n": 4, "root_chord": 0.11978678270645009, "tip_chord": 0.06026369180557905, "span": 0.10994613050724394, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049598854389123}, {"top_radius": 0.062013929506812046, "bottom_radius": 0.0418675790342153, "length": 0.060736194625711636, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994770081266114, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184158104740609, "upper_button_position": 0.08106119765255049}], "rail_length": 5, "inclination": 84.64502297817562, "heading": 53.78148099979303} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1283606250582903, "wind_velocity_y_factor": 0.7930162522194415, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350750299691303, "mass": 15.000844502944153, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310206245449767, "I_33_without_motor": 0.039910796323944175, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.000752080085432, "trigger": 800, "sampling_rate": 105, "lag": 1.6836624780896479, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.063487134184059, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4819893830863828, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4670.491745476556, "burn_start_time": 0.21175726511445908, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03276049408507077, "grain_number": 5, "grain_density": 1784.2154155413461, "grain_outer_radius": 0.03257688030428578, "grain_initial_inner_radius": 0.015824581388481158, "grain_initial_height": 0.12131334898433288, "grain_separation": 0.005926787095627933, "grains_center_of_mass_position": 0.39836158592319293, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012631142867271061, "throat_radius": 0.01048128542761391, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545825241683812}], "aerodynamic_surfaces": [{"length": 0.5590219899909781, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327947242559626}, {"n": 4, "root_chord": 0.12074340958864124, "tip_chord": 0.06013404776282698, "span": 0.10994506465151724, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500980014813277}, {"top_radius": 0.06229479626805838, "bottom_radius": 0.04426280708334352, "length": 0.05707527576460246, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005168615945663, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194814426064528, "upper_button_position": 0.0810354189881135}], "rail_length": 5, "inclination": 83.46458069600811, "heading": 53.9951852560699} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1144457077706433, "wind_velocity_y_factor": 0.9366529708539411, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349779707812177, "mass": 15.102902280432636, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3194428796601585, "I_33_without_motor": 0.042793773969018296, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.125084528953883, "trigger": 800, "sampling_rate": 105, "lag": 1.5203558519244278, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9431251501126567, "trigger": "apogee", "sampling_rate": 105, "lag": 1.763474485451551, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7567.868751099348, "burn_start_time": -0.09008700052343482, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032826983884183494, "grain_number": 5, "grain_density": 1757.8043712401636, "grain_outer_radius": 0.03323269202977682, "grain_initial_inner_radius": 0.014173214338089345, "grain_initial_height": 0.1200279023563582, "grain_separation": 0.0033278781614705785, "grains_center_of_mass_position": 0.396548721926698, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010166503788028795, "throat_radius": 0.01151463126308967, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2527794530596976}], "aerodynamic_surfaces": [{"length": 0.5589601135082396, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350386342101413}, {"n": 4, "root_chord": 0.11990363397862847, "tip_chord": 0.05999326421246918, "span": 0.11021136851194062, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509284480728802}, {"top_radius": 0.0642100171288092, "bottom_radius": 0.0437168472146295, "length": 0.05752448981601904, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002107822895453, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177606472802863, "upper_button_position": 0.0824501350092589}], "rail_length": 5, "inclination": 86.37516505887966, "heading": 53.15412413298107} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.343607186064879, "wind_velocity_y_factor": 0.6135461635002637, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349868861070136, "mass": 16.04875016786471, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322282618961486, "I_33_without_motor": 0.03499950832701935, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.996729913457333, "trigger": 800, "sampling_rate": 105, "lag": 1.5568955035275072, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9435479336716187, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5463015113483267, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5276.163648942013, "burn_start_time": 0.0024970407155875244, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03288802335936819, "grain_number": 5, "grain_density": 1731.271559101845, "grain_outer_radius": 0.03283670751459675, "grain_initial_inner_radius": 0.016170860847673725, "grain_initial_height": 0.12001059083685335, "grain_separation": 0.005121894769003743, "grains_center_of_mass_position": 0.3965649202948676, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0018096003645692003, "throat_radius": 0.011031827900707603, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255845704062548}], "aerodynamic_surfaces": [{"length": 0.5583576752525959, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133265221063267}, {"n": 4, "root_chord": 0.12106621677968435, "tip_chord": 0.059359078569335526, "span": 0.10927788086358559, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0516022476904574}, {"top_radius": 0.06433727148244989, "bottom_radius": 0.042815587589112365, "length": 0.06101120548305197, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998672682257804, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191805304015813, "upper_button_position": 0.0806867378241991}], "rail_length": 5, "inclination": 85.37041434156158, "heading": 52.33238466772058} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.847556520722117, "wind_velocity_y_factor": 1.4208894726797472, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349578570430117, "mass": 15.059694261130932, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330753493193183, "I_33_without_motor": 0.016357481634455797, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.710990303926787, "trigger": 800, "sampling_rate": 105, "lag": 1.4907183006412845, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9730190784261983, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5010784274569924, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6490.264301567126, "burn_start_time": -0.14179810837841003, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03303796294923959, "grain_number": 5, "grain_density": 1807.622084794679, "grain_outer_radius": 0.032929203774237595, "grain_initial_inner_radius": 0.015644941076742896, "grain_initial_height": 0.11978363793802373, "grain_separation": 0.005244361503652781, "grains_center_of_mass_position": 0.3962010283969651, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009318792838842775, "throat_radius": 0.010394704791024834, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562281345894846}], "aerodynamic_surfaces": [{"length": 0.5576606718238679, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133756295066242}, {"n": 4, "root_chord": 0.11961884072658237, "tip_chord": 0.059697751986765336, "span": 0.10923645829139905, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498411881680572}, {"top_radius": 0.0631767032762558, "bottom_radius": 0.04443594450769684, "length": 0.059639101398454415, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993235574446297, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177167634268682, "upper_button_position": 0.0816067940177615}], "rail_length": 5, "inclination": 85.1460649541806, "heading": 54.1100202079328} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3129005401302989, "wind_velocity_y_factor": 0.915260665396841, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0634900656325231, "mass": 15.81933398861224, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316683269944641, "I_33_without_motor": 0.035088897075950864, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.96208573391646, "trigger": 800, "sampling_rate": 105, "lag": 1.4456818568362393, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0435877504289819, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3624432429523365, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5796.429876951508, "burn_start_time": 0.03400343419236282, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.034233238222508795, "grain_number": 5, "grain_density": 1805.7038793581767, "grain_outer_radius": 0.032523981081532115, "grain_initial_inner_radius": 0.015797782583048797, "grain_initial_height": 0.11883002723594849, "grain_separation": 0.003911812481042975, "grains_center_of_mass_position": 0.39851125394068904, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012507435589412476, "throat_radius": 0.011061326421171837, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255176875320084}], "aerodynamic_surfaces": [{"length": 0.5586040994259256, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339579202634458}, {"n": 4, "root_chord": 0.1197997446329059, "tip_chord": 0.05944542457203554, "span": 0.10962862105052694, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500031544717383}, {"top_radius": 0.062292531964964946, "bottom_radius": 0.04389113235727995, "length": 0.05916498900612223, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997777650655062, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193204705233889, "upper_button_position": 0.08045729454211725}], "rail_length": 5, "inclination": 84.82981919440395, "heading": 54.69166031461477} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9282021212765745, "wind_velocity_y_factor": 0.40611295314861184, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349869455138911, "mass": 14.413471511946533, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322166334487336, "I_33_without_motor": 0.016070012597748415, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.823240008989533, "trigger": 800, "sampling_rate": 105, "lag": 1.7170027930542906, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0997584320614657, "trigger": "apogee", "sampling_rate": 105, "lag": 1.404091871374503, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6559.3754368023, "burn_start_time": 0.12794990663609593, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03292081046571311, "grain_number": 5, "grain_density": 1764.9804311132757, "grain_outer_radius": 0.03311335973598959, "grain_initial_inner_radius": 0.01476080735362271, "grain_initial_height": 0.12052231438284619, "grain_separation": 0.0048906101503326345, "grains_center_of_mass_position": 0.3969207991664068, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004887129114291285, "throat_radius": 0.011443077815874466, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534764474273787}], "aerodynamic_surfaces": [{"length": 0.559398225067253, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337086722674399}, {"n": 4, "root_chord": 0.11985787865048089, "tip_chord": 0.0609064071874914, "span": 0.1113167172659408, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501516447866197}, {"top_radius": 0.06303898076007719, "bottom_radius": 0.043315210803860346, "length": 0.057653626900330435, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013528511321656, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199385797084792, "upper_button_position": 0.0814142714236864}], "rail_length": 5, "inclination": 85.78460261379183, "heading": 53.45800514251678} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.7597761047577043, "wind_velocity_y_factor": 1.474964351211979, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349877914757181, "mass": 15.39942003013586, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3107361101450055, "I_33_without_motor": 0.019859993406100077, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.976824371939754, "trigger": 800, "sampling_rate": 105, "lag": 1.4860878331179916, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9033031097966517, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5961555380436898, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6022.80952640305, "burn_start_time": -0.04818427607527405, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03238866227763043, "grain_number": 5, "grain_density": 1905.587532415947, "grain_outer_radius": 0.03342489455720031, "grain_initial_inner_radius": 0.014876862618873412, "grain_initial_height": 0.1208531030591623, "grain_separation": 0.0054834781864236785, "grains_center_of_mass_position": 0.3961167245433, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001489678616300585, "throat_radius": 0.011035190980629047, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536836500346995}], "aerodynamic_surfaces": [{"length": 0.5577667558429779, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346577078284847}, {"n": 4, "root_chord": 0.11993509176931909, "tip_chord": 0.060288527674999606, "span": 0.11032600159269788, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049084224976312}, {"top_radius": 0.06189016987210542, "bottom_radius": 0.04335011747982247, "length": 0.060195005565363634, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002028541898753, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172212368596727, "upper_button_position": 0.0829816173302026}], "rail_length": 5, "inclination": 85.69788114631031, "heading": 54.45895429832764} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2629879288670922, "wind_velocity_y_factor": 1.2511834795715568, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06351109973277784, "mass": 16.323204264446314, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324906008340502, "I_33_without_motor": 0.02310812189554139, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.969579920911816, "trigger": 800, "sampling_rate": 105, "lag": 1.5603717910094206, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8949361234237851, "trigger": "apogee", "sampling_rate": 105, "lag": 2.0411354142495046, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6920.869415886784, "burn_start_time": 0.03973451708476529, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0334007391686919, "grain_number": 5, "grain_density": 1845.1574607065206, "grain_outer_radius": 0.03380142866686312, "grain_initial_inner_radius": 0.01486200328586213, "grain_initial_height": 0.12071886236809497, "grain_separation": 0.004904957906927315, "grains_center_of_mass_position": 0.3982003181002592, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00114377621024233, "throat_radius": 0.01093386352047806, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559066591810903}], "aerodynamic_surfaces": [{"length": 0.5579396355943376, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336022505842278}, {"n": 4, "root_chord": 0.11979522430038095, "tip_chord": 0.059466086087231335, "span": 0.10896444410328993, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487381168572307}, {"top_radius": 0.06367290996560916, "bottom_radius": 0.041846807600484474, "length": 0.06046091596829754, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7016268260335106, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183124417924403, "upper_button_position": 0.0833143842410703}], "rail_length": 5, "inclination": 84.36053809090345, "heading": 52.062220213660616} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8920300298766872, "wind_velocity_y_factor": 0.8841542243433061, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349316064435916, "mass": 15.698743922121096, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325335063270476, "I_33_without_motor": 0.03372744292648639, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.933004508066643, "trigger": 800, "sampling_rate": 105, "lag": 1.597629893600268, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9862349219227057, "trigger": "apogee", "sampling_rate": 105, "lag": 1.509592454737439, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7238.765334558235, "burn_start_time": 0.05705498919581982, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03253176217559574, "grain_number": 5, "grain_density": 1781.0323168918057, "grain_outer_radius": 0.033658168632726866, "grain_initial_inner_radius": 0.014946280774743038, "grain_initial_height": 0.12194045191534998, "grain_separation": 0.004735264217013259, "grains_center_of_mass_position": 0.3966188140843042, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005877751794811282, "throat_radius": 0.011052788159258267, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557041140056726}], "aerodynamic_surfaces": [{"length": 0.5588622519762915, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1358299664719664}, {"n": 4, "root_chord": 0.11981225793144366, "tip_chord": 0.05984955161407423, "span": 0.10999685512093081, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050457183614422}, {"top_radius": 0.06337224604641113, "bottom_radius": 0.04302556565680568, "length": 0.06097283879197483, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000831090254211, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172381594201569, "upper_button_position": 0.08284494960526423}], "rail_length": 5, "inclination": 87.19159185719361, "heading": 51.63132385320339} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.01788379642027, "wind_velocity_y_factor": 1.6654149091056938, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349597325076833, "mass": 15.293845026723416, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330910294190863, "I_33_without_motor": 0.041873786062242756, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.084586341739477, "trigger": 800, "sampling_rate": 105, "lag": 1.5108032035446923, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0811561204383704, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8888289313210993, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6583.836265856882, "burn_start_time": 0.03265309163301457, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03214755686508662, "grain_number": 5, "grain_density": 1810.59222385452, "grain_outer_radius": 0.03268485870476321, "grain_initial_inner_radius": 0.015277566712488436, "grain_initial_height": 0.11800969400790035, "grain_separation": 0.0038542249295863418, "grains_center_of_mass_position": 0.3989079998807648, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001599921228698312, "throat_radius": 0.010788533494784489, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540868147338287}], "aerodynamic_surfaces": [{"length": 0.556706398068061, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328860628687998}, {"n": 4, "root_chord": 0.12081505367050381, "tip_chord": 0.05973208333823242, "span": 0.11023052815526391, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488998226377877}, {"top_radius": 0.06345178013718265, "bottom_radius": 0.04265187866963251, "length": 0.05975002546961481, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990684098156593, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167231010452077, "upper_button_position": 0.08234530877045165}], "rail_length": 5, "inclination": 86.24207994837433, "heading": 52.92382048349635} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7938391159645877, "wind_velocity_y_factor": 1.5800686684388934, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350361948772301, "mass": 15.335593995411603, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3161953574496765, "I_33_without_motor": 0.049049098348514064, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.983486427673693, "trigger": 800, "sampling_rate": 105, "lag": 1.4973394266384197, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.2250091100383314, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6243990615258495, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5843.098693749584, "burn_start_time": 0.0021965619846204304, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032408266956571674, "grain_number": 5, "grain_density": 1729.5303136658617, "grain_outer_radius": 0.03341634929054183, "grain_initial_inner_radius": 0.015169268778478654, "grain_initial_height": 0.12129847412165932, "grain_separation": 0.006969171471043548, "grains_center_of_mass_position": 0.39804340655007403, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0021268185548026534, "throat_radius": 0.011547073291387275, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535310470128103}], "aerodynamic_surfaces": [{"length": 0.5583833553135925, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336814252832883}, {"n": 4, "root_chord": 0.12033910341758665, "tip_chord": 0.05989468861003891, "span": 0.1108858712932069, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493905103193115}, {"top_radius": 0.06506832310026485, "bottom_radius": 0.04296042770449787, "length": 0.059828993866750495, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000779162172023, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195121516077612, "upper_button_position": 0.08056576460944109}], "rail_length": 5, "inclination": 86.30377989131104, "heading": 49.856689931148566} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.6860686101217448, "wind_velocity_y_factor": 1.6659372971357633, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350816136393936, "mass": 15.042974615285745, "I_11_without_motor": 6.321, "I_22_without_motor": 6.300847616278802, "I_33_without_motor": 0.02323043647859255, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.019597575209133, "trigger": 800, "sampling_rate": 105, "lag": 1.4818668880102308, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0850139173343265, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4886908701148192, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6329.020508235353, "burn_start_time": 0.03642408945369093, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031844800829087534, "grain_number": 5, "grain_density": 1743.954307959847, "grain_outer_radius": 0.0322529780969105, "grain_initial_inner_radius": 0.014553877214740366, "grain_initial_height": 0.12047645241997876, "grain_separation": 0.005815080409365554, "grains_center_of_mass_position": 0.39446543541827067, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015048576555952231, "throat_radius": 0.011664578513316686, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253196148703088}], "aerodynamic_surfaces": [{"length": 0.5598803691524114, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336457815470236}, {"n": 4, "root_chord": 0.11918812004508504, "tip_chord": 0.05964441756776767, "span": 0.11004935551135599, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0513108922152146}, {"top_radius": 0.0641010417310352, "bottom_radius": 0.04482182200655625, "length": 0.061607656839913386, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993231477995122, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180676787885486, "upper_button_position": 0.08125546901096359}], "rail_length": 5, "inclination": 86.37766014676791, "heading": 50.13759586174081} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4523377174306717, "wind_velocity_y_factor": 1.1142117258705824, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0635022025291481, "mass": 16.020633758226868, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331779921910368, "I_33_without_motor": 0.03428951655000597, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.109527454819686, "trigger": 800, "sampling_rate": 105, "lag": 1.5352650911124428, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0024776864426146, "trigger": "apogee", "sampling_rate": 105, "lag": 1.324887855619234, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6739.810307085015, "burn_start_time": -0.060792694373385796, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03307235515213395, "grain_number": 5, "grain_density": 1714.2699029776745, "grain_outer_radius": 0.03278364026259988, "grain_initial_inner_radius": 0.015135738075491335, "grain_initial_height": 0.11991112811891246, "grain_separation": 0.003573715401190682, "grains_center_of_mass_position": 0.3958631059240439, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00022026040819993442, "throat_radius": 0.011172249687410641, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542167614234534}], "aerodynamic_surfaces": [{"length": 0.5588111492470805, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328164450184552}, {"n": 4, "root_chord": 0.11934856037956831, "tip_chord": 0.05968451372282278, "span": 0.10958706452111096, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504033344545516}, {"top_radius": 0.06525493632069782, "bottom_radius": 0.045196522269850145, "length": 0.059559006090495546, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994787288935295, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6153624381905292, "upper_button_position": 0.08411629070300031}], "rail_length": 5, "inclination": 84.57835071381822, "heading": 51.34718188048062} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.10826868328193129, "wind_velocity_y_factor": 1.620546944369849, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.063506114739362, "mass": 15.248356487167609, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325469722199797, "I_33_without_motor": 0.04641452362282954, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.027921202635921, "trigger": 800, "sampling_rate": 105, "lag": 1.543904017378706, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9696133392289349, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2727879183717077, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6403.216243401797, "burn_start_time": 0.09701644112120461, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03293723651075999, "grain_number": 5, "grain_density": 1848.9536602735202, "grain_outer_radius": 0.03247779434251321, "grain_initial_inner_radius": 0.014776842308811192, "grain_initial_height": 0.11932989376544136, "grain_separation": 0.00530382028816266, "grains_center_of_mass_position": 0.397166134889636, "center_of_dry_mass_position": 0.317, "nozzle_position": -7.785618717539749e-05, "throat_radius": 0.011083667753807785, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548841766951764}], "aerodynamic_surfaces": [{"length": 0.5583318626359145, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337924771525891}, {"n": 4, "root_chord": 0.11917346708810404, "tip_chord": 0.060113436307409604, "span": 0.10988729515219638, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485097400090624}, {"top_radius": 0.06231194960349501, "bottom_radius": 0.04409587118235601, "length": 0.06050415967683621, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991970573193371, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175421536662689, "upper_button_position": 0.08165490365306827}], "rail_length": 5, "inclination": 85.12024566459402, "heading": 53.643133927862145} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5224336129969516, "wind_velocity_y_factor": 0.8907862398122398, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350109578946136, "mass": 15.159072129129196, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3115856965862704, "I_33_without_motor": 0.01773100565773008, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.038717461734837, "trigger": 800, "sampling_rate": 105, "lag": 1.3412093526852389, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0971279864141936, "trigger": "apogee", "sampling_rate": 105, "lag": 1.631223071131446, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7263.560333211404, "burn_start_time": -0.05681096756188722, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03269447023535139, "grain_number": 5, "grain_density": 1850.2358749605523, "grain_outer_radius": 0.032935531000732515, "grain_initial_inner_radius": 0.015254380810689576, "grain_initial_height": 0.1220302485186069, "grain_separation": 0.005794599092367666, "grains_center_of_mass_position": 0.39793218330615576, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006748771275750754, "throat_radius": 0.011168193616630453, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545312040279304}], "aerodynamic_surfaces": [{"length": 0.5590327962732557, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134206845675626}, {"n": 4, "root_chord": 0.12073400197460142, "tip_chord": 0.05967146013539882, "span": 0.10988148320949004, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049370502318653}, {"top_radius": 0.06358046124947779, "bottom_radius": 0.043662986468607376, "length": 0.05967907020891665, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992558850031612, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164459612513835, "upper_button_position": 0.08280992375177765}], "rail_length": 5, "inclination": 83.82172287955824, "heading": 52.966242752573734} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1878394952931939, "wind_velocity_y_factor": 0.8820464064243233, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.0635049926072047, "mass": 15.661261781612502, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333732193674101, "I_33_without_motor": 0.019946283149022512, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.00763332859352, "trigger": 800, "sampling_rate": 105, "lag": 1.417533706323869, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0126224303210625, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5162846303584725, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6094.448063720067, "burn_start_time": 0.011370569395195335, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032024000870380105, "grain_number": 5, "grain_density": 1824.6206527388388, "grain_outer_radius": 0.03297583940640099, "grain_initial_inner_radius": 0.014442422272392926, "grain_initial_height": 0.11953534686956195, "grain_separation": 0.005830532281451171, "grains_center_of_mass_position": 0.397550155826203, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003312106193335997, "throat_radius": 0.011211538033431332, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254713596007926}], "aerodynamic_surfaces": [{"length": 0.5584212336748097, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1356143723706371}, {"n": 4, "root_chord": 0.1205936317246105, "tip_chord": 0.06107320155606015, "span": 0.110759167392404, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0480335471120803}, {"top_radius": 0.0639913817489586, "bottom_radius": 0.04346194897744073, "length": 0.06137474685730383, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700756953769208, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175615877463191, "upper_button_position": 0.0831953660228889}], "rail_length": 5, "inclination": 85.35195470696523, "heading": 50.73364789046772} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8120861057406713, "wind_velocity_y_factor": 0.890636030678648, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349834926337078, "mass": 15.821519511405223, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3393670966970985, "I_33_without_motor": 0.01510540819610287, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.941472583079214, "trigger": 800, "sampling_rate": 105, "lag": 1.6125714229398378, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9586474074070155, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4620973762840137, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7540.139150416265, "burn_start_time": -0.04194093336398188, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03314815630554403, "grain_number": 5, "grain_density": 1887.3164219354985, "grain_outer_radius": 0.032794555478136714, "grain_initial_inner_radius": 0.015100852896325954, "grain_initial_height": 0.11993751206910037, "grain_separation": 0.004775024190015352, "grains_center_of_mass_position": 0.3986270189804538, "center_of_dry_mass_position": 0.317, "nozzle_position": 7.682781548056265e-05, "throat_radius": 0.011671092097549674, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2528400380706068}], "aerodynamic_surfaces": [{"length": 0.5586167984109932, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132272031667884}, {"n": 4, "root_chord": 0.12007505389160636, "tip_chord": 0.06024398602380329, "span": 0.11022657921142097, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484421057052242}, {"top_radius": 0.06345880944091561, "bottom_radius": 0.04534451408308728, "length": 0.06094494388344844, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003226786201591, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6156439861560692, "upper_button_position": 0.08467869246408988}], "rail_length": 5, "inclination": 82.3373713627602, "heading": 53.919164586566374} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3731847306101692, "wind_velocity_y_factor": 1.1289338385372047, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350579729434047, "mass": 14.73250532686537, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333090620218785, "I_33_without_motor": 0.045148687841201116, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.838421316343387, "trigger": 800, "sampling_rate": 105, "lag": 1.3670499632662503, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.028956701815323, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1805569813779284, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6810.450375426695, "burn_start_time": 0.0549670379595322, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033053210337927734, "grain_number": 5, "grain_density": 1794.1964349793398, "grain_outer_radius": 0.03331985480216707, "grain_initial_inner_radius": 0.014780229004782252, "grain_initial_height": 0.12148710359997054, "grain_separation": 0.004423858029018263, "grains_center_of_mass_position": 0.39706709821929526, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009818133810827645, "throat_radius": 0.010298559417308098, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255951502999392}], "aerodynamic_surfaces": [{"length": 0.5596650046957357, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338026368589367}, {"n": 4, "root_chord": 0.12024601060426292, "tip_chord": 0.060047167322970475, "span": 0.1105538132620934, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0518010391771329}, {"top_radius": 0.06374886266928567, "bottom_radius": 0.04221934498471738, "length": 0.06166112569124598, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000748782554778, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184398264435321, "upper_button_position": 0.08163505181194564}], "rail_length": 5, "inclination": 83.0959369302157, "heading": 55.033285948669445} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4333752665506625, "wind_velocity_y_factor": 1.3415589560053474, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349722439854134, "mass": 15.457338080315559, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314333587369422, "I_33_without_motor": 0.03545905986176525, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.009643736430222, "trigger": 800, "sampling_rate": 105, "lag": 1.6016055188510419, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1384154604028236, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5622410038552987, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4781.098364739641, "burn_start_time": -0.15178247421715518, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03296461162055475, "grain_number": 5, "grain_density": 1815.7953064598266, "grain_outer_radius": 0.032895591669301505, "grain_initial_inner_radius": 0.014643206816115148, "grain_initial_height": 0.11956971871177828, "grain_separation": 0.005782996911958741, "grains_center_of_mass_position": 0.3980285475411335, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011341049889810927, "throat_radius": 0.011530526451007925, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535896406103013}], "aerodynamic_surfaces": [{"length": 0.558754546042802, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13339139863838}, {"n": 4, "root_chord": 0.11984207981970467, "tip_chord": 0.060629733481089305, "span": 0.11008223170414358, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492183600938392}, {"top_radius": 0.06388024160370112, "bottom_radius": 0.0448427446059145, "length": 0.06088577459410399, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996702797549714, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189237046431021, "upper_button_position": 0.08074657511186933}], "rail_length": 5, "inclination": 83.70039736016206, "heading": 56.23110855364198} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1242602313514465, "wind_velocity_y_factor": 1.5609823866817218, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.0634925548737717, "mass": 15.279877131872373, "I_11_without_motor": 6.321, "I_22_without_motor": 6.303579879255153, "I_33_without_motor": 0.04576872119381967, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.969010563413924, "trigger": 800, "sampling_rate": 105, "lag": 1.6118208062866815, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0211537199074319, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3521073944812372, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8079.671362538235, "burn_start_time": 0.06988227150891174, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032984973198396154, "grain_number": 5, "grain_density": 1819.5784374223842, "grain_outer_radius": 0.03253639493747163, "grain_initial_inner_radius": 0.014690835625886108, "grain_initial_height": 0.12190086500627297, "grain_separation": 0.005208199531591692, "grains_center_of_mass_position": 0.3952459391014836, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017633082668504687, "throat_radius": 0.011173098953655425, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563945422930336}], "aerodynamic_surfaces": [{"length": 0.5588076776909761, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338112426869968}, {"n": 4, "root_chord": 0.12014586298694643, "tip_chord": 0.0602638934124419, "span": 0.11030211269374018, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507616997593068}, {"top_radius": 0.06346374719296483, "bottom_radius": 0.04420086527639754, "length": 0.06054683092960727, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002511723907316, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168713599175482, "upper_button_position": 0.08337981247318349}], "rail_length": 5, "inclination": 85.94860228442958, "heading": 54.48120115395544} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1086839803671789, "wind_velocity_y_factor": 0.9130120440382132, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.063503377087701, "mass": 14.644929376074405, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322575772053147, "I_33_without_motor": 0.017482519038543885, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.0214310321854, "trigger": 800, "sampling_rate": 105, "lag": 1.5363662959304947, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9345264381163296, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6073965832770285, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8606.824562856544, "burn_start_time": -0.06180966154415984, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032897127485555504, "grain_number": 5, "grain_density": 1850.981693870795, "grain_outer_radius": 0.03270421588590894, "grain_initial_inner_radius": 0.014630595662724483, "grain_initial_height": 0.12017291252965509, "grain_separation": 0.004856266681715777, "grains_center_of_mass_position": 0.3963355921753454, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001406929708854224, "throat_radius": 0.011437273551316523, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548390313443345}], "aerodynamic_surfaces": [{"length": 0.5576630988587186, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341049706641366}, {"n": 4, "root_chord": 0.11948877743596115, "tip_chord": 0.05952564202158478, "span": 0.11007786292930834, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049959886514662}, {"top_radius": 0.06444689210291371, "bottom_radius": 0.045258734940717, "length": 0.05908070897596621, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992932957033311, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166176697157649, "upper_button_position": 0.08267562598756617}], "rail_length": 5, "inclination": 83.98558886918693, "heading": 52.270240082881685} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8723769085008956, "wind_velocity_y_factor": 0.9930196889625452, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06351002522098183, "mass": 14.81711538325342, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322757173487277, "I_33_without_motor": 0.00730651678422534, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.89171904600214, "trigger": 800, "sampling_rate": 105, "lag": 1.4224168755474609, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8306270158103544, "trigger": "apogee", "sampling_rate": 105, "lag": 1.958407572157891, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7167.643620833551, "burn_start_time": -0.043269507854079445, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03312004961104548, "grain_number": 5, "grain_density": 1826.564388835197, "grain_outer_radius": 0.03273211732013073, "grain_initial_inner_radius": 0.015300705148774836, "grain_initial_height": 0.1207859063349544, "grain_separation": 0.003930397166105886, "grains_center_of_mass_position": 0.3980617644053502, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0016228594261960708, "throat_radius": 0.01111541183733478, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.257158314506992}], "aerodynamic_surfaces": [{"length": 0.5585369083049107, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343284049132745}, {"n": 4, "root_chord": 0.12019999396784804, "tip_chord": 0.059565357737663305, "span": 0.11080350857375054, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496904813437382}, {"top_radius": 0.06337243394071138, "bottom_radius": 0.0439742927956799, "length": 0.05985330574081705, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699628029277416, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188066589766711, "upper_button_position": 0.08082137030074488}], "rail_length": 5, "inclination": 85.26331513632057, "heading": 55.770056014478975} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0866283837867934, "wind_velocity_y_factor": 0.9748055390799046, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349601059902327, "mass": 15.42213957422327, "I_11_without_motor": 6.321, "I_22_without_motor": 6.302249993900386, "I_33_without_motor": 0.014871181450152753, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.018235057591559, "trigger": 800, "sampling_rate": 105, "lag": 1.4774162734625973, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9409051676999294, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5802190446432605, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7205.523521776141, "burn_start_time": -0.024191173205102414, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033722772785156854, "grain_number": 5, "grain_density": 1762.8337828778929, "grain_outer_radius": 0.03334684394379013, "grain_initial_inner_radius": 0.015192395703468194, "grain_initial_height": 0.12013395097522904, "grain_separation": 0.004353748758645892, "grains_center_of_mass_position": 0.39622784432999925, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00060153870510534, "throat_radius": 0.01010945456876187, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550544038289506}], "aerodynamic_surfaces": [{"length": 0.5581222660442948, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349447006530715}, {"n": 4, "root_chord": 0.11858866473846422, "tip_chord": 0.0599287508001812, "span": 0.10938920325207861, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503024369935794}, {"top_radius": 0.06443869161036393, "bottom_radius": 0.043853885629686784, "length": 0.05928020833241269, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7016291964686161, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6201176079387857, "upper_button_position": 0.08151158852983043}], "rail_length": 5, "inclination": 84.89566753391247, "heading": 48.91939409022483} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4494632667326213, "wind_velocity_y_factor": 1.2066912608492486, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06351178693715429, "mass": 15.15237846907068, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3373942655654, "I_33_without_motor": 0.0499510663609178, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.154743840050662, "trigger": 800, "sampling_rate": 105, "lag": 1.5160085648645913, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0402574472559958, "trigger": "apogee", "sampling_rate": 105, "lag": 1.327293875076185, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5629.891625344679, "burn_start_time": -0.1044556630328877, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032950818537521784, "grain_number": 5, "grain_density": 1794.370556720624, "grain_outer_radius": 0.03312893184280696, "grain_initial_inner_radius": 0.015273480068856872, "grain_initial_height": 0.11974915204530254, "grain_separation": 0.00537210809534977, "grains_center_of_mass_position": 0.39610871576650664, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001066795033107424, "throat_radius": 0.011162023967918207, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546518425536652}], "aerodynamic_surfaces": [{"length": 0.5567626792646305, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135177221029349}, {"n": 4, "root_chord": 0.11966321383081956, "tip_chord": 0.06004542747655742, "span": 0.11076351108478855, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494753884971617}, {"top_radius": 0.06484192109073833, "bottom_radius": 0.044579632287085544, "length": 0.06165973403738602, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991597548643156, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171535763573316, "upper_button_position": 0.082006178506984}], "rail_length": 5, "inclination": 84.56160397581743, "heading": 51.92889901710129} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5300467953711197, "wind_velocity_y_factor": 1.1187097930712726, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350098489375426, "mass": 15.734249091947104, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316937602442762, "I_33_without_motor": 0.02687573840745321, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.035813268906821, "trigger": 800, "sampling_rate": 105, "lag": 1.4368214813450546, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8371345864501014, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6041442513039295, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6410.939925041774, "burn_start_time": -0.1084448993067573, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03229482248788136, "grain_number": 5, "grain_density": 1761.9892090831102, "grain_outer_radius": 0.03339882579544381, "grain_initial_inner_radius": 0.01515310535100515, "grain_initial_height": 0.12070016229438325, "grain_separation": 0.004083165989207287, "grains_center_of_mass_position": 0.39587014524274866, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002167619307590844, "throat_radius": 0.010979254536028002, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552146706917344}], "aerodynamic_surfaces": [{"length": 0.5578453124175476, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349260268343806}, {"n": 4, "root_chord": 0.11992110723450017, "tip_chord": 0.0603935963732604, "span": 0.10996576131584747, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051161736454462}, {"top_radius": 0.06315988926246331, "bottom_radius": 0.04276856435747402, "length": 0.061362730737716, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990708540681535, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194396173143505, "upper_button_position": 0.07963123675380301}], "rail_length": 5, "inclination": 85.76131466339784, "heading": 52.971663342449595} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2114134124861553, "wind_velocity_y_factor": 1.5271086993900829, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350268007423679, "mass": 15.552657658443884, "I_11_without_motor": 6.321, "I_22_without_motor": 6.302727121623941, "I_33_without_motor": 0.03026272204604198, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.899267100129029, "trigger": 800, "sampling_rate": 105, "lag": 1.430154395936564, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9414221619447568, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4966838709355192, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7034.582090061083, "burn_start_time": 0.11829236674788911, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03308227386116404, "grain_number": 5, "grain_density": 1722.8702944713511, "grain_outer_radius": 0.03368345937420898, "grain_initial_inner_radius": 0.01517577566647471, "grain_initial_height": 0.11963036362560245, "grain_separation": 0.004110643493715441, "grains_center_of_mass_position": 0.3963211887219221, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001291518981951974, "throat_radius": 0.011590477320131305, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548296693201297}], "aerodynamic_surfaces": [{"length": 0.5580757010194857, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339281069475577}, {"n": 4, "root_chord": 0.12012260215413989, "tip_chord": 0.05983513129806524, "span": 0.10999565848107212, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496636084400397}, {"top_radius": 0.06323506959913844, "bottom_radius": 0.042317866768634076, "length": 0.060753629779296645, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005866933336978, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184736730078038, "upper_button_position": 0.08211302032589407}], "rail_length": 5, "inclination": 85.18178592118659, "heading": 55.53733317351976} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0331399208701872, "wind_velocity_y_factor": 1.308165121300555, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350957114425883, "mass": 15.653828571244782, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321800210791727, "I_33_without_motor": 0.042684263699949494, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.072998647972874, "trigger": 800, "sampling_rate": 105, "lag": 1.5919159482365972, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9172898620536287, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6075777474370168, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6492.88818645031, "burn_start_time": 0.05286725643142436, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03234912950354148, "grain_number": 5, "grain_density": 1761.800509066298, "grain_outer_radius": 0.033538797467428876, "grain_initial_inner_radius": 0.015093708739462872, "grain_initial_height": 0.12020996597412527, "grain_separation": 0.005224940396049478, "grains_center_of_mass_position": 0.39531710154059424, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011140750938359466, "throat_radius": 0.010364835777798849, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548345424914171}], "aerodynamic_surfaces": [{"length": 0.5580685495974439, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333085518648343}, {"n": 4, "root_chord": 0.12014997388773346, "tip_chord": 0.058838634304261735, "span": 0.11022312047447318, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508899995667313}, {"top_radius": 0.06394741382831874, "bottom_radius": 0.04156241493177534, "length": 0.05936227547947035, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000633976022111, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619916554813591, "upper_button_position": 0.08014684278862017}], "rail_length": 5, "inclination": 84.7231809894967, "heading": 52.95075033646951} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8140346634606022, "wind_velocity_y_factor": 1.077965423896697, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.063493303710377, "mass": 15.163202795176352, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306673027801197, "I_33_without_motor": 0.031942666102786156, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.981034343791654, "trigger": 800, "sampling_rate": 105, "lag": 1.3878825034470121, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0871245835265888, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5003222903405282, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6491.471488039639, "burn_start_time": 0.04899363529731915, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032906090461149194, "grain_number": 5, "grain_density": 1741.1080818728187, "grain_outer_radius": 0.03289089344890833, "grain_initial_inner_radius": 0.015393793686973911, "grain_initial_height": 0.12051079057023233, "grain_separation": 0.005544909377773186, "grains_center_of_mass_position": 0.39648761663288745, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001679525459600125, "throat_radius": 0.010558960193474402, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562326453526234}], "aerodynamic_surfaces": [{"length": 0.557199008234582, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349305402994363}, {"n": 4, "root_chord": 0.11972352342538924, "tip_chord": 0.060125546315136794, "span": 0.10979780735860263, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049814081138564}, {"top_radius": 0.06474652661894441, "bottom_radius": 0.04365240876842412, "length": 0.06159450917732126, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002112775515968, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184208894604127, "upper_button_position": 0.08179038809118411}], "rail_length": 5, "inclination": 83.52248369469308, "heading": 54.188700909913514} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5334155406097523, "wind_velocity_y_factor": 0.6612337542857296, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349963692190447, "mass": 15.310876178068735, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326841746972188, "I_33_without_motor": 0.0394891017252195, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.897420089209179, "trigger": 800, "sampling_rate": 105, "lag": 1.6118700457475108, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0743515415682783, "trigger": "apogee", "sampling_rate": 105, "lag": 1.870615960914613, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7537.227347730174, "burn_start_time": 0.07630629136760286, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03214765055339601, "grain_number": 5, "grain_density": 1860.0178511983277, "grain_outer_radius": 0.03243847548057637, "grain_initial_inner_radius": 0.01489992879167718, "grain_initial_height": 0.12075995912162232, "grain_separation": 0.004563620684125586, "grains_center_of_mass_position": 0.39789479955434187, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006202816023023034, "throat_radius": 0.011390406592574901, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255197200631227}], "aerodynamic_surfaces": [{"length": 0.5589054305393024, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343944445054228}, {"n": 4, "root_chord": 0.11960805962862864, "tip_chord": 0.060638552491945434, "span": 0.11035186630661817, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501268090933698}, {"top_radius": 0.06452344440751286, "bottom_radius": 0.04291388204522668, "length": 0.05943536916289382, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006658070680698, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617307397194257, "upper_button_position": 0.08335840987381282}], "rail_length": 5, "inclination": 84.77449474747631, "heading": 53.420696644087684} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3479135093469212, "wind_velocity_y_factor": 1.145654640748873, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349426869760502, "mass": 15.688779797798647, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333030423577134, "I_33_without_motor": 0.03925590905493949, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.071192104319179, "trigger": 800, "sampling_rate": 105, "lag": 1.3867396139052284, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.938294821644579, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3444345682930108, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6639.950148107416, "burn_start_time": 0.09177238964952598, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03270859987780935, "grain_number": 5, "grain_density": 1816.078044514025, "grain_outer_radius": 0.03344455055865007, "grain_initial_inner_radius": 0.014372256846042845, "grain_initial_height": 0.1181814276166536, "grain_separation": 0.0036037829484330715, "grains_center_of_mass_position": 0.39840554354870744, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006011139080353295, "throat_radius": 0.01140384210029621, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548524292463838}], "aerodynamic_surfaces": [{"length": 0.5559516408283178, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330805109366562}, {"n": 4, "root_chord": 0.11903217746610732, "tip_chord": 0.06019944326294894, "span": 0.1108929606471997, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488691138758734}, {"top_radius": 0.06339195714467068, "bottom_radius": 0.04317475832095221, "length": 0.0608834975181285, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002324988648957, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6150677249966127, "upper_button_position": 0.08516477386828303}], "rail_length": 5, "inclination": 86.16060375126705, "heading": 53.42913028643519} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3897216974702161, "wind_velocity_y_factor": 1.1231241221577053, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349743519892753, "mass": 16.065828644986954, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3228652280684425, "I_33_without_motor": 0.03549165881170015, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.062926708523824, "trigger": 800, "sampling_rate": 105, "lag": 1.5219987590517552, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0202954951997967, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7722640753408707, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6566.031531896836, "burn_start_time": -0.10823583032700959, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033427308756885, "grain_number": 5, "grain_density": 1768.7001718218035, "grain_outer_radius": 0.03325578647000269, "grain_initial_inner_radius": 0.014548410096976543, "grain_initial_height": 0.11975968964048186, "grain_separation": 0.005731911353503967, "grains_center_of_mass_position": 0.39692331391963875, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004747627461099363, "throat_radius": 0.011205172902761037, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534563794374682}], "aerodynamic_surfaces": [{"length": 0.5572738791814013, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133548570823598}, {"n": 4, "root_chord": 0.12026574485596708, "tip_chord": 0.060410960010372446, "span": 0.11084612359564706, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050329287296044}, {"top_radius": 0.0639156888522922, "bottom_radius": 0.044054532215014874, "length": 0.05834766510526994, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006220711486634, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192372718810615, "upper_button_position": 0.08138479926760189}], "rail_length": 5, "inclination": 83.07730624838133, "heading": 51.02403741117509} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0803457480348242, "wind_velocity_y_factor": 1.1655834961976481, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350733640138298, "mass": 15.527544045777866, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332469395052324, "I_33_without_motor": 0.024897187499832527, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.95781121851719, "trigger": 800, "sampling_rate": 105, "lag": 1.425039809018033, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0600826868108102, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7519860715263949, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5512.59813371702, "burn_start_time": -0.07106118651111969, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03371787252428098, "grain_number": 5, "grain_density": 1812.143834813606, "grain_outer_radius": 0.03348814245751812, "grain_initial_inner_radius": 0.014879947414898325, "grain_initial_height": 0.12202254788245495, "grain_separation": 0.0048247912775680685, "grains_center_of_mass_position": 0.3969056985541384, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00020638541561107565, "throat_radius": 0.01111689065919646, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543981999046943}], "aerodynamic_surfaces": [{"length": 0.558023311855838, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134600846919067}, {"n": 4, "root_chord": 0.12009409470387905, "tip_chord": 0.05987726224250721, "span": 0.11105225340539344, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482365627538426}, {"top_radius": 0.06417741166112075, "bottom_radius": 0.04303196209999713, "length": 0.05903441542358807, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985895797884766, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183577078907814, "upper_button_position": 0.0802318718976952}], "rail_length": 5, "inclination": 81.4251008748194, "heading": 50.404006618038636} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.665572710742401, "wind_velocity_y_factor": 0.4955078226561723, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.0635046822475341, "mass": 15.60018691770434, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312739597114245, "I_33_without_motor": 0.025114619617070046, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.88900418502521, "trigger": 800, "sampling_rate": 105, "lag": 1.6437842099803304, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0711215155143567, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2985864351195124, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6745.295367406038, "burn_start_time": 0.08995206734518278, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032244073002571975, "grain_number": 5, "grain_density": 1788.8957003233077, "grain_outer_radius": 0.03330657764191245, "grain_initial_inner_radius": 0.014950654213316884, "grain_initial_height": 0.11950834688209568, "grain_separation": 0.004983753785251454, "grains_center_of_mass_position": 0.3972574900313198, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010276387295209957, "throat_radius": 0.011083675664839308, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542934732784041}], "aerodynamic_surfaces": [{"length": 0.5606233205203078, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354755749873044}, {"n": 4, "root_chord": 0.12075121435735403, "tip_chord": 0.06020974004570858, "span": 0.10986649526888875, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0512236471516325}, {"top_radius": 0.06367773481393801, "bottom_radius": 0.042387163947787986, "length": 0.05908870855748684, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6978915769484146, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182926275189822, "upper_button_position": 0.07959894942943246}], "rail_length": 5, "inclination": 85.6225010555074, "heading": 54.24544444942602} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.999086878950215, "wind_velocity_y_factor": 1.2762778613865793, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350095433765203, "mass": 14.786196141267427, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3391132529969845, "I_33_without_motor": 0.02420455606787169, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.937887041263444, "trigger": 800, "sampling_rate": 105, "lag": 1.2454635405444279, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1238460613256185, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3272009064670627, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 3931.9184802847285, "burn_start_time": -0.03293464689619122, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03270079630128979, "grain_number": 5, "grain_density": 1819.377085001937, "grain_outer_radius": 0.03224296066778282, "grain_initial_inner_radius": 0.014960845765000601, "grain_initial_height": 0.11969636766000467, "grain_separation": 0.005013472957094376, "grains_center_of_mass_position": 0.3972516896770994, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015423417073074893, "throat_radius": 0.010504381623899326, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254626210730038}], "aerodynamic_surfaces": [{"length": 0.557620582323937, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330835466598204}, {"n": 4, "root_chord": 0.12014435768005753, "tip_chord": 0.059980486988651355, "span": 0.10976959645269452, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487768999701714}, {"top_radius": 0.06258390787669058, "bottom_radius": 0.04379308956969289, "length": 0.06043133956283395, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991596336125456, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167277361321613, "upper_button_position": 0.08243189748038438}], "rail_length": 5, "inclination": 85.15989653649812, "heading": 54.37554935277757} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9575066449845219, "wind_velocity_y_factor": 1.114403630573574, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349965923295163, "mass": 15.171713321424763, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32930603516202, "I_33_without_motor": 0.043928852652199674, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.95040103680736, "trigger": 800, "sampling_rate": 105, "lag": 1.3946030929146311, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0521545666053194, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4812160039662274, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7245.692058163359, "burn_start_time": 0.1031917324131118, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03358922743213225, "grain_number": 5, "grain_density": 1750.1067497932154, "grain_outer_radius": 0.033704164727042706, "grain_initial_inner_radius": 0.015470931715087495, "grain_initial_height": 0.12121841105602585, "grain_separation": 0.006469676110992883, "grains_center_of_mass_position": 0.39699638513074514, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00040590682544989045, "throat_radius": 0.010980628843873382, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544582616952369}], "aerodynamic_surfaces": [{"length": 0.5585376720041793, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339336430897564}, {"n": 4, "root_chord": 0.120134912223674, "tip_chord": 0.05925284794731327, "span": 0.11121407400347405, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051130739662015}, {"top_radius": 0.06330440826152404, "bottom_radius": 0.04302296847190195, "length": 0.0604001789725695, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005713171021982, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6196075912346267, "upper_button_position": 0.0809637258675715}], "rail_length": 5, "inclination": 84.72205271757525, "heading": 52.22963662948412} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7515502116922069, "wind_velocity_y_factor": 0.6471442610151521, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350233070416245, "mass": 14.767636890894222, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328550353300217, "I_33_without_motor": 0.04170651049779825, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.999032830956038, "trigger": 800, "sampling_rate": 105, "lag": 1.425293158971507, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.931106673401729, "trigger": "apogee", "sampling_rate": 105, "lag": 1.178352709108354, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7535.056016576995, "burn_start_time": 0.05723891289373262, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03293271864430282, "grain_number": 5, "grain_density": 1929.3996655398812, "grain_outer_radius": 0.03370688420449815, "grain_initial_inner_radius": 0.014271740858204384, "grain_initial_height": 0.12055003866922233, "grain_separation": 0.004671512288324232, "grains_center_of_mass_position": 0.3959448966876935, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009393030526534701, "throat_radius": 0.010165028122900578, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555991772456687}], "aerodynamic_surfaces": [{"length": 0.5570022767036356, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331135119956783}, {"n": 4, "root_chord": 0.12002753453266228, "tip_chord": 0.059471104181889826, "span": 0.10983579279048103, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0512740218472696}, {"top_radius": 0.06307131118147069, "bottom_radius": 0.043089459309215386, "length": 0.060726036369723735, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988329813184115, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176587463630282, "upper_button_position": 0.08117423495538334}], "rail_length": 5, "inclination": 84.11809350653058, "heading": 49.45468662113149} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1044575065201228, "wind_velocity_y_factor": 0.7746903484191989, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349544975131712, "mass": 14.806989341178209, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316014391662902, "I_33_without_motor": 0.030073344056031258, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.145889563178986, "trigger": 800, "sampling_rate": 105, "lag": 1.7136352821385232, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0763668030177167, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5230645759086348, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4773.147267427345, "burn_start_time": 0.14812486433881478, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03272778205197402, "grain_number": 5, "grain_density": 1874.4785806714026, "grain_outer_radius": 0.032983349258531774, "grain_initial_inner_radius": 0.014924907083296923, "grain_initial_height": 0.11835974981626587, "grain_separation": 0.004300527055996788, "grains_center_of_mass_position": 0.3963032170552076, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00030618936969733373, "throat_radius": 0.01154945259472658, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2522231221189857}], "aerodynamic_surfaces": [{"length": 0.5583959674602451, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344172986767767}, {"n": 4, "root_chord": 0.12055609675853153, "tip_chord": 0.060180186675714835, "span": 0.11065678619362876, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494829110034865}, {"top_radius": 0.06255986791994651, "bottom_radius": 0.04482279575358442, "length": 0.060190354252777585, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986551791711624, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187358516779254, "upper_button_position": 0.07991932749323694}], "rail_length": 5, "inclination": 86.36467835393286, "heading": 52.50175615764941} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4135412327804506, "wind_velocity_y_factor": 0.9140195333459922, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350427436054598, "mass": 15.491853337278018, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322576526354911, "I_33_without_motor": 0.031159497384725277, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.032373586328706, "trigger": 800, "sampling_rate": 105, "lag": 1.4581036769633806, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9850620620790158, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2659741012972137, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8524.99077142455, "burn_start_time": 0.04377234609074973, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03332809074589909, "grain_number": 5, "grain_density": 1781.2042612912653, "grain_outer_radius": 0.03291634004554047, "grain_initial_inner_radius": 0.014958237239610123, "grain_initial_height": 0.12037172590123613, "grain_separation": 0.005807909590147814, "grains_center_of_mass_position": 0.3984369192684039, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00034015870752644446, "throat_radius": 0.010293738833017815, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544981924549496}], "aerodynamic_surfaces": [{"length": 0.5593203099864046, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132509303150349}, {"n": 4, "root_chord": 0.12097113881383993, "tip_chord": 0.060902744955148296, "span": 0.11038163552141347, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0478706663647552}, {"top_radius": 0.06194027777306365, "bottom_radius": 0.045805009920234355, "length": 0.060750797441855214, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699092091244554, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175586550207927, "upper_button_position": 0.0815334362237613}], "rail_length": 5, "inclination": 83.50410328525318, "heading": 53.96673820538834} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8342950987903187, "wind_velocity_y_factor": 0.9934922489628646, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06351176121783736, "mass": 15.967546049977486, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327598487950008, "I_33_without_motor": 0.010978960263505758, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.955101019061365, "trigger": 800, "sampling_rate": 105, "lag": 1.4293169154446477, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9682035243190187, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3973387247419011, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5823.554901823979, "burn_start_time": -0.12857024640087403, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03288435860016366, "grain_number": 5, "grain_density": 1889.8256427360975, "grain_outer_radius": 0.033303617762859374, "grain_initial_inner_radius": 0.015143903646946736, "grain_initial_height": 0.11969563570773857, "grain_separation": 0.004217830027175063, "grains_center_of_mass_position": 0.3953627312791972, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004686403539142424, "throat_radius": 0.011128067772147534, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25565577292841}], "aerodynamic_surfaces": [{"length": 0.5613896715934751, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328024412423574}, {"n": 4, "root_chord": 0.11898197370737959, "tip_chord": 0.06035509709721928, "span": 0.10890560862315467, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497147012857004}, {"top_radius": 0.06300673087229468, "bottom_radius": 0.04519789755055657, "length": 0.059737791975578686, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986822812951078, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180945827813885, "upper_button_position": 0.08058769851371927}], "rail_length": 5, "inclination": 85.40905131627808, "heading": 50.89626447724607} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3229993260252746, "wind_velocity_y_factor": 1.0790095869722336, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349531044973644, "mass": 14.959827734048572, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3105445469246675, "I_33_without_motor": 0.048925496813939, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.090874190855896, "trigger": 800, "sampling_rate": 105, "lag": 1.6059253406545235, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0206468021496817, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4622035298798572, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7020.343773098706, "burn_start_time": -0.24273739547265505, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03216003074969394, "grain_number": 5, "grain_density": 1830.2149788013194, "grain_outer_radius": 0.03319096373508872, "grain_initial_inner_radius": 0.014943037623404872, "grain_initial_height": 0.1205375199724923, "grain_separation": 0.0038605824487865327, "grains_center_of_mass_position": 0.3972015539216351, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008276874932663828, "throat_radius": 0.01104221688009798, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542871985989335}], "aerodynamic_surfaces": [{"length": 0.557746018395904, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340152272539217}, {"n": 4, "root_chord": 0.11999405988540766, "tip_chord": 0.060495860246647465, "span": 0.10938221688022891, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491992391910752}, {"top_radius": 0.0630570138197791, "bottom_radius": 0.0429739415024706, "length": 0.06122229911596108, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003583588856114, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171265197372122, "upper_button_position": 0.08323183914839916}], "rail_length": 5, "inclination": 84.34623139566439, "heading": 49.99916423933655} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.596488783972668, "wind_velocity_y_factor": 0.5845596323657786, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349468237474871, "mass": 15.771699426984915, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313043132917478, "I_33_without_motor": 0.02980643187140376, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.88979188541179, "trigger": 800, "sampling_rate": 105, "lag": 1.386792568857629, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0614238695526352, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4261387623059043, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7888.6500382479935, "burn_start_time": 0.0728089839859881, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03263142411822743, "grain_number": 5, "grain_density": 1859.3873437637442, "grain_outer_radius": 0.033106248097004846, "grain_initial_inner_radius": 0.015505551278829223, "grain_initial_height": 0.11901060673507931, "grain_separation": 0.004979962103586813, "grains_center_of_mass_position": 0.39698243534734323, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007914571290843965, "throat_radius": 0.011327054015128641, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255215122822034}], "aerodynamic_surfaces": [{"length": 0.5583782831389795, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353899538425647}, {"n": 4, "root_chord": 0.1200736607297615, "tip_chord": 0.060176873012436925, "span": 0.10945789211529688, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051268679607628}, {"top_radius": 0.06369496663883106, "bottom_radius": 0.044796771199552166, "length": 0.06055701661939844, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002169158668795, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616949953073404, "upper_button_position": 0.08326696279347556}], "rail_length": 5, "inclination": 83.73994766217055, "heading": 53.02362092412257} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7853784064486595, "wind_velocity_y_factor": 0.5030168726836408, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349537255170988, "mass": 15.56701094624547, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3350075814527065, "I_33_without_motor": 0.026197981577724003, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.041631838578743, "trigger": 800, "sampling_rate": 105, "lag": 1.5239227478712616, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0211840841115234, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4324747387953696, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7766.511745461272, "burn_start_time": -0.15218758979402097, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033058356893375884, "grain_number": 5, "grain_density": 1856.893316411421, "grain_outer_radius": 0.03329594983066445, "grain_initial_inner_radius": 0.01566998243658181, "grain_initial_height": 0.12032058542415994, "grain_separation": 0.006486281941683092, "grains_center_of_mass_position": 0.39712974636284687, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009401640516192681, "throat_radius": 0.010822352269676684, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2568135515855374}], "aerodynamic_surfaces": [{"length": 0.55941580206846, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353943061314173}, {"n": 4, "root_chord": 0.12072481724113845, "tip_chord": 0.06025553679875101, "span": 0.10949034255465938, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506767994227746}, {"top_radius": 0.06489716296241586, "bottom_radius": 0.042998276098266744, "length": 0.060038469773646366, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6977174797261125, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180258907107057, "upper_button_position": 0.07969158901540685}], "rail_length": 5, "inclination": 85.20247574105086, "heading": 52.398208607274356} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6367188650889597, "wind_velocity_y_factor": 0.31751353241007885, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350881804350357, "mass": 15.779785335406263, "I_11_without_motor": 6.321, "I_22_without_motor": 6.336091677391267, "I_33_without_motor": 0.04435697482166965, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.94825617444368, "trigger": 800, "sampling_rate": 105, "lag": 1.4285091129543472, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8870636674477954, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6335955751875624, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6353.167175237463, "burn_start_time": -0.016513578510882306, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033696925046956594, "grain_number": 5, "grain_density": 1884.9776015648465, "grain_outer_radius": 0.033259594740762205, "grain_initial_inner_radius": 0.014806434435385919, "grain_initial_height": 0.1197857460612526, "grain_separation": 0.004775580583358298, "grains_center_of_mass_position": 0.3984469947244594, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014491209295586787, "throat_radius": 0.011052717170797914, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554719697014671}], "aerodynamic_surfaces": [{"length": 0.5594543713113425, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336508292714447}, {"n": 4, "root_chord": 0.12080487897329495, "tip_chord": 0.059383948847706855, "span": 0.10963634961054532, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493625119644399}, {"top_radius": 0.06182217813556306, "bottom_radius": 0.04344827296387198, "length": 0.05814895942953842, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995144008649357, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178943859469389, "upper_button_position": 0.08162001491799675}], "rail_length": 5, "inclination": 83.91059726909468, "heading": 52.75153355442046} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7634715547561759, "wind_velocity_y_factor": 0.74053282040767, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06351648753366695, "mass": 14.881242439266174, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318680007167737, "I_33_without_motor": 0.011926539746127823, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.008700089091995, "trigger": 800, "sampling_rate": 105, "lag": 1.568876694055283, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0161050883732992, "trigger": "apogee", "sampling_rate": 105, "lag": 2.0256718977765775, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5367.817169110649, "burn_start_time": 0.05906531697143286, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032132580358226186, "grain_number": 5, "grain_density": 1870.5988869023827, "grain_outer_radius": 0.03300047051811983, "grain_initial_inner_radius": 0.014792325672319376, "grain_initial_height": 0.11762383044045124, "grain_separation": 0.0035103032308932917, "grains_center_of_mass_position": 0.3961080248610737, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007950839912517104, "throat_radius": 0.011621162018470348, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254384865352918}], "aerodynamic_surfaces": [{"length": 0.5568082732644534, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1361180573622924}, {"n": 4, "root_chord": 0.12082918511907437, "tip_chord": 0.06016758865249064, "span": 0.11114295793991998, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492840471869216}, {"top_radius": 0.06515447734180758, "bottom_radius": 0.043370735511048475, "length": 0.058973193589991105, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987511084203785, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180807528441316, "upper_button_position": 0.08067035557624691}], "rail_length": 5, "inclination": 85.68279215381027, "heading": 54.24925819989502} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5848146284057982, "wind_velocity_y_factor": 0.6993920780651759, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349836613389523, "mass": 14.727854128064708, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314131249373485, "I_33_without_motor": 0.038659734918281, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.128841168713455, "trigger": 800, "sampling_rate": 105, "lag": 1.5791219902472369, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9609408995488901, "trigger": "apogee", "sampling_rate": 105, "lag": 1.516594067898501, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6259.425958162506, "burn_start_time": -0.15316605052040014, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033377740134542706, "grain_number": 5, "grain_density": 1717.8493577468112, "grain_outer_radius": 0.03277392621790317, "grain_initial_inner_radius": 0.014850700986209747, "grain_initial_height": 0.11972669132045485, "grain_separation": 0.00540319534238236, "grains_center_of_mass_position": 0.39750126682696546, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00013258839027878444, "throat_radius": 0.011557911240098953, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557946937244977}], "aerodynamic_surfaces": [{"length": 0.5577775069988024, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347998951774119}, {"n": 4, "root_chord": 0.11935560970599376, "tip_chord": 0.059395551585921746, "span": 0.10974648643733059, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484696149441597}, {"top_radius": 0.06467852526042285, "bottom_radius": 0.04493622829369363, "length": 0.05958805867971189, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988829156527573, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181691982493459, "upper_button_position": 0.08071371740341138}], "rail_length": 5, "inclination": 84.44189898446767, "heading": 53.67096712760695} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.6903780467688116, "wind_velocity_y_factor": 0.7796334789096137, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350142631147052, "mass": 15.983451905667009, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308485831025043, "I_33_without_motor": 0.02436326929758418, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.988540290094694, "trigger": 800, "sampling_rate": 105, "lag": 1.517090639360414, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9844517032515153, "trigger": "apogee", "sampling_rate": 105, "lag": 1.213733097176209, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5572.265433492355, "burn_start_time": 0.09586507482040058, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03219874067160171, "grain_number": 5, "grain_density": 1819.9023300467577, "grain_outer_radius": 0.03274671147845194, "grain_initial_inner_radius": 0.01571089762620036, "grain_initial_height": 0.12007451087952524, "grain_separation": 0.006332414874400793, "grains_center_of_mass_position": 0.3971270730441683, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002031598709408254, "throat_radius": 0.01087221496856351, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253336737254586}], "aerodynamic_surfaces": [{"length": 0.5591097713268278, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330241296495989}, {"n": 4, "root_chord": 0.12046867454674338, "tip_chord": 0.05990269355403308, "span": 0.10971857086057679, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0517345977107313}, {"top_radius": 0.06541268653305178, "bottom_radius": 0.042671010817533994, "length": 0.060405503370515055, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985921498005369, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181199113193786, "upper_button_position": 0.08047223848115825}], "rail_length": 5, "inclination": 84.29831595948593, "heading": 50.67195534457544} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2170501862469296, "wind_velocity_y_factor": 1.370647251836515, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06348833309041112, "mass": 15.66640565557571, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326908730885572, "I_33_without_motor": 0.03112315575955809, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.995654983011342, "trigger": 800, "sampling_rate": 105, "lag": 1.3863402279605013, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0443867524398538, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5192228432932249, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6545.26483387261, "burn_start_time": -0.07710765399051583, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03309167815070984, "grain_number": 5, "grain_density": 1839.9548707159724, "grain_outer_radius": 0.033671182641151945, "grain_initial_inner_radius": 0.014969292041648381, "grain_initial_height": 0.12021697757992775, "grain_separation": 0.006963083237537537, "grains_center_of_mass_position": 0.39842431922147176, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0021395167454454295, "throat_radius": 0.011179894828234957, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558937398867778}], "aerodynamic_surfaces": [{"length": 0.5580510676912157, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342367314067783}, {"n": 4, "root_chord": 0.12139611986183635, "tip_chord": 0.059289612216196434, "span": 0.11047526397730865, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049370671487823}, {"top_radius": 0.06314598410690556, "bottom_radius": 0.04277233450092633, "length": 0.059424138715138936, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995329975636231, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173636585552611, "upper_button_position": 0.08216933900836199}], "rail_length": 5, "inclination": 84.44988875721239, "heading": 51.21388457402942} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5984977132106333, "wind_velocity_y_factor": 0.4606597574640515, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350508655381451, "mass": 15.70168965689516, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314564448378816, "I_33_without_motor": 0.03905009132880055, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.963831628311956, "trigger": 800, "sampling_rate": 105, "lag": 1.5668350095767305, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9495899886862351, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6213267602559351, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6301.137822637465, "burn_start_time": -0.10066446383284769, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03258931473480686, "grain_number": 5, "grain_density": 1844.970236918148, "grain_outer_radius": 0.03298430672732978, "grain_initial_inner_radius": 0.014840825572343955, "grain_initial_height": 0.12024254190452202, "grain_separation": 0.0030956136851450745, "grains_center_of_mass_position": 0.39732470167131284, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0016573822041980604, "throat_radius": 0.010593109872934225, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547848172996365}], "aerodynamic_surfaces": [{"length": 0.55807205358112, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133747311068677}, {"n": 4, "root_chord": 0.1204786536194846, "tip_chord": 0.05989373642544178, "span": 0.10966692606707766, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508505605229723}, {"top_radius": 0.06453158486080418, "bottom_radius": 0.043642691261245925, "length": 0.059037797045403746, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980574640890451, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176907849688121, "upper_button_position": 0.08036667912023299}], "rail_length": 5, "inclination": 85.39671544787865, "heading": 52.509559858344836} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5832342555022919, "wind_velocity_y_factor": 1.0654103242260744, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349510269400013, "mass": 15.692793541648069, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314335012006598, "I_33_without_motor": 0.0474692440688822, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.084987262794037, "trigger": 800, "sampling_rate": 105, "lag": 1.4008236518236077, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9284450244478885, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2825060089238733, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6008.075927155054, "burn_start_time": -0.11724897812385014, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03262287769606795, "grain_number": 5, "grain_density": 1818.7423990554407, "grain_outer_radius": 0.033354788789666585, "grain_initial_inner_radius": 0.01428983565417968, "grain_initial_height": 0.11842561072733705, "grain_separation": 0.0043417095181483715, "grains_center_of_mass_position": 0.3973260115946444, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001766020329602088, "throat_radius": 0.009816779876454263, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25494530885553}], "aerodynamic_surfaces": [{"length": 0.5576200598831971, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135231931110755}, {"n": 4, "root_chord": 0.11979514484205454, "tip_chord": 0.0606026512759524, "span": 0.11080086633414857, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049968991455493}, {"top_radius": 0.06206536675466212, "bottom_radius": 0.04365254748213174, "length": 0.05990951432949677, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.70010364907241, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194124855608522, "upper_button_position": 0.0806911635115578}], "rail_length": 5, "inclination": 84.83200697196496, "heading": 55.3011860470715} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6555072878979343, "wind_velocity_y_factor": 0.8269368395480706, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349404878316414, "mass": 15.7945633479844, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3050668258888125, "I_33_without_motor": 0.03723588613363481, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.948559118259729, "trigger": 800, "sampling_rate": 105, "lag": 1.4668225249981537, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9825957211454657, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4024018251472974, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7841.923777781523, "burn_start_time": -0.14865932267480178, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032865015278051635, "grain_number": 5, "grain_density": 1735.5513937593898, "grain_outer_radius": 0.03321464745461105, "grain_initial_inner_radius": 0.01499574019267129, "grain_initial_height": 0.11880201691850964, "grain_separation": 0.006518157477450794, "grains_center_of_mass_position": 0.39777294859686396, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008629533555567746, "throat_radius": 0.010880308577224499, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254705236708574}], "aerodynamic_surfaces": [{"length": 0.557911899265358, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349574302440664}, {"n": 4, "root_chord": 0.11972355198397656, "tip_chord": 0.060207906917240706, "span": 0.10962531228112882, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495805630257466}, {"top_radius": 0.06372486193710224, "bottom_radius": 0.043348428545214576, "length": 0.05933411116968287, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986645158560792, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173031843409738, "upper_button_position": 0.0813613315151055}], "rail_length": 5, "inclination": 85.05734111944997, "heading": 54.854609884609886} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7830825441043165, "wind_velocity_y_factor": 1.122325211777256, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349166610683007, "mass": 15.438983358424961, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317593433060121, "I_33_without_motor": 0.03831124300266612, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.932876050666994, "trigger": 800, "sampling_rate": 105, "lag": 1.504056872367706, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9435602457679153, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6773173335819616, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7667.40602708376, "burn_start_time": -0.0797738403372216, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032572768470501855, "grain_number": 5, "grain_density": 1756.0071514927129, "grain_outer_radius": 0.03301529202362077, "grain_initial_inner_radius": 0.015301528783619898, "grain_initial_height": 0.11922492973567397, "grain_separation": 0.004817943886112808, "grains_center_of_mass_position": 0.3967881175849582, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013689094697279167, "throat_radius": 0.01124490334193388, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555191006970017}], "aerodynamic_surfaces": [{"length": 0.5564517261560716, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133423036865284}, {"n": 4, "root_chord": 0.11958771352359167, "tip_chord": 0.059995142876137296, "span": 0.10956552960818558, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486361929441683}, {"top_radius": 0.0637106438621374, "bottom_radius": 0.04380950901742732, "length": 0.060174417023028295, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992708329486595, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190370356546295, "upper_button_position": 0.08023379729403002}], "rail_length": 5, "inclination": 83.95541407975198, "heading": 53.491148408683586} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.733061612354187, "wind_velocity_y_factor": 1.346675854122101, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.0635155931991968, "mass": 15.464493189206198, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312786849638014, "I_33_without_motor": 0.03333108594341654, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.955022587034017, "trigger": 800, "sampling_rate": 105, "lag": 1.5937218672928863, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9243253525971316, "trigger": "apogee", "sampling_rate": 105, "lag": 1.888314105481998, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7380.943947298623, "burn_start_time": 0.19830225863117737, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03319535335120519, "grain_number": 5, "grain_density": 1795.6963314723218, "grain_outer_radius": 0.0332954387547937, "grain_initial_inner_radius": 0.014806140810772904, "grain_initial_height": 0.11929782764574763, "grain_separation": 0.0038084733725388285, "grains_center_of_mass_position": 0.39742442815490264, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005854586654083668, "throat_radius": 0.010625339095975597, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254862756725291}], "aerodynamic_surfaces": [{"length": 0.5596114379713492, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343888630478074}, {"n": 4, "root_chord": 0.12015502524425486, "tip_chord": 0.060257394070617636, "span": 0.11069351235413863, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490345446532043}, {"top_radius": 0.0652984426205958, "bottom_radius": 0.04331781472828867, "length": 0.058503239913081345, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005884842115089, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176646653364085, "upper_button_position": 0.08292381887510036}], "rail_length": 5, "inclination": 85.5639586319648, "heading": 54.167702221111625} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.384137457765493, "wind_velocity_y_factor": 1.0412760160343244, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.0635075534880093, "mass": 14.75286524733197, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30853454646885, "I_33_without_motor": 0.04631240354546059, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.021522188491645, "trigger": 800, "sampling_rate": 105, "lag": 1.459251904618755, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9885073069360932, "trigger": "apogee", "sampling_rate": 105, "lag": 1.362661447819964, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6604.148627541258, "burn_start_time": -0.0906645712414933, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032411113626901425, "grain_number": 5, "grain_density": 1894.0264337647875, "grain_outer_radius": 0.03281939534713444, "grain_initial_inner_radius": 0.014912912300249284, "grain_initial_height": 0.11953364775278914, "grain_separation": 0.006009523437200024, "grains_center_of_mass_position": 0.39665830586347206, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008897038749172392, "throat_radius": 0.010120482192210453, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541110152473394}], "aerodynamic_surfaces": [{"length": 0.5589925780037978, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343767975739711}, {"n": 4, "root_chord": 0.11917058632980734, "tip_chord": 0.05936986823540643, "span": 0.11036526001196743, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04970284399473}, {"top_radius": 0.06406445453001092, "bottom_radius": 0.04357563154662944, "length": 0.05934892869572374, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6979689934831899, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618496002213101, "upper_button_position": 0.07947299127008889}], "rail_length": 5, "inclination": 84.10327245968685, "heading": 49.92406524883953} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3355877964398448, "wind_velocity_y_factor": 1.300762717398898, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349776685956969, "mass": 15.209773030165792, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33036913383415, "I_33_without_motor": 0.02976335044038155, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.093842841783761, "trigger": 800, "sampling_rate": 105, "lag": 1.6395285753128725, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9476493499856387, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3321136197671994, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5894.014821018844, "burn_start_time": 0.03401164802871332, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032532057120927764, "grain_number": 5, "grain_density": 1788.604064120457, "grain_outer_radius": 0.033068506332090214, "grain_initial_inner_radius": 0.015097061019973166, "grain_initial_height": 0.12019710081868995, "grain_separation": 0.0046916694806480135, "grains_center_of_mass_position": 0.3962507566153426, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00012287099311098068, "throat_radius": 0.011680196022651421, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.252946493136162}], "aerodynamic_surfaces": [{"length": 0.5574566372827287, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344544046856118}, {"n": 4, "root_chord": 0.11995586157657095, "tip_chord": 0.05928759633110423, "span": 0.10947784780889472, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482944097673397}, {"top_radius": 0.06293149249048398, "bottom_radius": 0.04408995937418408, "length": 0.05920180721926332, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993957729387483, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618669850523111, "upper_button_position": 0.08072592241563736}], "rail_length": 5, "inclination": 83.48373517430906, "heading": 53.18988371109552} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1417271421715134, "wind_velocity_y_factor": 1.6648494721454243, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350289913203139, "mass": 15.010289279366337, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31956910948894, "I_33_without_motor": 0.04177402697793547, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.09938712936812, "trigger": 800, "sampling_rate": 105, "lag": 1.593929190017095, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0164365968290827, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4277580855772292, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6990.4300608151625, "burn_start_time": 0.1168692856628224, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03287367920120433, "grain_number": 5, "grain_density": 1758.475350202082, "grain_outer_radius": 0.03319422635948288, "grain_initial_inner_radius": 0.014853768650316856, "grain_initial_height": 0.12019286652827818, "grain_separation": 0.005689427284273756, "grains_center_of_mass_position": 0.39864472142846746, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000714216207982537, "throat_radius": 0.010529036188205417, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555843137697824}], "aerodynamic_surfaces": [{"length": 0.5582258006972873, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1326485780147681}, {"n": 4, "root_chord": 0.12060644194364878, "tip_chord": 0.059239860099822766, "span": 0.11007331971187174, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485101248509834}, {"top_radius": 0.06434957433517151, "bottom_radius": 0.04359923476924213, "length": 0.06106169244440325, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987120616547741, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174582149348761, "upper_button_position": 0.08125384671989799}], "rail_length": 5, "inclination": 81.59226615970074, "heading": 52.29776487252339} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6750155145113965, "wind_velocity_y_factor": 0.6347292152336478, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350404844056703, "mass": 15.842314128038476, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330439974053471, "I_33_without_motor": 0.022264333431112036, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.883615866859026, "trigger": 800, "sampling_rate": 105, "lag": 1.6470803373093612, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.901534876610657, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5156922506708796, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7627.673162388294, "burn_start_time": -0.056875232559659365, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03176724749353922, "grain_number": 5, "grain_density": 1827.4814389849957, "grain_outer_radius": 0.03269775401638984, "grain_initial_inner_radius": 0.015115910354102612, "grain_initial_height": 0.11963987641187726, "grain_separation": 0.006490296228558546, "grains_center_of_mass_position": 0.397051406662629, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00023959478459574976, "throat_radius": 0.010846699635144551, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551892957195414}], "aerodynamic_surfaces": [{"length": 0.5572593926450914, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1322782950058556}, {"n": 4, "root_chord": 0.11991649534986175, "tip_chord": 0.059460373852263514, "span": 0.10899079291903976, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504589927014651}, {"top_radius": 0.06477673307010288, "bottom_radius": 0.04346520809628229, "length": 0.05780190346182783, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992486729950838, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197067093038308, "upper_button_position": 0.07954196369125299}], "rail_length": 5, "inclination": 85.52498866360317, "heading": 52.18224910889619} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8615501459162189, "wind_velocity_y_factor": 1.205113640563536, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.0635107106783965, "mass": 15.285438911195438, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319669325372274, "I_33_without_motor": 0.035716046872365785, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.985492431455327, "trigger": 800, "sampling_rate": 105, "lag": 1.42814117720135, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9793091280640389, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7500650281196621, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7558.424721038001, "burn_start_time": 0.014819578006478575, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03334514407866645, "grain_number": 5, "grain_density": 1841.7572153114716, "grain_outer_radius": 0.03294536049463869, "grain_initial_inner_radius": 0.014684485879596334, "grain_initial_height": 0.11927023471388615, "grain_separation": 0.004677370327945694, "grains_center_of_mass_position": 0.3964960256079761, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001696429783072599, "throat_radius": 0.011263614584230438, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538453163652872}], "aerodynamic_surfaces": [{"length": 0.5577345530501063, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324891456587016}, {"n": 4, "root_chord": 0.12047996635712527, "tip_chord": 0.059546078944696296, "span": 0.1097216308405412, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494212632189293}, {"top_radius": 0.0639039614940729, "bottom_radius": 0.04460305670797232, "length": 0.06080780019936647, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998778314702855, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6196569622309718, "upper_button_position": 0.08022086923931371}], "rail_length": 5, "inclination": 84.2368749032105, "heading": 55.44412974512118} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2728908239818366, "wind_velocity_y_factor": 0.8445694666445152, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350825593081243, "mass": 15.982826386823515, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327416959006147, "I_33_without_motor": 0.027611818024365374, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.175632131008422, "trigger": 800, "sampling_rate": 105, "lag": 1.6071714890222761, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9454265525896737, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6884660257411452, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5841.411859954522, "burn_start_time": -0.1423890789864719, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03315204971550954, "grain_number": 5, "grain_density": 1824.2200039858506, "grain_outer_radius": 0.032977601233803014, "grain_initial_inner_radius": 0.015467740253485206, "grain_initial_height": 0.11916371117890996, "grain_separation": 0.005243516387280543, "grains_center_of_mass_position": 0.39679837124235573, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002153314712380901, "throat_radius": 0.011157693102275098, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540995490146294}], "aerodynamic_surfaces": [{"length": 0.558060797575191, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339654953148783}, {"n": 4, "root_chord": 0.1186352571006085, "tip_chord": 0.06049926587227022, "span": 0.11025774298865339, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496371706946073}, {"top_radius": 0.06282763545438566, "bottom_radius": 0.04436935248725846, "length": 0.06165565999112472, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004898031175526, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183601627154969, "upper_button_position": 0.08212964040205573}], "rail_length": 5, "inclination": 84.87973167799343, "heading": 53.46806814037401} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0213727005370485, "wind_velocity_y_factor": 0.49636374101352976, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350649177973824, "mass": 14.830475100967943, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326367702058376, "I_33_without_motor": 0.021017869797916127, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.06787688247633, "trigger": 800, "sampling_rate": 105, "lag": 1.4096259817607728, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9925762376946724, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4352172354805817, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7374.0554977902675, "burn_start_time": 0.09850622043449678, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033064896639211465, "grain_number": 5, "grain_density": 1869.0875309140288, "grain_outer_radius": 0.0326784045611516, "grain_initial_inner_radius": 0.015033345304601623, "grain_initial_height": 0.11916896046160139, "grain_separation": 0.006197484945981674, "grains_center_of_mass_position": 0.3979157779568077, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004137884302288216, "throat_radius": 0.010631915201828188, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2570674030076503}], "aerodynamic_surfaces": [{"length": 0.5575575402551171, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342688005930615}, {"n": 4, "root_chord": 0.12165808449851034, "tip_chord": 0.05961203516224873, "span": 0.11024917725167499, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501563367046831}, {"top_radius": 0.06227683805943058, "bottom_radius": 0.043686520772078755, "length": 0.06046345255078548, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981976868976842, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182653286571455, "upper_button_position": 0.07993235824053879}], "rail_length": 5, "inclination": 84.30897212613661, "heading": 52.57060173473434} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7085990751465765, "wind_velocity_y_factor": 1.349791034346822, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350032521542728, "mass": 15.368263209612333, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31873538595715, "I_33_without_motor": 0.023581744066939865, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.871915382576775, "trigger": 800, "sampling_rate": 105, "lag": 1.3515510196566534, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0486257794247842, "trigger": "apogee", "sampling_rate": 105, "lag": 1.929767255579105, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5658.128381886268, "burn_start_time": -0.0761789628020419, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03317900947656102, "grain_number": 5, "grain_density": 1794.2490323657935, "grain_outer_radius": 0.03340691690220428, "grain_initial_inner_radius": 0.015374820845064498, "grain_initial_height": 0.1218180832449459, "grain_separation": 0.0033870006058567617, "grains_center_of_mass_position": 0.39735332212021723, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006601950751144918, "throat_radius": 0.010099669662267474, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2530924493215838}], "aerodynamic_surfaces": [{"length": 0.5591386055943753, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336142337589716}, {"n": 4, "root_chord": 0.11950972009758497, "tip_chord": 0.059822932791512684, "span": 0.11000062185948661, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489504748733447}, {"top_radius": 0.06376532590959103, "bottom_radius": 0.04487125241132382, "length": 0.05931385610822526, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989093345257014, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189757697058909, "upper_button_position": 0.07993356481981051}], "rail_length": 5, "inclination": 84.09466881858758, "heading": 50.810512498095015} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.7341313905259501, "wind_velocity_y_factor": 1.133736459098647, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349957333777265, "mass": 15.507734027750358, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323205406982248, "I_33_without_motor": 0.05064629171646225, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.990839199477437, "trigger": 800, "sampling_rate": 105, "lag": 1.3556224532637111, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0136452047508295, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3750755002999078, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6836.849578494676, "burn_start_time": 0.014478074907586147, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03321519547884351, "grain_number": 5, "grain_density": 1792.293387912758, "grain_outer_radius": 0.03309514238294134, "grain_initial_inner_radius": 0.014598308431630628, "grain_initial_height": 0.12026242706402535, "grain_separation": 0.004246657512466165, "grains_center_of_mass_position": 0.39755762126732963, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00045855698385163736, "throat_radius": 0.01067207742263935, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553198096284104}], "aerodynamic_surfaces": [{"length": 0.5577184868211638, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333306284860507}, {"n": 4, "root_chord": 0.12045983804046198, "tip_chord": 0.05970761748489056, "span": 0.10955147333282199, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048713345533119}, {"top_radius": 0.06350276768784027, "bottom_radius": 0.0444405031334825, "length": 0.05978991502834533, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993042456461547, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189809881614431, "upper_button_position": 0.08032325748471159}], "rail_length": 5, "inclination": 85.08174949846446, "heading": 51.693174144923475} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.7507783040225067, "wind_velocity_y_factor": 1.8766402486737266, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349158606569737, "mass": 15.53301382472231, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313849157942572, "I_33_without_motor": 0.04316646488892246, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.967718690681824, "trigger": 800, "sampling_rate": 105, "lag": 1.518868190885308, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0073695413069126, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4866284061404897, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6405.287058713121, "burn_start_time": 0.11079439786921459, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03391810089533653, "grain_number": 5, "grain_density": 1833.3511788622384, "grain_outer_radius": 0.03302924894680555, "grain_initial_inner_radius": 0.015280738810481111, "grain_initial_height": 0.12077263553527524, "grain_separation": 0.004993936398113104, "grains_center_of_mass_position": 0.3965081922736811, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00045305852905356257, "throat_radius": 0.01176203620546051, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256570988219221}], "aerodynamic_surfaces": [{"length": 0.5601789516194898, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1325765437415012}, {"n": 4, "root_chord": 0.11897158040637125, "tip_chord": 0.05983317332488367, "span": 0.10948173686487497, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0510141684484529}, {"top_radius": 0.0647251313868595, "bottom_radius": 0.04388410015004095, "length": 0.059297831463418486, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.697990748501382, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184915779183727, "upper_button_position": 0.07949917058300926}], "rail_length": 5, "inclination": 85.33875040321584, "heading": 52.01489035957385} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4999750827239262, "wind_velocity_y_factor": 0.9878169454494088, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350529703366903, "mass": 15.471220358342874, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32537607242444, "I_33_without_motor": 0.029498330005674086, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.921998239109616, "trigger": 800, "sampling_rate": 105, "lag": 1.516675244884582, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9348231699623496, "trigger": "apogee", "sampling_rate": 105, "lag": 1.144026805405758, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6421.853746024388, "burn_start_time": 0.11641060843777579, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033607501788391864, "grain_number": 5, "grain_density": 1802.4119296187037, "grain_outer_radius": 0.033009077445460215, "grain_initial_inner_radius": 0.015399814470843222, "grain_initial_height": 0.11962654228623007, "grain_separation": 0.0059305423487697765, "grains_center_of_mass_position": 0.3966432595064313, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005218006964451749, "throat_radius": 0.010365155736943021, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2532161290184964}], "aerodynamic_surfaces": [{"length": 0.5598341363310931, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343187948668216}, {"n": 4, "root_chord": 0.11987061886693673, "tip_chord": 0.06096033641794437, "span": 0.11040874050880291, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499843162990266}, {"top_radius": 0.06186853824051755, "bottom_radius": 0.04438730774605951, "length": 0.05798157782759339, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001355916936097, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177835671019453, "upper_button_position": 0.08235202459166446}], "rail_length": 5, "inclination": 84.81989900360823, "heading": 51.869560956969714} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1513261048787724, "wind_velocity_y_factor": 0.8452351554867616, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349232053222036, "mass": 15.179204905036027, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316591458149054, "I_33_without_motor": 0.045202821957034, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.887999647645136, "trigger": 800, "sampling_rate": 105, "lag": 1.574052521449925, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9238923398486498, "trigger": "apogee", "sampling_rate": 105, "lag": 1.614096454075113, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7192.897119649787, "burn_start_time": -0.14101376089048814, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03278865162084675, "grain_number": 5, "grain_density": 1795.6438391550817, "grain_outer_radius": 0.03304195338770132, "grain_initial_inner_radius": 0.015395993542297521, "grain_initial_height": 0.1206847580714698, "grain_separation": 0.004610290897973901, "grains_center_of_mass_position": 0.3971760814865372, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002120508954147065, "throat_radius": 0.010662813040308156, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555675356928544}], "aerodynamic_surfaces": [{"length": 0.5584696692533817, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1360577113616843}, {"n": 4, "root_chord": 0.1198461490121159, "tip_chord": 0.06071969096390744, "span": 0.11002393438411016, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492903380376524}, {"top_radius": 0.06507788958595928, "bottom_radius": 0.04548549216297126, "length": 0.06058741618697525, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993744099567911, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172401789965328, "upper_button_position": 0.08213423096025829}], "rail_length": 5, "inclination": 83.94405765792065, "heading": 54.2234886403214} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4333824759081799, "wind_velocity_y_factor": 1.3528041938322461, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350337915464943, "mass": 15.912886346551169, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327615905593336, "I_33_without_motor": 0.03651177234093474, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.036626582464825, "trigger": 800, "sampling_rate": 105, "lag": 1.4172504268842514, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.019874726440038, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8434314567623482, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7705.10513596083, "burn_start_time": 0.12519002690938208, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03325469892541918, "grain_number": 5, "grain_density": 1790.8512621876448, "grain_outer_radius": 0.03282927592282379, "grain_initial_inner_radius": 0.014849276384302211, "grain_initial_height": 0.11966679259408462, "grain_separation": 0.00396511569710372, "grains_center_of_mass_position": 0.3959476191801375, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003200822904681968, "throat_radius": 0.01121398599992776, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541013596449206}], "aerodynamic_surfaces": [{"length": 0.5584473283888779, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340922336580335}, {"n": 4, "root_chord": 0.11959653707752987, "tip_chord": 0.05980973703285863, "span": 0.11058756929265072, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495349871082187}, {"top_radius": 0.06254660374688717, "bottom_radius": 0.04322930373779009, "length": 0.059836503429728544, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007374132135072, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617040059577352, "upper_button_position": 0.08369735363615527}], "rail_length": 5, "inclination": 84.64903648548524, "heading": 53.33674357256868} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.947806377327639, "wind_velocity_y_factor": 0.5908256212979638, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349203351826939, "mass": 16.120870178767287, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314112621753592, "I_33_without_motor": 0.03794214875831542, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.04547982470216, "trigger": 800, "sampling_rate": 105, "lag": 1.6148678525314233, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9788347777610705, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6444795000550887, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6708.398266958697, "burn_start_time": 0.19054686189583947, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0317918800930473, "grain_number": 5, "grain_density": 1871.9653186636945, "grain_outer_radius": 0.032752184076988926, "grain_initial_inner_radius": 0.014929277391661975, "grain_initial_height": 0.11914818726573577, "grain_separation": 0.0029051273020184918, "grains_center_of_mass_position": 0.39754038365839345, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015378298704811191, "throat_radius": 0.011255182082630249, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542254431750615}], "aerodynamic_surfaces": [{"length": 0.5597833804398447, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330150142932152}, {"n": 4, "root_chord": 0.12012702476611978, "tip_chord": 0.059784763331412395, "span": 0.11026967941885803, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483400255196402}, {"top_radius": 0.064595393652756, "bottom_radius": 0.04252712009094234, "length": 0.058507105653523996, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003850486630633, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185522247326528, "upper_button_position": 0.08183282393041047}], "rail_length": 5, "inclination": 86.55428456591095, "heading": 53.44544663009061} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.272117260230501, "wind_velocity_y_factor": 1.1396134470354988, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349956938966964, "mass": 15.559455953655092, "I_11_without_motor": 6.321, "I_22_without_motor": 6.302879486827632, "I_33_without_motor": 0.03286761038825662, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.2123623655026, "trigger": 800, "sampling_rate": 105, "lag": 1.687484152496261, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0259320429701322, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0377936074595513, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7129.151486537487, "burn_start_time": 0.04541384421303193, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032903709000161006, "grain_number": 5, "grain_density": 1765.7378277540927, "grain_outer_radius": 0.03329607024007913, "grain_initial_inner_radius": 0.015403095188380914, "grain_initial_height": 0.12034880619835366, "grain_separation": 0.005818800923206878, "grains_center_of_mass_position": 0.3961716157165613, "center_of_dry_mass_position": 0.317, "nozzle_position": -9.61231925818424e-05, "throat_radius": 0.01131188492190189, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540671365597647}], "aerodynamic_surfaces": [{"length": 0.55933522171951, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338269758777628}, {"n": 4, "root_chord": 0.1189345294021389, "tip_chord": 0.05949583968318087, "span": 0.11075256340069628, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0480041865064738}, {"top_radius": 0.06496112906304204, "bottom_radius": 0.04234167976332125, "length": 0.06137473322125109, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980469340271671, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190973642948575, "upper_button_position": 0.0789495697323096}], "rail_length": 5, "inclination": 85.15348625218012, "heading": 50.88529802205128} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2052232204216609, "wind_velocity_y_factor": 1.0522102038782268, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349434900308455, "mass": 14.978588091246346, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320010200583652, "I_33_without_motor": 0.028011743249105103, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.149545123089856, "trigger": 800, "sampling_rate": 105, "lag": 1.404586761297239, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0967263916973133, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4370166693730448, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7696.111750061066, "burn_start_time": 0.09404823637260638, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03314931807867703, "grain_number": 5, "grain_density": 1845.3935828225792, "grain_outer_radius": 0.03257985108109635, "grain_initial_inner_radius": 0.01486703010350709, "grain_initial_height": 0.12018087129888351, "grain_separation": 0.0047276609553050545, "grains_center_of_mass_position": 0.3972147257955669, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005282066144907002, "throat_radius": 0.011027318726208409, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561777951433746}], "aerodynamic_surfaces": [{"length": 0.5592640838163162, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330063481902004}, {"n": 4, "root_chord": 0.12031331353369884, "tip_chord": 0.06060544126244476, "span": 0.10934724345179594, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485989341634252}, {"top_radius": 0.0633813065136228, "bottom_radius": 0.042049637385562576, "length": 0.06053776529750472, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002487397095757, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163673089304039, "upper_button_position": 0.08388143077917176}], "rail_length": 5, "inclination": 85.14899147362735, "heading": 53.09259102786186} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6202879711530143, "wind_velocity_y_factor": 1.2660992385591419, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350822307108618, "mass": 15.372703850400596, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323039406194343, "I_33_without_motor": 0.005723234638562398, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.947829368887959, "trigger": 800, "sampling_rate": 105, "lag": 1.6432937306576973, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0687286141639636, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4801802827584443, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5478.942366350235, "burn_start_time": -0.08400052302751262, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03260135593441395, "grain_number": 5, "grain_density": 1762.0289216946296, "grain_outer_radius": 0.03296994309700421, "grain_initial_inner_radius": 0.014846378927393976, "grain_initial_height": 0.1193173150714158, "grain_separation": 0.005882171602342584, "grains_center_of_mass_position": 0.39877013047970655, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00020549125088813058, "throat_radius": 0.011172726296392236, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560891625280797}], "aerodynamic_surfaces": [{"length": 0.5582622209418425, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354106764129888}, {"n": 4, "root_chord": 0.12048021300092047, "tip_chord": 0.06081324786948236, "span": 0.11015238883345582, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498382946376368}, {"top_radius": 0.06283707804925814, "bottom_radius": 0.04468915816263958, "length": 0.060517320121207294, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004135692451636, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179833425836528, "upper_button_position": 0.08243022666151079}], "rail_length": 5, "inclination": 83.82048598299258, "heading": 49.30650723893451} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3818072021035982, "wind_velocity_y_factor": 1.6003471981221877, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350476223427524, "mass": 15.883883459222316, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318298303955379, "I_33_without_motor": 0.0236568307835653, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.061830047967705, "trigger": 800, "sampling_rate": 105, "lag": 1.3788575734824664, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9409735661978439, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3053526146955174, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6643.25052633247, "burn_start_time": -0.10395593421906174, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03296836357444886, "grain_number": 5, "grain_density": 1881.6040696885525, "grain_outer_radius": 0.03309188939013781, "grain_initial_inner_radius": 0.015064485321598953, "grain_initial_height": 0.118232233521484, "grain_separation": 0.004422322364602684, "grains_center_of_mass_position": 0.3953163549103969, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005843383620023232, "throat_radius": 0.010985664175777187, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560705898192346}], "aerodynamic_surfaces": [{"length": 0.5589738937491883, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1320716436572213}, {"n": 4, "root_chord": 0.1192413734035642, "tip_chord": 0.05961171472002499, "span": 0.1087752336570396, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0477804090592324}, {"top_radius": 0.06261009959517902, "bottom_radius": 0.04130156518102646, "length": 0.06010079331864208, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007503463975404, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162598182168031, "upper_button_position": 0.08449052818073732}], "rail_length": 5, "inclination": 86.05129632522417, "heading": 51.20241707496779} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1074184184821378, "wind_velocity_y_factor": 1.1129281394655954, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349892708562015, "mass": 15.929082458654264, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322214821927693, "I_33_without_motor": 0.0453055824942727, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.996197292324892, "trigger": 800, "sampling_rate": 105, "lag": 1.6431527335492035, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9868226884343783, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7167273515990613, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6667.212995325682, "burn_start_time": -0.17764529035586143, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032880986032884085, "grain_number": 5, "grain_density": 1807.1480592479766, "grain_outer_radius": 0.03235648520327171, "grain_initial_inner_radius": 0.014833553995731281, "grain_initial_height": 0.12025381785333605, "grain_separation": 0.0045407945504992, "grains_center_of_mass_position": 0.3972892731354442, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004192519100310593, "throat_radius": 0.01074652677234319, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537522497596725}], "aerodynamic_surfaces": [{"length": 0.5583621941605502, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341265513354029}, {"n": 4, "root_chord": 0.12032444620479756, "tip_chord": 0.05955182156115147, "span": 0.11078046383269118, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049814033259558}, {"top_radius": 0.06372108307365348, "bottom_radius": 0.043603924829768985, "length": 0.06073315306935004, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006807642452562, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175524961839927, "upper_button_position": 0.0831282680612635}], "rail_length": 5, "inclination": 85.47930769505481, "heading": 51.706347386063015} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.073233408284647, "wind_velocity_y_factor": 0.920521629957042, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349640518289522, "mass": 15.796641760340625, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32597131764861, "I_33_without_motor": 0.035966161662425444, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.987341741352065, "trigger": 800, "sampling_rate": 105, "lag": 1.4667842694947937, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0517441454980447, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1046582561233405, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5023.220727529088, "burn_start_time": -0.1875083783475917, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032700309415734416, "grain_number": 5, "grain_density": 1836.8905146724758, "grain_outer_radius": 0.032957638305099, "grain_initial_inner_radius": 0.014669597531173495, "grain_initial_height": 0.1206248167805481, "grain_separation": 0.0039047518034260893, "grains_center_of_mass_position": 0.39700911439054154, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005346216379801722, "throat_radius": 0.010583829730677665, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550735165767808}], "aerodynamic_surfaces": [{"length": 0.5575072346959533, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352152747727733}, {"n": 4, "root_chord": 0.12009061666547412, "tip_chord": 0.05968790582363495, "span": 0.10994757319763585, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507892497372076}, {"top_radius": 0.062152150214166334, "bottom_radius": 0.04404196015663546, "length": 0.060713915012974726, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992849468311568, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188276028439568, "upper_button_position": 0.08045734398720006}], "rail_length": 5, "inclination": 83.88714010534673, "heading": 52.48677562400087} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.42838264316960173, "wind_velocity_y_factor": 0.9398658424353676, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.0634972119303749, "mass": 15.637485689851653, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321721079853052, "I_33_without_motor": 0.03998980763930424, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.05187254984365, "trigger": 800, "sampling_rate": 105, "lag": 1.519604365533683, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9406764584301954, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2768078559465856, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6534.132402808614, "burn_start_time": -0.044756358530639015, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032989512203592204, "grain_number": 5, "grain_density": 1769.7225778928644, "grain_outer_radius": 0.032854144876695815, "grain_initial_inner_radius": 0.015617330399199948, "grain_initial_height": 0.12145227742435027, "grain_separation": 0.004799628706286287, "grains_center_of_mass_position": 0.39662410228678746, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00012288604668801703, "throat_radius": 0.011342964726492363, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254462048841103}], "aerodynamic_surfaces": [{"length": 0.5581483938436385, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341245001906737}, {"n": 4, "root_chord": 0.12020940836436483, "tip_chord": 0.05991771563774111, "span": 0.10998361595112331, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050982352452856}, {"top_radius": 0.06450080120997537, "bottom_radius": 0.04351012386512168, "length": 0.061360552892793366, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000723975037637, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179069928205023, "upper_button_position": 0.08216540468326139}], "rail_length": 5, "inclination": 85.35589167990359, "heading": 52.40256608776899} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6024400915120521, "wind_velocity_y_factor": 1.0744330346013429, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350006650684184, "mass": 16.420434115109323, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317716763321089, "I_33_without_motor": 0.03184508519277149, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.01115681355314, "trigger": 800, "sampling_rate": 105, "lag": 1.5815001367409223, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9935091876120444, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7561766343810088, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7680.397418436045, "burn_start_time": 0.03508722739055481, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03307230120431741, "grain_number": 5, "grain_density": 1749.0469442435879, "grain_outer_radius": 0.03273590676434589, "grain_initial_inner_radius": 0.015796142340762532, "grain_initial_height": 0.11961440299135585, "grain_separation": 0.0038261478696885896, "grains_center_of_mass_position": 0.398993018397838, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003894172048052159, "throat_radius": 0.010689599217735305, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25255050432033}], "aerodynamic_surfaces": [{"length": 0.5595535976293928, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349419848451212}, {"n": 4, "root_chord": 0.12082757318038923, "tip_chord": 0.05975654370025208, "span": 0.10955685215095698, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049386361115481}, {"top_radius": 0.06468205218891253, "bottom_radius": 0.041875898635423195, "length": 0.0600675765112714, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009257640836536, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184586902964827, "upper_button_position": 0.08246707378717089}], "rail_length": 5, "inclination": 83.0434908232579, "heading": 48.53358096763525} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1490380788789412, "wind_velocity_y_factor": 0.8184845616499055, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06351086282276515, "mass": 15.146923448696658, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314935842900737, "I_33_without_motor": 0.03554648338308702, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.721182393794969, "trigger": 800, "sampling_rate": 105, "lag": 1.5653397329734715, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9850946590392166, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1643736638377002, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5808.85256902909, "burn_start_time": -0.032612866384759985, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032770515491877886, "grain_number": 5, "grain_density": 1851.4167431082506, "grain_outer_radius": 0.0335414153996853, "grain_initial_inner_radius": 0.015342414880149988, "grain_initial_height": 0.1193797842612703, "grain_separation": 0.004640223899167399, "grains_center_of_mass_position": 0.39736264853804903, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003188153172008991, "throat_radius": 0.011356717099986596, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543140917744555}], "aerodynamic_surfaces": [{"length": 0.5593009952738299, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344762433185962}, {"n": 4, "root_chord": 0.11928116537968504, "tip_chord": 0.05923320090933853, "span": 0.11041977296980549, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506626917490791}, {"top_radius": 0.06278044937825455, "bottom_radius": 0.04384149310068494, "length": 0.06060534573865895, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014197459482331, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177165174358499, "upper_button_position": 0.08370322851238321}], "rail_length": 5, "inclination": 85.54724243166079, "heading": 56.48863977049534} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9726878899329423, "wind_velocity_y_factor": 1.1006204605292282, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.0635050661523642, "mass": 15.773751349357104, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316331310805466, "I_33_without_motor": 0.028841418623706136, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.797842685864627, "trigger": 800, "sampling_rate": 105, "lag": 1.6729962166313577, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9920864954341241, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3316424310425978, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6271.95921910848, "burn_start_time": 0.05019321155546899, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03214317197037228, "grain_number": 5, "grain_density": 1816.337689460789, "grain_outer_radius": 0.033212476425300015, "grain_initial_inner_radius": 0.0158410484764904, "grain_initial_height": 0.11944863483821062, "grain_separation": 0.0040185698059285735, "grains_center_of_mass_position": 0.39671479547470284, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000988520788966845, "throat_radius": 0.011145510326974271, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540012521800563}], "aerodynamic_surfaces": [{"length": 0.5574189399036074, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328216013482122}, {"n": 4, "root_chord": 0.12078461083755104, "tip_chord": 0.06083537031393064, "span": 0.1094895465147503, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049492624767919}, {"top_radius": 0.06339304662288477, "bottom_radius": 0.04180311101898678, "length": 0.060607337343581084, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990425534775938, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6198896218371338, "upper_button_position": 0.07915293164046}], "rail_length": 5, "inclination": 84.03985273129399, "heading": 53.007000085557735} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.400045176733061, "wind_velocity_y_factor": 1.1982226277156918, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349608974513492, "mass": 14.844424641530027, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324816877402566, "I_33_without_motor": 0.03587823817724267, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.068589075887756, "trigger": 800, "sampling_rate": 105, "lag": 1.578293533646658, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0588788926030293, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6457434034089806, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6310.560452284032, "burn_start_time": 0.05069191970279131, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03247004449220085, "grain_number": 5, "grain_density": 1823.2062053339796, "grain_outer_radius": 0.0333385596466463, "grain_initial_inner_radius": 0.014756098107950073, "grain_initial_height": 0.12210181543928213, "grain_separation": 0.005646821588301549, "grains_center_of_mass_position": 0.3978719627428267, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004262593983260885, "throat_radius": 0.011396437760521546, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253425178976662}], "aerodynamic_surfaces": [{"length": 0.5595438257181417, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133821146661902}, {"n": 4, "root_chord": 0.12054215552877338, "tip_chord": 0.06017587136532762, "span": 0.10984749643994021, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498758500646135}, {"top_radius": 0.06411178083930512, "bottom_radius": 0.04343831396413073, "length": 0.05783451544338225, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990587423922897, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179645678804114, "upper_button_position": 0.08109417451187828}], "rail_length": 5, "inclination": 86.256758259111, "heading": 51.503470497573794} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0686828770792451, "wind_velocity_y_factor": 1.4002986270740057, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06349097429430613, "mass": 14.4682644756401, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312112166663581, "I_33_without_motor": 0.04314747754196765, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.07068767674864, "trigger": 800, "sampling_rate": 105, "lag": 1.497931420025728, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9168886636484119, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5685540770768525, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6596.202359689628, "burn_start_time": 0.2328943677894448, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033309427154224774, "grain_number": 5, "grain_density": 1795.516333695028, "grain_outer_radius": 0.033366038975773955, "grain_initial_inner_radius": 0.014827631310916725, "grain_initial_height": 0.1186709860702437, "grain_separation": 0.006566993844793789, "grains_center_of_mass_position": 0.39712697028161126, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00022360569412050913, "throat_radius": 0.010559848953904284, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539382963477708}], "aerodynamic_surfaces": [{"length": 0.5597253966580468, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336984198571942}, {"n": 4, "root_chord": 0.12017720378417117, "tip_chord": 0.059253998130522956, "span": 0.11018794047752785, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509289028860112}, {"top_radius": 0.06568635215512526, "bottom_radius": 0.04373073687376879, "length": 0.06008981450261804, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990111306700604, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163271880990007, "upper_button_position": 0.08268394257105971}], "rail_length": 5, "inclination": 86.16290246144777, "heading": 51.962275639959394} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.042641929764305, "wind_velocity_y_factor": 1.0034145682926152, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349412230008256, "mass": 16.02298076731758, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307675603651076, "I_33_without_motor": 0.026318254407219743, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.02567228311714, "trigger": 800, "sampling_rate": 105, "lag": 1.4462552958835195, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8810761329842194, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3651137343174875, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6175.935676023836, "burn_start_time": 0.012517613830944364, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032973000156772625, "grain_number": 5, "grain_density": 1784.5113764617067, "grain_outer_radius": 0.033603240110298985, "grain_initial_inner_radius": 0.015292139007968438, "grain_initial_height": 0.11986745055028786, "grain_separation": 0.003102338938383294, "grains_center_of_mass_position": 0.3967096425206466, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007457953510640031, "throat_radius": 0.01198653901984819, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256325463606188}], "aerodynamic_surfaces": [{"length": 0.5589474623743586, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342790392894357}, {"n": 4, "root_chord": 0.11933638873472753, "tip_chord": 0.059401468718861324, "span": 0.10985391987684626, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050563391047811}, {"top_radius": 0.0629733679684355, "bottom_radius": 0.04414256768793991, "length": 0.059364998298726296, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982274476658276, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182533135600334, "upper_button_position": 0.07997413410579413}], "rail_length": 5, "inclination": 83.7610598753559, "heading": 55.46915346560712} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8364190528566495, "wind_velocity_y_factor": 1.4421230310871442, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350185218031407, "mass": 15.577111260065395, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321577475344309, "I_33_without_motor": 0.05095994965593943, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.955093707367217, "trigger": 800, "sampling_rate": 105, "lag": 1.4625729629237205, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9412516629083363, "trigger": "apogee", "sampling_rate": 105, "lag": 1.456250635363613, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6849.794232184696, "burn_start_time": -0.07917606357110973, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03257357249507253, "grain_number": 5, "grain_density": 1953.0275936541127, "grain_outer_radius": 0.033231703377377804, "grain_initial_inner_radius": 0.014702544587415182, "grain_initial_height": 0.11923964591574045, "grain_separation": 0.005900521220183771, "grains_center_of_mass_position": 0.3970313671986296, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011469374384825298, "throat_radius": 0.010656598384059902, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544178710896863}], "aerodynamic_surfaces": [{"length": 0.5573267919121849, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1319940360350749}, {"n": 4, "root_chord": 0.12075138210177452, "tip_chord": 0.060263931729149865, "span": 0.10978343505792809, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050493531347871}, {"top_radius": 0.0627270038165638, "bottom_radius": 0.04387995842947352, "length": 0.059582348018771845, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992727685919241, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193682678013438, "upper_button_position": 0.07990450079058031}], "rail_length": 5, "inclination": 84.40636986932056, "heading": 51.408130199772806} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2101613714656922, "wind_velocity_y_factor": 0.7872536321448376, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350034625465138, "mass": 16.176269749057028, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322589186907525, "I_33_without_motor": 0.03572815980153885, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.979293230221321, "trigger": 800, "sampling_rate": 105, "lag": 1.5421383142964373, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9857136007163456, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1507128548666952, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5460.269704260916, "burn_start_time": -0.03994214445483775, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03261136223746489, "grain_number": 5, "grain_density": 1806.727604737698, "grain_outer_radius": 0.03306689075697655, "grain_initial_inner_radius": 0.015494052501280988, "grain_initial_height": 0.11984400825720795, "grain_separation": 0.004042817042858779, "grains_center_of_mass_position": 0.3982521630886667, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008261669333568129, "throat_radius": 0.011408637857223326, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254080401285288}], "aerodynamic_surfaces": [{"length": 0.5586346020699006, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334894015368926}, {"n": 4, "root_chord": 0.11978788389722746, "tip_chord": 0.06021879135190446, "span": 0.10943526104277199, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049157330776359}, {"top_radius": 0.06509022971603999, "bottom_radius": 0.04388038318397086, "length": 0.05874282691374044, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004221291486837, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617782455811693, "upper_button_position": 0.08263967333699074}], "rail_length": 5, "inclination": 85.21635670080549, "heading": 49.04117351385421} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5692899145029169, "wind_velocity_y_factor": 1.302870874927979, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349535864614513, "mass": 16.01509720317209, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326218701992997, "I_33_without_motor": 0.03181607391193251, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.804746047857373, "trigger": 800, "sampling_rate": 105, "lag": 1.4366978939990598, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9756895687162207, "trigger": "apogee", "sampling_rate": 105, "lag": 1.59755435136165, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7746.355237239331, "burn_start_time": 0.00015866978814619456, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0325993229842649, "grain_number": 5, "grain_density": 1731.704721010759, "grain_outer_radius": 0.03242344284900409, "grain_initial_inner_radius": 0.015458634550954982, "grain_initial_height": 0.12076238321578987, "grain_separation": 0.006491031227338768, "grains_center_of_mass_position": 0.3984639684806131, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014906199443226636, "throat_radius": 0.011010201205941409, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534763564320957}], "aerodynamic_surfaces": [{"length": 0.5570443964945268, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330942423162136}, {"n": 4, "root_chord": 0.12015589352527245, "tip_chord": 0.060591673987109414, "span": 0.1093988208659161, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496817787989774}, {"top_radius": 0.06223176110128635, "bottom_radius": 0.04462942775980705, "length": 0.05936280906463183, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990760241049422, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165913443390261, "upper_button_position": 0.08248467976591611}], "rail_length": 5, "inclination": 85.276052828526, "heading": 54.219532629976946} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8734417833698288, "wind_velocity_y_factor": 1.5814550773787324, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349193988659091, "mass": 15.30567075364565, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318871227018442, "I_33_without_motor": 0.035715417943251546, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.994101694143902, "trigger": 800, "sampling_rate": 105, "lag": 1.450988694745527, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0073597754187014, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4185769264828443, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7104.257620145564, "burn_start_time": 0.04594121634196294, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03288034533319345, "grain_number": 5, "grain_density": 1799.2035391274685, "grain_outer_radius": 0.03346562266690388, "grain_initial_inner_radius": 0.015267511217695736, "grain_initial_height": 0.11735959957521627, "grain_separation": 0.005164321271631436, "grains_center_of_mass_position": 0.3974649152222619, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001836927518803261, "throat_radius": 0.010692371275202235, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545050686233683}], "aerodynamic_surfaces": [{"length": 0.5584457056076104, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1358933292798141}, {"n": 4, "root_chord": 0.12021492857316962, "tip_chord": 0.059874245236051775, "span": 0.10947542864096962, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501781979406}, {"top_radius": 0.0626512646277654, "bottom_radius": 0.042220663127053366, "length": 0.060086331327623886, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001627160170195, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190087111648256, "upper_button_position": 0.08115400485219393}], "rail_length": 5, "inclination": 83.78161304753138, "heading": 50.30619826727666} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9517280382737826, "wind_velocity_y_factor": 1.1822634263090115, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350242085155693, "mass": 15.82937579355464, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322023596230791, "I_33_without_motor": 0.06070964669180235, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.005299372208096, "trigger": 800, "sampling_rate": 105, "lag": 1.5170585744509473, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.036468476493649, "trigger": "apogee", "sampling_rate": 105, "lag": 1.608772758647043, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5732.968513227634, "burn_start_time": -0.06070056896841866, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03276344587964662, "grain_number": 5, "grain_density": 1838.8996915960133, "grain_outer_radius": 0.033341384404250635, "grain_initial_inner_radius": 0.014713620692988556, "grain_initial_height": 0.11984350724964063, "grain_separation": 0.00511169139198848, "grains_center_of_mass_position": 0.3975029920339485, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013473587113241976, "throat_radius": 0.011264600563945697, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553541737383473}], "aerodynamic_surfaces": [{"length": 0.5586122139850498, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335521259346848}, {"n": 4, "root_chord": 0.12027119191837303, "tip_chord": 0.05960886129775736, "span": 0.11034343559766667, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503195460964192}, {"top_radius": 0.06344335691662423, "bottom_radius": 0.041704647378174885, "length": 0.05945959057892393, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.69900043576216, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618474308226529, "upper_button_position": 0.08052612753563093}], "rail_length": 5, "inclination": 84.41255096283875, "heading": 54.61877237322183} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9704347883363629, "wind_velocity_y_factor": 1.3599897158723984, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349763319500565, "mass": 15.10821644376668, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318541944851026, "I_33_without_motor": 0.04434308656655255, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.03880462099365, "trigger": 800, "sampling_rate": 105, "lag": 1.465231573520866, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0400445855888352, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6996142874444258, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7327.06481388407, "burn_start_time": -0.14216103890786225, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03396450772897911, "grain_number": 5, "grain_density": 1822.489298989751, "grain_outer_radius": 0.0330732616153666, "grain_initial_inner_radius": 0.014842571097712438, "grain_initial_height": 0.12123749616649344, "grain_separation": 0.0043400519817693994, "grains_center_of_mass_position": 0.39600711731953386, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010469913340604873, "throat_radius": 0.011462831397519859, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2565551887277815}], "aerodynamic_surfaces": [{"length": 0.5574163155047146, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336891148717836}, {"n": 4, "root_chord": 0.11962259874906106, "tip_chord": 0.059484278105698514, "span": 0.10997763583314374, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499933794875236}, {"top_radius": 0.06309534422221064, "bottom_radius": 0.04339907578875523, "length": 0.061488114703265435, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994682795537217, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178256805134931, "upper_button_position": 0.08164259904022864}], "rail_length": 5, "inclination": 82.95520972732547, "heading": 49.861584876833284} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.098151279008245, "wind_velocity_y_factor": 1.0855492011191865, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350240980707829, "mass": 15.790752184612057, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304389817584014, "I_33_without_motor": 0.051207489422307975, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.954046771421014, "trigger": 800, "sampling_rate": 105, "lag": 1.5227814920780025, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0722697851369283, "trigger": "apogee", "sampling_rate": 105, "lag": 1.42764405886353, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7079.759970372365, "burn_start_time": 0.05892532404706127, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03315480760549703, "grain_number": 5, "grain_density": 1758.666391519825, "grain_outer_radius": 0.03331636992834587, "grain_initial_inner_radius": 0.014932683280029389, "grain_initial_height": 0.12065957977136132, "grain_separation": 0.004505333462092498, "grains_center_of_mass_position": 0.39670449174421446, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0017233495077711132, "throat_radius": 0.011193856820446196, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543147495769458}], "aerodynamic_surfaces": [{"length": 0.5588513472834544, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344028232933197}, {"n": 4, "root_chord": 0.11913834879548105, "tip_chord": 0.05892936591602762, "span": 0.10947117876888736, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489034201614151}, {"top_radius": 0.06346131597293742, "bottom_radius": 0.04158444456514642, "length": 0.05970955882509247, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998432734841133, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617560634572904, "upper_button_position": 0.08228263891120935}], "rail_length": 5, "inclination": 85.1168588942707, "heading": 53.49548791547151} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0967013731123958, "wind_velocity_y_factor": 1.324167304521947, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349757636396326, "mass": 15.42038839026439, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334168348112635, "I_33_without_motor": 0.037285479105311346, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.935003002872724, "trigger": 800, "sampling_rate": 105, "lag": 1.784989936002653, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9978034885227871, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2154273889715739, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7471.674757775657, "burn_start_time": -0.17288059881454002, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03337032309124977, "grain_number": 5, "grain_density": 1868.5222706518903, "grain_outer_radius": 0.0325827705508069, "grain_initial_inner_radius": 0.014597317258651661, "grain_initial_height": 0.11928294875943601, "grain_separation": 0.003833772648256099, "grains_center_of_mass_position": 0.3954426643419794, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00024954698910227324, "throat_radius": 0.010282134810928706, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564533569408376}], "aerodynamic_surfaces": [{"length": 0.5579707653567658, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332210945709829}, {"n": 4, "root_chord": 0.11961394974394741, "tip_chord": 0.0599512882953414, "span": 0.10864976953933803, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499199447297685}, {"top_radius": 0.06424835844231883, "bottom_radius": 0.042562202818844215, "length": 0.05964602509595999, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985854279704018, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179289640898401, "upper_button_position": 0.08065646388056169}], "rail_length": 5, "inclination": 84.54477322168741, "heading": 49.89785744961816} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.904471260420058, "wind_velocity_y_factor": 0.18845432272167373, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350452055809497, "mass": 14.935341911695161, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331312674139712, "I_33_without_motor": 0.05033368142539625, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.085054567386033, "trigger": 800, "sampling_rate": 105, "lag": 1.4241769844539316, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0573914095196923, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3202990267690913, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6876.083902937691, "burn_start_time": 0.032966558774295926, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032391508364675095, "grain_number": 5, "grain_density": 1871.032160047841, "grain_outer_radius": 0.03254778445773297, "grain_initial_inner_radius": 0.01456236183483066, "grain_initial_height": 0.12082797496870365, "grain_separation": 0.0062205299181509865, "grains_center_of_mass_position": 0.3963661921056328, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005027533465834156, "throat_radius": 0.011229930546763436, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559227417378707}], "aerodynamic_surfaces": [{"length": 0.559517878074761, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.131507022141122}, {"n": 4, "root_chord": 0.11988861938639926, "tip_chord": 0.06025777457906009, "span": 0.10978876381401556, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0514421432466023}, {"top_radius": 0.06464861876136832, "bottom_radius": 0.043359837157532215, "length": 0.06059480176415225, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001926051508924, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184397674361681, "upper_button_position": 0.0817528377147243}], "rail_length": 5, "inclination": 83.48681017768125, "heading": 51.72040623706661} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8684446798199265, "wind_velocity_y_factor": 0.6906833978236153, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350072018100823, "mass": 16.089217895538987, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316345085423558, "I_33_without_motor": 0.06294393633312462, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.974048413471513, "trigger": 800, "sampling_rate": 105, "lag": 1.3687703132494122, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0696687396377806, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3659904104234608, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4932.661719074571, "burn_start_time": 0.16083174989185825, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03280413374571632, "grain_number": 5, "grain_density": 1832.526457644278, "grain_outer_radius": 0.033158614543631566, "grain_initial_inner_radius": 0.015482178597125376, "grain_initial_height": 0.12013507847430795, "grain_separation": 0.004242090469985879, "grains_center_of_mass_position": 0.3962959195034553, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018127834054397975, "throat_radius": 0.01124156407074435, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550360211693925}], "aerodynamic_surfaces": [{"length": 0.5584971060993118, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342067909695694}, {"n": 4, "root_chord": 0.11993635105730645, "tip_chord": 0.05971110185659519, "span": 0.1100465388718646, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050423565357324}, {"top_radius": 0.06311223625855698, "bottom_radius": 0.04433473251793416, "length": 0.06002088909673015, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000024698417772, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186527809390371, "upper_button_position": 0.08134968890274008}], "rail_length": 5, "inclination": 82.39100788916144, "heading": 55.78519937775909} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6305553082228311, "wind_velocity_y_factor": 0.9198278799879889, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350616331025936, "mass": 15.551206444356975, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308528300850721, "I_33_without_motor": 0.017362937299298893, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.890614841042776, "trigger": 800, "sampling_rate": 105, "lag": 1.591239911369178, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8180792186599839, "trigger": "apogee", "sampling_rate": 105, "lag": 1.728571134798107, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6927.619198885633, "burn_start_time": 0.047034424512660364, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03339928269209628, "grain_number": 5, "grain_density": 1813.823820962021, "grain_outer_radius": 0.03316780277139337, "grain_initial_inner_radius": 0.015119170375633784, "grain_initial_height": 0.11994370407973053, "grain_separation": 0.0066225786348608155, "grains_center_of_mass_position": 0.39564566562280307, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00035383900682227446, "throat_radius": 0.011682511336646433, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563618603816167}], "aerodynamic_surfaces": [{"length": 0.5568019068573459, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324754693219106}, {"n": 4, "root_chord": 0.11883353196200508, "tip_chord": 0.05925042793037411, "span": 0.10958936110553787, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048150193404452}, {"top_radius": 0.06299365980005317, "bottom_radius": 0.04402065165508782, "length": 0.059616793422595904, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010518592738924, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191503345128333, "upper_button_position": 0.08190152476105905}], "rail_length": 5, "inclination": 82.95416829382349, "heading": 56.48439988000571} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0041234133836061, "wind_velocity_y_factor": 0.3565904123726986, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349472910834825, "mass": 14.68712790903873, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324809657611619, "I_33_without_motor": 0.026387577855482104, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.112721755934722, "trigger": 800, "sampling_rate": 105, "lag": 1.7074419304374497, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9529537290313795, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7675721365271222, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6668.958382823907, "burn_start_time": 0.013818023630344671, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03217413932290002, "grain_number": 5, "grain_density": 1770.3503505871254, "grain_outer_radius": 0.03316661125041831, "grain_initial_inner_radius": 0.014990253751569682, "grain_initial_height": 0.12072964131915982, "grain_separation": 0.0041137332279615095, "grains_center_of_mass_position": 0.3966494178227538, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005388826611999794, "throat_radius": 0.011435604876846146, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548981170769071}], "aerodynamic_surfaces": [{"length": 0.5575105612086072, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329507014630724}, {"n": 4, "root_chord": 0.12018871391867098, "tip_chord": 0.06023288974030235, "span": 0.11047217756078992, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047121121328409}, {"top_radius": 0.06407042708950653, "bottom_radius": 0.04454708297034107, "length": 0.06123791486642202, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010556935979725, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176712282262655, "upper_button_position": 0.08338446537170696}], "rail_length": 5, "inclination": 84.46844313017007, "heading": 50.0735229928785} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8092674991062865, "wind_velocity_y_factor": 0.7884961472039803, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349157272645944, "mass": 15.234924274007632, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328864536779555, "I_33_without_motor": 0.0377310937042644, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.976048759169995, "trigger": 800, "sampling_rate": 105, "lag": 1.5674992289696281, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9363534535605652, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5944953302528906, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6043.02303007061, "burn_start_time": 0.10593608129746007, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0330488124821368, "grain_number": 5, "grain_density": 1785.741371557347, "grain_outer_radius": 0.03289505316390205, "grain_initial_inner_radius": 0.014832940525661408, "grain_initial_height": 0.11962887116098764, "grain_separation": 0.005332707562615868, "grains_center_of_mass_position": 0.39732878740986904, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00038170430763662116, "throat_radius": 0.010466326920163282, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557483876921187}], "aerodynamic_surfaces": [{"length": 0.5579930747076043, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337342495953082}, {"n": 4, "root_chord": 0.12052265684962646, "tip_chord": 0.05999437352641175, "span": 0.10999657482400445, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500057158953537}, {"top_radius": 0.06506971031946658, "bottom_radius": 0.04205714711568472, "length": 0.05929410757637154, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008773927501185, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619175993722465, "upper_button_position": 0.0817013990276535}], "rail_length": 5, "inclination": 85.4733988487333, "heading": 53.70431281649696} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2622639051665556, "wind_velocity_y_factor": 0.49616804793781644, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350324484838067, "mass": 14.840333414538042, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3170887282578025, "I_33_without_motor": 0.02680663478983656, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.001646263751763, "trigger": 800, "sampling_rate": 105, "lag": 1.4624169845600599, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0109112172355859, "trigger": "apogee", "sampling_rate": 105, "lag": 1.006907156500251, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6114.94637241012, "burn_start_time": -0.14981237963948327, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03225425290912546, "grain_number": 5, "grain_density": 1837.8851093835676, "grain_outer_radius": 0.03308894319406801, "grain_initial_inner_radius": 0.014650891154190427, "grain_initial_height": 0.11782071913627581, "grain_separation": 0.007027007915150185, "grains_center_of_mass_position": 0.39725028245813543, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00029636546936781, "throat_radius": 0.011368475225907828, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552850549146664}], "aerodynamic_surfaces": [{"length": 0.5600564164336956, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135064001791686}, {"n": 4, "root_chord": 0.11956214774664205, "tip_chord": 0.059416001332436644, "span": 0.10980371313604817, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498772796135813}, {"top_radius": 0.06300227623128522, "bottom_radius": 0.04381497000019541, "length": 0.06055282884728895, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995644089413672, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180104337352738, "upper_button_position": 0.08155397520609342}], "rail_length": 5, "inclination": 85.1725691430285, "heading": 50.76145702115634} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7848996865351527, "wind_velocity_y_factor": 1.5300171121435637, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350302293663945, "mass": 16.169769712773373, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324342065083358, "I_33_without_motor": 0.03001908825847063, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.997210343490599, "trigger": 800, "sampling_rate": 105, "lag": 1.520642066685498, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0003758070815325, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3075040688559858, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7337.054169264788, "burn_start_time": 0.00934148672646923, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033632768093524744, "grain_number": 5, "grain_density": 1740.5925434439462, "grain_outer_radius": 0.03280920930569442, "grain_initial_inner_radius": 0.015719053181172046, "grain_initial_height": 0.12141251531134367, "grain_separation": 0.0055035218124137916, "grains_center_of_mass_position": 0.39671394437006535, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00018914203691433316, "throat_radius": 0.011575145782604705, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549212527562283}], "aerodynamic_surfaces": [{"length": 0.5588542026723603, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348428352031847}, {"n": 4, "root_chord": 0.12004951891467228, "tip_chord": 0.059878637251430146, "span": 0.10980190178750607, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048111944526022}, {"top_radius": 0.06492498150465649, "bottom_radius": 0.044662028894923926, "length": 0.06030061434320787, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992557747085169, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162133794781826, "upper_button_position": 0.0830423952303343}], "rail_length": 5, "inclination": 84.03131965804675, "heading": 53.81965230850702} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1623264094914882, "wind_velocity_y_factor": 0.5292524283894273, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349606915048385, "mass": 15.384071915037676, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319586195015218, "I_33_without_motor": 0.03971771939621633, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.84422025464748, "trigger": 800, "sampling_rate": 105, "lag": 1.4002248104579795, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9824118193748592, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5207597124756849, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7438.816961094144, "burn_start_time": 0.060287461538503645, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033023706365789156, "grain_number": 5, "grain_density": 1838.4575905187735, "grain_outer_radius": 0.03310308178860113, "grain_initial_inner_radius": 0.015300610554197087, "grain_initial_height": 0.11954148211681563, "grain_separation": 0.004084549115235659, "grains_center_of_mass_position": 0.39824297309606044, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004783260822526513, "throat_radius": 0.010068992306205395, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536743375500337}], "aerodynamic_surfaces": [{"length": 0.559100782707695, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354719883552762}, {"n": 4, "root_chord": 0.11935728581494773, "tip_chord": 0.06011311926943714, "span": 0.1110318383705941, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049000167984192}, {"top_radius": 0.06299675951040347, "bottom_radius": 0.04257889675844475, "length": 0.06135585359416953, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999782879309163, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6159905334878631, "upper_button_position": 0.08398775444305318}], "rail_length": 5, "inclination": 85.54992055894458, "heading": 53.15705827616924} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9726546961056768, "wind_velocity_y_factor": 0.7713769171124385, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06351119141000948, "mass": 15.111834809940753, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32550579008149, "I_33_without_motor": 0.052276345101483296, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.85004724394652, "trigger": 800, "sampling_rate": 105, "lag": 1.7251796834770567, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.972083334278191, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3921451542167933, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7633.915551129152, "burn_start_time": 0.1285706467857067, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033157761313844576, "grain_number": 5, "grain_density": 1864.3019466997575, "grain_outer_radius": 0.032932531462239206, "grain_initial_inner_radius": 0.014949873544621562, "grain_initial_height": 0.12031636774176258, "grain_separation": 0.005760023468432564, "grains_center_of_mass_position": 0.396915007137032, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006716280533115385, "throat_radius": 0.010687170919077048, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2530827905814184}], "aerodynamic_surfaces": [{"length": 0.5595719020916308, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348044041731347}, {"n": 4, "root_chord": 0.12004152934575898, "tip_chord": 0.06096272202701432, "span": 0.11039428638199009, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0516360056654415}, {"top_radius": 0.06296726197442344, "bottom_radius": 0.04464675816001809, "length": 0.06055541442537266, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000165906227647, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6200688102947024, "upper_button_position": 0.07994778032806227}], "rail_length": 5, "inclination": 85.89850248103805, "heading": 52.17825431347259} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2115986978431312, "wind_velocity_y_factor": 0.6664505126226403, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349381034070632, "mass": 15.952437153050251, "I_11_without_motor": 6.321, "I_22_without_motor": 6.346093873567589, "I_33_without_motor": 0.025199719086906013, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.155490751927346, "trigger": 800, "sampling_rate": 105, "lag": 1.6647660442717407, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9466349285622352, "trigger": "apogee", "sampling_rate": 105, "lag": 1.690823818985645, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6024.0942387952555, "burn_start_time": 0.09234330893561203, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03252409440973559, "grain_number": 5, "grain_density": 1837.1632898003313, "grain_outer_radius": 0.032915482207570464, "grain_initial_inner_radius": 0.015272807513568019, "grain_initial_height": 0.12165023395899689, "grain_separation": 0.005845895530809802, "grains_center_of_mass_position": 0.3962276172176735, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003027527985314004, "throat_radius": 0.010147404502138338, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550645075968345}], "aerodynamic_surfaces": [{"length": 0.5586678319323286, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135071613527446}, {"n": 4, "root_chord": 0.11969323033732704, "tip_chord": 0.05982155753459162, "span": 0.11120869585226112, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0479224501103983}, {"top_radius": 0.06311808398875625, "bottom_radius": 0.043724351656466466, "length": 0.060152501861515016, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6979184312564132, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177819053967575, "upper_button_position": 0.0801365258596557}], "rail_length": 5, "inclination": 86.08623770539218, "heading": 48.31110023046232} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9244811080165223, "wind_velocity_y_factor": 1.1973489995730224, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349906874738173, "mass": 15.68587259399416, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334970024445253, "I_33_without_motor": 0.027312411287930657, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.043650355557801, "trigger": 800, "sampling_rate": 105, "lag": 1.7503166667404562, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9908667113028574, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4008211202971967, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6624.679539806125, "burn_start_time": -0.0010380661065099329, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032519215124637596, "grain_number": 5, "grain_density": 1892.0182465171094, "grain_outer_radius": 0.03263016643446419, "grain_initial_inner_radius": 0.014531610506436981, "grain_initial_height": 0.12049158059056485, "grain_separation": 0.005618629162496341, "grains_center_of_mass_position": 0.39653023476188914, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014267370780499651, "throat_radius": 0.011178155544378643, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558957365618593}], "aerodynamic_surfaces": [{"length": 0.5579474228608536, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343590442609213}, {"n": 4, "root_chord": 0.11953421629474692, "tip_chord": 0.05995866189072966, "span": 0.11041387320263497, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487680736255498}, {"top_radius": 0.06421350095546337, "bottom_radius": 0.04419608030975076, "length": 0.05952082656296964, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997537274949935, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187220593867795, "upper_button_position": 0.08103166810821405}], "rail_length": 5, "inclination": 83.49422344551635, "heading": 52.365083346410785} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.29164785020247475, "wind_velocity_y_factor": 0.9652678507288168, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06348430618109953, "mass": 15.124208900137903, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333884265215418, "I_33_without_motor": 0.053243305449120176, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.09155000159982, "trigger": 800, "sampling_rate": 105, "lag": 1.4898519055935926, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0234654877972802, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3781732345169107, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5151.134344358481, "burn_start_time": 0.09337970903388343, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033557367444359484, "grain_number": 5, "grain_density": 1717.2289980703918, "grain_outer_radius": 0.03300001195794981, "grain_initial_inner_radius": 0.015414207994784762, "grain_initial_height": 0.11960392096804662, "grain_separation": 0.005127731801249766, "grains_center_of_mass_position": 0.39627307438251574, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001079726419668175, "throat_radius": 0.011510479074639238, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556777040929576}], "aerodynamic_surfaces": [{"length": 0.5593623823539308, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329432358481786}, {"n": 4, "root_chord": 0.11975190300808258, "tip_chord": 0.05977188044266129, "span": 0.10982546680447675, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0469537196575505}, {"top_radius": 0.06307227238496271, "bottom_radius": 0.042867457264550456, "length": 0.06139574842374129, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001713429399677, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619833572050543, "upper_button_position": 0.08033777088942473}], "rail_length": 5, "inclination": 84.35636083835008, "heading": 53.213091292882396} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.667281206261297, "wind_velocity_y_factor": 0.9152269568500486, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350273384090545, "mass": 14.167332721185348, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324505800140681, "I_33_without_motor": 0.03911110269236562, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.099617558109497, "trigger": 800, "sampling_rate": 105, "lag": 1.6588880665621288, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.965276316219289, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6583189182756173, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7338.798528449767, "burn_start_time": 0.09296505691485629, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03299399124979696, "grain_number": 5, "grain_density": 1818.0638032140585, "grain_outer_radius": 0.03322553265027852, "grain_initial_inner_radius": 0.01547611862555975, "grain_initial_height": 0.11928893272922954, "grain_separation": 0.0039126238871661735, "grains_center_of_mass_position": 0.3954060279549737, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008782031404431049, "throat_radius": 0.010996151749695466, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2529271005985636}], "aerodynamic_surfaces": [{"length": 0.5600460104209283, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133425612010123}, {"n": 4, "root_chord": 0.11999641347011113, "tip_chord": 0.059579883128995044, "span": 0.11032036151569587, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050595550116784}, {"top_radius": 0.06373103036810686, "bottom_radius": 0.04328708174135631, "length": 0.05837502187872285, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992399260804394, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181129546397792, "upper_button_position": 0.08112697144066017}], "rail_length": 5, "inclination": 86.13245478180606, "heading": 54.03008828351503} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0197485180504884, "wind_velocity_y_factor": 0.6671188157325998, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350360716954626, "mass": 15.890900335104407, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318751938130801, "I_33_without_motor": 0.027280953951441388, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.069507489681548, "trigger": 800, "sampling_rate": 105, "lag": 1.6247910113682136, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9727740751396189, "trigger": "apogee", "sampling_rate": 105, "lag": 1.47097353885549, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8094.833500440945, "burn_start_time": 0.15003573331593706, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03216392076599824, "grain_number": 5, "grain_density": 1824.1961315838726, "grain_outer_radius": 0.03265599493073676, "grain_initial_inner_radius": 0.015056448310190776, "grain_initial_height": 0.12092205670159793, "grain_separation": 0.005229584178129696, "grains_center_of_mass_position": 0.3968908925583991, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0028902545934244126, "throat_radius": 0.011207774518864372, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548776446653414}], "aerodynamic_surfaces": [{"length": 0.5588785135236506, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1316664542404864}, {"n": 4, "root_chord": 0.11954142777012249, "tip_chord": 0.05932744448261953, "span": 0.10973813914925641, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049004135885055}, {"top_radius": 0.06421777815178528, "bottom_radius": 0.04451203484406429, "length": 0.06136017644082649, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699576465174902, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61925407372911, "upper_button_position": 0.08032239144579201}], "rail_length": 5, "inclination": 83.86750168249047, "heading": 52.88112576151773} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.31629238007469873, "wind_velocity_y_factor": 1.1446058934164227, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.0635001300497255, "mass": 15.521428909508316, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328332439523772, "I_33_without_motor": 0.04746655527164913, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.089792576135801, "trigger": 800, "sampling_rate": 105, "lag": 1.540317275142228, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.066347472037354, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2901924215250142, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7374.275575175187, "burn_start_time": -0.03897650598433047, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03337293256451199, "grain_number": 5, "grain_density": 1755.914076254994, "grain_outer_radius": 0.033211974887326905, "grain_initial_inner_radius": 0.014655494440461731, "grain_initial_height": 0.11979651547348358, "grain_separation": 0.0062714433186764175, "grains_center_of_mass_position": 0.39609783318497055, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013084212076458074, "throat_radius": 0.011063095188964651, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256555227482433}], "aerodynamic_surfaces": [{"length": 0.5580361851982337, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334807382552694}, {"n": 4, "root_chord": 0.11981090278409944, "tip_chord": 0.060348274236765864, "span": 0.10966468569993768, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049973999633448}, {"top_radius": 0.062077912679866176, "bottom_radius": 0.04288733325126599, "length": 0.05915318576472653, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000140185896814, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166946809089903, "upper_button_position": 0.08331933768069111}], "rail_length": 5, "inclination": 83.28068623454327, "heading": 50.78876323449998} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.6011747890966226, "wind_velocity_y_factor": 1.3838989094457135, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350658848972263, "mass": 15.26231047815355, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326959485838608, "I_33_without_motor": 0.041983153571943994, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.128848954050676, "trigger": 800, "sampling_rate": 105, "lag": 1.5801764043151258, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0367610306538586, "trigger": "apogee", "sampling_rate": 105, "lag": 1.352845186239043, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5624.927785658161, "burn_start_time": -0.00605058110273788, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03246506198587276, "grain_number": 5, "grain_density": 1815.1930591807716, "grain_outer_radius": 0.033118952144560336, "grain_initial_inner_radius": 0.01561363829810085, "grain_initial_height": 0.12154358995613235, "grain_separation": 0.005692002130643786, "grains_center_of_mass_position": 0.3951480549585784, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0021100891187644777, "throat_radius": 0.01049535518217478, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550352440526253}], "aerodynamic_surfaces": [{"length": 0.5586807338415786, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133164772613646}, {"n": 4, "root_chord": 0.12006281719576099, "tip_chord": 0.0603610081482652, "span": 0.10911857632749006, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491902516153542}, {"top_radius": 0.06161471392809587, "bottom_radius": 0.042211796139347176, "length": 0.060906918975056124, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995095008202914, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618011806297872, "upper_button_position": 0.0814976945224194}], "rail_length": 5, "inclination": 85.12244362278909, "heading": 50.7297882619626} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7424361017197827, "wind_velocity_y_factor": 1.1534789980742823, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350177215287173, "mass": 15.200700740339094, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318550832080866, "I_33_without_motor": 0.03202016706762814, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.121491820906341, "trigger": 800, "sampling_rate": 105, "lag": 1.5667912890615405, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0079827566629551, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5384586052428946, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7120.627714471717, "burn_start_time": 0.04765974558356802, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032933987433657066, "grain_number": 5, "grain_density": 1797.7553293159199, "grain_outer_radius": 0.03257874072442953, "grain_initial_inner_radius": 0.015261204494443207, "grain_initial_height": 0.1197011490189962, "grain_separation": 0.0049394450818783285, "grains_center_of_mass_position": 0.3961023957175309, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012199082411730624, "throat_radius": 0.011106092494843256, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255348589988426}], "aerodynamic_surfaces": [{"length": 0.5577857850122778, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328448661742865}, {"n": 4, "root_chord": 0.12040095498417455, "tip_chord": 0.060314857927278476, "span": 0.10946077239800844, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483010912319533}, {"top_radius": 0.06230183679858407, "bottom_radius": 0.04293403304233779, "length": 0.06020215607309509, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990653284348963, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185902155948714, "upper_button_position": 0.08047511284002495}], "rail_length": 5, "inclination": 86.53936370916507, "heading": 52.79519088209016} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2073928917239936, "wind_velocity_y_factor": 1.3424736352074058, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350410117836275, "mass": 16.715759639725558, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319501804103561, "I_33_without_motor": 0.026432228288147362, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.095698979922538, "trigger": 800, "sampling_rate": 105, "lag": 1.4485449906116654, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0362298440517144, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4217639120239507, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 9712.153450923723, "burn_start_time": 0.097818740739504, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0331711661685328, "grain_number": 5, "grain_density": 1847.1237708198103, "grain_outer_radius": 0.03336367665397604, "grain_initial_inner_radius": 0.015729656995138275, "grain_initial_height": 0.11945253217641809, "grain_separation": 0.005220011265055775, "grains_center_of_mass_position": 0.3961358125615229, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002461663554482172, "throat_radius": 0.011052959350792384, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561046579397575}], "aerodynamic_surfaces": [{"length": 0.5593028573084893, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340779206563099}, {"n": 4, "root_chord": 0.11997890540298387, "tip_chord": 0.06053323908197888, "span": 0.11033917263095175, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0475935198472466}, {"top_radius": 0.06311469654540061, "bottom_radius": 0.044396405343631595, "length": 0.05957776532723365, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985083656563251, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178796547832001, "upper_button_position": 0.08062871087312506}], "rail_length": 5, "inclination": 84.92070336196926, "heading": 56.12107922011463} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8424856090720654, "wind_velocity_y_factor": 1.2781461833343726, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349319635447662, "mass": 14.988479000802915, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324020311513425, "I_33_without_motor": 0.040628161436896584, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.120466113505923, "trigger": 800, "sampling_rate": 105, "lag": 1.451606222810018, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9908050629817817, "trigger": "apogee", "sampling_rate": 105, "lag": 1.638584946608204, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7952.292851436101, "burn_start_time": -0.0952862748902198, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03308907463679504, "grain_number": 5, "grain_density": 1798.4739182723279, "grain_outer_radius": 0.032797402008655066, "grain_initial_inner_radius": 0.014851261190938074, "grain_initial_height": 0.12064866973918927, "grain_separation": 0.006609278878249088, "grains_center_of_mass_position": 0.3961686475306416, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000843529974870287, "throat_radius": 0.011041489245644886, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554068537919099}], "aerodynamic_surfaces": [{"length": 0.5574323090943488, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.131414234352894}, {"n": 4, "root_chord": 0.11946355857486853, "tip_chord": 0.05987441855856055, "span": 0.11049956785623555, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487024186395548}, {"top_radius": 0.06370244042593919, "bottom_radius": 0.04158000325870437, "length": 0.06035790552464018, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999130387898783, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182763722630495, "upper_button_position": 0.08163666652682877}], "rail_length": 5, "inclination": 85.0343392073293, "heading": 51.88819985726983} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4796556230265274, "wind_velocity_y_factor": 1.2306548996239333, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349493669391662, "mass": 15.981381504108706, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329224936645416, "I_33_without_motor": 0.04163031466714052, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.01400710070961, "trigger": 800, "sampling_rate": 105, "lag": 1.6239927646999885, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9758399080049659, "trigger": "apogee", "sampling_rate": 105, "lag": 1.600341903247021, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7663.992187899252, "burn_start_time": 0.2301175013775188, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03285366331166439, "grain_number": 5, "grain_density": 1779.7170535327368, "grain_outer_radius": 0.033014620825278215, "grain_initial_inner_radius": 0.015607122447598624, "grain_initial_height": 0.11942994217203158, "grain_separation": 0.006336635961152799, "grains_center_of_mass_position": 0.3992012792762007, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002841445288339194, "throat_radius": 0.010454716797555354, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553206516184519}], "aerodynamic_surfaces": [{"length": 0.5589554345784484, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134568591267741}, {"n": 4, "root_chord": 0.12023414948469918, "tip_chord": 0.06014983219165326, "span": 0.11030658488512483, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048995175829068}, {"top_radius": 0.06430143866363892, "bottom_radius": 0.04354720459677176, "length": 0.05989554556484099, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981375717903667, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172181211899677, "upper_button_position": 0.08091945060039907}], "rail_length": 5, "inclination": 85.50310199605552, "heading": 52.667665928326926} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9552641056380785, "wind_velocity_y_factor": 1.4101950987130185, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350603519732578, "mass": 15.679899801580458, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333037605724753, "I_33_without_motor": 0.03792114157980295, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.84469896625157, "trigger": 800, "sampling_rate": 105, "lag": 1.5102687660055731, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9563190840385316, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6028585310478605, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7719.095430099451, "burn_start_time": 0.10766630284496703, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032848272791225944, "grain_number": 5, "grain_density": 1783.7161857167885, "grain_outer_radius": 0.0333377798632643, "grain_initial_inner_radius": 0.015445391662504566, "grain_initial_height": 0.12007619925651425, "grain_separation": 0.004526936506114625, "grains_center_of_mass_position": 0.39696046579732075, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0017166397448457413, "throat_radius": 0.010909434390692689, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255883191565026}], "aerodynamic_surfaces": [{"length": 0.5571238219571097, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328329642800077}, {"n": 4, "root_chord": 0.11981222302104418, "tip_chord": 0.060983616948375535, "span": 0.10984020231492471, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503743021595795}, {"top_radius": 0.06435305010982295, "bottom_radius": 0.044008110334043796, "length": 0.05879431601651663, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006417855472494, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185666476213706, "upper_button_position": 0.08207513792587884}], "rail_length": 5, "inclination": 86.27445475273758, "heading": 56.26545613442804} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9621009556542992, "wind_velocity_y_factor": 0.8959041734268747, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349827920916108, "mass": 15.862160122639148, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319543711627997, "I_33_without_motor": 0.03143028436685903, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.875860480243377, "trigger": 800, "sampling_rate": 105, "lag": 1.4293694658690805, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.888251297958891, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7608259675078244, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4112.196420433314, "burn_start_time": -0.02570939328426307, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03227098569633856, "grain_number": 5, "grain_density": 1839.8848560908252, "grain_outer_radius": 0.03314545612550497, "grain_initial_inner_radius": 0.014772014102606996, "grain_initial_height": 0.1199854026278925, "grain_separation": 0.006626581471149789, "grains_center_of_mass_position": 0.39464996778640415, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00032629926180790766, "throat_radius": 0.010774804287679133, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255674544337773}], "aerodynamic_surfaces": [{"length": 0.5568660757897066, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330456822010297}, {"n": 4, "root_chord": 0.12085641601379628, "tip_chord": 0.060406439064592456, "span": 0.10937615736663531, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482740357457314}, {"top_radius": 0.06420655219841717, "bottom_radius": 0.04348854894983048, "length": 0.060728456601895964, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997121261963402, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177010226526537, "upper_button_position": 0.08201110354368646}], "rail_length": 5, "inclination": 84.36074780122885, "heading": 52.277199898961214} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.1346485140864686, "wind_velocity_y_factor": 1.2959954798617654, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350281712277887, "mass": 15.312071344970454, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328543928683875, "I_33_without_motor": 0.03667070671922244, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.959052377089314, "trigger": 800, "sampling_rate": 105, "lag": 1.4539855624158735, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9248512517535514, "trigger": "apogee", "sampling_rate": 105, "lag": 1.832289273497734, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8590.870875610617, "burn_start_time": -0.04279897792721064, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03301625013438815, "grain_number": 5, "grain_density": 1834.516241134072, "grain_outer_radius": 0.03346418690919541, "grain_initial_inner_radius": 0.015438817696859855, "grain_initial_height": 0.11847159873244949, "grain_separation": 0.003962037716668893, "grains_center_of_mass_position": 0.3961619101569325, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011111536126797734, "throat_radius": 0.011404222215767095, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547033130964582}], "aerodynamic_surfaces": [{"length": 0.557304775431123, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.136444496900629}, {"n": 4, "root_chord": 0.11987568036609808, "tip_chord": 0.059272814408854915, "span": 0.11047011760911978, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485169902103813}, {"top_radius": 0.06345725607404888, "bottom_radius": 0.04419128099331402, "length": 0.06103303264710309, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996820985410016, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168127149615007, "upper_button_position": 0.08286938357950091}], "rail_length": 5, "inclination": 84.31996982185429, "heading": 54.61551461879913} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.44853665737789306, "wind_velocity_y_factor": 1.2426658660136642, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350115964700687, "mass": 15.08097737528614, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311367642212479, "I_33_without_motor": 0.039501579624357776, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.184852956295416, "trigger": 800, "sampling_rate": 105, "lag": 1.562199152608615, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8842782381627469, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7944742466246069, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5592.759105508717, "burn_start_time": -0.05920605055568963, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03311080033665647, "grain_number": 5, "grain_density": 1746.5302615658481, "grain_outer_radius": 0.03389093574497726, "grain_initial_inner_radius": 0.01409767236412344, "grain_initial_height": 0.12025039944867456, "grain_separation": 0.0037602467768530715, "grains_center_of_mass_position": 0.3972806309598358, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012825616486790712, "throat_radius": 0.011286999020179352, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256941116720476}], "aerodynamic_surfaces": [{"length": 0.5582859329087057, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135794364736226}, {"n": 4, "root_chord": 0.11984434232996198, "tip_chord": 0.06017958790636259, "span": 0.10906832214193961, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506567821140707}, {"top_radius": 0.06349867218413634, "bottom_radius": 0.04292531749880088, "length": 0.058609851988811544, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004900049380219, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174250826529489, "upper_button_position": 0.083064922285073}], "rail_length": 5, "inclination": 84.51492259682597, "heading": 54.39487168234589} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.711633642719004, "wind_velocity_y_factor": 0.9807652320316979, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06348666750699405, "mass": 15.730219548166026, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322524462197293, "I_33_without_motor": 0.025440355628620483, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.992710602943875, "trigger": 800, "sampling_rate": 105, "lag": 1.642605385661206, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.073851077548069, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5149624963378907, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4826.084265992842, "burn_start_time": -0.17388455232969835, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032849632742758914, "grain_number": 5, "grain_density": 1779.102174397616, "grain_outer_radius": 0.033009750310045737, "grain_initial_inner_radius": 0.015191577503054733, "grain_initial_height": 0.11850156119851941, "grain_separation": 0.006245092917644437, "grains_center_of_mass_position": 0.39666810082585063, "center_of_dry_mass_position": 0.317, "nozzle_position": 3.6401428327146544e-05, "throat_radius": 0.010560470192718878, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557091070382609}], "aerodynamic_surfaces": [{"length": 0.5593449132756177, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353893675733215}, {"n": 4, "root_chord": 0.11989808466585195, "tip_chord": 0.060413948797728344, "span": 0.10924378922988774, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484532691640942}, {"top_radius": 0.06278138268738842, "bottom_radius": 0.043475398989368544, "length": 0.061577331753603484, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008616116578668, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170932656488849, "upper_button_position": 0.08376834600898186}], "rail_length": 5, "inclination": 83.80932657755004, "heading": 54.53737006818841} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9261460518565174, "wind_velocity_y_factor": 1.116450391453936, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350342890730666, "mass": 15.758303472667818, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311719172440093, "I_33_without_motor": 0.025720801773817394, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.978821273169654, "trigger": 800, "sampling_rate": 105, "lag": 1.4704734167055953, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8890282646091829, "trigger": "apogee", "sampling_rate": 105, "lag": 1.557103484502296, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7343.101881491525, "burn_start_time": -0.027956820938984103, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03371064277863985, "grain_number": 5, "grain_density": 1878.4614022046824, "grain_outer_radius": 0.03297590392989951, "grain_initial_inner_radius": 0.015196093988563936, "grain_initial_height": 0.12056643053658556, "grain_separation": 0.005868293538577951, "grains_center_of_mass_position": 0.396919427883243, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008471293528823379, "throat_radius": 0.010433195248503226, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25522182842669}], "aerodynamic_surfaces": [{"length": 0.5564249499099033, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336540731863758}, {"n": 4, "root_chord": 0.12050293964473889, "tip_chord": 0.059698177600348616, "span": 0.10971520322134007, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048220154468472}, {"top_radius": 0.062171404071627606, "bottom_radius": 0.0450254473109662, "length": 0.06056542130756893, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990502766256179, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193610206529675, "upper_button_position": 0.07968925597265042}], "rail_length": 5, "inclination": 83.77192696791168, "heading": 52.118252789833406} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9895743334459962, "wind_velocity_y_factor": 0.7046470261879383, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.063506108632325, "mass": 15.652417044998822, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320440069212236, "I_33_without_motor": 0.040614988352776576, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.093325924481455, "trigger": 800, "sampling_rate": 105, "lag": 1.4678941732496145, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9867680344538658, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6243467717323508, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7492.916674814651, "burn_start_time": -0.036698203917919586, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0336427681055215, "grain_number": 5, "grain_density": 1748.7466724341903, "grain_outer_radius": 0.03272613321029798, "grain_initial_inner_radius": 0.014763468203752562, "grain_initial_height": 0.1193426590863517, "grain_separation": 0.004055850555767264, "grains_center_of_mass_position": 0.3977651675500368, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004251117699300651, "throat_radius": 0.010911259637871165, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549620540918511}], "aerodynamic_surfaces": [{"length": 0.5597280001073162, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346644245595872}, {"n": 4, "root_chord": 0.12045143879978737, "tip_chord": 0.05985418627985224, "span": 0.11016126812569105, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501264774743138}, {"top_radius": 0.06166059446094888, "bottom_radius": 0.04493676899440448, "length": 0.05900428121810149, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996640158564064, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61933883388945, "upper_button_position": 0.08032518196695637}], "rail_length": 5, "inclination": 85.73523785253789, "heading": 53.13815948555255} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5835724834806979, "wind_velocity_y_factor": 0.6078754083040255, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350235301028193, "mass": 15.965915262600081, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311687518547591, "I_33_without_motor": 0.03773125605555245, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.982292946389958, "trigger": 800, "sampling_rate": 105, "lag": 1.45275823787666, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0184775639663097, "trigger": "apogee", "sampling_rate": 105, "lag": 1.203660851246433, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5666.08904217499, "burn_start_time": 0.14445164194482507, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03310462921804477, "grain_number": 5, "grain_density": 1714.463811588333, "grain_outer_radius": 0.03292086139963862, "grain_initial_inner_radius": 0.01509189284237983, "grain_initial_height": 0.12128907644383899, "grain_separation": 0.004317266208795996, "grains_center_of_mass_position": 0.3964324687897287, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005088386171677947, "throat_radius": 0.011476316379255199, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539650634992887}], "aerodynamic_surfaces": [{"length": 0.5584976179347382, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347727787311555}, {"n": 4, "root_chord": 0.11946130703898904, "tip_chord": 0.05976471848320225, "span": 0.1105896522837438, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050083260790332}, {"top_radius": 0.06396953724238615, "bottom_radius": 0.04325998314399333, "length": 0.05918300437083492, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001306709595464, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172531438278719, "upper_button_position": 0.08287752713167451}], "rail_length": 5, "inclination": 87.11672085977759, "heading": 52.65267603921792} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4007992312206148, "wind_velocity_y_factor": 1.3989517422826125, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349360818517978, "mass": 16.021933881944385, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327232683381118, "I_33_without_motor": 0.031021579193379382, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.9407129563267, "trigger": 800, "sampling_rate": 105, "lag": 1.5350819035839776, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1626595161646769, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4859054873837232, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6915.917467975224, "burn_start_time": -0.015346196824335882, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03318494556024471, "grain_number": 5, "grain_density": 1781.0988892113592, "grain_outer_radius": 0.03370485800576837, "grain_initial_inner_radius": 0.015150054732153306, "grain_initial_height": 0.11932875640514616, "grain_separation": 0.0036471639616319457, "grains_center_of_mass_position": 0.39551733859318183, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011304210848641332, "throat_radius": 0.011657715775763623, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537054729488701}], "aerodynamic_surfaces": [{"length": 0.5596561470718295, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1321160442353504}, {"n": 4, "root_chord": 0.12014524128201226, "tip_chord": 0.059153187577620066, "span": 0.10991210722520832, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0510372855260564}, {"top_radius": 0.06525795283609113, "bottom_radius": 0.04292583777441565, "length": 0.06051920662033665, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006028644468549, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186048205223327, "upper_button_position": 0.08199804392452226}], "rail_length": 5, "inclination": 84.11566418607083, "heading": 49.99016410896458} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0941368485060605, "wind_velocity_y_factor": 1.2291820382091267, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349635282172018, "mass": 15.655050917675151, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328097241112178, "I_33_without_motor": 0.03376104580938019, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.090314143310968, "trigger": 800, "sampling_rate": 105, "lag": 1.4540560868512753, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8309299950396454, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4611546428069806, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7564.194187873802, "burn_start_time": 0.07493404803741822, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03255356108704905, "grain_number": 5, "grain_density": 1817.9833668242866, "grain_outer_radius": 0.03273014385298799, "grain_initial_inner_radius": 0.015504983327987241, "grain_initial_height": 0.11999125108009652, "grain_separation": 0.005113922430773249, "grains_center_of_mass_position": 0.397129123493441, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001562396744176367, "throat_radius": 0.011147229048166202, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2565151405809751}], "aerodynamic_surfaces": [{"length": 0.5571860743323781, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132986069024304}, {"n": 4, "root_chord": 0.11991425384403492, "tip_chord": 0.05943782289466029, "span": 0.1099441183490916, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049250904515781}, {"top_radius": 0.06329631868646138, "bottom_radius": 0.043648863311330666, "length": 0.05956251484292858, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997176501789506, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618603077247941, "upper_button_position": 0.08111457293100965}], "rail_length": 5, "inclination": 84.43207753769926, "heading": 53.62252802406154} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2065625806592877, "wind_velocity_y_factor": 0.9762767223867659, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350041922455281, "mass": 14.965063314479611, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32377141593736, "I_33_without_motor": 0.028968193878221703, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.083857154383786, "trigger": 800, "sampling_rate": 105, "lag": 1.4870217758952906, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9340281013648319, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7129055132836222, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6524.192697352591, "burn_start_time": -0.0429517156081769, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03322857894422752, "grain_number": 5, "grain_density": 1890.6526691576078, "grain_outer_radius": 0.03327597957802433, "grain_initial_inner_radius": 0.01446910555583803, "grain_initial_height": 0.12036033590910998, "grain_separation": 0.00540220995063681, "grains_center_of_mass_position": 0.39775650138134294, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010329294754311124, "throat_radius": 0.011656285387777104, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255512487910119}], "aerodynamic_surfaces": [{"length": 0.5578742831541568, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332482264673254}, {"n": 4, "root_chord": 0.12024382074456473, "tip_chord": 0.060283871657026415, "span": 0.1096258137454175, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487446813498638}, {"top_radius": 0.06307378174147549, "bottom_radius": 0.042865004454780205, "length": 0.06093369348587974, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699226509091065, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194730979834335, "upper_button_position": 0.07975341110763146}], "rail_length": 5, "inclination": 84.80076305149548, "heading": 49.74234520112413} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4353537163144585, "wind_velocity_y_factor": 1.3921612834374995, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349128800796894, "mass": 15.246193632790957, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325805670574383, "I_33_without_motor": 0.03011040170066691, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.92703437168465, "trigger": 800, "sampling_rate": 105, "lag": 1.4718117490814135, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9601646021279486, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4181939035277038, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6210.238985508482, "burn_start_time": -0.14729647603457016, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032715126992056046, "grain_number": 5, "grain_density": 1896.9002483470504, "grain_outer_radius": 0.03272283672850607, "grain_initial_inner_radius": 0.014866225042592841, "grain_initial_height": 0.11918249446414823, "grain_separation": 0.004040477490025461, "grains_center_of_mass_position": 0.39669821311568576, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018300905976420339, "throat_radius": 0.011248794255263928, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254439992761877}], "aerodynamic_surfaces": [{"length": 0.5595486130138667, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347436183454795}, {"n": 4, "root_chord": 0.11917037695954778, "tip_chord": 0.060340774659366284, "span": 0.11044636682818917, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493868915152367}, {"top_radius": 0.0621778486992187, "bottom_radius": 0.0430906036926971, "length": 0.059665584967167756, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000095316574724, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173579118448264, "upper_button_position": 0.08265161981264602}], "rail_length": 5, "inclination": 85.84863669194088, "heading": 52.90093163687093} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9582045799454626, "wind_velocity_y_factor": 0.9772338139328706, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06349443423204572, "mass": 15.612408534090365, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311477323201868, "I_33_without_motor": 0.0344591260697379, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.99622009937285, "trigger": 800, "sampling_rate": 105, "lag": 1.5370060975484336, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0229663041376071, "trigger": "apogee", "sampling_rate": 105, "lag": 1.919561033272342, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6652.249304984095, "burn_start_time": -0.04404548818693805, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032973907884158084, "grain_number": 5, "grain_density": 1743.4347685023426, "grain_outer_radius": 0.033450516863196264, "grain_initial_inner_radius": 0.015162107457187697, "grain_initial_height": 0.11935290091859506, "grain_separation": 0.006187409964069421, "grains_center_of_mass_position": 0.3988526563125849, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008478499705556972, "throat_radius": 0.010313969705835082, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557899401354595}], "aerodynamic_surfaces": [{"length": 0.5592725531104031, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327651410707633}, {"n": 4, "root_chord": 0.12022846150019557, "tip_chord": 0.06092582603341838, "span": 0.110158912774798, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501553455482031}, {"top_radius": 0.062298902715517794, "bottom_radius": 0.044499407981583826, "length": 0.058192045149003946, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7021183653122706, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197512471859198, "upper_button_position": 0.08236711812635078}], "rail_length": 5, "inclination": 86.1429096590247, "heading": 48.367542943643976} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4160207369977402, "wind_velocity_y_factor": 0.5691197831929566, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.0635045154866513, "mass": 16.057108311426013, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3128042553936226, "I_33_without_motor": 0.01710141023039846, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.919530242280882, "trigger": 800, "sampling_rate": 105, "lag": 1.5113510580469613, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9161133522573401, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4239290017990809, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7457.738453534657, "burn_start_time": 0.01327640841266824, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032306153433521494, "grain_number": 5, "grain_density": 1829.0714721499985, "grain_outer_radius": 0.032899656220373726, "grain_initial_inner_radius": 0.015027229161666041, "grain_initial_height": 0.11891476398846919, "grain_separation": 0.006203441444233491, "grains_center_of_mass_position": 0.39709471514396366, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010359326138960452, "throat_radius": 0.011371968147031793, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539415506457299}], "aerodynamic_surfaces": [{"length": 0.5580921733076339, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132961388022029}, {"n": 4, "root_chord": 0.11984857795646035, "tip_chord": 0.06048776409131845, "span": 0.1099718309813401, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494837446613898}, {"top_radius": 0.06432822683356089, "bottom_radius": 0.0435765319890052, "length": 0.060059560844500974, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995281788515322, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175581570571007, "upper_button_position": 0.08197002179443147}], "rail_length": 5, "inclination": 84.40983058930061, "heading": 53.395244812528574} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7223865570807346, "wind_velocity_y_factor": 1.1620137733682268, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349641529341984, "mass": 14.542004200591201, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313146685395234, "I_33_without_motor": 0.04698080676663654, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.884977444988518, "trigger": 800, "sampling_rate": 105, "lag": 1.7811028823172494, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9587896115051108, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7357359018440839, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7652.644102175922, "burn_start_time": 0.19435601854678863, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033186941782594195, "grain_number": 5, "grain_density": 1820.444907592164, "grain_outer_radius": 0.03281235038821119, "grain_initial_inner_radius": 0.015354716571950148, "grain_initial_height": 0.12022180669302268, "grain_separation": 0.004067178171499161, "grains_center_of_mass_position": 0.3968345690322192, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006262786272808699, "throat_radius": 0.009874951400013147, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2530509594544137}], "aerodynamic_surfaces": [{"length": 0.5564382586599378, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335381605984223}, {"n": 4, "root_chord": 0.11968205524237854, "tip_chord": 0.05935947415589835, "span": 0.11001931726150983, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493344592018166}, {"top_radius": 0.06435375586281496, "bottom_radius": 0.043324274678662615, "length": 0.059274770657730916, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999895116740512, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168459919178663, "upper_button_position": 0.08314351975618495}], "rail_length": 5, "inclination": 85.91053076128334, "heading": 53.1916057227286} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4529406691338331, "wind_velocity_y_factor": 0.6706190720278411, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.0635083327645098, "mass": 13.993395497117563, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3244047180845735, "I_33_without_motor": 0.023099986101167147, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.043749206785828, "trigger": 800, "sampling_rate": 105, "lag": 1.3961798932417475, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9381433356638772, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8325457839769799, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7081.405571932548, "burn_start_time": 0.008904882723818678, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03323663833381362, "grain_number": 5, "grain_density": 1833.4709732140457, "grain_outer_radius": 0.033891859402111785, "grain_initial_inner_radius": 0.014873059901274226, "grain_initial_height": 0.11933753731228351, "grain_separation": 0.0035358681640424924, "grains_center_of_mass_position": 0.397303026232871, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015510492361217178, "throat_radius": 0.011016142305119485, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552855178929323}], "aerodynamic_surfaces": [{"length": 0.5604913527500409, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333226041962188}, {"n": 4, "root_chord": 0.12028115827656267, "tip_chord": 0.05933326885681601, "span": 0.1103831510709574, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503354791601136}, {"top_radius": 0.06264783653080631, "bottom_radius": 0.042544962651674526, "length": 0.05921041406669267, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7019837629404093, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619479068225696, "upper_button_position": 0.08250469471471333}], "rail_length": 5, "inclination": 85.3134018409363, "heading": 51.4464790189267} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1376666191328049, "wind_velocity_y_factor": 1.3052048956891873, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.0635031857211567, "mass": 15.656763589619006, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307778263698221, "I_33_without_motor": 0.023685914256493565, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.004416886463364, "trigger": 800, "sampling_rate": 105, "lag": 1.501917933641803, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9827143422482721, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4000734113879292, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6517.706498879866, "burn_start_time": 0.10674686472076644, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03390547847209541, "grain_number": 5, "grain_density": 1796.2930774313218, "grain_outer_radius": 0.033101638008000644, "grain_initial_inner_radius": 0.015383260897599416, "grain_initial_height": 0.11960229393191817, "grain_separation": 0.005125119101556773, "grains_center_of_mass_position": 0.3965419661846656, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013947757186754807, "throat_radius": 0.010107247840682882, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546792607625434}], "aerodynamic_surfaces": [{"length": 0.5589229145123534, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133928300631435}, {"n": 4, "root_chord": 0.11994274169896953, "tip_chord": 0.06135161699860894, "span": 0.10993260471022089, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050876949561399}, {"top_radius": 0.06465659109505259, "bottom_radius": 0.044260444578431875, "length": 0.058947084526569625, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987233695824889, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192342929401085, "upper_button_position": 0.07948907664238047}], "rail_length": 5, "inclination": 82.6564729672555, "heading": 51.778885080085246} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4585395308721676, "wind_velocity_y_factor": 1.2168532582262592, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349874412502421, "mass": 15.889678267191357, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3089971386995485, "I_33_without_motor": 0.020995396099992607, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.003908790230042, "trigger": 800, "sampling_rate": 105, "lag": 1.5535776461566129, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9357548080405828, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8720647684719203, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7020.826276866364, "burn_start_time": -0.12209169791782337, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03329422445102055, "grain_number": 5, "grain_density": 1845.2443991527948, "grain_outer_radius": 0.03316487038031888, "grain_initial_inner_radius": 0.01489920931537619, "grain_initial_height": 0.12028472745797547, "grain_separation": 0.005196046304259464, "grains_center_of_mass_position": 0.3953852209461674, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009721017152786935, "throat_radius": 0.01059436574208766, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555874077492728}], "aerodynamic_surfaces": [{"length": 0.5597970091705388, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1322842318901456}, {"n": 4, "root_chord": 0.11970116604258763, "tip_chord": 0.06027540835894312, "span": 0.11051309595871096, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490225201237322}, {"top_radius": 0.06358843476422603, "bottom_radius": 0.042530555198320115, "length": 0.059455243451313616, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989164143607349, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188698042087479, "upper_button_position": 0.080046610151987}], "rail_length": 5, "inclination": 85.53754632643066, "heading": 55.217266070413245} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6303434263483998, "wind_velocity_y_factor": 1.1847801351950666, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350673977226506, "mass": 15.614625798615114, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319268318940504, "I_33_without_motor": 0.027253307937728153, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.018533792218461, "trigger": 800, "sampling_rate": 105, "lag": 1.5806171863681777, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9558028393145553, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4399932212343938, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4990.0707092797675, "burn_start_time": 0.12384537377953907, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033252948018101205, "grain_number": 5, "grain_density": 1883.3829438859252, "grain_outer_radius": 0.033303398437088017, "grain_initial_inner_radius": 0.014780320986842435, "grain_initial_height": 0.12128445339200247, "grain_separation": 0.00699636492477934, "grains_center_of_mass_position": 0.3977883471288233, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005620473919547118, "throat_radius": 0.011894949721796746, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.252610218259082}], "aerodynamic_surfaces": [{"length": 0.5587638907002208, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335010828707568}, {"n": 4, "root_chord": 0.12020768063258604, "tip_chord": 0.05943363377975885, "span": 0.10989563731248507, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049554995552236}, {"top_radius": 0.062331798312600564, "bottom_radius": 0.0446669047294135, "length": 0.059205797020309286, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004899533473803, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184729637691568, "upper_button_position": 0.08201698957822345}], "rail_length": 5, "inclination": 84.0901953571915, "heading": 51.61293468029576} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0611760297489654, "wind_velocity_y_factor": 0.521274754885299, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350615348905692, "mass": 15.679901794424842, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3329342687539105, "I_33_without_motor": 0.05320227208241511, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.002492800332167, "trigger": 800, "sampling_rate": 105, "lag": 1.4336992436685467, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.086618024354287, "trigger": "apogee", "sampling_rate": 105, "lag": 1.387184638328326, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6992.675455516177, "burn_start_time": 0.048641657730236786, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03370677639261513, "grain_number": 5, "grain_density": 1806.048288999268, "grain_outer_radius": 0.032397832664590405, "grain_initial_inner_radius": 0.015179155677602165, "grain_initial_height": 0.11959134966357783, "grain_separation": 0.0052657870734848225, "grains_center_of_mass_position": 0.39651867217043624, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002508806058279446, "throat_radius": 0.010746030827866394, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255414551810975}], "aerodynamic_surfaces": [{"length": 0.5589874172953894, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327270113599077}, {"n": 4, "root_chord": 0.12047097090077119, "tip_chord": 0.058908699630422764, "span": 0.11058593273308319, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508967851330895}, {"top_radius": 0.06366558109325245, "bottom_radius": 0.04520689047672054, "length": 0.060561546747207866, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003018985666851, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166763616720555, "upper_button_position": 0.08362553689462959}], "rail_length": 5, "inclination": 83.57238345056285, "heading": 56.917926755805304} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.30667741306937213, "wind_velocity_y_factor": 0.7333651439637927, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350067971533625, "mass": 15.597569372883033, "I_11_without_motor": 6.321, "I_22_without_motor": 6.336989541934495, "I_33_without_motor": 0.036371876522870765, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.095675545152554, "trigger": 800, "sampling_rate": 105, "lag": 1.6560005438823904, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0609204855425498, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3802262700511139, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6618.417566358023, "burn_start_time": -0.17264316079238198, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03286440015522062, "grain_number": 5, "grain_density": 1809.9922799415274, "grain_outer_radius": 0.0335544401112432, "grain_initial_inner_radius": 0.014812804258277959, "grain_initial_height": 0.1191010377525657, "grain_separation": 0.004334873313226374, "grains_center_of_mass_position": 0.39638700908769975, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005760429722375801, "throat_radius": 0.010470912641280469, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254509076977362}], "aerodynamic_surfaces": [{"length": 0.5591446625784853, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13238880657061}, {"n": 4, "root_chord": 0.1194879886439198, "tip_chord": 0.06032271730918645, "span": 0.10971142115883768, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0479169979961807}, {"top_radius": 0.06171655929798977, "bottom_radius": 0.04357173718074665, "length": 0.060234629553412085, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996972387633144, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176630341355217, "upper_button_position": 0.08203420462779265}], "rail_length": 5, "inclination": 85.78822376334321, "heading": 52.07442051173257} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.79755612493477, "wind_velocity_y_factor": 1.2743183512423535, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349991519347002, "mass": 16.405064270763283, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304985070844306, "I_33_without_motor": 0.039082523475199596, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.848955335279777, "trigger": 800, "sampling_rate": 105, "lag": 1.5280786740647436, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9427810495792223, "trigger": "apogee", "sampling_rate": 105, "lag": 1.450665305676449, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6714.906367600537, "burn_start_time": -0.10307972766585441, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032263691853077925, "grain_number": 5, "grain_density": 1791.9186956623116, "grain_outer_radius": 0.0327663664507437, "grain_initial_inner_radius": 0.014990190058481508, "grain_initial_height": 0.11987907158861286, "grain_separation": 0.00485247383460135, "grains_center_of_mass_position": 0.3969697569930457, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006753938753979728, "throat_radius": 0.011415259971360293, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545230934288572}], "aerodynamic_surfaces": [{"length": 0.5582402200401376, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346884725800628}, {"n": 4, "root_chord": 0.11979920512441684, "tip_chord": 0.05998415708594772, "span": 0.11062258276850598, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505459661621483}, {"top_radius": 0.063967421944144, "bottom_radius": 0.043823890904983814, "length": 0.06215010638531538, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001592446428714, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188077137477311, "upper_button_position": 0.08135153089514024}], "rail_length": 5, "inclination": 83.8963622074094, "heading": 53.778165087913266} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7153294665096979, "wind_velocity_y_factor": 0.6981989372897868, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.0635010438950596, "mass": 15.035941797083158, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323408224187991, "I_33_without_motor": 0.04248225029640805, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.7468253186419, "trigger": 800, "sampling_rate": 105, "lag": 1.5270625788703882, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9769712849097089, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6695982289330638, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7636.299196167091, "burn_start_time": 0.09649398389034708, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033960461752801145, "grain_number": 5, "grain_density": 1809.9547599386235, "grain_outer_radius": 0.0333078150314088, "grain_initial_inner_radius": 0.015238417202497193, "grain_initial_height": 0.11922344051627178, "grain_separation": 0.006412106327874886, "grains_center_of_mass_position": 0.39634623871998603, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00037747789879120046, "throat_radius": 0.01072385011699877, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544344847157323}], "aerodynamic_surfaces": [{"length": 0.5577889034979477, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1319216475133254}, {"n": 4, "root_chord": 0.12066411189202132, "tip_chord": 0.06069097492149291, "span": 0.109357232011806, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496466452448425}, {"top_radius": 0.06479889942679497, "bottom_radius": 0.044105608856394356, "length": 0.060679238545330694, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990580897905466, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191658086959599, "upper_button_position": 0.07989228109458668}], "rail_length": 5, "inclination": 84.5576397374135, "heading": 57.025758985306545} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.060166038378588, "wind_velocity_y_factor": 0.8410353691976071, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349461950082451, "mass": 14.986080271965731, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312521330587434, "I_33_without_motor": 0.024967092361944252, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.02267466285838, "trigger": 800, "sampling_rate": 105, "lag": 1.4665439795358477, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9457279344981349, "trigger": "apogee", "sampling_rate": 105, "lag": 1.38716114463688, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6499.946549591626, "burn_start_time": 0.1491035176472609, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03301066384433912, "grain_number": 5, "grain_density": 1819.9786039435187, "grain_outer_radius": 0.03325586137185363, "grain_initial_inner_radius": 0.01494540596687605, "grain_initial_height": 0.12053752755638994, "grain_separation": 0.005260230308205155, "grains_center_of_mass_position": 0.39582253086506486, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00032729814980768444, "throat_radius": 0.010749264174828431, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544093108947545}], "aerodynamic_surfaces": [{"length": 0.5590736231512404, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351838651983825}, {"n": 4, "root_chord": 0.11982940509932313, "tip_chord": 0.06014863443424545, "span": 0.11042168669309603, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491351245921359}, {"top_radius": 0.06300768489622291, "bottom_radius": 0.0441075553876463, "length": 0.06066040310969115, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000965609552208, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619585691674547, "upper_button_position": 0.08051086928067375}], "rail_length": 5, "inclination": 84.11405111635759, "heading": 51.133933429476194} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8625356572791533, "wind_velocity_y_factor": 0.8088239569067602, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.063506894841793, "mass": 14.917738321341547, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3162994831088595, "I_33_without_motor": 0.024569841587175997, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.80347040352387, "trigger": 800, "sampling_rate": 105, "lag": 1.334354811184252, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0344354282299555, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6730383531679947, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7180.430675276796, "burn_start_time": -0.06344746593908365, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03242265866466326, "grain_number": 5, "grain_density": 1807.006197725104, "grain_outer_radius": 0.032960619226981076, "grain_initial_inner_radius": 0.014485569615690115, "grain_initial_height": 0.12085622370031007, "grain_separation": 0.003486531295068867, "grains_center_of_mass_position": 0.39679321427565684, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000962817628569314, "throat_radius": 0.010255585321598606, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556156225553998}], "aerodynamic_surfaces": [{"length": 0.5582795391103247, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1356987110842718}, {"n": 4, "root_chord": 0.12068355798087912, "tip_chord": 0.059612229784351684, "span": 0.11030154596862148, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496364903066544}, {"top_radius": 0.06309658363007245, "bottom_radius": 0.04367533969144423, "length": 0.060204083611080164, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698256732454503, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175145718104691, "upper_button_position": 0.08074216064403394}], "rail_length": 5, "inclination": 86.64216925478766, "heading": 53.08794225475102} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8233075576020921, "wind_velocity_y_factor": 1.048453795138458, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06348806116705423, "mass": 15.470530949281484, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3268217055652745, "I_33_without_motor": 0.02126083689478961, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.988343238991217, "trigger": 800, "sampling_rate": 105, "lag": 1.4098126193806562, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.083980534647853, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6609924405455159, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5220.596727160615, "burn_start_time": 0.1010718234535974, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03291875497032642, "grain_number": 5, "grain_density": 1840.993533434838, "grain_outer_radius": 0.03237606620279389, "grain_initial_inner_radius": 0.014743541110025477, "grain_initial_height": 0.12021476845417159, "grain_separation": 0.005531090617884176, "grains_center_of_mass_position": 0.39762695568847417, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012591847612485, "throat_radius": 0.011010892355817528, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559303353895483}], "aerodynamic_surfaces": [{"length": 0.5591542173666262, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347284089974508}, {"n": 4, "root_chord": 0.12010532254224127, "tip_chord": 0.060989541166584046, "span": 0.10931776647148903, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509388685228422}, {"top_radius": 0.0628103071127798, "bottom_radius": 0.044014972042698, "length": 0.05836499155999518, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013345987674715, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188185424090126, "upper_button_position": 0.08251605635845893}], "rail_length": 5, "inclination": 83.30196694787823, "heading": 55.42744761687264} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9571100182547395, "wind_velocity_y_factor": 0.8845701435972945, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350356038606213, "mass": 15.724011815502905, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334553228936854, "I_33_without_motor": 0.02547780963655208, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.062450397086176, "trigger": 800, "sampling_rate": 105, "lag": 1.2592112312923724, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.896463354749492, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7791411408134155, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6690.8941083064365, "burn_start_time": 0.15025696786941511, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03298027121897335, "grain_number": 5, "grain_density": 1728.521050533258, "grain_outer_radius": 0.032833143863178524, "grain_initial_inner_radius": 0.015408033733409349, "grain_initial_height": 0.11985610803973054, "grain_separation": 0.005923532932581031, "grains_center_of_mass_position": 0.39879462421864137, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008985265231505797, "throat_radius": 0.010657187604471442, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555694815795668}], "aerodynamic_surfaces": [{"length": 0.5605341651717448, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134515815174937}, {"n": 4, "root_chord": 0.1194078698835402, "tip_chord": 0.05885364496375566, "span": 0.10990961894439231, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508021256467217}, {"top_radius": 0.06176116485425613, "bottom_radius": 0.04312363143796203, "length": 0.05993298399339334, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002026933893296, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162231094733813, "upper_button_position": 0.08397958391594829}], "rail_length": 5, "inclination": 85.78271106076845, "heading": 53.34744739367213} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2732063631294994, "wind_velocity_y_factor": 0.7879017453956255, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350018677323702, "mass": 14.728910487603073, "I_11_without_motor": 6.321, "I_22_without_motor": 6.305176190873357, "I_33_without_motor": 0.03463218442381344, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.95733428851384, "trigger": 800, "sampling_rate": 105, "lag": 1.4371877801552089, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9922583298860589, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6187015552201773, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7598.856734945932, "burn_start_time": 0.02474364176531492, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032650612241938486, "grain_number": 5, "grain_density": 1894.8083728920078, "grain_outer_radius": 0.031858286054822056, "grain_initial_inner_radius": 0.014788491648128888, "grain_initial_height": 0.12144521246250836, "grain_separation": 0.005545822225006386, "grains_center_of_mass_position": 0.3969121610395114, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0019930592334510486, "throat_radius": 0.011683419412197802, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254406549571274}], "aerodynamic_surfaces": [{"length": 0.5575645299465224, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134928497119979}, {"n": 4, "root_chord": 0.11968384129326921, "tip_chord": 0.06028141353610098, "span": 0.10975592031441155, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481630238551214}, {"top_radius": 0.06224360211011642, "bottom_radius": 0.04258768847743737, "length": 0.06070921646898899, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003367593239447, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174124182225103, "upper_button_position": 0.08292434110143443}], "rail_length": 5, "inclination": 82.38265726931036, "heading": 55.734046391448445} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4491347798183702, "wind_velocity_y_factor": 0.7999736934097482, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349077526136912, "mass": 15.340255265853699, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318049590390254, "I_33_without_motor": 0.029110095049039258, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.99890938402291, "trigger": 800, "sampling_rate": 105, "lag": 1.493068365653892, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8511802401423469, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1411436028093311, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 9240.243363184984, "burn_start_time": 0.053710190447547525, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03324673288160737, "grain_number": 5, "grain_density": 1779.2369719025878, "grain_outer_radius": 0.032491354139422404, "grain_initial_inner_radius": 0.015085763786458137, "grain_initial_height": 0.11998602815526295, "grain_separation": 0.003885680749975623, "grains_center_of_mass_position": 0.3972823285882, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00013470928970469583, "throat_radius": 0.011232715434072804, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563885562654633}], "aerodynamic_surfaces": [{"length": 0.5589742537993924, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134899625452243}, {"n": 4, "root_chord": 0.11992013337918439, "tip_chord": 0.05987119731792802, "span": 0.10957254192051333, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496919009303785}, {"top_radius": 0.06273972519432217, "bottom_radius": 0.04345105598229397, "length": 0.059473261802959684, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996057382420002, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175316137752708, "upper_button_position": 0.08207412446672946}], "rail_length": 5, "inclination": 82.83261961011652, "heading": 53.17447644298542} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.845025754960742, "wind_velocity_y_factor": 1.4334791728588594, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06348967432428698, "mass": 15.102296629883023, "I_11_without_motor": 6.321, "I_22_without_motor": 6.340208584981606, "I_33_without_motor": 0.0401645574052341, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.987698303058988, "trigger": 800, "sampling_rate": 105, "lag": 1.5154603533394968, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1188714243614015, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2242696787239513, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5869.767862197445, "burn_start_time": -0.06214264745271382, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03363766026139417, "grain_number": 5, "grain_density": 1819.586380162965, "grain_outer_radius": 0.032600981481988096, "grain_initial_inner_radius": 0.015980112713600326, "grain_initial_height": 0.11948557949053523, "grain_separation": 0.004683202179796643, "grains_center_of_mass_position": 0.3976839545850528, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0018456833783518963, "throat_radius": 0.00983278871873248, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550964756009635}], "aerodynamic_surfaces": [{"length": 0.5574167023068254, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348352247876634}, {"n": 4, "root_chord": 0.1208350488333886, "tip_chord": 0.060617671233583074, "span": 0.11096029970704344, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051048623222425}, {"top_radius": 0.06297219636597193, "bottom_radius": 0.043283246941304775, "length": 0.05776441951358595, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995746280867987, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617519869212471, "upper_button_position": 0.08205475887432767}], "rail_length": 5, "inclination": 82.88150791122591, "heading": 53.388893915555975} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9923647230328491, "wind_velocity_y_factor": 1.2298812995588193, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350007003369812, "mass": 14.869092047572757, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333366203596283, "I_33_without_motor": 0.04693199037084081, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.057675630618336, "trigger": 800, "sampling_rate": 105, "lag": 1.5114274304047637, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1175694314715978, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5360113936930027, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4651.002623753023, "burn_start_time": -0.12346882521275554, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03309916111128417, "grain_number": 5, "grain_density": 1850.592309411892, "grain_outer_radius": 0.03303493168236444, "grain_initial_inner_radius": 0.014918624358755624, "grain_initial_height": 0.11991003306590392, "grain_separation": 0.0049072231427285005, "grains_center_of_mass_position": 0.3979588356616703, "center_of_dry_mass_position": 0.317, "nozzle_position": -3.276243289935889e-05, "throat_radius": 0.01095210541692816, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545662149366834}], "aerodynamic_surfaces": [{"length": 0.5570551844065755, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133781039081658}, {"n": 4, "root_chord": 0.12049210613579868, "tip_chord": 0.06059691642100496, "span": 0.11112753092859311, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496428976209424}, {"top_radius": 0.06281784655439866, "bottom_radius": 0.04198489946698354, "length": 0.05832594116680443, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700793130899405, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180086846938674, "upper_button_position": 0.0827844462055376}], "rail_length": 5, "inclination": 85.10634106704654, "heading": 54.23281235568947} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8058167382439385, "wind_velocity_y_factor": 0.5582362732008186, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06351503207017295, "mass": 15.035263013973085, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334189877932873, "I_33_without_motor": 0.04395392899798177, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.931693853887007, "trigger": 800, "sampling_rate": 105, "lag": 1.6123478624621104, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8823369306422035, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3079399700473175, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6600.763685799933, "burn_start_time": 0.022810322751954618, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03336150692560908, "grain_number": 5, "grain_density": 1858.0480604514967, "grain_outer_radius": 0.03287485115996459, "grain_initial_inner_radius": 0.015114062781400135, "grain_initial_height": 0.122030485892459, "grain_separation": 0.004294800637223197, "grains_center_of_mass_position": 0.39657073173653007, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006556313609727474, "throat_radius": 0.010346422432305866, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559803533447231}], "aerodynamic_surfaces": [{"length": 0.5579975625842968, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351152650025915}, {"n": 4, "root_chord": 0.12084577858531048, "tip_chord": 0.060161859241606275, "span": 0.10906812830668, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482286232486462}, {"top_radius": 0.06420405856848545, "bottom_radius": 0.04351268302058147, "length": 0.061177381590421846, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.69986732902501, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187823122574881, "upper_button_position": 0.08108501676752189}], "rail_length": 5, "inclination": 84.48297497174535, "heading": 54.81269900054691} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.266181758702242, "wind_velocity_y_factor": 0.6322034815664817, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.0635061093726276, "mass": 15.096432438108318, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307384230684386, "I_33_without_motor": 0.03571967925690782, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.05944973532411, "trigger": 800, "sampling_rate": 105, "lag": 1.4897481236484467, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8395691045229192, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6438249523694664, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6955.454441048696, "burn_start_time": 0.10023066366504932, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03265350804691001, "grain_number": 5, "grain_density": 1850.2462524948842, "grain_outer_radius": 0.033018144800283755, "grain_initial_inner_radius": 0.01492279546445412, "grain_initial_height": 0.11847047269429557, "grain_separation": 0.007588637433829453, "grains_center_of_mass_position": 0.39753011614395567, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00016277515893494947, "throat_radius": 0.010857330467286427, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551565391241517}], "aerodynamic_surfaces": [{"length": 0.5587769249565401, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342457520241604}, {"n": 4, "root_chord": 0.11925873175645015, "tip_chord": 0.0593670279732367, "span": 0.11040398431959128, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507579813247652}, {"top_radius": 0.06417430260314272, "bottom_radius": 0.04397419827330834, "length": 0.05909583385522263, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982339516399321, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184511817888568, "upper_button_position": 0.07978276985107524}], "rail_length": 5, "inclination": 84.58999116902189, "heading": 51.31847934786489} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9967547042289581, "wind_velocity_y_factor": 1.5365768836920546, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06348756193381816, "mass": 15.265204360784253, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321389895215122, "I_33_without_motor": 0.03421559232502859, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.116648581782291, "trigger": 800, "sampling_rate": 105, "lag": 1.561065728080717, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0397282953030789, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5872215689681282, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6044.132228336632, "burn_start_time": 0.11628288310373301, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033254620430632424, "grain_number": 5, "grain_density": 1845.042384218341, "grain_outer_radius": 0.033179928583641126, "grain_initial_inner_radius": 0.014606434298061612, "grain_initial_height": 0.11843430389290098, "grain_separation": 0.004111951113022635, "grains_center_of_mass_position": 0.3957203014115024, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008016592806751436, "throat_radius": 0.011796551580217165, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543503628882602}], "aerodynamic_surfaces": [{"length": 0.5573377770361156, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13517937561547}, {"n": 4, "root_chord": 0.11993331036760707, "tip_chord": 0.05965171496044231, "span": 0.10929677124521758, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489643649621962}, {"top_radius": 0.06322496568654691, "bottom_radius": 0.04252798269905191, "length": 0.06174978859958698, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995362473975605, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184464659692019, "upper_button_position": 0.08108978142835854}], "rail_length": 5, "inclination": 84.7788601751579, "heading": 53.85348469668899} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6881021806370441, "wind_velocity_y_factor": 1.13522694254757, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349423287777364, "mass": 14.526860554180605, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312117908099239, "I_33_without_motor": 0.0538175460594527, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.189360016875774, "trigger": 800, "sampling_rate": 105, "lag": 1.3277300517695536, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0300306827091874, "trigger": "apogee", "sampling_rate": 105, "lag": 1.262616119869791, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7159.601735984313, "burn_start_time": 0.013342758280574822, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03368887766776869, "grain_number": 5, "grain_density": 1867.2958319077597, "grain_outer_radius": 0.03302700402628786, "grain_initial_inner_radius": 0.014918883122020691, "grain_initial_height": 0.12086378151731596, "grain_separation": 0.004826952815552387, "grains_center_of_mass_position": 0.3955516087298163, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00015301801894564146, "throat_radius": 0.010419570974808954, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539500660471823}], "aerodynamic_surfaces": [{"length": 0.5586061439307363, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348395039452652}, {"n": 4, "root_chord": 0.11981700529946329, "tip_chord": 0.059915172286146526, "span": 0.10958389842887535, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04928088087788}, {"top_radius": 0.0632156879121582, "bottom_radius": 0.04262327763898872, "length": 0.06145886089919824, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000259379730166, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187119527947625, "upper_button_position": 0.08131398517825406}], "rail_length": 5, "inclination": 85.03969220292852, "heading": 52.823110503575286} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4091653853228379, "wind_velocity_y_factor": 1.136863229998342, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349484448137625, "mass": 15.952819010424065, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313121864465174, "I_33_without_motor": 0.046226521913608994, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.25132941916325, "trigger": 800, "sampling_rate": 105, "lag": 1.4172528540968066, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.090514619631978, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8051777505119326, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7706.998504110145, "burn_start_time": 0.10584152619130112, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03246364005712865, "grain_number": 5, "grain_density": 1774.2977193912802, "grain_outer_radius": 0.03313692855212161, "grain_initial_inner_radius": 0.015205828506982681, "grain_initial_height": 0.1187423254313905, "grain_separation": 0.004800591751923152, "grains_center_of_mass_position": 0.3969922482293307, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003481620816224969, "throat_radius": 0.011309628584889741, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548736365600373}], "aerodynamic_surfaces": [{"length": 0.5573988688830449, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1325866119309158}, {"n": 4, "root_chord": 0.11998319915820828, "tip_chord": 0.05958779602934286, "span": 0.10975625144172349, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048749672153984}, {"top_radius": 0.06238481691360821, "bottom_radius": 0.041855732619452926, "length": 0.05965245773656777, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991249397094057, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619631906516079, "upper_button_position": 0.07949303319332668}], "rail_length": 5, "inclination": 84.15197387201168, "heading": 52.67175091960846} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8491594868808179, "wind_velocity_y_factor": 1.1122597258283462, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350923275397258, "mass": 15.478643590449991, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332295026501437, "I_33_without_motor": 0.021184074401407932, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.085120378344635, "trigger": 800, "sampling_rate": 105, "lag": 1.449840955249237, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9080611575714039, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0611542565421812, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7477.478325727586, "burn_start_time": 0.2115678873121457, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033233076022622814, "grain_number": 5, "grain_density": 1820.866754278285, "grain_outer_radius": 0.032993550721028324, "grain_initial_inner_radius": 0.015132853898054958, "grain_initial_height": 0.12071284622459733, "grain_separation": 0.00585814575465036, "grains_center_of_mass_position": 0.39769694725520877, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00014493421670981157, "throat_radius": 0.010501061792075373, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544985795064962}], "aerodynamic_surfaces": [{"length": 0.5575569471832561, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338534713664519}, {"n": 4, "root_chord": 0.11981229625566363, "tip_chord": 0.059628590358604724, "span": 0.11064624119211776, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505238113398858}, {"top_radius": 0.06296989721851162, "bottom_radius": 0.04469269844687591, "length": 0.05984636134345205, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006200584147064, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191153399953797, "upper_button_position": 0.08150471841932672}], "rail_length": 5, "inclination": 84.83788765899213, "heading": 55.52961701247122} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3959677512305548, "wind_velocity_y_factor": 1.34277059754014, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349672473722084, "mass": 15.108643276025198, "I_11_without_motor": 6.321, "I_22_without_motor": 6.342639368363313, "I_33_without_motor": 0.04046571301380147, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.889780956175686, "trigger": 800, "sampling_rate": 105, "lag": 1.2681179935636508, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9805517633655788, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1228683519102272, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7491.757054229267, "burn_start_time": 0.09343993072062401, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03275612340992991, "grain_number": 5, "grain_density": 1817.448425213933, "grain_outer_radius": 0.03331431057102771, "grain_initial_inner_radius": 0.014808600711026342, "grain_initial_height": 0.120638153528151, "grain_separation": 0.007405356679835231, "grains_center_of_mass_position": 0.39891091658370487, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007114291485453802, "throat_radius": 0.010712436589119913, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255106961586945}], "aerodynamic_surfaces": [{"length": 0.5607290642701274, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135471830710128}, {"n": 4, "root_chord": 0.11971956334614575, "tip_chord": 0.05943141114901643, "span": 0.11075439449411213, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048943418028893}, {"top_radius": 0.06213966538291914, "bottom_radius": 0.044141416996814044, "length": 0.06050202616556868, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011993187529095, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187891186975928, "upper_button_position": 0.08241020005531674}], "rail_length": 5, "inclination": 85.13779796597916, "heading": 53.828161227436794} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.202025340382393, "wind_velocity_y_factor": 1.2130732115445573, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350374672396528, "mass": 15.854787855003885, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323034933181384, "I_33_without_motor": 0.04300864290969002, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.143576102846646, "trigger": 800, "sampling_rate": 105, "lag": 1.4688905533191605, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9113505410343814, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5467513529675936, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8428.208924239403, "burn_start_time": -0.012573253425733264, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03294203844115169, "grain_number": 5, "grain_density": 1834.0105062183952, "grain_outer_radius": 0.03279339516443437, "grain_initial_inner_radius": 0.01468432347454879, "grain_initial_height": 0.11901060890873544, "grain_separation": 0.004228716740284174, "grains_center_of_mass_position": 0.39779109559007736, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001136601616265604, "throat_radius": 0.011120791330442872, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556831543547757}], "aerodynamic_surfaces": [{"length": 0.5582924656610112, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335117450446823}, {"n": 4, "root_chord": 0.11996061108951189, "tip_chord": 0.06024257586635188, "span": 0.11048437499240044, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482010669520958}, {"top_radius": 0.06266953500191386, "bottom_radius": 0.04350186987525099, "length": 0.0610301560642214, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992012214806015, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185832469256013, "upper_button_position": 0.0806179745550002}], "rail_length": 5, "inclination": 83.36799968112523, "heading": 54.892068377497445} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8872679634638212, "wind_velocity_y_factor": 1.0418098887157623, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.0634915557208097, "mass": 16.173786421412537, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333636996809587, "I_33_without_motor": 0.031100724015934868, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.074719678890819, "trigger": 800, "sampling_rate": 105, "lag": 1.5542906137876003, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9322519739421836, "trigger": "apogee", "sampling_rate": 105, "lag": 1.530996395386671, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8240.923446322668, "burn_start_time": -0.10116997296736006, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032533628862385686, "grain_number": 5, "grain_density": 1799.618117467241, "grain_outer_radius": 0.03278084745691664, "grain_initial_inner_radius": 0.015117245832591811, "grain_initial_height": 0.12088594249831722, "grain_separation": 0.0045528438787029715, "grains_center_of_mass_position": 0.3995980270459496, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009238985483250316, "throat_radius": 0.011786581099900752, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256153170747402}], "aerodynamic_surfaces": [{"length": 0.558947663547302, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353110362428842}, {"n": 4, "root_chord": 0.11991314781189798, "tip_chord": 0.059468187426079615, "span": 0.10925962737182827, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050421294259344}, {"top_radius": 0.06318426729566043, "bottom_radius": 0.043308950010619254, "length": 0.05995819917354351, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990148538116884, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179521024307696, "upper_button_position": 0.08106275138091878}], "rail_length": 5, "inclination": 82.84293202742143, "heading": 49.33239138837133} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1386220033588799, "wind_velocity_y_factor": 0.8748739154708336, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349529730290258, "mass": 15.07696120924057, "I_11_without_motor": 6.321, "I_22_without_motor": 6.305989502113361, "I_33_without_motor": 0.04736396904877348, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.981947953438933, "trigger": 800, "sampling_rate": 105, "lag": 1.37158130745374, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9691986507025154, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9067946341805966, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5201.891938029948, "burn_start_time": -0.21153377244861457, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032849033752009704, "grain_number": 5, "grain_density": 1841.6216444464444, "grain_outer_radius": 0.03293001087792001, "grain_initial_inner_radius": 0.015261334240933363, "grain_initial_height": 0.11961442931848308, "grain_separation": 0.0069115774289405605, "grains_center_of_mass_position": 0.396820493384569, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007787233278114777, "throat_radius": 0.010008602610865143, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535430459476053}], "aerodynamic_surfaces": [{"length": 0.5589269888084156, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345801374317803}, {"n": 4, "root_chord": 0.1205651442648362, "tip_chord": 0.06060657728481116, "span": 0.10938452013721887, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511912149286322}, {"top_radius": 0.06465381297604443, "bottom_radius": 0.043757469021386566, "length": 0.05938106993611155, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007051386540438, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617683362730305, "upper_button_position": 0.08302177592373883}], "rail_length": 5, "inclination": 86.33547278530658, "heading": 48.700011311402854} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8992885000642851, "wind_velocity_y_factor": 0.7822293972172019, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350255603321518, "mass": 16.011730005295746, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320755415570742, "I_33_without_motor": 0.04053870518968052, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.98215278697217, "trigger": 800, "sampling_rate": 105, "lag": 1.4342534352937524, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.076798648891493, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6168684842197796, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5562.0438685243325, "burn_start_time": -0.0799773994748994, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03160404576076257, "grain_number": 5, "grain_density": 1774.8090142747114, "grain_outer_radius": 0.03257381599331222, "grain_initial_inner_radius": 0.015293848980138493, "grain_initial_height": 0.11875428205377966, "grain_separation": 0.004694699063998628, "grains_center_of_mass_position": 0.3966163012481699, "center_of_dry_mass_position": 0.317, "nozzle_position": 3.7861500919546926e-05, "throat_radius": 0.010618830445129585, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552982698149222}], "aerodynamic_surfaces": [{"length": 0.5596396023257186, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337702312835334}, {"n": 4, "root_chord": 0.12090777328264866, "tip_chord": 0.060083750403599825, "span": 0.10959654257321191, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500131421218115}, {"top_radius": 0.06228601364345711, "bottom_radius": 0.04408248840373732, "length": 0.058689066229203536, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001140846340078, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182799150478976, "upper_button_position": 0.08183416958611023}], "rail_length": 5, "inclination": 83.54945015659405, "heading": 54.861750022568486} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3501641506961335, "wind_velocity_y_factor": 1.0596525032079684, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349759724389963, "mass": 15.110169924779827, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319717020126056, "I_33_without_motor": 0.03689822583797867, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.87551037207868, "trigger": 800, "sampling_rate": 105, "lag": 1.4928967473987205, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.056861184629328, "trigger": "apogee", "sampling_rate": 105, "lag": 1.482174445036234, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7823.267250080249, "burn_start_time": 0.1576460696864913, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0327858368470112, "grain_number": 5, "grain_density": 1794.0877746038957, "grain_outer_radius": 0.03268100391746297, "grain_initial_inner_radius": 0.014683344011768264, "grain_initial_height": 0.11951824447700636, "grain_separation": 0.004629756673888645, "grains_center_of_mass_position": 0.39543292986767176, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00140065955937434, "throat_radius": 0.011181866404486951, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547861856708038}], "aerodynamic_surfaces": [{"length": 0.5579785862838705, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332616213814382}, {"n": 4, "root_chord": 0.12069759729714587, "tip_chord": 0.060114797291333615, "span": 0.10980987903122849, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497393392617271}, {"top_radius": 0.06338760597388, "bottom_radius": 0.04283752579891856, "length": 0.0615151022466338, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986713413823327, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194127528728418, "upper_button_position": 0.07925858850949086}], "rail_length": 5, "inclination": 84.06801849176587, "heading": 52.77806278369615} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2832284103615434, "wind_velocity_y_factor": 1.2755500359930092, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350122524054838, "mass": 13.77251944019317, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322043436290556, "I_33_without_motor": 0.028863056970846176, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.831695514356733, "trigger": 800, "sampling_rate": 105, "lag": 1.6370566383781893, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0687460513087381, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6958173194458577, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6400.878988998661, "burn_start_time": 0.0740714849223973, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03262291367071245, "grain_number": 5, "grain_density": 1788.539531519547, "grain_outer_radius": 0.03290985636514032, "grain_initial_inner_radius": 0.0150374215671815, "grain_initial_height": 0.11993094570813445, "grain_separation": 0.005062324582986055, "grains_center_of_mass_position": 0.39819295278860706, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001684918393364227, "throat_radius": 0.0108604093787579, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554690818458434}], "aerodynamic_surfaces": [{"length": 0.5598249846299065, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349273853482178}, {"n": 4, "root_chord": 0.11985468455769385, "tip_chord": 0.06003036294005873, "span": 0.10945641232319896, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501933058545345}, {"top_radius": 0.0639589186464994, "bottom_radius": 0.04397595498556706, "length": 0.05964586307526616, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992045545679205, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6198820584343778, "upper_button_position": 0.0793224961335427}], "rail_length": 5, "inclination": 85.86302480561572, "heading": 52.404512486030306} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9827748060421323, "wind_velocity_y_factor": 0.9325304548978719, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350673151118422, "mass": 15.936959205540008, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317134152148772, "I_33_without_motor": 0.04197244997558726, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.145830353635311, "trigger": 800, "sampling_rate": 105, "lag": 1.5311835956127136, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9287285054203693, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5018318284699268, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6249.828245301193, "burn_start_time": 0.10265179203703374, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032458416189078416, "grain_number": 5, "grain_density": 1807.025396572426, "grain_outer_radius": 0.03257801396232296, "grain_initial_inner_radius": 0.015177073216250243, "grain_initial_height": 0.12050249552854105, "grain_separation": 0.005437544878574082, "grains_center_of_mass_position": 0.3977151317265211, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004222810182732854, "throat_radius": 0.011437575074511819, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255915396406998}], "aerodynamic_surfaces": [{"length": 0.5575359855998873, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339393637139243}, {"n": 4, "root_chord": 0.1196724258533631, "tip_chord": 0.058817320501109036, "span": 0.10988501381451439, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498361116039785}, {"top_radius": 0.06290174151274154, "bottom_radius": 0.04389102677285456, "length": 0.058900165017074624, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699423833060762, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177566338773308, "upper_button_position": 0.08166719918343113}], "rail_length": 5, "inclination": 85.29762405492808, "heading": 55.00888913247713} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1285381225199542, "wind_velocity_y_factor": 0.6916598000128517, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349253189199003, "mass": 15.516816930405984, "I_11_without_motor": 6.321, "I_22_without_motor": 6.338601150262151, "I_33_without_motor": 0.0335405175103505, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.03377048435998, "trigger": 800, "sampling_rate": 105, "lag": 1.3767780269273333, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9313992059100396, "trigger": "apogee", "sampling_rate": 105, "lag": 1.628253608710008, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4794.191735061724, "burn_start_time": 0.19304764019688808, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03272332179357473, "grain_number": 5, "grain_density": 1743.5178109539534, "grain_outer_radius": 0.033371234269085386, "grain_initial_inner_radius": 0.015073643781248085, "grain_initial_height": 0.11979706272336939, "grain_separation": 0.005567905019008295, "grains_center_of_mass_position": 0.3959047837730245, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015383504338849178, "throat_radius": 0.011113334846036608, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543572956922155}], "aerodynamic_surfaces": [{"length": 0.5592570735780347, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1358951074626706}, {"n": 4, "root_chord": 0.12010192581145177, "tip_chord": 0.060566347179346204, "span": 0.10942256560017818, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049938724960003}, {"top_radius": 0.06390605416218645, "bottom_radius": 0.04288668281911717, "length": 0.05962770506574109, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983093580606181, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189817575597936, "upper_button_position": 0.07932760050082455}], "rail_length": 5, "inclination": 84.34562609932753, "heading": 53.9007610173108} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7123845273019326, "wind_velocity_y_factor": 1.1996782514901387, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349181979930366, "mass": 14.611302315419525, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332137254479069, "I_33_without_motor": 0.028856457398332723, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.093694978099254, "trigger": 800, "sampling_rate": 105, "lag": 1.5400154776103352, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0562305458539125, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5488290647741378, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6657.317004257476, "burn_start_time": 0.022125786432067685, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033020120942771077, "grain_number": 5, "grain_density": 1865.1883174249147, "grain_outer_radius": 0.033814900008597465, "grain_initial_inner_radius": 0.01505663888762512, "grain_initial_height": 0.1192271771696952, "grain_separation": 0.00575720293673436, "grains_center_of_mass_position": 0.3977718725749478, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001328390350521336, "throat_radius": 0.01062480038149716, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2533470958805957}], "aerodynamic_surfaces": [{"length": 0.5576691316271919, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340461443240992}, {"n": 4, "root_chord": 0.12084042792625461, "tip_chord": 0.06048020369952826, "span": 0.10992205449021383, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489693995224463}, {"top_radius": 0.06369184739545625, "bottom_radius": 0.04313522896476338, "length": 0.060277950487317634, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007406948238675, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186041893750727, "upper_button_position": 0.0821365054487948}], "rail_length": 5, "inclination": 84.53402810746753, "heading": 53.58252913785234} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9588499577763925, "wind_velocity_y_factor": 1.0465003675128304, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349886725859896, "mass": 15.603393934506483, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318109384280635, "I_33_without_motor": 0.04986464014023067, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.115523134329843, "trigger": 800, "sampling_rate": 105, "lag": 1.4931065873688651, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0255903692301354, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6596599818763027, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5250.512214924624, "burn_start_time": -0.0909790397901949, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0332804372925067, "grain_number": 5, "grain_density": 1851.5606097298996, "grain_outer_radius": 0.03290533084191416, "grain_initial_inner_radius": 0.015298113305113171, "grain_initial_height": 0.11816078585921988, "grain_separation": 0.0044724460388466504, "grains_center_of_mass_position": 0.39780685928632353, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0017771008628653946, "throat_radius": 0.010590168191633843, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559032276582929}], "aerodynamic_surfaces": [{"length": 0.5592667229455983, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349790459975286}, {"n": 4, "root_chord": 0.12062652410733864, "tip_chord": 0.059625987916030077, "span": 0.10972378308894691, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048753971002983}, {"top_radius": 0.0629642697119641, "bottom_radius": 0.043759104654722575, "length": 0.05885829037653679, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993851761170277, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176261775981918, "upper_button_position": 0.08175899851883583}], "rail_length": 5, "inclination": 84.92343774274347, "heading": 53.327404497034905} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7754155837389899, "wind_velocity_y_factor": 0.7356913692167235, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.0634939960748524, "mass": 14.939082516322676, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333654682882711, "I_33_without_motor": 0.04525509745934403, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.047338116257205, "trigger": 800, "sampling_rate": 105, "lag": 1.3880843357202965, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.083835008341826, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2603098152308725, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 3917.8678898786516, "burn_start_time": 0.04887096517149045, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03262573396026483, "grain_number": 5, "grain_density": 1850.7519018074709, "grain_outer_radius": 0.032621256457237326, "grain_initial_inner_radius": 0.01483942906337136, "grain_initial_height": 0.12007177025338887, "grain_separation": 0.0049018395164107794, "grains_center_of_mass_position": 0.39725084072358136, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008111674073102301, "throat_radius": 0.011398632551711864, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538142945267303}], "aerodynamic_surfaces": [{"length": 0.5588717263702533, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345612514170518}, {"n": 4, "root_chord": 0.12067111157365659, "tip_chord": 0.060060583514754566, "span": 0.11011167897144851, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493931452322403}, {"top_radius": 0.0646291540934125, "bottom_radius": 0.0452044548143495, "length": 0.0603724789569545, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009742673718534, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186976761572083, "upper_button_position": 0.08227659121464515}], "rail_length": 5, "inclination": 84.25158748130029, "heading": 50.96675110277935} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6282104363575297, "wind_velocity_y_factor": 1.4630637014304142, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350369306342163, "mass": 15.423384663251527, "I_11_without_motor": 6.321, "I_22_without_motor": 6.340308047293497, "I_33_without_motor": 0.019788588054728717, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.083147107727845, "trigger": 800, "sampling_rate": 105, "lag": 1.4358250230275413, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0219931010052192, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6182707068524935, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4616.876047591277, "burn_start_time": 0.17327011577866822, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03307735273763303, "grain_number": 5, "grain_density": 1787.4426719089176, "grain_outer_radius": 0.03254701336169916, "grain_initial_inner_radius": 0.015155916161981975, "grain_initial_height": 0.12015505759025674, "grain_separation": 0.0026991580403867353, "grains_center_of_mass_position": 0.39745950031056854, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004230693095885325, "throat_radius": 0.010653627613813626, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559944847505735}], "aerodynamic_surfaces": [{"length": 0.5585652216180876, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134539383838556}, {"n": 4, "root_chord": 0.12005025985383945, "tip_chord": 0.06062203619813813, "span": 0.11092861301016879, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494322357473482}, {"top_radius": 0.06261489297863657, "bottom_radius": 0.04499418987502568, "length": 0.0595628582965913, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989224816717448, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185273498089335, "upper_button_position": 0.08039513186281122}], "rail_length": 5, "inclination": 84.16295377801848, "heading": 50.671055071101605} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6675752389089733, "wind_velocity_y_factor": 0.7946898116534139, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349486179936539, "mass": 15.519412373237984, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310239630633377, "I_33_without_motor": 0.025834379969534978, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.017112928608396, "trigger": 800, "sampling_rate": 105, "lag": 1.5549632138872134, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0075113387786445, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6298867081501571, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6371.67658011265, "burn_start_time": -0.09641460781388034, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032806132728550104, "grain_number": 5, "grain_density": 1772.290599872893, "grain_outer_radius": 0.03261386186151379, "grain_initial_inner_radius": 0.014000052822981186, "grain_initial_height": 0.11853194069127461, "grain_separation": 0.005909910924169932, "grains_center_of_mass_position": 0.396277477417223, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002712125368977201, "throat_radius": 0.010383500712552429, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538527559958113}], "aerodynamic_surfaces": [{"length": 0.5582390015905303, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342006119651076}, {"n": 4, "root_chord": 0.12105391197301729, "tip_chord": 0.05975525925298376, "span": 0.10941730089655871, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495687055883958}, {"top_radius": 0.0638466834705984, "bottom_radius": 0.04545418290525601, "length": 0.06139867175990943, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996206909080986, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194728644753287, "upper_button_position": 0.08014782643276996}], "rail_length": 5, "inclination": 82.02231211592591, "heading": 52.11423847224614} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.696534413854913, "wind_velocity_y_factor": 0.6133955549205847, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06351154134640888, "mass": 15.853916526044056, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318151055352832, "I_33_without_motor": 0.04458258252381359, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.99470446448731, "trigger": 800, "sampling_rate": 105, "lag": 1.4789069213129225, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9461005719288134, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4930326801952452, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5138.370387272104, "burn_start_time": -0.021702616550993037, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032603095493218416, "grain_number": 5, "grain_density": 1841.4955629247688, "grain_outer_radius": 0.032632320979461796, "grain_initial_inner_radius": 0.01477692173523379, "grain_initial_height": 0.11913312117398474, "grain_separation": 0.005781237746923099, "grains_center_of_mass_position": 0.39738960188133465, "center_of_dry_mass_position": 0.317, "nozzle_position": -9.69133980157472e-06, "throat_radius": 0.01118018411567196, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561649905238548}], "aerodynamic_surfaces": [{"length": 0.5581517726043144, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351792202871152}, {"n": 4, "root_chord": 0.1196447874630208, "tip_chord": 0.060452655348981255, "span": 0.11009562328605602, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508740639953142}, {"top_radius": 0.0624811873128804, "bottom_radius": 0.04204211668208477, "length": 0.06031737948595376, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002290022538314, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167833436626038, "upper_button_position": 0.08344565859122766}], "rail_length": 5, "inclination": 85.56253828992303, "heading": 48.95954829759474} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4868273817259285, "wind_velocity_y_factor": 1.0651400605784502, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350206367542273, "mass": 15.655122144513541, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314655917344583, "I_33_without_motor": 0.024509484000502384, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.01897272229007, "trigger": 800, "sampling_rate": 105, "lag": 1.492467470563497, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0625899143045257, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5111440473888411, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6807.462965554687, "burn_start_time": 0.07437471935045135, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033306472846578894, "grain_number": 5, "grain_density": 1865.49854212934, "grain_outer_radius": 0.03301591700919062, "grain_initial_inner_radius": 0.01468344792405309, "grain_initial_height": 0.12028071760108726, "grain_separation": 0.0030841696999346947, "grains_center_of_mass_position": 0.3955605524240927, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0016756341455367958, "throat_radius": 0.00994492212018965, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256320070845221}], "aerodynamic_surfaces": [{"length": 0.5587170003924368, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343207533936916}, {"n": 4, "root_chord": 0.12017193271682519, "tip_chord": 0.06042712197472144, "span": 0.11069119143662876, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0522785240752466}, {"top_radius": 0.06309415644322627, "bottom_radius": 0.04308807851628058, "length": 0.06172681235801726, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987960473378481, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617255481913833, "upper_button_position": 0.08154056542401511}], "rail_length": 5, "inclination": 84.9211045131818, "heading": 54.27637864039696} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1422593488481394, "wind_velocity_y_factor": 1.0471265942829213, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06348754370270593, "mass": 15.476592576352509, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31739352034053, "I_33_without_motor": 0.03458838384463362, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.87228025506932, "trigger": 800, "sampling_rate": 105, "lag": 1.5620310678418294, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9776199950737426, "trigger": "apogee", "sampling_rate": 105, "lag": 1.343947122383393, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5908.124089946619, "burn_start_time": 0.08065308607175634, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033100553861049896, "grain_number": 5, "grain_density": 1840.6431467032942, "grain_outer_radius": 0.03229859384568594, "grain_initial_inner_radius": 0.014991869128166014, "grain_initial_height": 0.12115913698979049, "grain_separation": 0.006621292861418324, "grains_center_of_mass_position": 0.39866151408437644, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003325151622802282, "throat_radius": 0.010851359667945499, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548616392475127}], "aerodynamic_surfaces": [{"length": 0.5574430185994101, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354757901235886}, {"n": 4, "root_chord": 0.11932788796796548, "tip_chord": 0.060600600344640446, "span": 0.10978033669547993, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495183360689908}, {"top_radius": 0.062278072030361585, "bottom_radius": 0.04337739461093268, "length": 0.059664072678785846, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989378641134738, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162368441452408, "upper_button_position": 0.08270101996823298}], "rail_length": 5, "inclination": 84.62424630179207, "heading": 52.92122336098176} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4128484828487089, "wind_velocity_y_factor": 1.0672020585407593, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349906194751413, "mass": 16.134356193882606, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3179973509307334, "I_33_without_motor": 0.03831017681243137, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.991445377326285, "trigger": 800, "sampling_rate": 105, "lag": 1.4670855563182017, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0521949756509819, "trigger": "apogee", "sampling_rate": 105, "lag": 1.233421754199811, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4943.237658380927, "burn_start_time": -0.15291600275295072, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03262890140547025, "grain_number": 5, "grain_density": 1764.3218683422353, "grain_outer_radius": 0.03310666334993363, "grain_initial_inner_radius": 0.015187685804182987, "grain_initial_height": 0.12043045965472483, "grain_separation": 0.004757468593926819, "grains_center_of_mass_position": 0.39695618516451237, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00046735369475905996, "throat_radius": 0.010836388617631617, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554311069286617}], "aerodynamic_surfaces": [{"length": 0.5586029522168028, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132816206630744}, {"n": 4, "root_chord": 0.1197368946350227, "tip_chord": 0.059686789569223936, "span": 0.11012009466589424, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048759065477636}, {"top_radius": 0.06230316897175777, "bottom_radius": 0.042956175121735454, "length": 0.0597925420524302, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699338935824519, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175443928104577, "upper_button_position": 0.0817945430140613}], "rail_length": 5, "inclination": 83.23336493568442, "heading": 53.99294050580756} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5396290201586922, "wind_velocity_y_factor": 1.1500881410817585, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349789699640096, "mass": 16.07089854832217, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315805793410613, "I_33_without_motor": 0.03501357054174412, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.845821740000218, "trigger": 800, "sampling_rate": 105, "lag": 1.561933291093166, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9830273623742593, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5296344141643106, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7591.590669348966, "burn_start_time": -0.004839888073024253, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03288855760802125, "grain_number": 5, "grain_density": 1764.5030135373074, "grain_outer_radius": 0.03377624059611452, "grain_initial_inner_radius": 0.014956536728515017, "grain_initial_height": 0.12062959011936562, "grain_separation": 0.0053336515470596355, "grains_center_of_mass_position": 0.3959765046743709, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001264126865944799, "throat_radius": 0.010965893217383834, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543627200680227}], "aerodynamic_surfaces": [{"length": 0.5583123548753, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134257226487956}, {"n": 4, "root_chord": 0.11989508424145907, "tip_chord": 0.06078900901923336, "span": 0.11065657947167207, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0515960371188524}, {"top_radius": 0.06382547155359382, "bottom_radius": 0.04303770445935718, "length": 0.06043966709593329, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700222341630391, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181249853070623, "upper_button_position": 0.08209735632332871}], "rail_length": 5, "inclination": 83.22332201543492, "heading": 53.66983493811752} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5387288685401274, "wind_velocity_y_factor": 0.14333378387505213, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349768520434289, "mass": 15.066335285101232, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318764432781943, "I_33_without_motor": 0.028413325667697036, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.8420799935028, "trigger": 800, "sampling_rate": 105, "lag": 1.5420682906352674, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9003634962809277, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5911233219299297, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6089.895333886783, "burn_start_time": -0.07672875241110533, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0329567719873224, "grain_number": 5, "grain_density": 1758.7929106218257, "grain_outer_radius": 0.03274551966691276, "grain_initial_inner_radius": 0.014787543415950778, "grain_initial_height": 0.11917713845193342, "grain_separation": 0.0048086222343635705, "grains_center_of_mass_position": 0.39716859208276617, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002222208176068211, "throat_radius": 0.010526788513380854, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557393507737191}], "aerodynamic_surfaces": [{"length": 0.5594005742990674, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338906602120924}, {"n": 4, "root_chord": 0.12020592349062487, "tip_chord": 0.05998537797320956, "span": 0.10950765554371936, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484459208385692}, {"top_radius": 0.06298763576820007, "bottom_radius": 0.04270552654403529, "length": 0.059346037407738236, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001624556534045, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195059285935315, "upper_button_position": 0.08065652705987303}], "rail_length": 5, "inclination": 85.41081337528678, "heading": 48.824596951302695} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0025808153023987, "wind_velocity_y_factor": 0.4902230156867079, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350198646319617, "mass": 16.049452382388544, "I_11_without_motor": 6.321, "I_22_without_motor": 6.344247437618561, "I_33_without_motor": 0.0354116947472653, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.15532963212946, "trigger": 800, "sampling_rate": 105, "lag": 1.4428926906520558, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9987377052757503, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2920805181404729, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5658.1129523542295, "burn_start_time": 0.02312681312642667, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032261254614816964, "grain_number": 5, "grain_density": 1774.4692432979623, "grain_outer_radius": 0.0334127731443936, "grain_initial_inner_radius": 0.01540648359700233, "grain_initial_height": 0.11916813284204797, "grain_separation": 0.006468571826896731, "grains_center_of_mass_position": 0.39573692817006517, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001052983508512706, "throat_radius": 0.012083389036004076, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553435433799651}], "aerodynamic_surfaces": [{"length": 0.5584675730375073, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337460828960908}, {"n": 4, "root_chord": 0.11926415792471484, "tip_chord": 0.059809833629574434, "span": 0.10996942270006524, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050907821090451}, {"top_radius": 0.0613106865034007, "bottom_radius": 0.04278363585149726, "length": 0.05916334596081648, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989953536634433, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168592304857393, "upper_button_position": 0.08213612317770402}], "rail_length": 5, "inclination": 85.46150425509987, "heading": 49.86962196204037} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5333388356140087, "wind_velocity_y_factor": 1.257126377262203, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350826035621816, "mass": 15.164647627818015, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318292956322203, "I_33_without_motor": 0.043257752854824506, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.862822694509653, "trigger": 800, "sampling_rate": 105, "lag": 1.5339007302432106, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9258971661919335, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7167457458618738, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7340.92359064017, "burn_start_time": 0.07714336739023628, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03308064558065976, "grain_number": 5, "grain_density": 1739.152506571481, "grain_outer_radius": 0.03311124504598729, "grain_initial_inner_radius": 0.015479904976198392, "grain_initial_height": 0.11831413798411129, "grain_separation": 0.003710816592091778, "grains_center_of_mass_position": 0.39587344038421113, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012028593946056046, "throat_radius": 0.011570227171615393, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547563858934898}], "aerodynamic_surfaces": [{"length": 0.5596513645711306, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340497298580878}, {"n": 4, "root_chord": 0.11943696209375591, "tip_chord": 0.06007091674540097, "span": 0.1100288397161861, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499104762297622}, {"top_radius": 0.06356850192700883, "bottom_radius": 0.04330199867650428, "length": 0.058865415713504864, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991568702436342, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175368987821818, "upper_button_position": 0.08161997146145239}], "rail_length": 5, "inclination": 83.04494959507088, "heading": 54.72625159174554} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0637309732155584, "wind_velocity_y_factor": 1.2613892307723789, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.0634852554666793, "mass": 15.752817572082696, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333902497068047, "I_33_without_motor": 0.0289034845598991, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.965028498347127, "trigger": 800, "sampling_rate": 105, "lag": 1.6196660050258864, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9755535382348188, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5722638700958964, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7701.004054967581, "burn_start_time": 0.06239749380056592, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032463230469881005, "grain_number": 5, "grain_density": 1850.7970858382646, "grain_outer_radius": 0.03307738117558692, "grain_initial_inner_radius": 0.014733349928729718, "grain_initial_height": 0.11964421910768487, "grain_separation": 0.005316701901792124, "grains_center_of_mass_position": 0.3974078080726624, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005720533379950312, "throat_radius": 0.010672625096427236, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546814542109601}], "aerodynamic_surfaces": [{"length": 0.5573594200629753, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134013301717394}, {"n": 4, "root_chord": 0.12018339684158197, "tip_chord": 0.05997620685651618, "span": 0.10977957650085406, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491774565361789}, {"top_radius": 0.06401458081487196, "bottom_radius": 0.041712870026855815, "length": 0.05935438290508151, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004710313947072, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173929180001207, "upper_button_position": 0.08307811339458648}], "rail_length": 5, "inclination": 83.02521507439316, "heading": 51.80839961531601} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5097965900852062, "wind_velocity_y_factor": 0.6779736556180997, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349560822047683, "mass": 14.842057477513354, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3209660030155135, "I_33_without_motor": 0.01098177601640522, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.048374638047868, "trigger": 800, "sampling_rate": 105, "lag": 1.4890053429874055, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0387746105119917, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6799629758365264, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6552.403148190525, "burn_start_time": -0.0645905291929907, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03302989633234019, "grain_number": 5, "grain_density": 1780.3293644459548, "grain_outer_radius": 0.033099036013454715, "grain_initial_inner_radius": 0.015391564950838604, "grain_initial_height": 0.12005539231168884, "grain_separation": 0.005994608278829968, "grains_center_of_mass_position": 0.3948245236705017, "center_of_dry_mass_position": 0.317, "nozzle_position": -9.622494072589343e-05, "throat_radius": 0.011721495834018474, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539057269172655}], "aerodynamic_surfaces": [{"length": 0.5576836792281727, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340817154475853}, {"n": 4, "root_chord": 0.12041605517510136, "tip_chord": 0.06039258260169367, "span": 0.11012539988484706, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499087323891472}, {"top_radius": 0.06298731897434404, "bottom_radius": 0.043807151279830286, "length": 0.061688723571093874, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006925356623335, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190120344990648, "upper_button_position": 0.08168050116326864}], "rail_length": 5, "inclination": 84.73838062296095, "heading": 53.397476113479236} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6267711699589883, "wind_velocity_y_factor": 0.8272109341780999, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06348784489363275, "mass": 15.973596541147831, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32114361097613, "I_33_without_motor": 0.03866945671289387, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.956282291256956, "trigger": 800, "sampling_rate": 105, "lag": 1.8184754117646984, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9263275432665218, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5873129756069047, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6235.101890598448, "burn_start_time": 0.00986608299650358, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033314883349972776, "grain_number": 5, "grain_density": 1814.4703792889563, "grain_outer_radius": 0.033139956103239415, "grain_initial_inner_radius": 0.014370272034847935, "grain_initial_height": 0.12060049870588738, "grain_separation": 0.003468082818982997, "grains_center_of_mass_position": 0.3965189685616139, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006230416149693578, "throat_radius": 0.01018593250456761, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538914322518888}], "aerodynamic_surfaces": [{"length": 0.5587083594176393, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332657704433657}, {"n": 4, "root_chord": 0.12044440450153449, "tip_chord": 0.06085936412988383, "span": 0.10975529510555368, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0516703555520817}, {"top_radius": 0.06412399777932709, "bottom_radius": 0.04190619990803294, "length": 0.058377756641832784, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001743828259148, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618232117053522, "upper_button_position": 0.08194226577239283}], "rail_length": 5, "inclination": 84.09423448909347, "heading": 50.97062973335312} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2375837161624923, "wind_velocity_y_factor": 1.5485499951697492, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.0634964924279265, "mass": 15.08734632910515, "I_11_without_motor": 6.321, "I_22_without_motor": 6.299017226353521, "I_33_without_motor": 0.009502347280481788, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.160272318756611, "trigger": 800, "sampling_rate": 105, "lag": 1.36788699599142, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0195783461927568, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2381252214172929, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6154.568492933984, "burn_start_time": 0.1611776442790204, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03282101919185445, "grain_number": 5, "grain_density": 1771.0085270315358, "grain_outer_radius": 0.03258740558823292, "grain_initial_inner_radius": 0.014356627638222624, "grain_initial_height": 0.12026106601392386, "grain_separation": 0.007248339265445231, "grains_center_of_mass_position": 0.3972303267147635, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004849357947217829, "throat_radius": 0.010848828743291605, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2567145613555022}], "aerodynamic_surfaces": [{"length": 0.5576419607244268, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336238336844435}, {"n": 4, "root_chord": 0.1198742243767734, "tip_chord": 0.06006272615821381, "span": 0.11037577936663803, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495001508920356}, {"top_radius": 0.065236212967742, "bottom_radius": 0.044913584609147655, "length": 0.06047800271917314, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006587838086373, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618600605635243, "upper_button_position": 0.08205817817339434}], "rail_length": 5, "inclination": 84.9735634393094, "heading": 54.70260210014026} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6167470086402171, "wind_velocity_y_factor": 0.9529357024317244, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350119669424661, "mass": 15.41257237668814, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321956955405817, "I_33_without_motor": 0.037427172850309595, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.153143520862178, "trigger": 800, "sampling_rate": 105, "lag": 1.489837178687441, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9062240400081337, "trigger": "apogee", "sampling_rate": 105, "lag": 1.495713914176446, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4718.687872449867, "burn_start_time": -0.07566727106516707, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033274598453286036, "grain_number": 5, "grain_density": 1823.4219089008689, "grain_outer_radius": 0.03282056827247347, "grain_initial_inner_radius": 0.015138134269981745, "grain_initial_height": 0.1186947819794833, "grain_separation": 0.003651584068578355, "grains_center_of_mass_position": 0.3961959053653714, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010167271758945657, "throat_radius": 0.0115404622162329, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2566303142048898}], "aerodynamic_surfaces": [{"length": 0.5585631099537, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132948451752999}, {"n": 4, "root_chord": 0.1201736921577548, "tip_chord": 0.06021701371442916, "span": 0.10998298463975442, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0514255498787304}, {"top_radius": 0.064296080822908, "bottom_radius": 0.04437386919346859, "length": 0.06115841458968977, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990314716103161, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181989748426676, "upper_button_position": 0.08083249676764848}], "rail_length": 5, "inclination": 85.91977521919695, "heading": 52.494066321431006} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2055988988224833, "wind_velocity_y_factor": 1.4521928975147729, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350561229404406, "mass": 15.23958994182524, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329004405448326, "I_33_without_motor": 0.020904336969343622, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.9830609990541, "trigger": 800, "sampling_rate": 105, "lag": 1.4717333803088188, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0728205480169386, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7457895176609166, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7634.245378957035, "burn_start_time": 0.122318987457941, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03398962321550318, "grain_number": 5, "grain_density": 1831.3577728377318, "grain_outer_radius": 0.03286412007233545, "grain_initial_inner_radius": 0.015534278403101818, "grain_initial_height": 0.12135898476743519, "grain_separation": 0.006530023642632868, "grains_center_of_mass_position": 0.3980396831895304, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012287332795835738, "throat_radius": 0.011527760661965397, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559801565875752}], "aerodynamic_surfaces": [{"length": 0.5587709944367951, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330489674824862}, {"n": 4, "root_chord": 0.11970989041189872, "tip_chord": 0.05965012400143284, "span": 0.10913649963748343, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049030550900844}, {"top_radius": 0.06337795037890609, "bottom_radius": 0.0421885360109675, "length": 0.05911529394042561, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010245732553083, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177753884875327, "upper_button_position": 0.08324918476777565}], "rail_length": 5, "inclination": 84.08041389800258, "heading": 52.161586803080255} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8483506335346361, "wind_velocity_y_factor": 0.2051056606805135, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.0635050437964152, "mass": 14.75001802791873, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315348502169645, "I_33_without_motor": 0.02768981752553631, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.94442302871098, "trigger": 800, "sampling_rate": 105, "lag": 1.55294693393471, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0424863689282466, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8684999788072076, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4479.1797639818415, "burn_start_time": -0.09135580696489465, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03346099402741034, "grain_number": 5, "grain_density": 1772.956360235186, "grain_outer_radius": 0.03399288070271438, "grain_initial_inner_radius": 0.01524072709048791, "grain_initial_height": 0.120880088494465, "grain_separation": 0.005979042004068189, "grains_center_of_mass_position": 0.39851882487903945, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007380800158769077, "throat_radius": 0.011628553395908573, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547507941763938}], "aerodynamic_surfaces": [{"length": 0.5582311306081279, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135913100073387}, {"n": 4, "root_chord": 0.12067540601539638, "tip_chord": 0.059741528942338674, "span": 0.10939221914080526, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501106217411704}, {"top_radius": 0.06493120279180678, "bottom_radius": 0.04345138948992426, "length": 0.05982337266607489, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997122974059687, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618826494646249, "upper_button_position": 0.0808858027597198}], "rail_length": 5, "inclination": 84.68449617909368, "heading": 52.67753913347287} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7435143488047651, "wind_velocity_y_factor": 0.647650733886503, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350366288950553, "mass": 15.792885931593585, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33789723443232, "I_33_without_motor": 0.02137256092584141, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.999635572782559, "trigger": 800, "sampling_rate": 105, "lag": 1.4713029527665302, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.056690708413206, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4428197917517307, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6806.4808185481115, "burn_start_time": -0.04465752305524221, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033332313783433494, "grain_number": 5, "grain_density": 1799.1480862478252, "grain_outer_radius": 0.03377133338080173, "grain_initial_inner_radius": 0.014664705009376661, "grain_initial_height": 0.11827180750833818, "grain_separation": 0.003939116152352173, "grains_center_of_mass_position": 0.3968282427939514, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005312656622876411, "throat_radius": 0.010808907405242447, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535787791995114}], "aerodynamic_surfaces": [{"length": 0.55715931933889, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337272149997226}, {"n": 4, "root_chord": 0.11934372510800638, "tip_chord": 0.059777009291215176, "span": 0.11000748589822025, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0517527473023696}, {"top_radius": 0.06147324141431725, "bottom_radius": 0.04134101952388738, "length": 0.058750448142852574, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006415445511257, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185538032757645, "upper_button_position": 0.08208774127536123}], "rail_length": 5, "inclination": 83.48753263716455, "heading": 54.038648017834} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5475908881806277, "wind_velocity_y_factor": 1.059258312684104, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350119758153301, "mass": 15.372638535179382, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3159041847678585, "I_33_without_motor": 0.04769723087086339, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.8913618682108, "trigger": 800, "sampling_rate": 105, "lag": 1.206394395663233, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0814525003715882, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6183942318293787, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5502.047494109741, "burn_start_time": -0.030441966220905003, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03273539278149422, "grain_number": 5, "grain_density": 1792.3342638427575, "grain_outer_radius": 0.03316639766607121, "grain_initial_inner_radius": 0.014780498389756444, "grain_initial_height": 0.12187385134927832, "grain_separation": 0.0029508104056448934, "grains_center_of_mass_position": 0.39757797550300567, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00010469341196962667, "throat_radius": 0.01105593780650437, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2566147569344357}], "aerodynamic_surfaces": [{"length": 0.5584523005509442, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134649637793516}, {"n": 4, "root_chord": 0.11985906877846854, "tip_chord": 0.059830146521368206, "span": 0.11043521813277903, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491945795496174}, {"top_radius": 0.06436678385088575, "bottom_radius": 0.0432639696760196, "length": 0.06146209378862107, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998903554546871, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6196821293177772, "upper_button_position": 0.08020822613690992}], "rail_length": 5, "inclination": 84.68656226213594, "heading": 52.48669610407768} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3703754181624679, "wind_velocity_y_factor": 1.4967606441379768, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06349752446025159, "mass": 14.85553225765518, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30749350090707, "I_33_without_motor": 0.03837685254946363, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.040236467034758, "trigger": 800, "sampling_rate": 105, "lag": 1.5227044134192869, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9668991956013618, "trigger": "apogee", "sampling_rate": 105, "lag": 1.978723506500266, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7487.831793267531, "burn_start_time": 0.06578278396637083, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03329076680119042, "grain_number": 5, "grain_density": 1802.227180812099, "grain_outer_radius": 0.032559410112552804, "grain_initial_inner_radius": 0.01484339123268698, "grain_initial_height": 0.12018303779424645, "grain_separation": 0.005263953329476361, "grains_center_of_mass_position": 0.3960700382616424, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005795029441848831, "throat_radius": 0.010583266066435013, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545933833089031}], "aerodynamic_surfaces": [{"length": 0.5574744918498533, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337608826398111}, {"n": 4, "root_chord": 0.11945258122457916, "tip_chord": 0.05976974671118975, "span": 0.11026114318517244, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.052484273872613}, {"top_radius": 0.06361277116744463, "bottom_radius": 0.04286206275676842, "length": 0.06043474810070292, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699402037489865, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6203552308085721, "upper_button_position": 0.07904680668129282}], "rail_length": 5, "inclination": 85.53743191279989, "heading": 50.124805541136226} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9344800048458326, "wind_velocity_y_factor": 1.1059876194565919, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349975434408431, "mass": 14.969502493176213, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33665714010186, "I_33_without_motor": 0.039121498316479236, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.871003147037488, "trigger": 800, "sampling_rate": 105, "lag": 1.6032541492033054, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9958087763996663, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6903507728866733, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7123.560289809591, "burn_start_time": 0.01589550746153805, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032915818629822784, "grain_number": 5, "grain_density": 1754.182758523011, "grain_outer_radius": 0.03338063696150402, "grain_initial_inner_radius": 0.015272177512577817, "grain_initial_height": 0.11944382420148501, "grain_separation": 0.005088673182529934, "grains_center_of_mass_position": 0.39779316124159386, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0016582665383212166, "throat_radius": 0.011155271998066228, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547781410547814}], "aerodynamic_surfaces": [{"length": 0.5584394853305035, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345076614300746}, {"n": 4, "root_chord": 0.12007184086743056, "tip_chord": 0.058538389722279066, "span": 0.10967361977377144, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498609419019775}, {"top_radius": 0.060906101543150175, "bottom_radius": 0.042719957881720096, "length": 0.06070585891672948, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003302850158586, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192352419854449, "upper_button_position": 0.0810950430304137}], "rail_length": 5, "inclination": 84.85030192237555, "heading": 54.00254556208646} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0432454932958133, "wind_velocity_y_factor": 1.3482078907343538, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350041330768269, "mass": 15.580875779448819, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307909860124651, "I_33_without_motor": 0.03823002347888527, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.869221243254415, "trigger": 800, "sampling_rate": 105, "lag": 1.7360462392452394, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0534022213080225, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5872897168053681, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6336.824267917938, "burn_start_time": -0.13538583796134276, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03240875807276447, "grain_number": 5, "grain_density": 1736.2165436080948, "grain_outer_radius": 0.033005133772845224, "grain_initial_inner_radius": 0.014902431170723141, "grain_initial_height": 0.12004570720147124, "grain_separation": 0.004279200241765823, "grains_center_of_mass_position": 0.39642877807156557, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018768050227852503, "throat_radius": 0.0106229173053618, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542384574430836}], "aerodynamic_surfaces": [{"length": 0.5590789939277832, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341925668430548}, {"n": 4, "root_chord": 0.11976825717748009, "tip_chord": 0.05975887078125528, "span": 0.10971490662087734, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0510695742744123}, {"top_radius": 0.06326643601707403, "bottom_radius": 0.04284042550505221, "length": 0.05899487663092312, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012628843649824, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182895268343572, "upper_button_position": 0.08297335753062518}], "rail_length": 5, "inclination": 84.64339593338865, "heading": 55.37877719444512} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.18971528164685847, "wind_velocity_y_factor": 1.0919586734454088, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.0634882547609068, "mass": 16.037047280001644, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328866832682396, "I_33_without_motor": 0.035847069744142875, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.882803673371704, "trigger": 800, "sampling_rate": 105, "lag": 1.5693160695687396, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0791245803209828, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2696566967994052, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5731.329569264374, "burn_start_time": -0.04815824012664621, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03291651322742335, "grain_number": 5, "grain_density": 1866.2439289869549, "grain_outer_radius": 0.032802462371523365, "grain_initial_inner_radius": 0.014644202252977625, "grain_initial_height": 0.11806296411703625, "grain_separation": 0.002703175258478044, "grains_center_of_mass_position": 0.39752006967614895, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009529499410189416, "throat_radius": 0.011160661801116951, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550204625687023}], "aerodynamic_surfaces": [{"length": 0.5585921739005637, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345279365446004}, {"n": 4, "root_chord": 0.11990376399101894, "tip_chord": 0.06107376883648191, "span": 0.11026605295645178, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047807892509027}, {"top_radius": 0.0636669719289881, "bottom_radius": 0.045117169450419596, "length": 0.058159876014763835, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698184007901238, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189475366427406, "upper_button_position": 0.07923647125849742}], "rail_length": 5, "inclination": 85.79791796134928, "heading": 52.45221167957296} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2313653423180093, "wind_velocity_y_factor": 1.6670402244757405, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350555041288437, "mass": 15.250937758807131, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311065120281153, "I_33_without_motor": 0.04845579718692718, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.855684310948584, "trigger": 800, "sampling_rate": 105, "lag": 1.5676813291986567, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.041594193127748, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2957120159095212, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5907.0331396948, "burn_start_time": -0.1763125837815135, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032975046038313194, "grain_number": 5, "grain_density": 1840.2165074013046, "grain_outer_radius": 0.033683326794869545, "grain_initial_inner_radius": 0.014865140097377308, "grain_initial_height": 0.12001498011366672, "grain_separation": 0.006410977855077476, "grains_center_of_mass_position": 0.3966032158714589, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00022341240263968432, "throat_radius": 0.011508652681910632, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553152664868186}], "aerodynamic_surfaces": [{"length": 0.5584196915407531, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133809656011172}, {"n": 4, "root_chord": 0.11967737585444492, "tip_chord": 0.05960079645028883, "span": 0.11016654033960534, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487897006533067}, {"top_radius": 0.06455071074856453, "bottom_radius": 0.04366680300694636, "length": 0.059927599769278014, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002399880910742, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183990053588526, "upper_button_position": 0.08184098273222162}], "rail_length": 5, "inclination": 83.96131709558587, "heading": 51.929191839714946} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8108969050980668, "wind_velocity_y_factor": 0.928219036264126, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350482566004773, "mass": 15.024683671813973, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32329452945601, "I_33_without_motor": 0.023207801398721972, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.006275093412642, "trigger": 800, "sampling_rate": 105, "lag": 1.6016934615102745, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0875341753894627, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1497924452751593, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7431.7288232518395, "burn_start_time": 0.03195760325603969, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03433963412452794, "grain_number": 5, "grain_density": 1838.2224667480034, "grain_outer_radius": 0.033002862918818154, "grain_initial_inner_radius": 0.01477158274034469, "grain_initial_height": 0.12062315881952473, "grain_separation": 0.004606568256714944, "grains_center_of_mass_position": 0.39742630736138423, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000115714826857187, "throat_radius": 0.010483022229821101, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254708685968947}], "aerodynamic_surfaces": [{"length": 0.5577766730601438, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133367610037909}, {"n": 4, "root_chord": 0.11962712035996881, "tip_chord": 0.05983590819477125, "span": 0.11069382963556278, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491789969284175}, {"top_radius": 0.06371215527718133, "bottom_radius": 0.04419725178530327, "length": 0.059579616758607734, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983562607660013, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169237935053484, "upper_button_position": 0.0814324672606529}], "rail_length": 5, "inclination": 85.99157372604634, "heading": 48.158051083134424} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4846473219193252, "wind_velocity_y_factor": 1.1326430851284723, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349758221102354, "mass": 16.791071265987554, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320635204766207, "I_33_without_motor": 0.0251536571462761, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.991277846804067, "trigger": 800, "sampling_rate": 105, "lag": 1.4759533640446367, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1337729230365485, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5637303305486006, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5281.367913550288, "burn_start_time": 0.1485964544712012, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0325547673635563, "grain_number": 5, "grain_density": 1827.3772122961022, "grain_outer_radius": 0.033081601500083685, "grain_initial_inner_radius": 0.015067311984959749, "grain_initial_height": 0.11933721983770233, "grain_separation": 0.004985555512193142, "grains_center_of_mass_position": 0.39738609303030364, "center_of_dry_mass_position": 0.317, "nozzle_position": 3.633844315602316e-05, "throat_radius": 0.010458432988137293, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548669914362602}], "aerodynamic_surfaces": [{"length": 0.5588686064376516, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353421176008305}, {"n": 4, "root_chord": 0.1201019638914094, "tip_chord": 0.05954558579490639, "span": 0.10884421241333953, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486141882285376}, {"top_radius": 0.06487404830910519, "bottom_radius": 0.042576781435046694, "length": 0.06054892258977943, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005264012194852, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618263600802562, "upper_button_position": 0.08226280041692313}], "rail_length": 5, "inclination": 84.83781809788317, "heading": 51.398306115914565} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5371957334543267, "wind_velocity_y_factor": 0.894577305680719, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349947124818242, "mass": 16.091962699920245, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313193415355257, "I_33_without_motor": 0.0258661489682097, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.146210210045247, "trigger": 800, "sampling_rate": 105, "lag": 1.467690132235486, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9691137195273504, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5878534140931406, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4571.870833957504, "burn_start_time": 0.052417657102719895, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03273694502495289, "grain_number": 5, "grain_density": 1775.9990826791216, "grain_outer_radius": 0.03372873017157722, "grain_initial_inner_radius": 0.014570793439166499, "grain_initial_height": 0.12082618539665156, "grain_separation": 0.0065087854427979975, "grains_center_of_mass_position": 0.3960890559604326, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007566281279839869, "throat_radius": 0.011090673893856281, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554531205034074}], "aerodynamic_surfaces": [{"length": 0.5576050993293975, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134742539097379}, {"n": 4, "root_chord": 0.12027199787729259, "tip_chord": 0.05981287937303934, "span": 0.11101383912687186, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498762723724888}, {"top_radius": 0.0625263840906133, "bottom_radius": 0.04371688953618829, "length": 0.060014034516096826, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700892752481931, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183232057936268, "upper_button_position": 0.08256954668830419}], "rail_length": 5, "inclination": 85.45596459905838, "heading": 52.51696116951407} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5214698583554002, "wind_velocity_y_factor": 0.6741202080090024, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.0634920924146833, "mass": 15.892403570090678, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304115321524846, "I_33_without_motor": 0.03084234389756601, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.091838000798722, "trigger": 800, "sampling_rate": 105, "lag": 1.388411033311315, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.821258682183255, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6187715400166258, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7166.330104438059, "burn_start_time": -0.0003075515188691315, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033156142075327556, "grain_number": 5, "grain_density": 1796.3214101097985, "grain_outer_radius": 0.033381372629930565, "grain_initial_inner_radius": 0.014828204218380391, "grain_initial_height": 0.12022217429927325, "grain_separation": 0.0045722687897702535, "grains_center_of_mass_position": 0.397401746408358, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012517441413362617, "throat_radius": 0.010793882634370111, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563242259396792}], "aerodynamic_surfaces": [{"length": 0.5584925044685081, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344245990585158}, {"n": 4, "root_chord": 0.11946399299368261, "tip_chord": 0.059860022592334056, "span": 0.11036611228805565, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481017312387917}, {"top_radius": 0.06437154917299119, "bottom_radius": 0.04209979162486087, "length": 0.05988333271970681, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997885240514389, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172988714114288, "upper_button_position": 0.08248965264001007}], "rail_length": 5, "inclination": 83.48281891257638, "heading": 53.018660610055875} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5401936573212893, "wind_velocity_y_factor": 0.9432788840455175, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06351115946183647, "mass": 15.618647236084744, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322704748845281, "I_33_without_motor": 0.0024141599897370206, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.985652373204589, "trigger": 800, "sampling_rate": 105, "lag": 1.55657516070395, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0158071293228421, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4045611037129382, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6998.585938662065, "burn_start_time": -0.08740251919669056, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03267155633998857, "grain_number": 5, "grain_density": 1788.670779819915, "grain_outer_radius": 0.033322988925722954, "grain_initial_inner_radius": 0.014908608271932189, "grain_initial_height": 0.12096688154277922, "grain_separation": 0.004974697741640162, "grains_center_of_mass_position": 0.39523935996746556, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008019396599852111, "throat_radius": 0.011699176571819929, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2568630464864967}], "aerodynamic_surfaces": [{"length": 0.5582519763604572, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1360885846137652}, {"n": 4, "root_chord": 0.11881412411975938, "tip_chord": 0.05941421677672722, "span": 0.11038852382282238, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492888490204453}, {"top_radius": 0.06434577553771526, "bottom_radius": 0.04488896366723833, "length": 0.05908544175819939, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004999935358553, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186859972770309, "upper_button_position": 0.08181399625882446}], "rail_length": 5, "inclination": 83.33770303491102, "heading": 55.401462834896094} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2603701391933364, "wind_velocity_y_factor": 1.0883737263738062, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349140632299304, "mass": 15.847565503392854, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317873114930321, "I_33_without_motor": 0.03466562348725039, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.931174530703855, "trigger": 800, "sampling_rate": 105, "lag": 1.4648688296553007, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1045680507271314, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6313398349647128, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6296.4714338729245, "burn_start_time": -0.010151481171264425, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03215833429728134, "grain_number": 5, "grain_density": 1864.27286733075, "grain_outer_radius": 0.03296389346593646, "grain_initial_inner_radius": 0.015192636168122647, "grain_initial_height": 0.12023171294643237, "grain_separation": 0.006026388611857088, "grains_center_of_mass_position": 0.3966486120527215, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010239818244037436, "throat_radius": 0.011498921117269275, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25491162492018}], "aerodynamic_surfaces": [{"length": 0.5588556911334124, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330687224841565}, {"n": 4, "root_chord": 0.11954241928466959, "tip_chord": 0.059923888414445924, "span": 0.11046079267916961, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049516681749709}, {"top_radius": 0.06429375071027073, "bottom_radius": 0.04263946898633581, "length": 0.05942872819080816, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008931345495818, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191988342892468, "upper_button_position": 0.08169430026033497}], "rail_length": 5, "inclination": 84.09160952865616, "heading": 55.76407404304288} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9816621353883539, "wind_velocity_y_factor": 1.0093960910783837, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350438767008053, "mass": 15.194160707725027, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325847185176417, "I_33_without_motor": 0.027055484333136363, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.154961882717457, "trigger": 800, "sampling_rate": 105, "lag": 1.434864149713029, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9713534885917028, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7664753527742791, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5114.979808418832, "burn_start_time": 0.1699901392729479, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03292951400301112, "grain_number": 5, "grain_density": 1868.4747176680362, "grain_outer_radius": 0.03340320208258411, "grain_initial_inner_radius": 0.015277049453259292, "grain_initial_height": 0.11996519380066141, "grain_separation": 0.006886447810719553, "grains_center_of_mass_position": 0.3968273986074577, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014236936337979488, "throat_radius": 0.011000281803508129, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556028981646827}], "aerodynamic_surfaces": [{"length": 0.5582108626975346, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327769540282757}, {"n": 4, "root_chord": 0.11977542935342946, "tip_chord": 0.060222125611752185, "span": 0.10907353111584824, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.05069818191956}, {"top_radius": 0.06336077006012336, "bottom_radius": 0.04359855233411201, "length": 0.06037301544127325, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987795705242517, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170889564466977, "upper_button_position": 0.08169061407755396}], "rail_length": 5, "inclination": 83.75497830490112, "heading": 53.03956027249513} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0261851595959162, "wind_velocity_y_factor": 1.0569450002141825, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350029068413376, "mass": 14.530292043235224, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332048091340799, "I_33_without_motor": 0.03532334102627735, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.008496544942227, "trigger": 800, "sampling_rate": 105, "lag": 1.4403044662350613, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.023980323653419, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4939553776982801, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5566.004808372954, "burn_start_time": 0.07806016700516799, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03337346946359643, "grain_number": 5, "grain_density": 1900.301008624874, "grain_outer_radius": 0.032751582654454936, "grain_initial_inner_radius": 0.014846593626002979, "grain_initial_height": 0.11995828747874927, "grain_separation": 0.004542414874800559, "grains_center_of_mass_position": 0.3960415321264553, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008837489049211824, "throat_radius": 0.011350044393299674, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551094522864197}], "aerodynamic_surfaces": [{"length": 0.5585991860977845, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134377920394066}, {"n": 4, "root_chord": 0.12066324984107529, "tip_chord": 0.06056860183185428, "span": 0.11051026595707139, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511612130197943}, {"top_radius": 0.0627706489548199, "bottom_radius": 0.043233264650886415, "length": 0.059707612701210326, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.697325348445258, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192061299840522, "upper_button_position": 0.07811921846120573}], "rail_length": 5, "inclination": 84.1426025915118, "heading": 53.815484215799984} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2682729901558485, "wind_velocity_y_factor": 0.8394409825881315, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349877897611805, "mass": 14.92156655469216, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327938614604708, "I_33_without_motor": 0.024893334827275848, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.997820041489502, "trigger": 800, "sampling_rate": 105, "lag": 1.5277908352372436, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8355639229873605, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2028121845562367, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6947.584182265575, "burn_start_time": 0.16770617779269112, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033199020605812805, "grain_number": 5, "grain_density": 1884.093016116555, "grain_outer_radius": 0.03311205905763956, "grain_initial_inner_radius": 0.014501321244152984, "grain_initial_height": 0.1207117300465913, "grain_separation": 0.004438629612916092, "grains_center_of_mass_position": 0.39733653321666623, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008285097665722636, "throat_radius": 0.010209774476941064, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549960069741282}], "aerodynamic_surfaces": [{"length": 0.5580429760460112, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1318008649261977}, {"n": 4, "root_chord": 0.11971422402976203, "tip_chord": 0.060330292147885954, "span": 0.11012492069855866, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502124400847963}, {"top_radius": 0.06160835826102447, "bottom_radius": 0.043137830733275144, "length": 0.059933880849104025, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994635894178702, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619890407700194, "upper_button_position": 0.07957318171767624}], "rail_length": 5, "inclination": 84.59884548732254, "heading": 53.74815671421872} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6059668610865943, "wind_velocity_y_factor": 0.9712159504366917, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06348760590231327, "mass": 15.59176209829903, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32519557558119, "I_33_without_motor": 0.028170677623931044, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.991233940953924, "trigger": 800, "sampling_rate": 105, "lag": 1.5583312351802225, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1572478350390616, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5239004472177806, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5390.191722320274, "burn_start_time": 0.008649162102421872, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033152638691432784, "grain_number": 5, "grain_density": 1765.901375066037, "grain_outer_radius": 0.03310574228870207, "grain_initial_inner_radius": 0.014876924326773483, "grain_initial_height": 0.12102396028224983, "grain_separation": 0.007259263502688721, "grains_center_of_mass_position": 0.39716331501748536, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002259131736699504, "throat_radius": 0.011056038497157174, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255767056584417}], "aerodynamic_surfaces": [{"length": 0.5577215810614259, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135040379591704}, {"n": 4, "root_chord": 0.11962875851572871, "tip_chord": 0.06027341038497507, "span": 0.1097714825967604, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497028869283038}, {"top_radius": 0.06408306316728579, "bottom_radius": 0.04415007158275497, "length": 0.06120758878924592, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987762476656877, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179251210124025, "upper_button_position": 0.0808511266532852}], "rail_length": 5, "inclination": 83.02775302348618, "heading": 57.61905127138421} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2573450701829612, "wind_velocity_y_factor": 0.7560284345593252, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349787614224348, "mass": 15.46609052651891, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323740310704596, "I_33_without_motor": 0.02563930222971282, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.074090176978409, "trigger": 800, "sampling_rate": 105, "lag": 1.5090866166469563, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.011282085893512, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5167210429581903, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5454.158985535798, "burn_start_time": 0.0989354540495114, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03266016550843711, "grain_number": 5, "grain_density": 1838.6298837397587, "grain_outer_radius": 0.03327544602594809, "grain_initial_inner_radius": 0.014277159225779733, "grain_initial_height": 0.11946222854938905, "grain_separation": 0.0061687556766240725, "grains_center_of_mass_position": 0.39577854173001015, "center_of_dry_mass_position": 0.317, "nozzle_position": -3.0309281820623845e-05, "throat_radius": 0.011080124899224091, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255701536097171}], "aerodynamic_surfaces": [{"length": 0.5590669072127125, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334763002349546}, {"n": 4, "root_chord": 0.12090674619509949, "tip_chord": 0.060812077504654546, "span": 0.10976308962632537, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051799483557076}, {"top_radius": 0.06331707566645846, "bottom_radius": 0.04426943618617739, "length": 0.061163414071473354, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006065168988649, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184388716993903, "upper_button_position": 0.08216764519947461}], "rail_length": 5, "inclination": 85.10663385306555, "heading": 49.93959339566033} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.122095545038783, "wind_velocity_y_factor": 1.0686115936375875, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350114343809354, "mass": 15.196706062056176, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310143045472597, "I_33_without_motor": 0.0332095191632043, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.936418055605678, "trigger": 800, "sampling_rate": 105, "lag": 1.5867023448275919, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0552416778338114, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2212721410000127, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5415.523760736207, "burn_start_time": -0.09263671332735524, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03274291983991359, "grain_number": 5, "grain_density": 1853.9577770377816, "grain_outer_radius": 0.032872493619332706, "grain_initial_inner_radius": 0.014545650043851797, "grain_initial_height": 0.1198422824463374, "grain_separation": 0.0054949890090750745, "grains_center_of_mass_position": 0.396807352264694, "center_of_dry_mass_position": 0.317, "nozzle_position": -2.3898345495288897e-05, "throat_radius": 0.010866701780875357, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553384263645924}], "aerodynamic_surfaces": [{"length": 0.5590330667325455, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134235340537484}, {"n": 4, "root_chord": 0.11981996515155607, "tip_chord": 0.06071088000831399, "span": 0.10939140918939123, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499706799479511}, {"top_radius": 0.06359232953901618, "bottom_radius": 0.042808279433054694, "length": 0.05999448791227004, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987135032268559, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177897819908114, "upper_button_position": 0.08092372123604452}], "rail_length": 5, "inclination": 85.2597734304752, "heading": 56.409931996557454} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8814085008950024, "wind_velocity_y_factor": 1.0535992331418231, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350731638889673, "mass": 14.342654251365214, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3159981473631035, "I_33_without_motor": 0.03289999864380944, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.94383480460655, "trigger": 800, "sampling_rate": 105, "lag": 1.2860999265687254, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0444069228877446, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3289468617151676, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6309.021215001151, "burn_start_time": -0.02486921935554112, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032853661456343525, "grain_number": 5, "grain_density": 1832.2378205892524, "grain_outer_radius": 0.03248563833798368, "grain_initial_inner_radius": 0.015205487656579593, "grain_initial_height": 0.11947850440264693, "grain_separation": 0.0055988130471752075, "grains_center_of_mass_position": 0.397497129653699, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003206883697613636, "throat_radius": 0.011236725480180431, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254471593182443}], "aerodynamic_surfaces": [{"length": 0.5570196435954307, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133303157748718}, {"n": 4, "root_chord": 0.119867843198528, "tip_chord": 0.06018558339351091, "span": 0.10993079640966844, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506096501813118}, {"top_radius": 0.06347736318737154, "bottom_radius": 0.04261236714537974, "length": 0.05886020016469686, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699651633571109, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167191549072288, "upper_button_position": 0.0829324786638802}], "rail_length": 5, "inclination": 84.38686031462254, "heading": 53.2041545445468} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2888239505201127, "wind_velocity_y_factor": 1.4834606464079112, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349791205367852, "mass": 15.604758670322115, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3179250522714225, "I_33_without_motor": 0.014193692361903827, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.990658699094528, "trigger": 800, "sampling_rate": 105, "lag": 1.2122735101503594, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9429527085060944, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5556213355793602, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7214.702540534799, "burn_start_time": 0.2002107690645017, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03260690678715421, "grain_number": 5, "grain_density": 1827.4156400750608, "grain_outer_radius": 0.032788682103089245, "grain_initial_inner_radius": 0.014189811596548117, "grain_initial_height": 0.11919486672779746, "grain_separation": 0.00427185493921688, "grains_center_of_mass_position": 0.39576749016476337, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001148648889849657, "throat_radius": 0.010599968886924282, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550377717234933}], "aerodynamic_surfaces": [{"length": 0.5585713711026141, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345967632133032}, {"n": 4, "root_chord": 0.11869333139962573, "tip_chord": 0.05970650590855235, "span": 0.10968068026115826, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482757550093398}, {"top_radius": 0.06331373188866829, "bottom_radius": 0.04558964532132043, "length": 0.0607991682619566, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984127467305883, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189719418252807, "upper_button_position": 0.07944080490530758}], "rail_length": 5, "inclination": 85.2849587598468, "heading": 50.54178813063401} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0132382614635114, "wind_velocity_y_factor": 0.645152741740544, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349514908516246, "mass": 14.534603365248833, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330865348089488, "I_33_without_motor": 0.028243391271072615, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.846283693336188, "trigger": 800, "sampling_rate": 105, "lag": 1.553173824583581, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0150353290050298, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5948807180589815, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5468.344440680325, "burn_start_time": 0.17631352667915656, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03285745619843245, "grain_number": 5, "grain_density": 1823.6539239730018, "grain_outer_radius": 0.03283557804265719, "grain_initial_inner_radius": 0.014466296621897676, "grain_initial_height": 0.1210639121662791, "grain_separation": 0.005473740587904401, "grains_center_of_mass_position": 0.3962613918745358, "center_of_dry_mass_position": 0.317, "nozzle_position": -8.422475018603269e-05, "throat_radius": 0.010847867554392897, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2568660095240807}], "aerodynamic_surfaces": [{"length": 0.5583477580408063, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343241908163322}, {"n": 4, "root_chord": 0.11993050616677965, "tip_chord": 0.060085630804973464, "span": 0.1097730760283524, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497586893329687}, {"top_radius": 0.06226940314011195, "bottom_radius": 0.04206760273681891, "length": 0.05890501725256801, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006706326802075, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182267248721578, "upper_button_position": 0.08244390780804967}], "rail_length": 5, "inclination": 84.5369751429041, "heading": 54.24707243784542} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5133253308511948, "wind_velocity_y_factor": 0.9200803271554743, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350379342964585, "mass": 15.309606662775888, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306630833812478, "I_33_without_motor": 0.03143743797348515, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.072339653297274, "trigger": 800, "sampling_rate": 105, "lag": 1.5247629415721105, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.7888766105511972, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4765361383491293, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7727.450089980888, "burn_start_time": -0.08152339250186097, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033563711492764346, "grain_number": 5, "grain_density": 1862.401977269211, "grain_outer_radius": 0.032905738887022896, "grain_initial_inner_radius": 0.01461174139195722, "grain_initial_height": 0.12032574492003552, "grain_separation": 0.005916752093248074, "grains_center_of_mass_position": 0.39842620876407786, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007313294978386368, "throat_radius": 0.011034258300932178, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557543975162644}], "aerodynamic_surfaces": [{"length": 0.5595757518244213, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349874695494218}, {"n": 4, "root_chord": 0.12051888923730289, "tip_chord": 0.059372516674865206, "span": 0.11023438504234165, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486837551753256}, {"top_radius": 0.06382650186231192, "bottom_radius": 0.043764172792850366, "length": 0.060655932283033634, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.69886270458313, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164192033519572, "upper_button_position": 0.08244350123117283}], "rail_length": 5, "inclination": 83.70868184979595, "heading": 50.0972121876395} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3958998009530418, "wind_velocity_y_factor": 1.3208428779459576, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.0635064035962045, "mass": 14.904627284532165, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315477129817136, "I_33_without_motor": 0.028687118478703283, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.155607985335184, "trigger": 800, "sampling_rate": 105, "lag": 1.346791803106349, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1060013034770768, "trigger": "apogee", "sampling_rate": 105, "lag": 1.691481604385412, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6421.619192084616, "burn_start_time": 0.20975846263136544, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03341504507240487, "grain_number": 5, "grain_density": 1863.4035746091354, "grain_outer_radius": 0.032593487975337954, "grain_initial_inner_radius": 0.014046369239289404, "grain_initial_height": 0.12058180824278754, "grain_separation": 0.005605994895435597, "grains_center_of_mass_position": 0.39752583914878414, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006720729297733396, "throat_radius": 0.01068037420219663, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537524092755865}], "aerodynamic_surfaces": [{"length": 0.558788084298649, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343560534413355}, {"n": 4, "root_chord": 0.12019682692900764, "tip_chord": 0.05936990970209699, "span": 0.11091948612090026, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482548481839635}, {"top_radius": 0.06394734032364287, "bottom_radius": 0.04259661188555325, "length": 0.06081842739634844, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006559681018419, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173316625922778, "upper_button_position": 0.08332430550956416}], "rail_length": 5, "inclination": 83.38663561819654, "heading": 53.275253404810464} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9438266360468851, "wind_velocity_y_factor": 0.9766254267058047, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06351258381978968, "mass": 15.507319036459771, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314986213581525, "I_33_without_motor": 0.029495840697112495, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.163626184978545, "trigger": 800, "sampling_rate": 105, "lag": 1.737757478321457, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0214242616605642, "trigger": "apogee", "sampling_rate": 105, "lag": 1.572732603121204, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7292.487592825265, "burn_start_time": -0.02836383161944761, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033924871603949226, "grain_number": 5, "grain_density": 1748.9961329707837, "grain_outer_radius": 0.03301177536816022, "grain_initial_inner_radius": 0.014961659916361631, "grain_initial_height": 0.11999214796978973, "grain_separation": 0.005798216143174096, "grains_center_of_mass_position": 0.3983763268741441, "center_of_dry_mass_position": 0.317, "nozzle_position": -7.12151939310792e-05, "throat_radius": 0.009927274870065022, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552431113239504}], "aerodynamic_surfaces": [{"length": 0.5579422538710856, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1322588420100914}, {"n": 4, "root_chord": 0.12009234241363441, "tip_chord": 0.060624386951902684, "span": 0.1101868174863224, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0470106716273282}, {"top_radius": 0.06495767470644062, "bottom_radius": 0.04521297281657244, "length": 0.0588059156862533, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999071097769368, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185005350115923, "upper_button_position": 0.08140657476534452}], "rail_length": 5, "inclination": 85.65194990509977, "heading": 52.38536268925006} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8683441944637654, "wind_velocity_y_factor": 1.0159442071975073, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349321698625703, "mass": 14.948007133373647, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317901431234555, "I_33_without_motor": 0.037669232263802345, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.019350810411243, "trigger": 800, "sampling_rate": 105, "lag": 1.5725642714369426, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0117555933837719, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5754046418199572, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5376.866810716334, "burn_start_time": -0.25596641990642244, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03269511172065247, "grain_number": 5, "grain_density": 1818.1627854866103, "grain_outer_radius": 0.03321803139956214, "grain_initial_inner_radius": 0.015005711041372284, "grain_initial_height": 0.12126314866422697, "grain_separation": 0.0053923835878098, "grains_center_of_mass_position": 0.3961630110268625, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014886034383469022, "throat_radius": 0.010249530053644994, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563987176425526}], "aerodynamic_surfaces": [{"length": 0.5578850790616341, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342531305030468}, {"n": 4, "root_chord": 0.11922333130794831, "tip_chord": 0.06031319958126945, "span": 0.10946832238539345, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0477623216103418}, {"top_radius": 0.06292336897309499, "bottom_radius": 0.0435607226977786, "length": 0.058605814762391274, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003936976264254, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618720139158519, "upper_button_position": 0.08167355846790647}], "rail_length": 5, "inclination": 84.79545810788805, "heading": 57.25634431624334} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5007220349717452, "wind_velocity_y_factor": 1.119606051257066, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350152921977495, "mass": 15.39889043153348, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32397633388641, "I_33_without_motor": 0.03028518143778548, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.90674257522395, "trigger": 800, "sampling_rate": 105, "lag": 1.6189375037061893, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1133331186084876, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7001003900772378, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6972.491672126449, "burn_start_time": 0.12632671470896623, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03364956272739764, "grain_number": 5, "grain_density": 1886.8266427704725, "grain_outer_radius": 0.03320199859213524, "grain_initial_inner_radius": 0.015455369586808852, "grain_initial_height": 0.11855757608943703, "grain_separation": 0.005664384575356933, "grains_center_of_mass_position": 0.3977522994838707, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001345919503754374, "throat_radius": 0.010221912403613517, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255255599754303}], "aerodynamic_surfaces": [{"length": 0.5571174452032346, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352191944734455}, {"n": 4, "root_chord": 0.12019725223953687, "tip_chord": 0.059884972373708836, "span": 0.10965042497851843, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485548152052087}, {"top_radius": 0.06160855938110753, "bottom_radius": 0.04359770512827993, "length": 0.0621376668338722, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.70047010141359, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617687389955234, "upper_button_position": 0.08278271145835603}], "rail_length": 5, "inclination": 83.1768953879312, "heading": 53.33774312279196} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1087857925831406, "wind_velocity_y_factor": 1.0508738544633125, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.0634904060679697, "mass": 15.496272094896648, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324190176163166, "I_33_without_motor": 0.03066543980869394, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.8974444605991, "trigger": 800, "sampling_rate": 105, "lag": 1.6071372719801398, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9207595159069664, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4572716562295864, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6916.557479131468, "burn_start_time": 0.09152171445625852, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03351436171379558, "grain_number": 5, "grain_density": 1949.951755807085, "grain_outer_radius": 0.033061378048428805, "grain_initial_inner_radius": 0.015131124757146773, "grain_initial_height": 0.11813191155174715, "grain_separation": 0.003905926230653894, "grains_center_of_mass_position": 0.39657051588208725, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00029975325936266263, "throat_radius": 0.010322374585198002, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537033267163562}], "aerodynamic_surfaces": [{"length": 0.5571065936452885, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348183002053354}, {"n": 4, "root_chord": 0.11969469954541717, "tip_chord": 0.059708049252221784, "span": 0.10980337239518077, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049744179380222}, {"top_radius": 0.06155584609114049, "bottom_radius": 0.041300421609904235, "length": 0.05926857973635956, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998994006910321, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185208600214173, "upper_button_position": 0.08137854066961481}], "rail_length": 5, "inclination": 84.0771181330522, "heading": 52.03738710397246} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0591796068515364, "wind_velocity_y_factor": 0.5993745215909765, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0635025480296936, "mass": 14.657147405213019, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317016870879365, "I_33_without_motor": 0.019117204947940825, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.998179695905312, "trigger": 800, "sampling_rate": 105, "lag": 1.5504032978662363, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0021504728156783, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6638252504620539, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8149.484234840039, "burn_start_time": 0.10017451235636082, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0335720799549118, "grain_number": 5, "grain_density": 1860.6383740591261, "grain_outer_radius": 0.0332368399097869, "grain_initial_inner_radius": 0.014843863178823908, "grain_initial_height": 0.11873136671602498, "grain_separation": 0.005607549650629049, "grains_center_of_mass_position": 0.3969187706412774, "center_of_dry_mass_position": 0.317, "nozzle_position": 5.815206138060757e-05, "throat_radius": 0.010314392802542892, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557611061221685}], "aerodynamic_surfaces": [{"length": 0.5593017192880645, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1356242593188373}, {"n": 4, "root_chord": 0.11947933486900329, "tip_chord": 0.059330819222175604, "span": 0.10999842382067417, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498639651308401}, {"top_radius": 0.06360466781890477, "bottom_radius": 0.0434932178883762, "length": 0.060276150230794884, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701890539473276, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6155588130364719, "upper_button_position": 0.08633172643680409}], "rail_length": 5, "inclination": 83.89807681443261, "heading": 53.585850232727694} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.5292880378047118, "wind_velocity_y_factor": 1.2723318616837611, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.0635057050320449, "mass": 15.355755347946898, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32051621981971, "I_33_without_motor": 0.020562593758052257, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.003531094382971, "trigger": 800, "sampling_rate": 105, "lag": 1.4927682077527287, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0608274512963392, "trigger": "apogee", "sampling_rate": 105, "lag": 1.323722571955201, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6238.495275455912, "burn_start_time": -0.11982879881686082, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03240090663670639, "grain_number": 5, "grain_density": 1746.2866466685268, "grain_outer_radius": 0.033051996329114784, "grain_initial_inner_radius": 0.014675601756377834, "grain_initial_height": 0.1215336741433273, "grain_separation": 0.0024907726903930583, "grains_center_of_mass_position": 0.3970802867499534, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008492498961567106, "throat_radius": 0.010762641211657676, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2526185069676807}], "aerodynamic_surfaces": [{"length": 0.5586843451722749, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346648057098214}, {"n": 4, "root_chord": 0.12037269144221892, "tip_chord": 0.06048926973321954, "span": 0.10986377825396121, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0478902594022925}, {"top_radius": 0.06282697107361053, "bottom_radius": 0.04421576174492779, "length": 0.05881644874747888, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984579964815917, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176485249306237, "upper_button_position": 0.08080947155096796}], "rail_length": 5, "inclination": 86.37637717295955, "heading": 55.40543587754637} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1132099330340803, "wind_velocity_y_factor": 1.0735364093546764, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349535677032384, "mass": 16.061711079160645, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3290387145767895, "I_33_without_motor": 0.023305334556167838, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.82500478506636, "trigger": 800, "sampling_rate": 105, "lag": 1.4717921587581217, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0444878738160521, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1565058792815228, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4384.452166728441, "burn_start_time": 0.0915022364890009, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031888688889830576, "grain_number": 5, "grain_density": 1817.5882494975588, "grain_outer_radius": 0.03272300598246703, "grain_initial_inner_radius": 0.014934246232809905, "grain_initial_height": 0.12042007964510612, "grain_separation": 0.002797980888166144, "grains_center_of_mass_position": 0.39773196608403955, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009551732924898231, "throat_radius": 0.010171638859130222, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254602057629989}], "aerodynamic_surfaces": [{"length": 0.5580721940711015, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329617326290922}, {"n": 4, "root_chord": 0.12031339388341093, "tip_chord": 0.0602292899474741, "span": 0.10975479716921949, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0473381517810112}, {"top_radius": 0.06395643859670723, "bottom_radius": 0.04320344030699291, "length": 0.06081163085283276, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998431012822239, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182399814283912, "upper_button_position": 0.08160311985383273}], "rail_length": 5, "inclination": 86.00071813087315, "heading": 52.54632880460632} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5827082874915762, "wind_velocity_y_factor": 0.9884474667480105, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350207185543601, "mass": 15.56112854748042, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330423941384258, "I_33_without_motor": 0.033002962253755395, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.957305481573963, "trigger": 800, "sampling_rate": 105, "lag": 1.5793664159219403, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9788586913083422, "trigger": "apogee", "sampling_rate": 105, "lag": 1.560434096715289, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5728.974370783968, "burn_start_time": -0.009994931365493025, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03368791572468107, "grain_number": 5, "grain_density": 1848.8301803460051, "grain_outer_radius": 0.032332437038618725, "grain_initial_inner_radius": 0.01543755554512724, "grain_initial_height": 0.12262317565274128, "grain_separation": 0.006601717884584019, "grains_center_of_mass_position": 0.39709937976318643, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00016253885089221077, "throat_radius": 0.010283051396716153, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256119578015589}], "aerodynamic_surfaces": [{"length": 0.5572138299430672, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339814312156582}, {"n": 4, "root_chord": 0.12012040463597949, "tip_chord": 0.06061056972185351, "span": 0.11017198025985714, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485847015774634}, {"top_radius": 0.062243164598999895, "bottom_radius": 0.04256252322500579, "length": 0.060527909934421815, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700053755739773, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169765737133293, "upper_button_position": 0.08307718202644376}], "rail_length": 5, "inclination": 87.10255063369996, "heading": 55.15280587516068} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2598174503268402, "wind_velocity_y_factor": 0.641004831289508, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.063502316428065, "mass": 14.77675911484124, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319978260933852, "I_33_without_motor": 0.019149703155138177, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.006632049696185, "trigger": 800, "sampling_rate": 105, "lag": 1.4138535872465172, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9147896590202591, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4920134901024944, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6914.777055494563, "burn_start_time": 0.045490710071783895, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032224163469355895, "grain_number": 5, "grain_density": 1772.0496087597178, "grain_outer_radius": 0.03283578579349281, "grain_initial_inner_radius": 0.014989094238643745, "grain_initial_height": 0.11862403837231336, "grain_separation": 0.005303720488117873, "grains_center_of_mass_position": 0.39581435099911516, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00040589342071206084, "throat_radius": 0.010854757553004997, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558712881241565}], "aerodynamic_surfaces": [{"length": 0.5592845515127378, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324864053952644}, {"n": 4, "root_chord": 0.12067107008296106, "tip_chord": 0.05930890814122475, "span": 0.1104705588076989, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507142014541326}, {"top_radius": 0.06265154180241878, "bottom_radius": 0.04335319044860175, "length": 0.06105652692473461, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995605299396747, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179911042779486, "upper_button_position": 0.08156942566172609}], "rail_length": 5, "inclination": 86.44146218500065, "heading": 49.64983060514182} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1072256743362185, "wind_velocity_y_factor": 1.6180255777950818, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349416422951039, "mass": 14.54962009578885, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326296718786725, "I_33_without_motor": 0.03683892300779087, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.931709447768439, "trigger": 800, "sampling_rate": 105, "lag": 1.5497736100123927, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0329561375517373, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6647524329813188, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6471.222385001272, "burn_start_time": 0.1430263364831468, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032930337712413646, "grain_number": 5, "grain_density": 1801.9731193791035, "grain_outer_radius": 0.03257364588414261, "grain_initial_inner_radius": 0.014928121581654049, "grain_initial_height": 0.11819550140204044, "grain_separation": 0.0025452941802781887, "grains_center_of_mass_position": 0.39574830425375906, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00123465762100817, "throat_radius": 0.011490387058677212, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554313387524279}], "aerodynamic_surfaces": [{"length": 0.5587331264207268, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333976733397357}, {"n": 4, "root_chord": 0.11956863224784625, "tip_chord": 0.060142686733140056, "span": 0.11041041360204504, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049868152768611}, {"top_radius": 0.06333115730743874, "bottom_radius": 0.044201965087331464, "length": 0.060429413782373625, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991090027183521, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180435482427636, "upper_button_position": 0.08106545447558844}], "rail_length": 5, "inclination": 85.2324350791112, "heading": 53.356360483715704} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0126367361822306, "wind_velocity_y_factor": 0.2599580707852355, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349742825083299, "mass": 14.548549053532662, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323882906094435, "I_33_without_motor": 0.03492479077090519, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.008595573758196, "trigger": 800, "sampling_rate": 105, "lag": 1.543968353946127, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9029822226600093, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4205081739904295, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6627.884981401844, "burn_start_time": 0.10532800166614525, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03325744314053971, "grain_number": 5, "grain_density": 1834.1957930754868, "grain_outer_radius": 0.03364973669269569, "grain_initial_inner_radius": 0.015354395118210438, "grain_initial_height": 0.11980884733927782, "grain_separation": 0.0034891174373698273, "grains_center_of_mass_position": 0.39662818030594077, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00034658064746790734, "throat_radius": 0.010781668822103848, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2567685074956265}], "aerodynamic_surfaces": [{"length": 0.558140408271172, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330549341375438}, {"n": 4, "root_chord": 0.12023984024174895, "tip_chord": 0.059827005069635696, "span": 0.1097054833730174, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491144286440095}, {"top_radius": 0.062193277310793126, "bottom_radius": 0.04369410910375581, "length": 0.06007156140910594, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013081899505108, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184244842802525, "upper_button_position": 0.08288370567025827}], "rail_length": 5, "inclination": 86.13142263569365, "heading": 50.82944040247858} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4964182370122151, "wind_velocity_y_factor": 1.0569230510341145, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349795340713364, "mass": 15.550099913812005, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320306793289079, "I_33_without_motor": 0.03849555309331115, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.114464423986652, "trigger": 800, "sampling_rate": 105, "lag": 1.49704381145655, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0001364492620437, "trigger": "apogee", "sampling_rate": 105, "lag": 1.653469490565623, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4958.4266527907575, "burn_start_time": 0.08070986666103955, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03364692281189333, "grain_number": 5, "grain_density": 1785.5104267853246, "grain_outer_radius": 0.03305075477163722, "grain_initial_inner_radius": 0.01489449320052776, "grain_initial_height": 0.1169594274682368, "grain_separation": 0.006271349460001054, "grains_center_of_mass_position": 0.39622953562847535, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003310816168262521, "throat_radius": 0.011712911143484847, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546722124255527}], "aerodynamic_surfaces": [{"length": 0.5583630754461586, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341900532636782}, {"n": 4, "root_chord": 0.12051910177246662, "tip_chord": 0.06071910154793694, "span": 0.11038216657389012, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483701229051376}, {"top_radius": 0.06321458529800844, "bottom_radius": 0.043296433219317414, "length": 0.06001506011910633, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995742109159482, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193795441846649, "upper_button_position": 0.08019466673128328}], "rail_length": 5, "inclination": 86.76512423019466, "heading": 55.01479346237271} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2987988730557491, "wind_velocity_y_factor": 1.2522746030766798, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06348993064402525, "mass": 14.84512816948023, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323722790863033, "I_33_without_motor": 0.03435898280195323, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.943963153929266, "trigger": 800, "sampling_rate": 105, "lag": 1.590531860827319, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9730784704323283, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4781657258363068, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4953.609086323717, "burn_start_time": -0.15537027812992138, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033167035665984806, "grain_number": 5, "grain_density": 1872.1168407880882, "grain_outer_radius": 0.03319854160084514, "grain_initial_inner_radius": 0.014731103406274539, "grain_initial_height": 0.11823564592699481, "grain_separation": 0.0034937702796290922, "grains_center_of_mass_position": 0.3957503108600389, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00125158445935112, "throat_radius": 0.010410850093276153, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557354890547485}], "aerodynamic_surfaces": [{"length": 0.5581281533857808, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339979239507831}, {"n": 4, "root_chord": 0.11974019824084144, "tip_chord": 0.06132843116323299, "span": 0.11039204808922072, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0469020273683516}, {"top_radius": 0.06305338543098171, "bottom_radius": 0.042391512989331616, "length": 0.061552281200986415, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007505670206033, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186620571136244, "upper_button_position": 0.08208850990697891}], "rail_length": 5, "inclination": 84.36306861774669, "heading": 54.99278465877947} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8732900478165743, "wind_velocity_y_factor": 0.9862416091222775, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349265275443963, "mass": 15.405103992585374, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316390741097557, "I_33_without_motor": 0.022278154005858856, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.166923663933819, "trigger": 800, "sampling_rate": 105, "lag": 1.4453344709155258, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9340096661850477, "trigger": "apogee", "sampling_rate": 105, "lag": 1.024033358613211, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4926.456732634517, "burn_start_time": -0.02126053559549693, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03268646909630608, "grain_number": 5, "grain_density": 1763.6296269962813, "grain_outer_radius": 0.03280704517217086, "grain_initial_inner_radius": 0.014497110750045379, "grain_initial_height": 0.11912978231325122, "grain_separation": 0.00408336642755386, "grains_center_of_mass_position": 0.3973870315156831, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010990117069780935, "throat_radius": 0.01151745300944852, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543735317000935}], "aerodynamic_surfaces": [{"length": 0.5585482140074871, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334872506120692}, {"n": 4, "root_chord": 0.12028041918411096, "tip_chord": 0.0606451674599075, "span": 0.10998708553029331, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049103809191791}, {"top_radius": 0.06481973383995171, "bottom_radius": 0.04263878158833217, "length": 0.05804599604429968, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005727553413773, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189538111715902, "upper_button_position": 0.0816189441697871}], "rail_length": 5, "inclination": 84.08002125776873, "heading": 50.765277159880014} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4902097000473988, "wind_velocity_y_factor": 0.866569966781983, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.0635088603831278, "mass": 15.38805277715386, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322392127900544, "I_33_without_motor": 0.03699967856946655, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.003742620451954, "trigger": 800, "sampling_rate": 105, "lag": 1.4626727568992006, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9287526310117762, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6723040330199546, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 9327.113229855302, "burn_start_time": -0.1319898933957082, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03308112851168824, "grain_number": 5, "grain_density": 1752.4435284113401, "grain_outer_radius": 0.0331367843603603, "grain_initial_inner_radius": 0.015132600133163032, "grain_initial_height": 0.12008498976038073, "grain_separation": 0.00540665156533061, "grains_center_of_mass_position": 0.39560212750784624, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00010532937466294648, "throat_radius": 0.010061006483608618, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544338644462127}], "aerodynamic_surfaces": [{"length": 0.5586851933231861, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334456123342431}, {"n": 4, "root_chord": 0.12052687216449974, "tip_chord": 0.06062098832297368, "span": 0.11030034231982219, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496789558091002}, {"top_radius": 0.06216642492572356, "bottom_radius": 0.04428779772239803, "length": 0.061049111620735015, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997663474856181, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190470245215829, "upper_button_position": 0.08071932296403517}], "rail_length": 5, "inclination": 84.24120089050137, "heading": 56.64989709184399} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.227624003700283, "wind_velocity_y_factor": 1.0781146412326237, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.063501044609607, "mass": 16.120562513405783, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327744027671355, "I_33_without_motor": 0.028408568784420107, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.098791657432757, "trigger": 800, "sampling_rate": 105, "lag": 1.5243780042639545, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1057858644126757, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2811818904831165, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6464.8755792394895, "burn_start_time": 0.2092924434796223, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.034140321888165695, "grain_number": 5, "grain_density": 1724.6426348500793, "grain_outer_radius": 0.03325638872854701, "grain_initial_inner_radius": 0.014508471542242352, "grain_initial_height": 0.12112465877782898, "grain_separation": 0.004836162039277666, "grains_center_of_mass_position": 0.39824205272077295, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004624234133634641, "throat_radius": 0.01068359355321563, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545848374195516}], "aerodynamic_surfaces": [{"length": 0.558587314211422, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353715809871137}, {"n": 4, "root_chord": 0.12021850304531304, "tip_chord": 0.05978888158671169, "span": 0.1100449218576023, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489341147474747}, {"top_radius": 0.06262965760435973, "bottom_radius": 0.04370900332549927, "length": 0.05991249315746071, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997796325685547, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617492338422095, "upper_button_position": 0.08228729414645963}], "rail_length": 5, "inclination": 83.76256241988777, "heading": 53.8866169838891} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.9819031798214424, "wind_velocity_y_factor": 0.996520210672137, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349783794146727, "mass": 16.20591899133222, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304564338997538, "I_33_without_motor": 0.036671952744491025, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.043972012189426, "trigger": 800, "sampling_rate": 105, "lag": 1.4676052062293254, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.063553224720316, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6267707363106785, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6002.739190878664, "burn_start_time": 0.1139765459234617, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03271073797137118, "grain_number": 5, "grain_density": 1765.4421606474461, "grain_outer_radius": 0.03281209813768729, "grain_initial_inner_radius": 0.0157633809583883, "grain_initial_height": 0.12125291010389688, "grain_separation": 0.0046016805453129184, "grains_center_of_mass_position": 0.39805597900208184, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007007949421783714, "throat_radius": 0.011022820017011567, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546272736044577}], "aerodynamic_surfaces": [{"length": 0.5578982853566662, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133681958827563}, {"n": 4, "root_chord": 0.12016931905557862, "tip_chord": 0.060636030931302515, "span": 0.1105438646186632, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493024096657877}, {"top_radius": 0.06333323537779406, "bottom_radius": 0.04311994671571297, "length": 0.0611278248129119, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7015673514601779, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171907581687887, "upper_button_position": 0.08437659329138925}], "rail_length": 5, "inclination": 85.18087330935603, "heading": 53.09371122666941} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3027254286847222, "wind_velocity_y_factor": 0.6017070574483836, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.0634841681447997, "mass": 15.178877668546473, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325237092961981, "I_33_without_motor": 0.0419066539128806, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.097207462169315, "trigger": 800, "sampling_rate": 105, "lag": 1.5975657468573947, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9518105105392705, "trigger": "apogee", "sampling_rate": 105, "lag": 1.436846628402004, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7840.5372417008875, "burn_start_time": 0.07425858163604405, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032689408988154756, "grain_number": 5, "grain_density": 1846.2393149342774, "grain_outer_radius": 0.03258827594793365, "grain_initial_inner_radius": 0.015070304615732362, "grain_initial_height": 0.11931714092752645, "grain_separation": 0.003955325880347411, "grains_center_of_mass_position": 0.39541698959080873, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00014359924337949842, "throat_radius": 0.010738466627689144, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560456474423076}], "aerodynamic_surfaces": [{"length": 0.5589288654120362, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341777880647088}, {"n": 4, "root_chord": 0.1201373810275176, "tip_chord": 0.05970630498879579, "span": 0.10945602063177523, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502426447453452}, {"top_radius": 0.06501439684486425, "bottom_radius": 0.04481478835408499, "length": 0.060096976539105104, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999478934676828, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61741951345974, "upper_button_position": 0.08252838000794283}], "rail_length": 5, "inclination": 84.61912404517379, "heading": 51.68103558041382} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8217506255164413, "wind_velocity_y_factor": 1.0451121330078565, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349939973928158, "mass": 15.608743986662587, "I_11_without_motor": 6.321, "I_22_without_motor": 6.336732006091845, "I_33_without_motor": 0.039940059776935884, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.93960475354502, "trigger": 800, "sampling_rate": 105, "lag": 1.6466970284315363, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.006196943815991, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3640245216768867, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5683.065961792049, "burn_start_time": -0.07839382713176445, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033484187783923376, "grain_number": 5, "grain_density": 1775.3168946572684, "grain_outer_radius": 0.03266774431755289, "grain_initial_inner_radius": 0.015303549438477716, "grain_initial_height": 0.1199701002513774, "grain_separation": 0.0040672746075766045, "grains_center_of_mass_position": 0.3981294019134973, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005872682922621335, "throat_radius": 0.010703134960051633, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2529795538972912}], "aerodynamic_surfaces": [{"length": 0.5589315361699981, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343739796803987}, {"n": 4, "root_chord": 0.11984683047874577, "tip_chord": 0.05944933201452783, "span": 0.10973832088496627, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491805993222063}, {"top_radius": 0.06311771483859648, "bottom_radius": 0.04371028626757139, "length": 0.05847327656971907, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999249327177635, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182056074110912, "upper_button_position": 0.08171932530667225}], "rail_length": 5, "inclination": 85.55530527202521, "heading": 52.39855929171313} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8865508104071048, "wind_velocity_y_factor": 1.3211100288746234, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350051871066004, "mass": 15.948625145892596, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330418892515608, "I_33_without_motor": 0.05098917470606687, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.860576919140597, "trigger": 800, "sampling_rate": 105, "lag": 1.5874956429533778, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9383639970956101, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1697719152477524, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5577.059806945858, "burn_start_time": -0.07116060454699953, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03225265978222538, "grain_number": 5, "grain_density": 1765.407515494293, "grain_outer_radius": 0.033457912146973065, "grain_initial_inner_radius": 0.014664322192471492, "grain_initial_height": 0.11915729908226448, "grain_separation": 0.005027963517599819, "grains_center_of_mass_position": 0.396786581577852, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004208343984471089, "throat_radius": 0.010961160547153953, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557921771339784}], "aerodynamic_surfaces": [{"length": 0.5583590003038904, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133581647493637}, {"n": 4, "root_chord": 0.12000385097081345, "tip_chord": 0.06041168964352926, "span": 0.10951369893406687, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498695835343155}, {"top_radius": 0.06529586019690431, "bottom_radius": 0.04437951170340971, "length": 0.059890715488698204, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004757578950878, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182204456828576, "upper_button_position": 0.08225531221223015}], "rail_length": 5, "inclination": 85.78429394325796, "heading": 53.83614488919461} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.751092635903991, "wind_velocity_y_factor": 0.9128298105787888, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06351005172892371, "mass": 15.705741135955506, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320269780457213, "I_33_without_motor": 0.04702841845025857, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.950857573892977, "trigger": 800, "sampling_rate": 105, "lag": 1.4296135149084994, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9438908267263711, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2142884205894613, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8133.802635455602, "burn_start_time": 0.14282760071586367, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03284171752489925, "grain_number": 5, "grain_density": 1813.1032499286866, "grain_outer_radius": 0.033280898398827065, "grain_initial_inner_radius": 0.015627567278190837, "grain_initial_height": 0.12044322962835066, "grain_separation": 0.005171931382770612, "grains_center_of_mass_position": 0.39612556809595284, "center_of_dry_mass_position": 0.317, "nozzle_position": -3.966930163114623e-05, "throat_radius": 0.010488924278077539, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553695777674614}], "aerodynamic_surfaces": [{"length": 0.5592798507989619, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134620149701726}, {"n": 4, "root_chord": 0.11958870047676297, "tip_chord": 0.06046964953619395, "span": 0.1104306666268141, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498460335644095}, {"top_radius": 0.06313359852225099, "bottom_radius": 0.0430791838163801, "length": 0.06158719678864379, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003015031314698, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173482066595756, "upper_button_position": 0.0829532964718942}], "rail_length": 5, "inclination": 84.40633410385983, "heading": 51.067099677233315} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8967239784185483, "wind_velocity_y_factor": 0.636056540053205, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350338481115264, "mass": 14.823062335866258, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3138693210717864, "I_33_without_motor": 0.046100911487986035, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.137942023814722, "trigger": 800, "sampling_rate": 105, "lag": 1.4386226735318182, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0082729057020268, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1448191992165777, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7737.779556688731, "burn_start_time": 0.10487154432493664, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031579197003998555, "grain_number": 5, "grain_density": 1853.0700702567494, "grain_outer_radius": 0.03232191307672447, "grain_initial_inner_radius": 0.015261888633331827, "grain_initial_height": 0.12119562401127947, "grain_separation": 0.006374474721443013, "grains_center_of_mass_position": 0.39687954046535834, "center_of_dry_mass_position": 0.317, "nozzle_position": 8.425767014881685e-05, "throat_radius": 0.011281088395242918, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253564173860392}], "aerodynamic_surfaces": [{"length": 0.5580270386123451, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134991661404486}, {"n": 4, "root_chord": 0.12071828304790605, "tip_chord": 0.05972505498039019, "span": 0.11078801042219795, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496400560092298}, {"top_radius": 0.06219080875236696, "bottom_radius": 0.04218498036290491, "length": 0.060559273088597446, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000433249931788, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617061325846139, "upper_button_position": 0.08298199914703974}], "rail_length": 5, "inclination": 84.87499404989003, "heading": 52.41859361076316} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3327670107017366, "wind_velocity_y_factor": 0.8331836348628792, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350212895977239, "mass": 15.769051654874136, "I_11_without_motor": 6.321, "I_22_without_motor": 6.297104691968897, "I_33_without_motor": 0.033266574539547296, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.055382589476272, "trigger": 800, "sampling_rate": 105, "lag": 1.3949639608244764, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0350075087860195, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5759237575064926, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5818.805514697344, "burn_start_time": 0.009427270350518584, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03406323663173246, "grain_number": 5, "grain_density": 1824.8979115876484, "grain_outer_radius": 0.03317047440343815, "grain_initial_inner_radius": 0.014794668161753146, "grain_initial_height": 0.1185490366800273, "grain_separation": 0.004930138979348464, "grains_center_of_mass_position": 0.39724255243170176, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003065793950368255, "throat_radius": 0.011612669399712143, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551469614394832}], "aerodynamic_surfaces": [{"length": 0.5584603086204913, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353183003114873}, {"n": 4, "root_chord": 0.11935242302277689, "tip_chord": 0.06041862428607806, "span": 0.10948833459726794, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497173139660108}, {"top_radius": 0.06042159954554179, "bottom_radius": 0.043537573988678684, "length": 0.0580846409697418, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987832116650425, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183097548651945, "upper_button_position": 0.08047345679984808}], "rail_length": 5, "inclination": 83.92696911328649, "heading": 55.512763559054235} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5712457890681245, "wind_velocity_y_factor": 0.7370228856642549, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349372282051059, "mass": 15.646336632080619, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308854521508352, "I_33_without_motor": 0.02283471532183721, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.91393524062715, "trigger": 800, "sampling_rate": 105, "lag": 1.4140014154345244, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9166057238291938, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2074411551236817, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5691.644211360777, "burn_start_time": 0.022477007925955188, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03315263339516386, "grain_number": 5, "grain_density": 1772.9477732542746, "grain_outer_radius": 0.03303420582152242, "grain_initial_inner_radius": 0.014862365830383877, "grain_initial_height": 0.12092701662480763, "grain_separation": 0.005219890329154098, "grains_center_of_mass_position": 0.3986793834988197, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000731639835088266, "throat_radius": 0.010940424840584202, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539507117443447}], "aerodynamic_surfaces": [{"length": 0.5586629855229933, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338738558897181}, {"n": 4, "root_chord": 0.11970818104932386, "tip_chord": 0.059753290458254546, "span": 0.10966431569572613, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487923407400968}, {"top_radius": 0.06268769971830318, "bottom_radius": 0.042615997977652226, "length": 0.06002889959243491, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988211985832777, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183951689306245, "upper_button_position": 0.08042602965265322}], "rail_length": 5, "inclination": 85.0015543625326, "heading": 55.22968481312701} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7082671780909728, "wind_velocity_y_factor": 0.5579989700952189, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349831235763893, "mass": 15.876478136089556, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311341768143954, "I_33_without_motor": 0.020967274786249247, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.05819007033267, "trigger": 800, "sampling_rate": 105, "lag": 1.597602988809971, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0277342108602412, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3708591893238429, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7913.041588019858, "burn_start_time": 0.05007462154048076, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031665185809027545, "grain_number": 5, "grain_density": 1815.1259246092877, "grain_outer_radius": 0.033040249527461665, "grain_initial_inner_radius": 0.015117471026706646, "grain_initial_height": 0.12040432347489399, "grain_separation": 0.006226581296009168, "grains_center_of_mass_position": 0.39532187540672536, "center_of_dry_mass_position": 0.317, "nozzle_position": 4.9843157948430245e-05, "throat_radius": 0.011304321494852736, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559500048889563}], "aerodynamic_surfaces": [{"length": 0.5591539523226451, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353530446007076}, {"n": 4, "root_chord": 0.12052910420330261, "tip_chord": 0.060546673673708154, "span": 0.10993364251019115, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508627755076287}, {"top_radius": 0.06291933798974533, "bottom_radius": 0.043710758131804806, "length": 0.059111495726373205, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003234643546721, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168545026471473, "upper_button_position": 0.08346896170752482}], "rail_length": 5, "inclination": 84.54877467764987, "heading": 51.39255753322485} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6424787448665751, "wind_velocity_y_factor": 1.6977515759004356, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349257528949559, "mass": 15.464969308347946, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329563478913871, "I_33_without_motor": 0.0402489766355467, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.002670838863674, "trigger": 800, "sampling_rate": 105, "lag": 1.4351487518723842, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.082721612866947, "trigger": "apogee", "sampling_rate": 105, "lag": 1.705129348028263, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8170.332814853925, "burn_start_time": 0.029019530256235326, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032797194511790244, "grain_number": 5, "grain_density": 1757.4710892567023, "grain_outer_radius": 0.0327447942961065, "grain_initial_inner_radius": 0.01538795485355851, "grain_initial_height": 0.11992246869141009, "grain_separation": 0.0030806035367306737, "grains_center_of_mass_position": 0.397151512408561, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000550986138543525, "throat_radius": 0.011694445095726511, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547690457291907}], "aerodynamic_surfaces": [{"length": 0.5584872040832322, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328856287320097}, {"n": 4, "root_chord": 0.11915780694929692, "tip_chord": 0.06002643720280253, "span": 0.11027370366617921, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0478401653612732}, {"top_radius": 0.06166594324671476, "bottom_radius": 0.044894417448456916, "length": 0.06011146656659244, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999336912934451, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175060580500539, "upper_button_position": 0.0824276332433912}], "rail_length": 5, "inclination": 85.40036473642246, "heading": 52.47420410785739} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4036531281187763, "wind_velocity_y_factor": 0.9846432549939019, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.0634955107029195, "mass": 14.620316794500173, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324428931688602, "I_33_without_motor": 0.04360564590640988, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.866177520599758, "trigger": 800, "sampling_rate": 105, "lag": 1.6539292452843433, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8440494933753959, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5672918796986497, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 3779.6109436696356, "burn_start_time": 0.033683129922995485, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033467008849101955, "grain_number": 5, "grain_density": 1808.946451778308, "grain_outer_radius": 0.033389293511915406, "grain_initial_inner_radius": 0.01496633110297271, "grain_initial_height": 0.12103560798343514, "grain_separation": 0.004337665754973301, "grains_center_of_mass_position": 0.3968338158686957, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012732661058530595, "throat_radius": 0.011103362712432563, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564913746495487}], "aerodynamic_surfaces": [{"length": 0.5585633798381847, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349328539577586}, {"n": 4, "root_chord": 0.11962344300011958, "tip_chord": 0.05960820278861988, "span": 0.10969528589569826, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503775292073274}, {"top_radius": 0.0637224646810153, "bottom_radius": 0.043826916359251934, "length": 0.059462867692351935, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993744899873696, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171700085360848, "upper_button_position": 0.08220448145128478}], "rail_length": 5, "inclination": 83.30477400111558, "heading": 55.51466719820961} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.05595776801112551, "wind_velocity_y_factor": 1.044388524285704, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350186643180504, "mass": 15.663137034876195, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319350417911669, "I_33_without_motor": 0.02433607540101751, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.883475076902513, "trigger": 800, "sampling_rate": 105, "lag": 1.4884148292072363, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0256462604912349, "trigger": "apogee", "sampling_rate": 105, "lag": 1.127264673377678, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6189.916014122831, "burn_start_time": 0.049572311457333144, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033587849553832906, "grain_number": 5, "grain_density": 1788.0053686469955, "grain_outer_radius": 0.03316026330084719, "grain_initial_inner_radius": 0.015406356619916945, "grain_initial_height": 0.11925487427846507, "grain_separation": 0.004047487576105916, "grains_center_of_mass_position": 0.39565746826587006, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008722172737618613, "throat_radius": 0.01167891284070569, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548131724219334}], "aerodynamic_surfaces": [{"length": 0.5589262616454447, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353802330747038}, {"n": 4, "root_chord": 0.12038416560428053, "tip_chord": 0.06048163760199242, "span": 0.10946808087902908, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496155134402256}, {"top_radius": 0.06467137689132615, "bottom_radius": 0.04406292812203797, "length": 0.06005409863115788, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008473108240991, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618326905443913, "upper_button_position": 0.08252040538018612}], "rail_length": 5, "inclination": 85.86343888802561, "heading": 53.88906286804197} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5260217388937509, "wind_velocity_y_factor": 0.740894406731837, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350251809380017, "mass": 15.19435959583502, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319552727293657, "I_33_without_motor": 0.04366094799321314, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.158495973998944, "trigger": 800, "sampling_rate": 105, "lag": 1.3940358128517165, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9998464679391184, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3310102368634038, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5934.752442460141, "burn_start_time": -0.04765002319852495, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032836399213684024, "grain_number": 5, "grain_density": 1733.141717962621, "grain_outer_radius": 0.033418078484577673, "grain_initial_inner_radius": 0.014871784617633223, "grain_initial_height": 0.1190044228722164, "grain_separation": 0.004929909388629874, "grains_center_of_mass_position": 0.39603565752119174, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003730757822204791, "throat_radius": 0.011302432103269597, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545042082937528}], "aerodynamic_surfaces": [{"length": 0.5572836363569463, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351670227812296}, {"n": 4, "root_chord": 0.1202489562489337, "tip_chord": 0.05995596629891953, "span": 0.10989062839759513, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048737592062222}, {"top_radius": 0.06496009460681494, "bottom_radius": 0.04316445006294926, "length": 0.060016826806167094, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988469775802596, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166153520143454, "upper_button_position": 0.08223162556591423}], "rail_length": 5, "inclination": 85.43540571958424, "heading": 50.20534282890828} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.48205515255144604, "wind_velocity_y_factor": 0.4313526260327335, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.0635032034793345, "mass": 15.429061285809874, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318859946299848, "I_33_without_motor": 0.03542738261837358, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.907451220253087, "trigger": 800, "sampling_rate": 105, "lag": 1.6288283336106637, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0115463435343677, "trigger": "apogee", "sampling_rate": 105, "lag": 1.487227690308977, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7042.965709495452, "burn_start_time": 0.04282030915994177, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03363193004190048, "grain_number": 5, "grain_density": 1832.0814435020366, "grain_outer_radius": 0.033410173926766186, "grain_initial_inner_radius": 0.015722051612540693, "grain_initial_height": 0.12197322831189295, "grain_separation": 0.0045414974265799, "grains_center_of_mass_position": 0.39506340136636975, "center_of_dry_mass_position": 0.317, "nozzle_position": 5.0930670183905884e-05, "throat_radius": 0.01150013028625712, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256796503680796}], "aerodynamic_surfaces": [{"length": 0.5581290828688386, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337283943720622}, {"n": 4, "root_chord": 0.11985286791935727, "tip_chord": 0.0600344784572685, "span": 0.11051630318314652, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495538414114667}, {"top_radius": 0.06416245991364596, "bottom_radius": 0.04277757884822221, "length": 0.06145705104899991, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006508821919913, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6201043274324226, "upper_button_position": 0.08054655475956873}], "rail_length": 5, "inclination": 85.76414831111639, "heading": 52.27287986303839} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1001336907405357, "wind_velocity_y_factor": 1.2067837958195589, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349291177114669, "mass": 15.297706489703987, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317410332335214, "I_33_without_motor": 0.02579318570791293, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.055326922726522, "trigger": 800, "sampling_rate": 105, "lag": 1.6271795171240802, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9977323261951745, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7345419267522875, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7070.458736256555, "burn_start_time": 0.09166824321439346, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032174788865319215, "grain_number": 5, "grain_density": 1843.665677965976, "grain_outer_radius": 0.032588536829160276, "grain_initial_inner_radius": 0.015415724837300797, "grain_initial_height": 0.1211726723464142, "grain_separation": 0.007130001640430958, "grains_center_of_mass_position": 0.39727038899223027, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017334774611079083, "throat_radius": 0.010231751021743956, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553636753690782}], "aerodynamic_surfaces": [{"length": 0.5579287554582057, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342227639669928}, {"n": 4, "root_chord": 0.11954923094503063, "tip_chord": 0.06098729322242944, "span": 0.11026645593989043, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051862415089684}, {"top_radius": 0.06287778386129989, "bottom_radius": 0.045874373236109996, "length": 0.06012712227172529, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989059635310109, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182065026881715, "upper_button_position": 0.08069946084283941}], "rail_length": 5, "inclination": 84.01287291154208, "heading": 54.47756715957223} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2754400716538277, "wind_velocity_y_factor": 1.1916277820213697, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349996717121958, "mass": 15.057484279031623, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316188034600292, "I_33_without_motor": 0.02855406954200673, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.951339297319453, "trigger": 800, "sampling_rate": 105, "lag": 1.3738310713590776, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0775099063640579, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1140701702149807, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5269.341458449883, "burn_start_time": 0.031341495374621234, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03213270440523656, "grain_number": 5, "grain_density": 1715.8268853406921, "grain_outer_radius": 0.033442381500330465, "grain_initial_inner_radius": 0.015235997118067812, "grain_initial_height": 0.12066448403972331, "grain_separation": 0.004984201279638867, "grains_center_of_mass_position": 0.397984458911371, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006344857114193865, "throat_radius": 0.011312246048286768, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538297469590904}], "aerodynamic_surfaces": [{"length": 0.5590541979342258, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347936469738158}, {"n": 4, "root_chord": 0.12057848050091445, "tip_chord": 0.06011802742746932, "span": 0.11018279342883056, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497005667541206}, {"top_radius": 0.06271318963034353, "bottom_radius": 0.0434305913480528, "length": 0.06120562715891427, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7015042800332036, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184624474280306, "upper_button_position": 0.08304183260517306}], "rail_length": 5, "inclination": 85.15242351905185, "heading": 54.45680868463835} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3134651811763578, "wind_velocity_y_factor": 0.24565147063789539, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350714065388584, "mass": 15.993855466568318, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331597276562513, "I_33_without_motor": 0.04297602057527446, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.171215532501886, "trigger": 800, "sampling_rate": 105, "lag": 1.4737246015704928, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9456181093932323, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6108042057313114, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6463.833247403185, "burn_start_time": 0.10028040673867722, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03361656140057462, "grain_number": 5, "grain_density": 1751.7683428777273, "grain_outer_radius": 0.03214356446652824, "grain_initial_inner_radius": 0.014808550601386349, "grain_initial_height": 0.12035559568852862, "grain_separation": 0.006037729882112566, "grains_center_of_mass_position": 0.39842415502524897, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00037968039006402836, "throat_radius": 0.011385557849849539, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553637784689213}], "aerodynamic_surfaces": [{"length": 0.5575544094201892, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348935190993548}, {"n": 4, "root_chord": 0.12028429304624855, "tip_chord": 0.06017903941244267, "span": 0.1094370234848084, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511955961386374}, {"top_radius": 0.06280420716241594, "bottom_radius": 0.04218255499368084, "length": 0.060467694166314485, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005318337917636, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6204713062306164, "upper_button_position": 0.08006052756114723}], "rail_length": 5, "inclination": 82.71266803493666, "heading": 52.440522743128504} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5562796293051813, "wind_velocity_y_factor": 0.5600258343036115, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349699368245378, "mass": 15.596737666868632, "I_11_without_motor": 6.321, "I_22_without_motor": 6.305693672547561, "I_33_without_motor": 0.0493908805164454, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.173275436910517, "trigger": 800, "sampling_rate": 105, "lag": 1.5046229002275833, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0361940974826083, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6588136232209285, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5813.295168726602, "burn_start_time": 0.02730663360493221, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03296898506258884, "grain_number": 5, "grain_density": 1815.2948110364434, "grain_outer_radius": 0.033175265443404676, "grain_initial_inner_radius": 0.015394308881106164, "grain_initial_height": 0.11913252045855378, "grain_separation": 0.00391542362134905, "grains_center_of_mass_position": 0.39765078502451606, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00019194307699640074, "throat_radius": 0.011447124104448427, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256315252272326}], "aerodynamic_surfaces": [{"length": 0.5588089013466043, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132492378940319}, {"n": 4, "root_chord": 0.12063075704742703, "tip_chord": 0.060679206775540236, "span": 0.10885816502616381, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494304229453228}, {"top_radius": 0.06260904738706506, "bottom_radius": 0.04476156294321361, "length": 0.06025617715843747, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994408545959951, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617932835639908, "upper_button_position": 0.08150801895608717}], "rail_length": 5, "inclination": 82.77149909776043, "heading": 50.96489708253828} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7358985656015831, "wind_velocity_y_factor": 0.9024790867634424, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350020079217093, "mass": 16.107906129874696, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310141944131734, "I_33_without_motor": 0.032867523939183824, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.020766233492992, "trigger": 800, "sampling_rate": 105, "lag": 1.4069817540196943, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0225422914092712, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2649153445337444, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7338.863458678988, "burn_start_time": 0.07480590360812416, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033049105350648623, "grain_number": 5, "grain_density": 1744.3973890709306, "grain_outer_radius": 0.033258609941204505, "grain_initial_inner_radius": 0.015141061648083598, "grain_initial_height": 0.12114889991059995, "grain_separation": 0.005798311300320164, "grains_center_of_mass_position": 0.39627165862406155, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008687451356924745, "throat_radius": 0.010928578942624147, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564799646898273}], "aerodynamic_surfaces": [{"length": 0.5569820975650475, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339692118447657}, {"n": 4, "root_chord": 0.11957183256631547, "tip_chord": 0.060232529667639215, "span": 0.11014194094927424, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499721779001183}, {"top_radius": 0.06409235642388016, "bottom_radius": 0.04340134747606245, "length": 0.059741566271554074, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000191396794851, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171185434956321, "upper_button_position": 0.08290059618385304}], "rail_length": 5, "inclination": 84.90860180052293, "heading": 52.134779319547} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6553873748495139, "wind_velocity_y_factor": 0.8758232423543306, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.0635104363785452, "mass": 15.754961160078535, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3238796654258795, "I_33_without_motor": 0.023739382589695122, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.994640952862918, "trigger": 800, "sampling_rate": 105, "lag": 1.4827975492704608, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0120007036431748, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4810128655618073, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7287.825898451566, "burn_start_time": 0.03257974306022446, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03389836025322877, "grain_number": 5, "grain_density": 1907.1504440854587, "grain_outer_radius": 0.03356853237890036, "grain_initial_inner_radius": 0.014985913914045012, "grain_initial_height": 0.11932536813478421, "grain_separation": 0.004797588107020695, "grains_center_of_mass_position": 0.3961191194465262, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012836698408644227, "throat_radius": 0.010138502951425973, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548049545792934}], "aerodynamic_surfaces": [{"length": 0.5609085540022701, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133148703731067}, {"n": 4, "root_chord": 0.1196675628202272, "tip_chord": 0.060601598930971966, "span": 0.10966017485400584, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0468767912820784}, {"top_radius": 0.0644925686772509, "bottom_radius": 0.0442765958375204, "length": 0.062137069023873004, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699957523951085, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187656798256307, "upper_button_position": 0.08119184412545433}], "rail_length": 5, "inclination": 84.27140306896743, "heading": 53.39763709726236} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.7739524213505073, "wind_velocity_y_factor": 1.1848690693382256, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349290347659071, "mass": 14.878367114837086, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321426110477666, "I_33_without_motor": 0.0448734167168092, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.96681553198685, "trigger": 800, "sampling_rate": 105, "lag": 1.6070315164102484, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9524669440122919, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4738191117766297, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8052.50334506752, "burn_start_time": 0.14217387324548322, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0334294127771299, "grain_number": 5, "grain_density": 1845.9852255607614, "grain_outer_radius": 0.03227065183298368, "grain_initial_inner_radius": 0.01574860229083068, "grain_initial_height": 0.11921003565638529, "grain_separation": 0.004083261207216101, "grains_center_of_mass_position": 0.39618103761268547, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002135224614117674, "throat_radius": 0.010939567052912266, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558385843581603}], "aerodynamic_surfaces": [{"length": 0.5580918669005637, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344682669499218}, {"n": 4, "root_chord": 0.11926875793812554, "tip_chord": 0.05872918642530238, "span": 0.1101831298053744, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504654937595561}, {"top_radius": 0.0630943249422136, "bottom_radius": 0.042624714154607495, "length": 0.06141705949740604, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004193415918001, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170339340256654, "upper_button_position": 0.08338540756613466}], "rail_length": 5, "inclination": 86.07336628161161, "heading": 51.30173838209786} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.240358090059007, "wind_velocity_y_factor": 0.22262408732990235, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350589196330622, "mass": 15.529951641011584, "I_11_without_motor": 6.321, "I_22_without_motor": 6.337850152324838, "I_33_without_motor": 0.029140716650340202, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.949488580417722, "trigger": 800, "sampling_rate": 105, "lag": 1.6177138766436472, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9879821048244951, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5473856679918039, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6213.602276453669, "burn_start_time": 0.013780262539441666, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03197891080083274, "grain_number": 5, "grain_density": 1858.9002579575806, "grain_outer_radius": 0.0334043079825314, "grain_initial_inner_radius": 0.014888657870497621, "grain_initial_height": 0.11888410434603791, "grain_separation": 0.0034952348599452164, "grains_center_of_mass_position": 0.3977671463504492, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00032855751191256257, "throat_radius": 0.011324843627113204, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.252618704739274}], "aerodynamic_surfaces": [{"length": 0.5580484937613842, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346339849665539}, {"n": 4, "root_chord": 0.11927617687535096, "tip_chord": 0.060469410864787715, "span": 0.11003218943127667, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499709528656012}, {"top_radius": 0.06337799849591641, "bottom_radius": 0.04342079428735683, "length": 0.06157848415976856, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992307464337695, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6196765691364633, "upper_button_position": 0.07955417729730618}], "rail_length": 5, "inclination": 82.35266710543526, "heading": 52.31167509150058} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.49904310587808387, "wind_velocity_y_factor": 1.0227773944440854, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350589623309685, "mass": 14.311469526418158, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314611258321235, "I_33_without_motor": 0.042203913046077644, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.05123190182037, "trigger": 800, "sampling_rate": 105, "lag": 1.3048975265377991, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9730006964995053, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5022311138483075, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6750.567578555443, "burn_start_time": 0.057859138410906535, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03351483023582632, "grain_number": 5, "grain_density": 1827.500226611296, "grain_outer_radius": 0.032933289743938464, "grain_initial_inner_radius": 0.014789520789210116, "grain_initial_height": 0.12054181237321802, "grain_separation": 0.005790764623458077, "grains_center_of_mass_position": 0.39716755953250266, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014340653508547621, "throat_radius": 0.011231444687948497, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542521654517}], "aerodynamic_surfaces": [{"length": 0.5564500439178908, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337484259017578}, {"n": 4, "root_chord": 0.11956122000625703, "tip_chord": 0.06025174474686879, "span": 0.11013502511056594, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048778354702338}, {"top_radius": 0.06355400289097929, "bottom_radius": 0.04364760628872697, "length": 0.05866125268115681, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990303078709116, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189523132462099, "upper_button_position": 0.08007799462470166}], "rail_length": 5, "inclination": 83.21355640320049, "heading": 50.88311228597655} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1645250427039449, "wind_velocity_y_factor": 1.1511810094531387, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350176173092431, "mass": 14.448194807570577, "I_11_without_motor": 6.321, "I_22_without_motor": 6.339607486483145, "I_33_without_motor": 0.02016203347595396, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.052928537930445, "trigger": 800, "sampling_rate": 105, "lag": 1.5021880875975546, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0110783901734057, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6366108517424924, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7023.540447490733, "burn_start_time": -0.13968842469010284, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03343765433158896, "grain_number": 5, "grain_density": 1713.669875026653, "grain_outer_radius": 0.03270663772395101, "grain_initial_inner_radius": 0.015126050861788668, "grain_initial_height": 0.12095412672225132, "grain_separation": 0.0056295023290661075, "grains_center_of_mass_position": 0.397502267721401, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0019861011649830117, "throat_radius": 0.010664335229422285, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254878143870574}], "aerodynamic_surfaces": [{"length": 0.5580577275124847, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1357614352546566}, {"n": 4, "root_chord": 0.12004096787811952, "tip_chord": 0.06023245570642588, "span": 0.10945619273905412, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494445800144128}, {"top_radius": 0.06182077515631895, "bottom_radius": 0.04362720027635091, "length": 0.05935399812318256, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000257205158216, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177778163000771, "upper_button_position": 0.08224790421574446}], "rail_length": 5, "inclination": 85.5948802824975, "heading": 55.245237424412174} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7854556565509766, "wind_velocity_y_factor": 1.3858919925228925, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349968089703403, "mass": 15.95008046004184, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313900727264273, "I_33_without_motor": 0.039686858630080306, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.12794295422019, "trigger": 800, "sampling_rate": 105, "lag": 1.6139278092834524, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0025083635516014, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6251382264321195, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6128.3169547305515, "burn_start_time": -0.03613473197985927, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033612710004405064, "grain_number": 5, "grain_density": 1816.9519040765222, "grain_outer_radius": 0.032666888031866625, "grain_initial_inner_radius": 0.014440066887320373, "grain_initial_height": 0.12049727080295036, "grain_separation": 0.006448759003153604, "grains_center_of_mass_position": 0.3982344578151616, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000611985131130966, "throat_radius": 0.01073239825678873, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254607863912644}], "aerodynamic_surfaces": [{"length": 0.5570491761987599, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132922305253786}, {"n": 4, "root_chord": 0.11940935274837641, "tip_chord": 0.05990996343219617, "span": 0.11004775705335006, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493638463171366}, {"top_radius": 0.06302269654274556, "bottom_radius": 0.04218062270458354, "length": 0.06101227783256077, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987038387407724, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183472161366567, "upper_button_position": 0.08035662260411569}], "rail_length": 5, "inclination": 85.66079957939233, "heading": 52.62941067105856} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2113291643381274, "wind_velocity_y_factor": 0.7120379404674103, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349753071769854, "mass": 15.220765049607193, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311990679318592, "I_33_without_motor": 0.03791108056251816, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.994021558864373, "trigger": 800, "sampling_rate": 105, "lag": 1.4055304154450292, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.97019238335477, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2107283836649598, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7939.695905519277, "burn_start_time": 0.003453097612543947, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03414006597588455, "grain_number": 5, "grain_density": 1862.5542743949684, "grain_outer_radius": 0.032972782065789984, "grain_initial_inner_radius": 0.014703337576140365, "grain_initial_height": 0.12014281301269178, "grain_separation": 0.005057191062322833, "grains_center_of_mass_position": 0.3959438299485893, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018085768011382973, "throat_radius": 0.01071466888961587, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254333604934141}], "aerodynamic_surfaces": [{"length": 0.5588739684956737, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133945275286394}, {"n": 4, "root_chord": 0.12023694770903803, "tip_chord": 0.06032202275547432, "span": 0.10962937604198503, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048976604717395}, {"top_radius": 0.06407250682597537, "bottom_radius": 0.044616753433497296, "length": 0.060043204689214626, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986368667014528, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617663329389345, "upper_button_position": 0.08097353731210777}], "rail_length": 5, "inclination": 83.92290137534471, "heading": 54.44703489795468} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4200871820188135, "wind_velocity_y_factor": 1.0147810523917167, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350588507386673, "mass": 14.866082512147246, "I_11_without_motor": 6.321, "I_22_without_motor": 6.29882671903485, "I_33_without_motor": 0.04607385664036506, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.17832934183102, "trigger": 800, "sampling_rate": 105, "lag": 1.5756486646937973, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9399803324604932, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1438768661089969, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7014.566782975693, "burn_start_time": -0.06842289858767012, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032869439519006005, "grain_number": 5, "grain_density": 1739.9326069219921, "grain_outer_radius": 0.03299944847999875, "grain_initial_inner_radius": 0.015246993666655485, "grain_initial_height": 0.11933545728385875, "grain_separation": 0.005422132198543076, "grains_center_of_mass_position": 0.39644441754587995, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010707850861704428, "throat_radius": 0.011739032718918824, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540849465559822}], "aerodynamic_surfaces": [{"length": 0.5570338954990882, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343606556496049}, {"n": 4, "root_chord": 0.11979601025973861, "tip_chord": 0.06041911221022618, "span": 0.11001948834869887, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051162834995327}, {"top_radius": 0.06234125500647677, "bottom_radius": 0.045150139818154085, "length": 0.061167027724327694, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997217444479995, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185712978699301, "upper_button_position": 0.08115044657806936}], "rail_length": 5, "inclination": 83.45924394813176, "heading": 51.41831983541941} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2479901936490962, "wind_velocity_y_factor": 0.4913813122722205, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350318780572564, "mass": 15.612434929850398, "I_11_without_motor": 6.321, "I_22_without_motor": 6.298925881254581, "I_33_without_motor": 0.01700058501776523, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.026202791597022, "trigger": 800, "sampling_rate": 105, "lag": 1.5696512689890856, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.040746218189368, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7227173315094058, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4691.154844750893, "burn_start_time": 0.07948433619986903, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032269001663632564, "grain_number": 5, "grain_density": 1911.964708568588, "grain_outer_radius": 0.033877994102852055, "grain_initial_inner_radius": 0.015133559956051663, "grain_initial_height": 0.11937725357187745, "grain_separation": 0.0048970361878655855, "grains_center_of_mass_position": 0.396775676170606, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00010437429667777107, "throat_radius": 0.010523673848535026, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2566193723926353}], "aerodynamic_surfaces": [{"length": 0.5580066779064814, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133726093687575}, {"n": 4, "root_chord": 0.12030905105394638, "tip_chord": 0.05991136994809522, "span": 0.10964750576012457, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0515181780810057}, {"top_radius": 0.06431677869671541, "bottom_radius": 0.04266311754821614, "length": 0.05934612187710287, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000863802714771, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174725022729594, "upper_button_position": 0.08261387799851772}], "rail_length": 5, "inclination": 83.08795084243877, "heading": 50.92225449749221} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.051499339192532, "wind_velocity_y_factor": 0.2639616392508687, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.063500330671872, "mass": 15.590529325486376, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313131710701308, "I_33_without_motor": 0.03227746936941518, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.02031553982638, "trigger": 800, "sampling_rate": 105, "lag": 1.5694328247328349, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9417197495959952, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2512909826685037, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6473.878240009438, "burn_start_time": -0.020265109164503133, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0327794648516198, "grain_number": 5, "grain_density": 1807.228075785278, "grain_outer_radius": 0.03261467177047039, "grain_initial_inner_radius": 0.015096860369968218, "grain_initial_height": 0.11957628695034864, "grain_separation": 0.0055029511378247836, "grains_center_of_mass_position": 0.39655675489116377, "center_of_dry_mass_position": 0.317, "nozzle_position": -2.7106059347243873e-06, "throat_radius": 0.010536527331963265, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549417679318113}], "aerodynamic_surfaces": [{"length": 0.5579891324802921, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133535589424529}, {"n": 4, "root_chord": 0.11903135297552242, "tip_chord": 0.05934023485168718, "span": 0.11021165783974572, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050458454637753}, {"top_radius": 0.06295914807657726, "bottom_radius": 0.04123664893708681, "length": 0.05885442691099982, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982685620919686, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179465930188106, "upper_button_position": 0.08032196907315803}], "rail_length": 5, "inclination": 85.70167535583762, "heading": 50.11175133475213} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2963000112422196, "wind_velocity_y_factor": 1.4837153446434526, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349481176128816, "mass": 15.387234068389153, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330510719128876, "I_33_without_motor": 0.02194940088369256, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.026284469482315, "trigger": 800, "sampling_rate": 105, "lag": 1.4838449145787354, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0555749709768678, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7181367026903098, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6472.495695009844, "burn_start_time": 0.05731006466436196, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03313532452817209, "grain_number": 5, "grain_density": 1810.5417787930764, "grain_outer_radius": 0.032916880679563984, "grain_initial_inner_radius": 0.014553177050404674, "grain_initial_height": 0.12040061125493616, "grain_separation": 0.004806374609785514, "grains_center_of_mass_position": 0.3952528811299909, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006830205359482808, "throat_radius": 0.011086120256235519, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256420706124603}], "aerodynamic_surfaces": [{"length": 0.5582463288794146, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334947864739529}, {"n": 4, "root_chord": 0.11911280532500233, "tip_chord": 0.06086534816552907, "span": 0.1102822597007445, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504441705519048}, {"top_radius": 0.06424135113355763, "bottom_radius": 0.04318208429175172, "length": 0.05918899661840236, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700087284751643, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617492132512316, "upper_button_position": 0.0825951522393269}], "rail_length": 5, "inclination": 85.74679843317736, "heading": 49.55084597291581} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.640766119673198, "wind_velocity_y_factor": 0.9031778934795525, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350664394743076, "mass": 15.492825209823522, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3188058083780305, "I_33_without_motor": 0.018875134609120155, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.988817955375572, "trigger": 800, "sampling_rate": 105, "lag": 1.621669436438194, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0902661300356784, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1402383070323103, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6136.947477007023, "burn_start_time": -0.10843066650049518, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03307433157713744, "grain_number": 5, "grain_density": 1864.340274545712, "grain_outer_radius": 0.03258206053265217, "grain_initial_inner_radius": 0.014388429390227404, "grain_initial_height": 0.12238373875184068, "grain_separation": 0.005608548311999529, "grains_center_of_mass_position": 0.3958653797680592, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005354785868568477, "throat_radius": 0.010718344520042352, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560248818113533}], "aerodynamic_surfaces": [{"length": 0.5594934761319373, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339350477284162}, {"n": 4, "root_chord": 0.11998939452737742, "tip_chord": 0.05990455580612157, "span": 0.10999885133022931, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.05085689087596}, {"top_radius": 0.06283306870049037, "bottom_radius": 0.041959504017177664, "length": 0.06100863644135126, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986812100073286, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175813710765031, "upper_button_position": 0.08109983893082551}], "rail_length": 5, "inclination": 84.3529815075574, "heading": 50.269694141072314} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5993516859795599, "wind_velocity_y_factor": 0.9059116150359647, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350200226328373, "mass": 14.985620743959128, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315637820923693, "I_33_without_motor": 0.02649254191650633, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.079162826609497, "trigger": 800, "sampling_rate": 105, "lag": 1.2536124335481154, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9642053570178907, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2090060984188493, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5219.920564565142, "burn_start_time": 0.14022068007109617, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033034372782953805, "grain_number": 5, "grain_density": 1797.7638253675766, "grain_outer_radius": 0.03275983873903329, "grain_initial_inner_radius": 0.014592789156679508, "grain_initial_height": 0.11998893154894703, "grain_separation": 0.004783605428384857, "grains_center_of_mass_position": 0.3963671492044291, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007988136492974259, "throat_radius": 0.011039875199866125, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540211502699885}], "aerodynamic_surfaces": [{"length": 0.5587893065672995, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333552399940374}, {"n": 4, "root_chord": 0.12001257770684297, "tip_chord": 0.0596323206301768, "span": 0.10962931065090273, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488213632784895}, {"top_radius": 0.06287237995596423, "bottom_radius": 0.04338132958186782, "length": 0.05912776885138924, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997156151430777, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6160491252591699, "upper_button_position": 0.08366648988390779}], "rail_length": 5, "inclination": 85.59033718817871, "heading": 52.44370802666842} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8962236882030726, "wind_velocity_y_factor": 0.9872543456397996, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349568330403461, "mass": 14.211588740936266, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328367434812694, "I_33_without_motor": 0.036069744268173096, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.875936828487367, "trigger": 800, "sampling_rate": 105, "lag": 1.429471399543866, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9048596875820314, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4153411706666725, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7308.441994859167, "burn_start_time": 0.1486597853616251, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03277600694193687, "grain_number": 5, "grain_density": 1748.2640563359337, "grain_outer_radius": 0.032918784047788245, "grain_initial_inner_radius": 0.014837289726546523, "grain_initial_height": 0.11958396859407446, "grain_separation": 0.003598215781692042, "grains_center_of_mass_position": 0.3965479680882916, "center_of_dry_mass_position": 0.317, "nozzle_position": -1.1746654000938048e-05, "throat_radius": 0.011563507271579601, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545973399011925}], "aerodynamic_surfaces": [{"length": 0.5585265518781122, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334501600954976}, {"n": 4, "root_chord": 0.11971171842697559, "tip_chord": 0.05937180996142636, "span": 0.10893388010167881, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489763468006645}, {"top_radius": 0.06446759363977393, "bottom_radius": 0.044602654833613996, "length": 0.06126997692729271, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988689008466454, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162651789381888, "upper_button_position": 0.08260372190845666}], "rail_length": 5, "inclination": 84.57219967955363, "heading": 52.78288088320355} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.586940533583428, "wind_velocity_y_factor": 1.201568964713457, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06349799497185277, "mass": 16.192257866187195, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314656650325369, "I_33_without_motor": 0.03914796469185095, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.899280677756634, "trigger": 800, "sampling_rate": 105, "lag": 1.445920679816505, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9602554764654545, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2638446351608794, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4843.870616767886, "burn_start_time": -0.18845477790104276, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032665909061657915, "grain_number": 5, "grain_density": 1835.599096253247, "grain_outer_radius": 0.03318910597123217, "grain_initial_inner_radius": 0.014907194034836629, "grain_initial_height": 0.12006237329063964, "grain_separation": 0.003696720012064734, "grains_center_of_mass_position": 0.3962538954297647, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00021947792884148185, "throat_radius": 0.010595915505488529, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553256041541194}], "aerodynamic_surfaces": [{"length": 0.5581215761554837, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134992222013282}, {"n": 4, "root_chord": 0.1197271002947098, "tip_chord": 0.05954880803266192, "span": 0.10992448628897503, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508509534060508}, {"top_radius": 0.06237366112915614, "bottom_radius": 0.04390321193067756, "length": 0.05930544171192872, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010718956984858, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184831634665944, "upper_button_position": 0.08258873223189145}], "rail_length": 5, "inclination": 84.15793966736099, "heading": 51.92539182068217} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.095432204921639, "wind_velocity_y_factor": 0.7339165759730586, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350491236854568, "mass": 16.0450062963082, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324072204046973, "I_33_without_motor": 0.05041644120973647, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.142591995385835, "trigger": 800, "sampling_rate": 105, "lag": 1.560478818711285, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9552577462162559, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6253065129755353, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6046.4501815074, "burn_start_time": -0.16881821220537604, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03385275333409585, "grain_number": 5, "grain_density": 1745.4034207092964, "grain_outer_radius": 0.032984482278400645, "grain_initial_inner_radius": 0.015056408702205799, "grain_initial_height": 0.1201940772051433, "grain_separation": 0.003925178322981832, "grains_center_of_mass_position": 0.395827324492443, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007222501731652346, "throat_radius": 0.011107676142025106, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547997254735228}], "aerodynamic_surfaces": [{"length": 0.5586393727427708, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330990258071432}, {"n": 4, "root_chord": 0.11891992919385296, "tip_chord": 0.060350494529435326, "span": 0.10960164743572247, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505920807826887}, {"top_radius": 0.062419773610523685, "bottom_radius": 0.043343494929280926, "length": 0.05831739032546119, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991102653236825, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176776559168601, "upper_button_position": 0.0814326094068224}], "rail_length": 5, "inclination": 85.45252103167164, "heading": 52.60790560125719} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.192509834484019, "wind_velocity_y_factor": 0.8901305122885665, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.0634892553148928, "mass": 16.25131707130305, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321253728469919, "I_33_without_motor": 0.02139059080174278, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.9993634110243, "trigger": 800, "sampling_rate": 105, "lag": 1.5880390119722554, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0433951243259736, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5378738250971649, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 3319.477622947018, "burn_start_time": 0.11934644939912442, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032519403989837076, "grain_number": 5, "grain_density": 1795.1183290935041, "grain_outer_radius": 0.0331405045030517, "grain_initial_inner_radius": 0.015313517055842376, "grain_initial_height": 0.11887100097059332, "grain_separation": 0.005296859517970736, "grains_center_of_mass_position": 0.3945055313767562, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001214889517547486, "throat_radius": 0.011982399639156888, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254031906836749}], "aerodynamic_surfaces": [{"length": 0.5584094828095593, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350467220376086}, {"n": 4, "root_chord": 0.12027672307856412, "tip_chord": 0.059296647003153444, "span": 0.10997688291416766, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0479802972468806}, {"top_radius": 0.06273059500402345, "bottom_radius": 0.04288228881209014, "length": 0.06026276189131512, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7019447668032784, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618617056773473, "upper_button_position": 0.08332771002980544}], "rail_length": 5, "inclination": 83.60567980950619, "heading": 51.758298179151474} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7428435834151066, "wind_velocity_y_factor": 0.8330062081914422, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06349649462528958, "mass": 15.415919856305381, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330845364945815, "I_33_without_motor": 0.03072392331041726, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.82588012575926, "trigger": 800, "sampling_rate": 105, "lag": 1.50469925997623, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8898763400013396, "trigger": "apogee", "sampling_rate": 105, "lag": 0.9449996081948983, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8205.174432341879, "burn_start_time": -0.07893111353746769, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03274592949274506, "grain_number": 5, "grain_density": 1831.2211778831022, "grain_outer_radius": 0.032763766585074, "grain_initial_inner_radius": 0.01473321184112005, "grain_initial_height": 0.11965365615384897, "grain_separation": 0.005697764211366501, "grains_center_of_mass_position": 0.39844230284448023, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00025925262436101007, "throat_radius": 0.011265830804256393, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552733413288888}], "aerodynamic_surfaces": [{"length": 0.5597760654494395, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333747365583358}, {"n": 4, "root_chord": 0.12012743375729579, "tip_chord": 0.06072368714972889, "span": 0.10954185076080633, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486032464050279}, {"top_radius": 0.06268138857388227, "bottom_radius": 0.04355575970605801, "length": 0.05932337264560395, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988139912293694, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194435839333964, "upper_button_position": 0.079370407295973}], "rail_length": 5, "inclination": 86.01663360265843, "heading": 51.56546500926645} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8301465164544122, "wind_velocity_y_factor": 0.7998176264246744, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06348808864584374, "mass": 15.646190454270627, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307924763087478, "I_33_without_motor": 0.04161927890762469, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.033881189764244, "trigger": 800, "sampling_rate": 105, "lag": 1.63704351594372, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.964591740140057, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5138086414253655, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6163.598712270756, "burn_start_time": -0.09212554702747208, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03309348721841539, "grain_number": 5, "grain_density": 1807.8170810363076, "grain_outer_radius": 0.033024090176678636, "grain_initial_inner_radius": 0.014536081313837209, "grain_initial_height": 0.11894970059364708, "grain_separation": 0.0036983504749918176, "grains_center_of_mass_position": 0.39852798402960876, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007690544530426025, "throat_radius": 0.011390645653393656, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552235247055012}], "aerodynamic_surfaces": [{"length": 0.556498040326739, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353689522366353}, {"n": 4, "root_chord": 0.12141220890868878, "tip_chord": 0.06028535681810765, "span": 0.11005336566764942, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493860587348842}, {"top_radius": 0.06297213742535808, "bottom_radius": 0.043398076954298904, "length": 0.06051758642803362, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6979907688972478, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176572397118655, "upper_button_position": 0.08033352918538228}], "rail_length": 5, "inclination": 86.90430419731472, "heading": 56.864950328557} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3578478878769409, "wind_velocity_y_factor": 0.8027704213436309, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349534732380598, "mass": 15.583265815559052, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319320963604494, "I_33_without_motor": 0.03049571808973675, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.980515186405157, "trigger": 800, "sampling_rate": 105, "lag": 1.5330918211802949, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.03780983856743, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3523737215281901, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6641.793795834161, "burn_start_time": -0.031343127944802054, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032852919841614994, "grain_number": 5, "grain_density": 1825.965691000348, "grain_outer_radius": 0.033624119840080215, "grain_initial_inner_radius": 0.014772528170847007, "grain_initial_height": 0.11982398695168538, "grain_separation": 0.004804912999430439, "grains_center_of_mass_position": 0.3962545744747213, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006233191157489347, "throat_radius": 0.010590628516434882, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554229567274797}], "aerodynamic_surfaces": [{"length": 0.558236010649342, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132829577516366}, {"n": 4, "root_chord": 0.12028023160704147, "tip_chord": 0.059231825682585185, "span": 0.10931950571388749, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490558894785644}, {"top_radius": 0.06275994235433249, "bottom_radius": 0.04528694025147304, "length": 0.05872391950300745, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001585197189518, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188644547595747, "upper_button_position": 0.08129406495937708}], "rail_length": 5, "inclination": 85.11449185600281, "heading": 51.617244561852196} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.41680997018841537, "wind_velocity_y_factor": 0.7563740500017446, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.0634951642872843, "mass": 14.88943286685519, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319244126080576, "I_33_without_motor": 0.0454338036171935, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.00096660320202, "trigger": 800, "sampling_rate": 105, "lag": 1.6398190272753461, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.005134504432402, "trigger": "apogee", "sampling_rate": 105, "lag": 1.694291721495775, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6770.4617125039795, "burn_start_time": 0.04979720710991103, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03226456008245936, "grain_number": 5, "grain_density": 1757.8281848004108, "grain_outer_radius": 0.03312076523444199, "grain_initial_inner_radius": 0.015108539809905454, "grain_initial_height": 0.11896381942040257, "grain_separation": 0.0049755171038597945, "grains_center_of_mass_position": 0.3970232462924784, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00041993228106089816, "throat_radius": 0.010187413753113345, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553509568328103}], "aerodynamic_surfaces": [{"length": 0.5589572527479235, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350066319657484}, {"n": 4, "root_chord": 0.12058623286156074, "tip_chord": 0.05977454035434961, "span": 0.10993666910229911, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049755037396977}, {"top_radius": 0.06399442888686625, "bottom_radius": 0.042811238387039485, "length": 0.05821901072372791, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6978045877514207, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177240310209791, "upper_button_position": 0.08008055673044168}], "rail_length": 5, "inclination": 83.28976300460394, "heading": 52.20170406926049} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2695976310625827, "wind_velocity_y_factor": 1.0699484588638815, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350727509104244, "mass": 15.925798574125004, "I_11_without_motor": 6.321, "I_22_without_motor": 6.338798277026475, "I_33_without_motor": 0.0505429249366863, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.984701129837557, "trigger": 800, "sampling_rate": 105, "lag": 1.3524449204296225, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9712876179317761, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2868599858033434, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7953.544532192988, "burn_start_time": 0.17014771536787707, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0331639625526053, "grain_number": 5, "grain_density": 1744.1672441739152, "grain_outer_radius": 0.0332439607640633, "grain_initial_inner_radius": 0.01503355554259669, "grain_initial_height": 0.12095843472088212, "grain_separation": 0.0038155499931570836, "grains_center_of_mass_position": 0.39560644347951124, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00030650018482271504, "throat_radius": 0.011306026656051236, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541562483272846}], "aerodynamic_surfaces": [{"length": 0.5581661427678215, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340465981359944}, {"n": 4, "root_chord": 0.12019161444721863, "tip_chord": 0.059791712042937574, "span": 0.11002148446788393, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051017139116845}, {"top_radius": 0.06327700633415906, "bottom_radius": 0.04407301067502136, "length": 0.059513770390096546, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997823458922979, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187837483447065, "upper_button_position": 0.08099859754759142}], "rail_length": 5, "inclination": 83.98663951233532, "heading": 49.369685190172405} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2603456099881787, "wind_velocity_y_factor": 0.9261415195693942, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350574807388405, "mass": 16.398251292147666, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315223509547999, "I_33_without_motor": 0.03169771781022955, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.014152827440787, "trigger": 800, "sampling_rate": 105, "lag": 1.5086093891144858, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9167059145519174, "trigger": "apogee", "sampling_rate": 105, "lag": 1.413943046528634, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5371.532474517725, "burn_start_time": -0.04235760139002605, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03397792343756682, "grain_number": 5, "grain_density": 1818.0316302930453, "grain_outer_radius": 0.03224949312301923, "grain_initial_inner_radius": 0.015148571622778129, "grain_initial_height": 0.11994759760214195, "grain_separation": 0.003821728543543534, "grains_center_of_mass_position": 0.3972702462543508, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004428316265591139, "throat_radius": 0.009995044796170013, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552331830855368}], "aerodynamic_surfaces": [{"length": 0.5601491816058959, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336457279428966}, {"n": 4, "root_chord": 0.11996111627847199, "tip_chord": 0.06014936409217349, "span": 0.1107803855859872, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496241119806928}, {"top_radius": 0.06306157487659658, "bottom_radius": 0.04384204624395502, "length": 0.06094002919352496, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987921995289441, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176001129836447, "upper_button_position": 0.08119208654529941}], "rail_length": 5, "inclination": 84.88414220993836, "heading": 51.672841799304415} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.2359270610914681, "wind_velocity_y_factor": 1.1120981948425306, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350878689330548, "mass": 15.371159046407302, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319753739028935, "I_33_without_motor": 0.04627729300128205, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.951925524357229, "trigger": 800, "sampling_rate": 105, "lag": 1.640637506682638, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.7946430934161457, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5993777844402692, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5595.089193599071, "burn_start_time": -0.0179194092494373, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03333531442212634, "grain_number": 5, "grain_density": 1842.4591238983746, "grain_outer_radius": 0.033169476278024634, "grain_initial_inner_radius": 0.015339553798703129, "grain_initial_height": 0.12138631748229313, "grain_separation": 0.006079964337680871, "grains_center_of_mass_position": 0.39717612990847806, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004634030946609756, "throat_radius": 0.010618307588383172, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549703878578176}], "aerodynamic_surfaces": [{"length": 0.5576533956723538, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1365299670029614}, {"n": 4, "root_chord": 0.11967983521161975, "tip_chord": 0.060043124728024956, "span": 0.10956768633233022, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488142423638536}, {"top_radius": 0.06324468515815714, "bottom_radius": 0.04239282978484218, "length": 0.058673772693644766, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001504010611312, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182868317623023, "upper_button_position": 0.08186356929882899}], "rail_length": 5, "inclination": 84.3504014630298, "heading": 52.58826684032693} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3100040359394032, "wind_velocity_y_factor": 1.1725639833166444, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349694201651447, "mass": 15.333205696618444, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325984601259681, "I_33_without_motor": 0.02047239421171041, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.8634836544734, "trigger": 800, "sampling_rate": 105, "lag": 1.694638723435687, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9814972101577861, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5897357680331272, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6194.421634842501, "burn_start_time": -0.12474985533024055, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033220658048421725, "grain_number": 5, "grain_density": 1816.8935384676631, "grain_outer_radius": 0.03343900395046893, "grain_initial_inner_radius": 0.01454655822189501, "grain_initial_height": 0.11971975591340006, "grain_separation": 0.00738614583966699, "grains_center_of_mass_position": 0.39647964650904644, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009120737767847307, "throat_radius": 0.011987944916649727, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543611169990758}], "aerodynamic_surfaces": [{"length": 0.5580200900857135, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334803309608998}, {"n": 4, "root_chord": 0.12030771804332123, "tip_chord": 0.0606441301251145, "span": 0.10972439769716183, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503306514330593}, {"top_radius": 0.06374020530836194, "bottom_radius": 0.043082554380711194, "length": 0.06027008295926703, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993180010404972, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618912004995382, "upper_button_position": 0.08040599604511522}], "rail_length": 5, "inclination": 86.83507010274343, "heading": 51.43363552539776} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7689710983394259, "wind_velocity_y_factor": 1.4684613376115163, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349961926118747, "mass": 15.606211668478153, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319681198088159, "I_33_without_motor": 0.018886916858707428, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.980032465087344, "trigger": 800, "sampling_rate": 105, "lag": 1.5755321278457577, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9473148634728759, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1024175658224136, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6393.281797783795, "burn_start_time": 0.004706231192777863, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03311141804618165, "grain_number": 5, "grain_density": 1808.023003782423, "grain_outer_radius": 0.03329026867221097, "grain_initial_inner_radius": 0.01567918877675322, "grain_initial_height": 0.12022517571496345, "grain_separation": 0.005087974399856359, "grains_center_of_mass_position": 0.3974827645461794, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015415665209765447, "throat_radius": 0.011125378458308636, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254900413509649}], "aerodynamic_surfaces": [{"length": 0.5561173152615656, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329882754201068}, {"n": 4, "root_chord": 0.11914230154973755, "tip_chord": 0.059953416745191286, "span": 0.11061567556976665, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503049737061965}, {"top_radius": 0.06351089286177157, "bottom_radius": 0.04440484178880068, "length": 0.06042511438763383, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014557538256477, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177788188716806, "upper_button_position": 0.08367693495396711}], "rail_length": 5, "inclination": 84.79586108234959, "heading": 53.422836710282716} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8907107597865143, "wind_velocity_y_factor": 1.3229683906100547, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350698878261316, "mass": 15.304683977225377, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319824571533294, "I_33_without_motor": 0.045943115582226246, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.925742842906931, "trigger": 800, "sampling_rate": 105, "lag": 1.5844422977499837, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.030504258233244, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6471017141957411, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7548.5930756329735, "burn_start_time": -0.04494872815376885, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0323853749701511, "grain_number": 5, "grain_density": 1762.9901449107365, "grain_outer_radius": 0.03337435857272376, "grain_initial_inner_radius": 0.015072365238360816, "grain_initial_height": 0.11999837839002754, "grain_separation": 0.005641798254053265, "grains_center_of_mass_position": 0.39441643987355235, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010962399265898484, "throat_radius": 0.01084438849842275, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254367708885262}], "aerodynamic_surfaces": [{"length": 0.5569157137458641, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343383079573308}, {"n": 4, "root_chord": 0.12076414625915143, "tip_chord": 0.05989316152810115, "span": 0.11038868332074159, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496237801108714}, {"top_radius": 0.06347343169538897, "bottom_radius": 0.04284120533702799, "length": 0.06020371922975028, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999557221793956, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181948553013408, "upper_button_position": 0.08176086687805484}], "rail_length": 5, "inclination": 84.90424886234297, "heading": 50.12154673777211} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7461132430011073, "wind_velocity_y_factor": 1.1856417745214336, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.0635093586004329, "mass": 16.026240986448766, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313038192498149, "I_33_without_motor": 0.03846790272944084, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.127010234366493, "trigger": 800, "sampling_rate": 105, "lag": 1.5037053702212884, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9669820517053538, "trigger": "apogee", "sampling_rate": 105, "lag": 1.402885233009236, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6885.393328380834, "burn_start_time": -0.02689180345251818, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032304160929403476, "grain_number": 5, "grain_density": 1816.7324017392818, "grain_outer_radius": 0.033003747090043764, "grain_initial_inner_radius": 0.01537914726566656, "grain_initial_height": 0.11891651898283735, "grain_separation": 0.004574162912623627, "grains_center_of_mass_position": 0.3967781222088251, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005748318817659403, "throat_radius": 0.011198610728322025, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255313034254693}], "aerodynamic_surfaces": [{"length": 0.5585978776596098, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335940213613054}, {"n": 4, "root_chord": 0.11926883545050883, "tip_chord": 0.0601224851965893, "span": 0.11013247152996887, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0478256891702993}, {"top_radius": 0.06228660404263961, "bottom_radius": 0.04393421927161346, "length": 0.05948148480045796, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999977747961781, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617770888140809, "upper_button_position": 0.08222688665536904}], "rail_length": 5, "inclination": 85.23158785632535, "heading": 59.55504529527438} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0052671665186268, "wind_velocity_y_factor": 1.0310059449241347, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350008005448639, "mass": 15.628140637138902, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327498860840189, "I_33_without_motor": 0.02769970031506517, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.912600741323594, "trigger": 800, "sampling_rate": 105, "lag": 1.4036584403380405, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0105466140175674, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4804080630769507, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5432.494649900298, "burn_start_time": 0.011131609390329361, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03269383901624394, "grain_number": 5, "grain_density": 1730.0605414796883, "grain_outer_radius": 0.03315115228995175, "grain_initial_inner_radius": 0.015779141153263298, "grain_initial_height": 0.1182259792827262, "grain_separation": 0.002791893804871745, "grains_center_of_mass_position": 0.3969660539188244, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012236297653784914, "throat_radius": 0.010005477538109094, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541391973786886}], "aerodynamic_surfaces": [{"length": 0.5579409479815053, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345703517195278}, {"n": 4, "root_chord": 0.11970686142292448, "tip_chord": 0.06051274831163965, "span": 0.10980737071919931, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502775013694474}, {"top_radius": 0.06368297819892489, "bottom_radius": 0.04360206890223011, "length": 0.06204610726425256, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985963802116348, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183209744738258, "upper_button_position": 0.080275405737809}], "rail_length": 5, "inclination": 84.36632471544424, "heading": 54.09919092315148} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9101484135333516, "wind_velocity_y_factor": 0.9979360719038405, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349108912011481, "mass": 14.998806934808597, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316517336319669, "I_33_without_motor": 0.03272321372534276, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.113131114058758, "trigger": 800, "sampling_rate": 105, "lag": 1.3837993630140275, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9772730717723714, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1908112213174196, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7162.417269964635, "burn_start_time": -0.12262248440370305, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033290101966100175, "grain_number": 5, "grain_density": 1784.166335655842, "grain_outer_radius": 0.03387932275744066, "grain_initial_inner_radius": 0.01517014597240534, "grain_initial_height": 0.12065230794834698, "grain_separation": 0.00691098283894157, "grains_center_of_mass_position": 0.39626998529897195, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0026325709147960023, "throat_radius": 0.011575267400579667, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551640528348489}], "aerodynamic_surfaces": [{"length": 0.5582084570793506, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329545595656099}, {"n": 4, "root_chord": 0.12006687612304083, "tip_chord": 0.061176888491623754, "span": 0.110787008175259, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048956347099181}, {"top_radius": 0.06423315170968272, "bottom_radius": 0.04396185913140835, "length": 0.05869179771781849, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984455036241021, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193028684695197, "upper_button_position": 0.07914263515458242}], "rail_length": 5, "inclination": 84.23483873251593, "heading": 53.68229517102642} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9968242352978751, "wind_velocity_y_factor": 1.0830839028372625, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350423340298032, "mass": 15.423925548264474, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306805373222502, "I_33_without_motor": 0.03324983667745162, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.120297925255302, "trigger": 800, "sampling_rate": 105, "lag": 1.6934194989967597, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.985565829791794, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5408846383129622, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5946.49484794203, "burn_start_time": -0.04459193934515216, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03259270708039361, "grain_number": 5, "grain_density": 1810.5032658523482, "grain_outer_radius": 0.032905978227009344, "grain_initial_inner_radius": 0.01457570158361974, "grain_initial_height": 0.11978163976312856, "grain_separation": 0.0055574347988897824, "grains_center_of_mass_position": 0.39729814289208404, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011453322602504308, "throat_radius": 0.010285620592048406, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2519057821046595}], "aerodynamic_surfaces": [{"length": 0.5572466633102848, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350167288557542}, {"n": 4, "root_chord": 0.12034407224706153, "tip_chord": 0.06054187206790765, "span": 0.10988655725802349, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049050200599573}, {"top_radius": 0.06340637023380997, "bottom_radius": 0.04551158625976865, "length": 0.06046426315310479, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997479914358881, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185173689365429, "upper_button_position": 0.0812306224993452}], "rail_length": 5, "inclination": 84.66311669782955, "heading": 53.87579611493045} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.4070853569762516, "wind_velocity_y_factor": 0.4786574466921454, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350663040749999, "mass": 15.346921057979372, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320245853433319, "I_33_without_motor": 0.03790004067227275, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.103996164874964, "trigger": 800, "sampling_rate": 105, "lag": 1.6137787238700871, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9587960911143124, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3615520253983053, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6339.564296258519, "burn_start_time": -0.19678939115202757, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03277795802313993, "grain_number": 5, "grain_density": 1824.588450261416, "grain_outer_radius": 0.03288005228301382, "grain_initial_inner_radius": 0.014793153292594135, "grain_initial_height": 0.11968873485179572, "grain_separation": 0.005049183523662559, "grains_center_of_mass_position": 0.39715048641139106, "center_of_dry_mass_position": 0.317, "nozzle_position": -4.494105539789381e-05, "throat_radius": 0.011362618486295346, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.252991090392921}], "aerodynamic_surfaces": [{"length": 0.5569576031802221, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351822777071756}, {"n": 4, "root_chord": 0.12029103275096545, "tip_chord": 0.05972298093344623, "span": 0.11077681047260778, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491120584192362}, {"top_radius": 0.0632541969313062, "bottom_radius": 0.0437615091661422, "length": 0.05954123391392878, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989566997899301, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176399475126215, "upper_button_position": 0.08131675227730861}], "rail_length": 5, "inclination": 82.49327314875865, "heading": 49.61127697625688} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9698589236904511, "wind_velocity_y_factor": 0.7244554956138879, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349348467366381, "mass": 16.065649309234995, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316246304406342, "I_33_without_motor": 0.04663995496296845, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.06050554404119, "trigger": 800, "sampling_rate": 105, "lag": 1.4574509686022752, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9921676935014484, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6141150297801519, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6272.071494366714, "burn_start_time": 0.01785039540092135, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032187227245671426, "grain_number": 5, "grain_density": 1815.185722655831, "grain_outer_radius": 0.03367239599394956, "grain_initial_inner_radius": 0.015504980197662017, "grain_initial_height": 0.12037429015496798, "grain_separation": 0.0045054813587874915, "grains_center_of_mass_position": 0.394862221986688, "center_of_dry_mass_position": 0.317, "nozzle_position": 9.434870407490004e-05, "throat_radius": 0.01087823910584683, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545739843669101}], "aerodynamic_surfaces": [{"length": 0.5582779715432761, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344667568633418}, {"n": 4, "root_chord": 0.11975216262354586, "tip_chord": 0.06076657128523211, "span": 0.11020656946831014, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490350016433203}, {"top_radius": 0.06426095707597257, "bottom_radius": 0.04114452535225407, "length": 0.05836526384503156, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007884982035091, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190753543151404, "upper_button_position": 0.0817131438883687}], "rail_length": 5, "inclination": 85.13653761554114, "heading": 53.16451369882927} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0758516332134844, "wind_velocity_y_factor": 0.48330501705009155, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349911649076723, "mass": 15.945779718670837, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323147376236235, "I_33_without_motor": 0.028063090704937933, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.971294807674656, "trigger": 800, "sampling_rate": 105, "lag": 1.6293078240552903, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0257464266031147, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5524240172519859, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5407.763031614488, "burn_start_time": -0.003464109053378255, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03208496216348659, "grain_number": 5, "grain_density": 1932.221048566893, "grain_outer_radius": 0.03315259966694681, "grain_initial_inner_radius": 0.015929650496716328, "grain_initial_height": 0.12065499516045494, "grain_separation": 0.006175135320414164, "grains_center_of_mass_position": 0.3955341119353234, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00029235920504496496, "throat_radius": 0.012367080038941955, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552150615625528}], "aerodynamic_surfaces": [{"length": 0.5562166251804693, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345500797139199}, {"n": 4, "root_chord": 0.1198981756836008, "tip_chord": 0.061014991527576876, "span": 0.10967827479294028, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048761113919451}, {"top_radius": 0.06443432078308131, "bottom_radius": 0.04492617558903408, "length": 0.06160217699646031, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997826424111784, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187708565555851, "upper_button_position": 0.08101178585559332}], "rail_length": 5, "inclination": 85.18028752215433, "heading": 51.40720925113567} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0151334862339003, "wind_velocity_y_factor": 0.6410748843744758, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350193718175436, "mass": 14.964789148687807, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322832635361904, "I_33_without_motor": 0.041321493754474324, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.04586422726141, "trigger": 800, "sampling_rate": 105, "lag": 1.555118298998543, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9483657692156183, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5137720688714682, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6108.33920640857, "burn_start_time": -0.004071949999506273, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03254839072759322, "grain_number": 5, "grain_density": 1934.2740962887747, "grain_outer_radius": 0.03373762950501229, "grain_initial_inner_radius": 0.015498380901555074, "grain_initial_height": 0.11855372905668171, "grain_separation": 0.004260375795223387, "grains_center_of_mass_position": 0.3968874331155333, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00045313823934930975, "throat_radius": 0.010945995529798616, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255408836387613}], "aerodynamic_surfaces": [{"length": 0.5584120846783314, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341812481874325}, {"n": 4, "root_chord": 0.1195808223449537, "tip_chord": 0.05941363512342319, "span": 0.10942538355716487, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486277098228358}, {"top_radius": 0.06344966585093208, "bottom_radius": 0.04402012775556072, "length": 0.05933260294473985, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008169556293924, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177420671928038, "upper_button_position": 0.08307488843658861}], "rail_length": 5, "inclination": 85.34683517675225, "heading": 55.2383032657825} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7428978869115596, "wind_velocity_y_factor": 1.3045270162350435, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350030674046961, "mass": 15.840871781316933, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32880111554551, "I_33_without_motor": 0.016456954675919504, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.002316100444101, "trigger": 800, "sampling_rate": 105, "lag": 1.5258182741007202, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9662970904978532, "trigger": "apogee", "sampling_rate": 105, "lag": 1.57777536460593, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6267.779206444535, "burn_start_time": 0.12480512160388735, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03296012200331578, "grain_number": 5, "grain_density": 1810.2246832177345, "grain_outer_radius": 0.03341305267736699, "grain_initial_inner_radius": 0.015400667041942862, "grain_initial_height": 0.12059199473166138, "grain_separation": 0.00486702319347703, "grains_center_of_mass_position": 0.3978986321159872, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008117508655173366, "throat_radius": 0.011335195296444722, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553399797410647}], "aerodynamic_surfaces": [{"length": 0.5581365575915301, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345840524431186}, {"n": 4, "root_chord": 0.11934733148198605, "tip_chord": 0.06041746053518299, "span": 0.1107860914854942, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487242036565676}, {"top_radius": 0.06463696921938768, "bottom_radius": 0.04318795486275777, "length": 0.05843726531981049, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988866096515463, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194188215486951, "upper_button_position": 0.07946778810285116}], "rail_length": 5, "inclination": 85.87973264903337, "heading": 52.92579099788401} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0525719491370222, "wind_velocity_y_factor": 0.7802122746723793, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350360625998529, "mass": 16.140632867371572, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317176847703456, "I_33_without_motor": 0.036588102337950054, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.991672390494868, "trigger": 800, "sampling_rate": 105, "lag": 1.5744922149447125, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1033500709286435, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6615174332561595, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6860.791111261537, "burn_start_time": -0.0898665093784927, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033945419905068254, "grain_number": 5, "grain_density": 1795.1689808863835, "grain_outer_radius": 0.03307352393369945, "grain_initial_inner_radius": 0.014674935448415338, "grain_initial_height": 0.1190078903676799, "grain_separation": 0.004029152894624825, "grains_center_of_mass_position": 0.3970550854907758, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011897076758056167, "throat_radius": 0.010860341087376374, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538770709578597}], "aerodynamic_surfaces": [{"length": 0.557811723102539, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337772927127365}, {"n": 4, "root_chord": 0.12023820885119701, "tip_chord": 0.06069978407486833, "span": 0.11063514874689993, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0510296445241878}, {"top_radius": 0.062314387020594754, "bottom_radius": 0.04474020682146729, "length": 0.05901984664661221, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990717613743123, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6160975080707369, "upper_button_position": 0.08297425330357533}], "rail_length": 5, "inclination": 85.92274265620071, "heading": 53.05428432524047} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.4336477678131613, "wind_velocity_y_factor": 0.8470742020695028, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349762240655706, "mass": 15.111377339240635, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332190522071025, "I_33_without_motor": 0.021867596054572613, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.173381064539322, "trigger": 800, "sampling_rate": 105, "lag": 1.5872441355999733, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9577628972344645, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6298956165003347, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5132.396035173255, "burn_start_time": 0.001960871215907911, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03283326402327072, "grain_number": 5, "grain_density": 1808.3133406657419, "grain_outer_radius": 0.03354867511865842, "grain_initial_inner_radius": 0.015043531032966457, "grain_initial_height": 0.11971017225509253, "grain_separation": 0.004840826074922291, "grains_center_of_mass_position": 0.3968992085742926, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009772600314939333, "throat_radius": 0.010615923679036661, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2567255395826122}], "aerodynamic_surfaces": [{"length": 0.559332442685803, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348861687758083}, {"n": 4, "root_chord": 0.11975510610915815, "tip_chord": 0.06080638602354967, "span": 0.10939764333678331, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493607238859517}, {"top_radius": 0.06347260279092193, "bottom_radius": 0.044021390081827184, "length": 0.05919301661518787, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997562609728671, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187286346439465, "upper_button_position": 0.08102762632892069}], "rail_length": 5, "inclination": 84.05473324578698, "heading": 52.00930172420696} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8437014208339775, "wind_velocity_y_factor": 0.9299630052432054, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350525390456248, "mass": 14.580113950283915, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32935862870836, "I_33_without_motor": 0.030282457034954958, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.84719016896042, "trigger": 800, "sampling_rate": 105, "lag": 1.3875859536163742, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0487935641454638, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4740852116286365, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6218.974913584872, "burn_start_time": 0.0969235857515836, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03339191643844324, "grain_number": 5, "grain_density": 1851.3164018971129, "grain_outer_radius": 0.032142188487987694, "grain_initial_inner_radius": 0.01444549316922785, "grain_initial_height": 0.12060851374321564, "grain_separation": 0.0026678814608188943, "grains_center_of_mass_position": 0.39503665985358977, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004007065186168756, "throat_radius": 0.01096084718797173, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538224854860038}], "aerodynamic_surfaces": [{"length": 0.5577490226735651, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134790884087055}, {"n": 4, "root_chord": 0.12010407904812267, "tip_chord": 0.05990849411758351, "span": 0.10982595364142518, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495946308245694}, {"top_radius": 0.06253395847711758, "bottom_radius": 0.044316977852117176, "length": 0.06020606079876743, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004139870293962, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194744174245598, "upper_button_position": 0.08093956960483639}], "rail_length": 5, "inclination": 83.8732632444622, "heading": 52.998289904604114} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6133563071143977, "wind_velocity_y_factor": 1.2596850782256972, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06351847821572694, "mass": 15.483352953018267, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330611438761824, "I_33_without_motor": 0.018605509264743792, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.144245017781024, "trigger": 800, "sampling_rate": 105, "lag": 1.508641179591134, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.171983365494387, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7872351635742887, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6198.599197445919, "burn_start_time": 0.039319915090816435, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03385229214410153, "grain_number": 5, "grain_density": 1769.0948001481904, "grain_outer_radius": 0.03240590365665537, "grain_initial_inner_radius": 0.014908495810048753, "grain_initial_height": 0.12030749956366002, "grain_separation": 0.005878979560027313, "grains_center_of_mass_position": 0.39769065270562454, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.002409652337607038, "throat_radius": 0.010682260574742627, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.252633500889128}], "aerodynamic_surfaces": [{"length": 0.5577118168929919, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343508787282042}, {"n": 4, "root_chord": 0.11919235488765406, "tip_chord": 0.05919988128331549, "span": 0.11054613831964102, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498316202227882}, {"top_radius": 0.06330788735866466, "bottom_radius": 0.04455822916053108, "length": 0.05964748436849023, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981522459541872, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6213283643712804, "upper_button_position": 0.07682388158290687}], "rail_length": 5, "inclination": 87.37094570681204, "heading": 51.97509742423889} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6296950256942089, "wind_velocity_y_factor": 1.0734435433199696, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350178355519283, "mass": 15.736516072819503, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317196685086797, "I_33_without_motor": 0.03888113768046427, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.063001128501371, "trigger": 800, "sampling_rate": 105, "lag": 1.3246426395472934, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1032405876142009, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5517558966530813, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6851.328142704389, "burn_start_time": -0.081009656993582, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03279594515134197, "grain_number": 5, "grain_density": 1875.9425757005881, "grain_outer_radius": 0.03332652267690558, "grain_initial_inner_radius": 0.015292142034959468, "grain_initial_height": 0.11983110848721037, "grain_separation": 0.0042260846604911416, "grains_center_of_mass_position": 0.3982874255933717, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003811970302414807, "throat_radius": 0.010769811423933713, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561316406130045}], "aerodynamic_surfaces": [{"length": 0.5584871621830358, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339726676346848}, {"n": 4, "root_chord": 0.12060417977925257, "tip_chord": 0.060857487460933474, "span": 0.11037716209662674, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049367886577202}, {"top_radius": 0.063260682564572, "bottom_radius": 0.04162702236098536, "length": 0.06051732780398735, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009603501175159, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177154605423086, "upper_button_position": 0.08324488957520726}], "rail_length": 5, "inclination": 85.08483734780557, "heading": 57.037031960616254} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1002061436951631, "wind_velocity_y_factor": 0.7211437586704369, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350225139543013, "mass": 15.16909394412086, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319121451895384, "I_33_without_motor": 0.030392469814823794, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.020202143572332, "trigger": 800, "sampling_rate": 105, "lag": 1.5627197164374742, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0208202975873704, "trigger": "apogee", "sampling_rate": 105, "lag": 1.401694487086731, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5848.87649650807, "burn_start_time": -0.14185916147948813, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03317536613930344, "grain_number": 5, "grain_density": 1773.2823072446708, "grain_outer_radius": 0.03257667546464114, "grain_initial_inner_radius": 0.015165084921510778, "grain_initial_height": 0.11938555773857464, "grain_separation": 0.005209604658431748, "grains_center_of_mass_position": 0.3962284157934587, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000719786066369858, "throat_radius": 0.011248564647472899, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555161708966742}], "aerodynamic_surfaces": [{"length": 0.5578924519771995, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1318423922451701}, {"n": 4, "root_chord": 0.12048053102843613, "tip_chord": 0.0594874364920596, "span": 0.11021386467053175, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495842260571053}, {"top_radius": 0.06302152627122336, "bottom_radius": 0.04323847010234078, "length": 0.058795183097104436, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992870267898569, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6161278357557529, "upper_button_position": 0.08315919103410396}], "rail_length": 5, "inclination": 83.5029070938393, "heading": 52.19670690126422} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1443420896113161, "wind_velocity_y_factor": 1.3302454153652672, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350064124586847, "mass": 16.048113761035083, "I_11_without_motor": 6.321, "I_22_without_motor": 6.336882572658275, "I_33_without_motor": 0.05035803012210843, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.200688428330192, "trigger": 800, "sampling_rate": 105, "lag": 1.7016731290797602, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.034134043785562, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6068989795011768, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6596.340063958649, "burn_start_time": 0.09058661640598294, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032470283189540115, "grain_number": 5, "grain_density": 1812.611092375668, "grain_outer_radius": 0.03308958479861878, "grain_initial_inner_radius": 0.014592484656268646, "grain_initial_height": 0.12117043020692685, "grain_separation": 0.0051110179451476475, "grains_center_of_mass_position": 0.3968827879121515, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003087862691563139, "throat_radius": 0.010298177153638864, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2527880357158785}], "aerodynamic_surfaces": [{"length": 0.557535310537393, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135509364913721}, {"n": 4, "root_chord": 0.11959722486816607, "tip_chord": 0.06086003867230483, "span": 0.11019562903064813, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483905250448426}, {"top_radius": 0.06338556102382131, "bottom_radius": 0.0436903079801113, "length": 0.06101299306169001, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989231822568875, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6200336329047373, "upper_button_position": 0.0788895493521502}], "rail_length": 5, "inclination": 83.79813226594146, "heading": 53.38189053126396} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.3749669255189878, "wind_velocity_y_factor": 1.0180447796073784, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349296463443772, "mass": 15.396111894117663, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33182385069029, "I_33_without_motor": 0.020195729490726608, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.081475952381952, "trigger": 800, "sampling_rate": 105, "lag": 1.4458711026940725, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8295938782218543, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6182458744223895, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6268.583368536152, "burn_start_time": -0.044002497881371117, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033378734468250015, "grain_number": 5, "grain_density": 1843.1528568753165, "grain_outer_radius": 0.031831433466390446, "grain_initial_inner_radius": 0.015172466963611178, "grain_initial_height": 0.11933035614900783, "grain_separation": 0.006504603253226387, "grains_center_of_mass_position": 0.39638150630586716, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00037247746996615347, "throat_radius": 0.01101849688562518, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551400679946214}], "aerodynamic_surfaces": [{"length": 0.5564700383042345, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353810708739576}, {"n": 4, "root_chord": 0.1194516501869783, "tip_chord": 0.06040364694474143, "span": 0.10843792993097703, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489800571703807}, {"top_radius": 0.06474851755043678, "bottom_radius": 0.04367472789459463, "length": 0.06049132716334934, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7017885439689261, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181603730240265, "upper_button_position": 0.0836281709448996}], "rail_length": 5, "inclination": 86.42003427479968, "heading": 52.78310025837505} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6886429056329632, "wind_velocity_y_factor": 0.4298226788826889, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.0634987902626484, "mass": 15.097934030393258, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313775053848732, "I_33_without_motor": 0.030908540418011325, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.860595048920716, "trigger": 800, "sampling_rate": 105, "lag": 1.4630398411307413, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.891204628203873, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6957775304109606, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5091.932607796694, "burn_start_time": 0.03214639086182119, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03280020035749332, "grain_number": 5, "grain_density": 1794.7020777665068, "grain_outer_radius": 0.03321568547111391, "grain_initial_inner_radius": 0.01458339957868465, "grain_initial_height": 0.12014729670433888, "grain_separation": 0.004390810974383112, "grains_center_of_mass_position": 0.3965485794305971, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009603750363060663, "throat_radius": 0.01026564515731646, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560643467270884}], "aerodynamic_surfaces": [{"length": 0.5586875505349211, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341789100312578}, {"n": 4, "root_chord": 0.12012570505652696, "tip_chord": 0.06076693971789378, "span": 0.1096211789272571, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498395853703146}, {"top_radius": 0.062324166874049784, "bottom_radius": 0.04205968848290778, "length": 0.06141110657046909, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006204187274485, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169444379142682, "upper_button_position": 0.08367598081318028}], "rail_length": 5, "inclination": 84.93993813437562, "heading": 52.00186602276681} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8565788219622563, "wind_velocity_y_factor": 1.3914799469222172, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350583737986872, "mass": 15.232485557021837, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310804235898304, "I_33_without_motor": 0.040327666771195675, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.056655576723452, "trigger": 800, "sampling_rate": 105, "lag": 1.7033967063722777, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9490303054981355, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3804162478961417, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6013.837098313652, "burn_start_time": 0.03949491860797855, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03313401454744887, "grain_number": 5, "grain_density": 1720.2426001437477, "grain_outer_radius": 0.03347469409528216, "grain_initial_inner_radius": 0.014204150779590155, "grain_initial_height": 0.11987985640149694, "grain_separation": 0.0031029932632459746, "grains_center_of_mass_position": 0.39638026682772215, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010845520288349677, "throat_radius": 0.010531144899781601, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546160008544889}], "aerodynamic_surfaces": [{"length": 0.5571174671609644, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328922340152228}, {"n": 4, "root_chord": 0.12033304596625491, "tip_chord": 0.05975171066455415, "span": 0.11022956466464849, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500309916549908}, {"top_radius": 0.06250298794943648, "bottom_radius": 0.04236361125988184, "length": 0.059823212821160744, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003021985125942, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176147399480606, "upper_button_position": 0.08268745856453363}], "rail_length": 5, "inclination": 84.46356796538407, "heading": 54.83668367191235} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7828557556597867, "wind_velocity_y_factor": 1.093856987515296, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350187380613118, "mass": 15.754533845198043, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326469135797851, "I_33_without_motor": 0.02347545078534171, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.950017650969995, "trigger": 800, "sampling_rate": 105, "lag": 1.629085735983744, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0472884818181982, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4209843738380032, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6016.59881385785, "burn_start_time": 0.02172435204399512, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03376387751092486, "grain_number": 5, "grain_density": 1780.6525080438917, "grain_outer_radius": 0.03300244813059005, "grain_initial_inner_radius": 0.014986417214801049, "grain_initial_height": 0.12139716425949536, "grain_separation": 0.004723364107240357, "grains_center_of_mass_position": 0.39681579257364186, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011968135501929287, "throat_radius": 0.010541294390563087, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554294733320472}], "aerodynamic_surfaces": [{"length": 0.5583296568032408, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335976784737047}, {"n": 4, "root_chord": 0.12034513405139334, "tip_chord": 0.06028634709019347, "span": 0.109896493786424, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500435573204687}, {"top_radius": 0.06341215749820978, "bottom_radius": 0.0453850322851417, "length": 0.06194916902691423, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993978086152904, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189398874270557, "upper_button_position": 0.0804579211882347}], "rail_length": 5, "inclination": 85.57623633024157, "heading": 52.6467809273063} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0891240240821323, "wind_velocity_y_factor": 1.3499434297377935, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349216935189794, "mass": 15.240010262910198, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311466612317997, "I_33_without_motor": 0.03873470504690726, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.9671597580261, "trigger": 800, "sampling_rate": 105, "lag": 1.4481916453506798, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9745796952593064, "trigger": "apogee", "sampling_rate": 105, "lag": 1.375868812040833, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6888.976318122336, "burn_start_time": 0.012433440627594834, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03308560951132946, "grain_number": 5, "grain_density": 1863.5556122628109, "grain_outer_radius": 0.03305828359226642, "grain_initial_inner_radius": 0.015044662934074252, "grain_initial_height": 0.11934066573533983, "grain_separation": 0.00312336853661176, "grains_center_of_mass_position": 0.3956614444429206, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009080343337735917, "throat_radius": 0.011190096298074296, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558605594179049}], "aerodynamic_surfaces": [{"length": 0.5565991858485764, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134232505130275}, {"n": 4, "root_chord": 0.1195393111146644, "tip_chord": 0.05970061870029783, "span": 0.10927659475666454, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496429691851705}, {"top_radius": 0.06340121956584935, "bottom_radius": 0.043448111888231715, "length": 0.059470706556149056, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992898016286657, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171903652638527, "upper_button_position": 0.08209943636481298}], "rail_length": 5, "inclination": 84.40484301918065, "heading": 54.653952892122945} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.112783420361315, "wind_velocity_y_factor": 1.1989270501100489, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.0634976084891994, "mass": 15.795765812727039, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3237658769163225, "I_33_without_motor": 0.04583813905989692, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.107180967011951, "trigger": 800, "sampling_rate": 105, "lag": 1.500025097361169, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0878724003567417, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9583296757609705, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6678.538477942269, "burn_start_time": 0.01788615567517684, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03212450468869073, "grain_number": 5, "grain_density": 1836.9056844671368, "grain_outer_radius": 0.03307697852200447, "grain_initial_inner_radius": 0.015338373199667908, "grain_initial_height": 0.11896449972864159, "grain_separation": 0.0065242061652434555, "grains_center_of_mass_position": 0.39725811556471097, "center_of_dry_mass_position": 0.317, "nozzle_position": -9.528217544952444e-05, "throat_radius": 0.010456941145137613, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547548408196616}], "aerodynamic_surfaces": [{"length": 0.5578227641323761, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342167237359433}, {"n": 4, "root_chord": 0.11989333122460298, "tip_chord": 0.060632201906861506, "span": 0.10949175530418723, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504726202829215}, {"top_radius": 0.06341584459792483, "bottom_radius": 0.04214191822425776, "length": 0.06050305769876898, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698306694918987, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186344216180029, "upper_button_position": 0.07967227330098414}], "rail_length": 5, "inclination": 85.31876067744032, "heading": 54.35399281476387} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.054265871062751, "wind_velocity_y_factor": 1.639036993168973, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350358547045744, "mass": 14.990139878507598, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316153183558133, "I_33_without_motor": 0.036043893284886296, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.962497499632718, "trigger": 800, "sampling_rate": 105, "lag": 1.416832318923142, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.946168668708628, "trigger": "apogee", "sampling_rate": 105, "lag": 1.403164950139766, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6559.101371106265, "burn_start_time": 0.11812520741191197, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03359593671506285, "grain_number": 5, "grain_density": 1828.5458944140082, "grain_outer_radius": 0.032963318601792795, "grain_initial_inner_radius": 0.015156021900978036, "grain_initial_height": 0.12066685146264321, "grain_separation": 0.005394123137434749, "grains_center_of_mass_position": 0.3965743381156469, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008471335832869651, "throat_radius": 0.010658716174062841, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553331652692026}], "aerodynamic_surfaces": [{"length": 0.5583108147028772, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.131379596541337}, {"n": 4, "root_chord": 0.12030419662099759, "tip_chord": 0.05988586295069081, "span": 0.10986721075527152, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502392577064752}, {"top_radius": 0.06275708604752803, "bottom_radius": 0.041606662081941186, "length": 0.057786746196532714, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998031302721142, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169529170074796, "upper_button_position": 0.0828502132646346}], "rail_length": 5, "inclination": 84.11703280397386, "heading": 56.70772876422471} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7826104843876729, "wind_velocity_y_factor": 1.072248048366527, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349982791758059, "mass": 14.920330376733425, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325545714297116, "I_33_without_motor": 0.016022105957475576, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.061370362933562, "trigger": 800, "sampling_rate": 105, "lag": 1.4658262589836877, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9977140449062467, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5648790211655652, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7381.353594706925, "burn_start_time": 0.04577187301516276, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033145854911227, "grain_number": 5, "grain_density": 1813.7010463680322, "grain_outer_radius": 0.03280195985813625, "grain_initial_inner_radius": 0.014504552524753975, "grain_initial_height": 0.12002128441675733, "grain_separation": 0.005628855884375566, "grains_center_of_mass_position": 0.39807170847142237, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0019511511222831909, "throat_radius": 0.011098769026850017, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552671309720471}], "aerodynamic_surfaces": [{"length": 0.5591009366521735, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348060813764764}, {"n": 4, "root_chord": 0.11941742945516215, "tip_chord": 0.06044975224855882, "span": 0.11066320387147713, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503240807352698}, {"top_radius": 0.06315685425696577, "bottom_radius": 0.04396773459935651, "length": 0.060260958660152304, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989200872885373, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192646255163248, "upper_button_position": 0.0796554617722125}], "rail_length": 5, "inclination": 84.26346099742315, "heading": 49.32960477339724} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7920201935857958, "wind_velocity_y_factor": 0.9067798804000924, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349184069989137, "mass": 16.149158443215917, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32642336225751, "I_33_without_motor": 0.030880539366987883, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.197736463060298, "trigger": 800, "sampling_rate": 105, "lag": 1.3585737805978253, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1591421675216573, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2890388742816392, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 4753.161196324319, "burn_start_time": -0.08732201721253469, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03365980580186204, "grain_number": 5, "grain_density": 1802.6388418799038, "grain_outer_radius": 0.03292540654110271, "grain_initial_inner_radius": 0.015353834692395875, "grain_initial_height": 0.12061403403943625, "grain_separation": 0.004441277694084405, "grains_center_of_mass_position": 0.3956313454151202, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009817209502312168, "throat_radius": 0.01101421126437783, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542666550539532}], "aerodynamic_surfaces": [{"length": 0.5575534509531874, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1355419092284529}, {"n": 4, "root_chord": 0.11955628558877907, "tip_chord": 0.05958184258115161, "span": 0.11038757552491414, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495365355659836}, {"top_radius": 0.06430381650946015, "bottom_radius": 0.04256284362838286, "length": 0.060428796102686075, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986822872450417, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179960468278215, "upper_button_position": 0.08068624041722017}], "rail_length": 5, "inclination": 84.52246672391455, "heading": 52.66850613066108} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.44159049870291467, "wind_velocity_y_factor": 1.2002727781357618, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350875842039627, "mass": 15.364232564385333, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324164461422126, "I_33_without_motor": 0.047057019950036, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.907858030268338, "trigger": 800, "sampling_rate": 105, "lag": 1.620408362923837, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0587260774354377, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3305128444563132, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6123.7941757105355, "burn_start_time": 0.1802295312312559, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03335661507887298, "grain_number": 5, "grain_density": 1773.4459536838308, "grain_outer_radius": 0.03238001578791099, "grain_initial_inner_radius": 0.014715996362198312, "grain_initial_height": 0.12041699710907565, "grain_separation": 0.004768020171627108, "grains_center_of_mass_position": 0.39647906377702247, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0020688825445294825, "throat_radius": 0.010531017279253143, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534660996661706}], "aerodynamic_surfaces": [{"length": 0.5605092577757755, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339076867053257}, {"n": 4, "root_chord": 0.11944763478620138, "tip_chord": 0.05974050553581264, "span": 0.1095619883748679, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503571055535024}, {"top_radius": 0.06192395071573109, "bottom_radius": 0.044548094862431255, "length": 0.06065178438960737, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988829986466792, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174031241119337, "upper_button_position": 0.08147987453474559}], "rail_length": 5, "inclination": 83.573532006614, "heading": 54.115510230860124} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1466533575010724, "wind_velocity_y_factor": 1.0334441149380595, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.063507147063344, "mass": 15.571029324647158, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326807873353861, "I_33_without_motor": 0.014752877921699603, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.057980515476894, "trigger": 800, "sampling_rate": 105, "lag": 1.4815337917950768, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1051100315924784, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4893122613443281, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6243.633181464416, "burn_start_time": -0.3341563416852945, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033232929311716196, "grain_number": 5, "grain_density": 1781.8976826718658, "grain_outer_radius": 0.03302637662793202, "grain_initial_inner_radius": 0.015491681313553291, "grain_initial_height": 0.11870341580868236, "grain_separation": 0.0037920155491024993, "grains_center_of_mass_position": 0.3952032371216402, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00014943527695363137, "throat_radius": 0.010968534089830673, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558060080764686}], "aerodynamic_surfaces": [{"length": 0.5583183868655528, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340244521027125}, {"n": 4, "root_chord": 0.12041273813182868, "tip_chord": 0.05998914566297362, "span": 0.10987415231636447, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485394270397106}, {"top_radius": 0.06334011547468596, "bottom_radius": 0.0437625662524037, "length": 0.0573874948490478, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7020465035223985, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168385321946178, "upper_button_position": 0.08520797132778068}], "rail_length": 5, "inclination": 83.76751755045355, "heading": 53.35406878824293} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3398821400836848, "wind_velocity_y_factor": 1.1565261368180821, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.0634993060388212, "mass": 15.468512412131071, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31716165525537, "I_33_without_motor": 0.013005560366095754, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.032319599844001, "trigger": 800, "sampling_rate": 105, "lag": 1.4564307704064485, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0117020875544738, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2998858385858625, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6135.750154108282, "burn_start_time": 0.12079002953164193, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03242440753660768, "grain_number": 5, "grain_density": 1801.635870203711, "grain_outer_radius": 0.03312155655395402, "grain_initial_inner_radius": 0.015138444716660352, "grain_initial_height": 0.12110196766927006, "grain_separation": 0.004488087834933665, "grains_center_of_mass_position": 0.39719246333318764, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00017887183825030173, "throat_radius": 0.010705662227658218, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255305474740232}], "aerodynamic_surfaces": [{"length": 0.5576511519656394, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335971503788602}, {"n": 4, "root_chord": 0.11997219105271133, "tip_chord": 0.06016193780121994, "span": 0.1094545336856859, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0517610156590151}, {"top_radius": 0.06284679116124893, "bottom_radius": 0.04493093584853912, "length": 0.06164602630487214, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989450878842017, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177101443543902, "upper_button_position": 0.08123494352981153}], "rail_length": 5, "inclination": 85.3394185297661, "heading": 49.71327936594207} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1304392379681028, "wind_velocity_y_factor": 0.6576854942388385, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349354679856728, "mass": 15.1713599557722, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316773053427903, "I_33_without_motor": 0.0244859356128187, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.903306671052908, "trigger": 800, "sampling_rate": 105, "lag": 1.5860635616623084, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8994849791533144, "trigger": "apogee", "sampling_rate": 105, "lag": 1.673960443932162, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6417.884276643855, "burn_start_time": -0.033606149613143295, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033739570855568855, "grain_number": 5, "grain_density": 1831.6224319745793, "grain_outer_radius": 0.03343983534346442, "grain_initial_inner_radius": 0.014742519798683474, "grain_initial_height": 0.1181696077251575, "grain_separation": 0.004131429983740976, "grains_center_of_mass_position": 0.3982369229477048, "center_of_dry_mass_position": 0.317, "nozzle_position": 9.794655237180699e-06, "throat_radius": 0.010638296329218215, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549518003960873}], "aerodynamic_surfaces": [{"length": 0.5596000475563147, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336169820006492}, {"n": 4, "root_chord": 0.11987222366337953, "tip_chord": 0.05947423841634971, "span": 0.11083069760069032, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0516359507819597}, {"top_radius": 0.06322823526159856, "bottom_radius": 0.04404921825448718, "length": 0.05838921749417882, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994403041586965, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164518416917022, "upper_button_position": 0.08298846246699432}], "rail_length": 5, "inclination": 84.65944788233924, "heading": 50.281607003530596} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.6660562875355507, "wind_velocity_y_factor": 1.0601956992051713, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349775184018955, "mass": 14.561071163055367, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328185695317539, "I_33_without_motor": 0.02366488475775992, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.973870545158446, "trigger": 800, "sampling_rate": 105, "lag": 1.6534144918983849, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.062423667612119, "trigger": "apogee", "sampling_rate": 105, "lag": 1.535427467685502, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6619.090480879416, "burn_start_time": -0.006235841439529604, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032671346111224846, "grain_number": 5, "grain_density": 1809.4969004184668, "grain_outer_radius": 0.033315778951306836, "grain_initial_inner_radius": 0.014441474613793899, "grain_initial_height": 0.11857514496076121, "grain_separation": 0.005110428837098455, "grains_center_of_mass_position": 0.3983287841455544, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003640246218116394, "throat_radius": 0.010850536745827196, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551012851941303}], "aerodynamic_surfaces": [{"length": 0.558059571659087, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341964780278104}, {"n": 4, "root_chord": 0.11960262969283325, "tip_chord": 0.06051473858246408, "span": 0.11017743339428118, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0474834240321231}, {"top_radius": 0.06274746949225576, "bottom_radius": 0.04272502636879926, "length": 0.060477726788974624, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993349550260052, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185957434538525, "upper_button_position": 0.08073921157215269}], "rail_length": 5, "inclination": 85.2670509932721, "heading": 54.266129877492666} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9359873188171057, "wind_velocity_y_factor": 0.956667557254464, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350105562999307, "mass": 15.305277578048814, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3272507178394335, "I_33_without_motor": 0.04406878761921828, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.93040755338842, "trigger": 800, "sampling_rate": 105, "lag": 1.4810458465470968, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9911447466631833, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3161515631745555, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6244.220810365453, "burn_start_time": 0.10084701394632037, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032869387601571425, "grain_number": 5, "grain_density": 1818.4893986823267, "grain_outer_radius": 0.033182421975123215, "grain_initial_inner_radius": 0.014928613954418374, "grain_initial_height": 0.12108971094891222, "grain_separation": 0.0034956456531342983, "grains_center_of_mass_position": 0.3984030276667767, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00028217186168489407, "throat_radius": 0.010213387960787247, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25462770700204}], "aerodynamic_surfaces": [{"length": 0.5574568399123367, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345208660975787}, {"n": 4, "root_chord": 0.12001037195228996, "tip_chord": 0.05998582694068909, "span": 0.11045069702456049, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493654839617852}, {"top_radius": 0.06376443013659616, "bottom_radius": 0.04210264300382755, "length": 0.05923003686307492, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009170843349686, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177918762757965, "upper_button_position": 0.08312520805917212}], "rail_length": 5, "inclination": 86.41282075378675, "heading": 54.831896705988626} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0657814810324562, "wind_velocity_y_factor": 1.1785870877982094, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350169148831726, "mass": 14.158204679067582, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317215167989558, "I_33_without_motor": 0.029186494540844782, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.993077992481126, "trigger": 800, "sampling_rate": 105, "lag": 1.5511544010351122, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0258789256332832, "trigger": "apogee", "sampling_rate": 105, "lag": 1.344154245476659, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5951.019605150998, "burn_start_time": 0.05987748470069712, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031983274138383214, "grain_number": 5, "grain_density": 1846.2344458799785, "grain_outer_radius": 0.03315477085158506, "grain_initial_inner_radius": 0.015069804153782786, "grain_initial_height": 0.11983242417485263, "grain_separation": 0.0028696304871156744, "grains_center_of_mass_position": 0.3962932826228892, "center_of_dry_mass_position": 0.317, "nozzle_position": -6.911425063075832e-06, "throat_radius": 0.011369232023919667, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557012201014344}], "aerodynamic_surfaces": [{"length": 0.5592647313844528, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343830586403705}, {"n": 4, "root_chord": 0.11965121807622899, "tip_chord": 0.06048490680810994, "span": 0.1105147909265406, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047972180506572}, {"top_radius": 0.06390484700632776, "bottom_radius": 0.04072576763978507, "length": 0.05981695562192288, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993676040969613, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181060994669735, "upper_button_position": 0.08126150462998782}], "rail_length": 5, "inclination": 85.36587795539559, "heading": 51.84759505466103} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1528230610325536, "wind_velocity_y_factor": 1.291708311738735, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06348558090530516, "mass": 15.526562001259029, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331068104308847, "I_33_without_motor": 0.003427018245624129, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.008101206394723, "trigger": 800, "sampling_rate": 105, "lag": 1.481805842211193, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1442156470720712, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4421861536029592, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8534.783093971257, "burn_start_time": 0.106300579470831, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033372109647455794, "grain_number": 5, "grain_density": 1864.4942676855208, "grain_outer_radius": 0.03320923093658714, "grain_initial_inner_radius": 0.015198362707840234, "grain_initial_height": 0.12055526465367793, "grain_separation": 0.006207970449746773, "grains_center_of_mass_position": 0.39505381173574855, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00013166965573899154, "throat_radius": 0.011073344633035668, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2530943046298277}], "aerodynamic_surfaces": [{"length": 0.5574184082239018, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342977763168152}, {"n": 4, "root_chord": 0.12038733196671313, "tip_chord": 0.0601109585737921, "span": 0.11046338498547739, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501355333147544}, {"top_radius": 0.0646621454044726, "bottom_radius": 0.04289114861983755, "length": 0.05965407958737135, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005553777875048, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186921977685172, "upper_button_position": 0.08186318001898751}], "rail_length": 5, "inclination": 84.24160980042825, "heading": 53.99563602168238} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0360850719897423, "wind_velocity_y_factor": 1.3453394675527384, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350307904336921, "mass": 15.779498660236483, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318509258764554, "I_33_without_motor": 0.044267657870588006, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.033614386233742, "trigger": 800, "sampling_rate": 105, "lag": 1.5928821925583776, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1040802206079674, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7400905780282587, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6919.376910037618, "burn_start_time": 0.04001009815727663, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03278236529258477, "grain_number": 5, "grain_density": 1838.7639258849267, "grain_outer_radius": 0.032856148929185224, "grain_initial_inner_radius": 0.015473704953673863, "grain_initial_height": 0.12033519278638635, "grain_separation": 0.005348992120604927, "grains_center_of_mass_position": 0.39533733470535376, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013402904652911598, "throat_radius": 0.011418492291519368, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2531160491992932}], "aerodynamic_surfaces": [{"length": 0.5596246482223766, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338458656207104}, {"n": 4, "root_chord": 0.11995618683783388, "tip_chord": 0.05994977920330427, "span": 0.11049980733431036, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0479899455540387}, {"top_radius": 0.06304940770642006, "bottom_radius": 0.04261657274735392, "length": 0.05831274967663173, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002272137545275, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617869766213273, "upper_button_position": 0.0823574475412544}], "rail_length": 5, "inclination": 84.92770106923716, "heading": 52.9467216653691} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7747004828444551, "wind_velocity_y_factor": 1.079426480100799, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.0635050983239619, "mass": 16.27601950528921, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330819337535852, "I_33_without_motor": 0.028773625489107384, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.96008475205559, "trigger": 800, "sampling_rate": 105, "lag": 1.4100069315372294, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9248151017103969, "trigger": "apogee", "sampling_rate": 105, "lag": 1.139440756953948, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6212.090957692037, "burn_start_time": -0.14017975857039391, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03294960472241709, "grain_number": 5, "grain_density": 1816.0141881583843, "grain_outer_radius": 0.03276883401518668, "grain_initial_inner_radius": 0.015038507761052238, "grain_initial_height": 0.12002108126995797, "grain_separation": 0.004714562202122065, "grains_center_of_mass_position": 0.39748974240340473, "center_of_dry_mass_position": 0.317, "nozzle_position": 9.106557531624103e-06, "throat_radius": 0.011198419820052647, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557025378555298}], "aerodynamic_surfaces": [{"length": 0.5561126297233304, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339815604084278}, {"n": 4, "root_chord": 0.120429576825654, "tip_chord": 0.059929099578755134, "span": 0.11033137420372309, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504870783999136}, {"top_radius": 0.06294665659286665, "bottom_radius": 0.0452417778414158, "length": 0.0610444888833924, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007844634905549, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193842187512136, "upper_button_position": 0.08140024473934127}], "rail_length": 5, "inclination": 86.26689021015488, "heading": 51.77011407095953} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3088352765740471, "wind_velocity_y_factor": 1.2834738221032675, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349704873436918, "mass": 15.3536165330445, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308630580273724, "I_33_without_motor": 0.04430799428270939, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.92813847557882, "trigger": 800, "sampling_rate": 105, "lag": 1.5538730135445797, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9775347128877752, "trigger": "apogee", "sampling_rate": 105, "lag": 1.340290135901606, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5413.991207180769, "burn_start_time": -0.046504655024183536, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03409410823672757, "grain_number": 5, "grain_density": 1827.9558327770012, "grain_outer_radius": 0.033489476414657826, "grain_initial_inner_radius": 0.014838643531711973, "grain_initial_height": 0.11887050136882718, "grain_separation": 0.0034343967776452196, "grains_center_of_mass_position": 0.39536644311043073, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002831104671611206, "throat_radius": 0.010806009206188944, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538945221335984}], "aerodynamic_surfaces": [{"length": 0.5586352436165635, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13293858736919}, {"n": 4, "root_chord": 0.11994824455706032, "tip_chord": 0.06057743221002675, "span": 0.10961910497842581, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491894182114248}, {"top_radius": 0.06216237994897636, "bottom_radius": 0.044216743158501166, "length": 0.06157075530289319, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981258486841188, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162040743283088, "upper_button_position": 0.08192177435580994}], "rail_length": 5, "inclination": 84.71565383271641, "heading": 52.668325372249036} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5420796727950907, "wind_velocity_y_factor": 0.594169330003693, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.0635144020688374, "mass": 14.903298144982276, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321007760190305, "I_33_without_motor": 0.0268064354665589, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.950209190494935, "trigger": 800, "sampling_rate": 105, "lag": 1.5381028734446125, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.090970798755819, "trigger": "apogee", "sampling_rate": 105, "lag": 1.211738422887082, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6203.038500233348, "burn_start_time": -0.14568064521089696, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03290621647158191, "grain_number": 5, "grain_density": 1816.680932857239, "grain_outer_radius": 0.03277886377846278, "grain_initial_inner_radius": 0.01488676285799648, "grain_initial_height": 0.12043908187209025, "grain_separation": 0.0028803689762414357, "grains_center_of_mass_position": 0.39582205947044563, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013927731317627133, "throat_radius": 0.011227916708019151, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541724183338852}], "aerodynamic_surfaces": [{"length": 0.5557709432219415, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327901141518468}, {"n": 4, "root_chord": 0.12070226497312762, "tip_chord": 0.05996906108648238, "span": 0.10964505437935529, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483746920055514}, {"top_radius": 0.06335937766530043, "bottom_radius": 0.042762598481963066, "length": 0.06013076231531315, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008981479060906, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176773958862951, "upper_button_position": 0.08322075201979551}], "rail_length": 5, "inclination": 85.76874003138826, "heading": 53.4647252097265} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1364683355945002, "wind_velocity_y_factor": 0.7235152449610447, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06351739218669591, "mass": 15.169376634450849, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314663593085597, "I_33_without_motor": 0.025981530899766996, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.037777712099663, "trigger": 800, "sampling_rate": 105, "lag": 1.6137996376987478, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1128533758657686, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3120757038235202, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6675.141845973485, "burn_start_time": -0.03845545001716172, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03348900661460481, "grain_number": 5, "grain_density": 1775.2373197856168, "grain_outer_radius": 0.03349034001242708, "grain_initial_inner_radius": 0.014745949472753282, "grain_initial_height": 0.12075487449947878, "grain_separation": 0.00587774345135896, "grains_center_of_mass_position": 0.3993603274752591, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007429463963821814, "throat_radius": 0.011344942190987303, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549357382299744}], "aerodynamic_surfaces": [{"length": 0.5565680264191207, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340606948778482}, {"n": 4, "root_chord": 0.1202697660490381, "tip_chord": 0.06024827069237268, "span": 0.10925057185306615, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489906322737794}, {"top_radius": 0.06527987217161894, "bottom_radius": 0.04069127986034752, "length": 0.06176774542395561, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995743745113795, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619314042197607, "upper_button_position": 0.0802603323137725}], "rail_length": 5, "inclination": 84.24574841494504, "heading": 49.5578021570397} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5373399017050169, "wind_velocity_y_factor": 1.2285852597177271, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06347705600997502, "mass": 15.614206008338332, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319682649449718, "I_33_without_motor": 0.010589537344730175, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.973368355513685, "trigger": 800, "sampling_rate": 105, "lag": 1.5337325188773363, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0985033908604502, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5976329880559703, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7125.319482016243, "burn_start_time": 0.05426072555065378, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033660073086378264, "grain_number": 5, "grain_density": 1812.963167151447, "grain_outer_radius": 0.03343726391133993, "grain_initial_inner_radius": 0.015064102525554181, "grain_initial_height": 0.12005570900568895, "grain_separation": 0.0036156560755682826, "grains_center_of_mass_position": 0.39665298475740857, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000498407100997562, "throat_radius": 0.011832523442990179, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254472714441121}], "aerodynamic_surfaces": [{"length": 0.5591134472943057, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1323570443445403}, {"n": 4, "root_chord": 0.11952266163879068, "tip_chord": 0.05978389574800866, "span": 0.10964290494149759, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0474682928992696}, {"top_radius": 0.06447503854671979, "bottom_radius": 0.043223205172521796, "length": 0.05914870903243839, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984569002656285, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617817473827525, "upper_button_position": 0.0806394264381034}], "rail_length": 5, "inclination": 86.73665743281349, "heading": 54.101897657623674} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0126880300147278, "wind_velocity_y_factor": 1.5666778061890316, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350071854649855, "mass": 15.32906823834014, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334210304040946, "I_33_without_motor": 0.04588315261768658, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.0450061689442, "trigger": 800, "sampling_rate": 105, "lag": 1.4232945561640464, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9640142198237235, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4946513627067208, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7305.166352398521, "burn_start_time": 0.008964276743666339, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032775710100180766, "grain_number": 5, "grain_density": 1839.9875568049054, "grain_outer_radius": 0.03303808521669667, "grain_initial_inner_radius": 0.014862307398936054, "grain_initial_height": 0.11915023896976222, "grain_separation": 0.005269913906765294, "grains_center_of_mass_position": 0.39628875249707907, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00011089624026340222, "throat_radius": 0.01141174108323828, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556006357426615}], "aerodynamic_surfaces": [{"length": 0.5577821608512362, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1319411024542891}, {"n": 4, "root_chord": 0.1200182652746216, "tip_chord": 0.05914740775589662, "span": 0.10969498627231834, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509836532067895}, {"top_radius": 0.062714783510288, "bottom_radius": 0.04437407288702976, "length": 0.06058818615450155, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982627024536937, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172588154940701, "upper_button_position": 0.08100388695962357}], "rail_length": 5, "inclination": 84.85804916612547, "heading": 48.23299091039783} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9717246185312949, "wind_velocity_y_factor": 0.6502106429090395, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06349433498213511, "mass": 15.830600369356693, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30132429841362, "I_33_without_motor": 0.03050732200995919, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.005953249669592, "trigger": 800, "sampling_rate": 105, "lag": 1.3621666935165497, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0530760603273792, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6432622093600269, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6597.446359776578, "burn_start_time": 0.075275568863142, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033575726737348426, "grain_number": 5, "grain_density": 1785.4248316920837, "grain_outer_radius": 0.03275005467832202, "grain_initial_inner_radius": 0.015105667318297414, "grain_initial_height": 0.1209821906271348, "grain_separation": 0.0034459332434564815, "grains_center_of_mass_position": 0.3978855892669078, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006573859163615538, "throat_radius": 0.01083741858413705, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254846504980281}], "aerodynamic_surfaces": [{"length": 0.5573518247341303, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352234834396595}, {"n": 4, "root_chord": 0.12044477806361996, "tip_chord": 0.06022007470566422, "span": 0.10929335827666303, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508744979232882}, {"top_radius": 0.06297946900829465, "bottom_radius": 0.04363820772515921, "length": 0.05987141961659043, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998782399245959, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179904572044156, "upper_button_position": 0.08188778272018027}], "rail_length": 5, "inclination": 83.88871662819294, "heading": 53.928149946318094} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0677554504465228, "wind_velocity_y_factor": 0.8959037199028143, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06348943121051766, "mass": 16.12846067998797, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3175999151789926, "I_33_without_motor": 0.03108271858935643, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.051491634658538, "trigger": 800, "sampling_rate": 105, "lag": 1.3810147021359787, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0613917491663525, "trigger": "apogee", "sampling_rate": 105, "lag": 1.607793253784353, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5099.176618130701, "burn_start_time": 0.09168977321340935, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03250384306142076, "grain_number": 5, "grain_density": 1810.2426211040713, "grain_outer_radius": 0.03268562931488068, "grain_initial_inner_radius": 0.015308025687108835, "grain_initial_height": 0.12042351250892136, "grain_separation": 0.004802519725464468, "grains_center_of_mass_position": 0.3967252842980621, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00034382287232778035, "throat_radius": 0.012180293528972411, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554572296121336}], "aerodynamic_surfaces": [{"length": 0.5585008670975686, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335412331550236}, {"n": 4, "root_chord": 0.11906952456885628, "tip_chord": 0.05979583458665773, "span": 0.10941922832006303, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493843024023923}, {"top_radius": 0.06424487103093487, "bottom_radius": 0.04369888452581763, "length": 0.059843854392800135, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994803455022801, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181114278197902, "upper_button_position": 0.08136891768248988}], "rail_length": 5, "inclination": 86.91333840139963, "heading": 55.04286196807496} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8343761207876677, "wind_velocity_y_factor": 0.6343745782169066, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06351304180120582, "mass": 15.216241122966284, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324244834927628, "I_33_without_motor": 0.04338317320243079, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.01296684864826, "trigger": 800, "sampling_rate": 105, "lag": 1.3207520782573998, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9912422685037348, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7403387034693907, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 8031.703310329316, "burn_start_time": -0.02212844863442086, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03324666291042727, "grain_number": 5, "grain_density": 1855.7766566668502, "grain_outer_radius": 0.0330909807211658, "grain_initial_inner_radius": 0.015301397881198137, "grain_initial_height": 0.11968901761039107, "grain_separation": 0.003063784145835749, "grains_center_of_mass_position": 0.39877759838457083, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00011504866018066397, "throat_radius": 0.010092243910508687, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544909896219385}], "aerodynamic_surfaces": [{"length": 0.5579626833710102, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351992973983112}, {"n": 4, "root_chord": 0.11961307059100759, "tip_chord": 0.059816841479663915, "span": 0.11088410872376632, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502907204278635}, {"top_radius": 0.06648688342145835, "bottom_radius": 0.0413770662909858, "length": 0.0609469313722119, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001437701305709, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177212561360933, "upper_button_position": 0.08242251399447764}], "rail_length": 5, "inclination": 84.50756303923531, "heading": 51.622973137706346} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3050454271904086, "wind_velocity_y_factor": 1.1670945268047423, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06351187281286107, "mass": 15.15411403200604, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318102721460096, "I_33_without_motor": 0.040208578514914384, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.040240679122661, "trigger": 800, "sampling_rate": 105, "lag": 1.454264653667206, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1334544792735917, "trigger": "apogee", "sampling_rate": 105, "lag": 1.357413430152606, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6585.977596024264, "burn_start_time": 0.11197801629775833, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032573634166850135, "grain_number": 5, "grain_density": 1837.0029779791357, "grain_outer_radius": 0.03334720671596764, "grain_initial_inner_radius": 0.015341129133905193, "grain_initial_height": 0.12054228194423224, "grain_separation": 0.004062169396393904, "grains_center_of_mass_position": 0.3966645818760157, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001391521687197192, "throat_radius": 0.01157948358025656, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562881333611395}], "aerodynamic_surfaces": [{"length": 0.55534574536972, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342545146560892}, {"n": 4, "root_chord": 0.11962029462228989, "tip_chord": 0.059761937328695204, "span": 0.11021678228249339, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04925504121079}, {"top_radius": 0.06364859767847045, "bottom_radius": 0.04150763335603021, "length": 0.061150973629429055, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014395905096904, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174127489147794, "upper_button_position": 0.08402684159491103}], "rail_length": 5, "inclination": 82.60230345849212, "heading": 49.25761597930554} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0096757674339463, "wind_velocity_y_factor": 1.1595366261457656, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349010371947987, "mass": 16.08087962335173, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31820695196013, "I_33_without_motor": 0.045247832036786784, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.98163581349163, "trigger": 800, "sampling_rate": 105, "lag": 1.4309393260319847, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9739766391503005, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7293977796636757, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6332.705181335864, "burn_start_time": 0.104922707364542, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03369103673767076, "grain_number": 5, "grain_density": 1903.6424823759394, "grain_outer_radius": 0.03263169353599941, "grain_initial_inner_radius": 0.014870343149165466, "grain_initial_height": 0.12014813111316097, "grain_separation": 0.0053800776546566315, "grains_center_of_mass_position": 0.3963586604773473, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00020923334290344942, "throat_radius": 0.010766570094039873, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547354504381778}], "aerodynamic_surfaces": [{"length": 0.5576277159559903, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343735246034734}, {"n": 4, "root_chord": 0.1201277096098261, "tip_chord": 0.05913719116405973, "span": 0.11000920790187116, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504773680211725}, {"top_radius": 0.06423447320393535, "bottom_radius": 0.043483510295062866, "length": 0.05943531284461319, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991403323506035, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169910833530886, "upper_button_position": 0.08214924899751486}], "rail_length": 5, "inclination": 83.66308499362462, "heading": 57.17048630661048} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9770838845472661, "wind_velocity_y_factor": 1.0001423352665968, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349523730123735, "mass": 16.09357484787786, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3120774546284135, "I_33_without_motor": 0.02477743708365289, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.830037575431762, "trigger": 800, "sampling_rate": 105, "lag": 1.6157021765816537, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9433236468882146, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6090041491448686, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6032.8250333303085, "burn_start_time": 0.037646964531132636, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03414655265012858, "grain_number": 5, "grain_density": 1787.391352975351, "grain_outer_radius": 0.033269622957639314, "grain_initial_inner_radius": 0.015506592305300965, "grain_initial_height": 0.12062969619603617, "grain_separation": 0.004142484167873409, "grains_center_of_mass_position": 0.39679574474350615, "center_of_dry_mass_position": 0.317, "nozzle_position": -6.363668279075137e-05, "throat_radius": 0.011692696795299112, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547669460304656}], "aerodynamic_surfaces": [{"length": 0.5590327813311313, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134952144960933}, {"n": 4, "root_chord": 0.12073033844371654, "tip_chord": 0.058949493372411066, "span": 0.10966413083435889, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050412799590554}, {"top_radius": 0.06176031583342578, "bottom_radius": 0.042518950801162164, "length": 0.06037750676335121, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008136189229915, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6198832232630058, "upper_button_position": 0.08093039565998572}], "rail_length": 5, "inclination": 84.6819424550023, "heading": 54.95872515053671} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9946999425582979, "wind_velocity_y_factor": 1.1462878061546415, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.0634993859740636, "mass": 15.472947834336562, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317813642209294, "I_33_without_motor": 0.03127814579492499, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.088167093073398, "trigger": 800, "sampling_rate": 105, "lag": 1.4603582007700178, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0837248060209013, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1416135255875528, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7919.422810682273, "burn_start_time": 0.05445642277480364, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03336728048318192, "grain_number": 5, "grain_density": 1887.8525433424027, "grain_outer_radius": 0.0330740924609024, "grain_initial_inner_radius": 0.01448992859996555, "grain_initial_height": 0.12134107818479296, "grain_separation": 0.005636822663786729, "grains_center_of_mass_position": 0.3965994397855848, "center_of_dry_mass_position": 0.317, "nozzle_position": 4.3831650413761235e-05, "throat_radius": 0.010933702268667727, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254899157756724}], "aerodynamic_surfaces": [{"length": 0.5595706985239712, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135577556954239}, {"n": 4, "root_chord": 0.11981894039551634, "tip_chord": 0.0587899124290568, "span": 0.10951597794739197, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049103500889395}, {"top_radius": 0.06373284694363351, "bottom_radius": 0.04546702113472191, "length": 0.05925579537103899, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009814600107005, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169002102735609, "upper_button_position": 0.0840812497371396}], "rail_length": 5, "inclination": 86.37842883998046, "heading": 51.60399748400001} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.6366437034295958, "wind_velocity_y_factor": 1.2878577076865796, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350492750127901, "mass": 15.67080758235819, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321624964895935, "I_33_without_motor": 0.04202218915439081, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.993049014699773, "trigger": 800, "sampling_rate": 105, "lag": 1.5784169199742928, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0306915901750475, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1046388246797145, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5774.578615268738, "burn_start_time": -0.15865493065739647, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03353829154459358, "grain_number": 5, "grain_density": 1836.5897335364646, "grain_outer_radius": 0.033543567590291715, "grain_initial_inner_radius": 0.015522705350664546, "grain_initial_height": 0.11975362026381124, "grain_separation": 0.004958121551529003, "grains_center_of_mass_position": 0.39705403022113844, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001136062056598449, "throat_radius": 0.010736319870615468, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563052448162468}], "aerodynamic_surfaces": [{"length": 0.5586986133259199, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345846157177901}, {"n": 4, "root_chord": 0.1211062238270601, "tip_chord": 0.05975814492500486, "span": 0.10993023443320471, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486765906078865}, {"top_radius": 0.061977141541375576, "bottom_radius": 0.04273120115364986, "length": 0.059517834303390756, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998856873245746, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169416147257663, "upper_button_position": 0.08294407259880832}], "rail_length": 5, "inclination": 86.29577760788321, "heading": 52.51613794207331} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.2207292665573046, "wind_velocity_y_factor": 0.8624031819304246, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349644091614505, "mass": 15.460581101123156, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331570427126456, "I_33_without_motor": 0.027228532134726882, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.028221714494633, "trigger": 800, "sampling_rate": 105, "lag": 1.7195998212049932, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9098352140632087, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5289544999809408, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7358.063482989756, "burn_start_time": 0.047235970979467426, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033306987586084205, "grain_number": 5, "grain_density": 1816.3762251962776, "grain_outer_radius": 0.03279997594738801, "grain_initial_inner_radius": 0.014567912523827217, "grain_initial_height": 0.11972685234030915, "grain_separation": 0.00511387912903317, "grains_center_of_mass_position": 0.39844621458907903, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009139048832826487, "throat_radius": 0.011457762855057023, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543217367381414}], "aerodynamic_surfaces": [{"length": 0.5598669330650429, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331038449716462}, {"n": 4, "root_chord": 0.11942210044753879, "tip_chord": 0.0594742967443497, "span": 0.11056208119403754, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496367749509141}, {"top_radius": 0.06505153652927541, "bottom_radius": 0.04375080676583665, "length": 0.060060076711223105, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998708431204357, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190131480230792, "upper_button_position": 0.08085769509735652}], "rail_length": 5, "inclination": 83.93431080138582, "heading": 54.228368517367535} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.17930188888490217, "wind_velocity_y_factor": 0.735884450306324, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349972834116449, "mass": 14.823829589545175, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316330833735492, "I_33_without_motor": 0.03160368190183563, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.917832418669075, "trigger": 800, "sampling_rate": 105, "lag": 1.5577832652249461, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.023481306865655, "trigger": "apogee", "sampling_rate": 105, "lag": 1.707185384463642, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5474.867678099582, "burn_start_time": 0.04529340512042796, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03284687362601382, "grain_number": 5, "grain_density": 1766.8514031956167, "grain_outer_radius": 0.033224755554931054, "grain_initial_inner_radius": 0.014940892601234101, "grain_initial_height": 0.12057282526890363, "grain_separation": 0.006265383612307383, "grains_center_of_mass_position": 0.3994125444937653, "center_of_dry_mass_position": 0.317, "nozzle_position": -5.092752781362651e-05, "throat_radius": 0.011191676928868863, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548315309939266}], "aerodynamic_surfaces": [{"length": 0.5594344822793325, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13358042117557}, {"n": 4, "root_chord": 0.12039284158283298, "tip_chord": 0.05963370411129283, "span": 0.11092624587908517, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494036293874431}, {"top_radius": 0.06252960939088328, "bottom_radius": 0.04462201203614953, "length": 0.060991261498605606, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008118926684371, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181217396167757, "upper_button_position": 0.08269015305166139}], "rail_length": 5, "inclination": 84.33149408905858, "heading": 53.104819826178414} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9851636884440197, "wind_velocity_y_factor": 1.2092711231096982, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350084420539888, "mass": 14.68705723368399, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318427588249945, "I_33_without_motor": 0.04729040232632677, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.106827319429462, "trigger": 800, "sampling_rate": 105, "lag": 1.4995028359876765, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9312479640446295, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9368345809915324, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8186.8985048175255, "burn_start_time": 0.13172890338832374, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033054797385925254, "grain_number": 5, "grain_density": 1778.3261281024218, "grain_outer_radius": 0.033157994351052655, "grain_initial_inner_radius": 0.015471433762310072, "grain_initial_height": 0.11953226545959231, "grain_separation": 0.005403744342380911, "grains_center_of_mass_position": 0.3972026415888965, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00030252887837755465, "throat_radius": 0.010907127097269497, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254958396283896}], "aerodynamic_surfaces": [{"length": 0.558825720315273, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336055595041215}, {"n": 4, "root_chord": 0.11971646376856625, "tip_chord": 0.05921002393283828, "span": 0.11024091253305705, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484277914269886}, {"top_radius": 0.0643603050870199, "bottom_radius": 0.045102529293255686, "length": 0.060658675482181124, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986798531832249, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175088719127081, "upper_button_position": 0.0811709812705168}], "rail_length": 5, "inclination": 84.61708528750677, "heading": 54.279949885599706} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9153107744925748, "wind_velocity_y_factor": 1.2979289184683496, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350815636623833, "mass": 15.800521588105491, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312853379924485, "I_33_without_motor": 0.02226516769280774, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.909747842048915, "trigger": 800, "sampling_rate": 105, "lag": 1.550988081792085, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9722461858984726, "trigger": "apogee", "sampling_rate": 105, "lag": 1.515231067331713, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5571.631744162265, "burn_start_time": 0.09163231524921073, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03392862171890228, "grain_number": 5, "grain_density": 1810.5867261537494, "grain_outer_radius": 0.03301641471365414, "grain_initial_inner_radius": 0.015082470795145684, "grain_initial_height": 0.11991888600070139, "grain_separation": 0.0036501978813002723, "grains_center_of_mass_position": 0.39449425839956515, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006321579342848605, "throat_radius": 0.010692356282838125, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549830800546047}], "aerodynamic_surfaces": [{"length": 0.5588046999564799, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345807665200727}, {"n": 4, "root_chord": 0.1199075103394982, "tip_chord": 0.05934138197314902, "span": 0.10978641997118298, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496383169058112}, {"top_radius": 0.06547533477750411, "bottom_radius": 0.04539873355946528, "length": 0.059933261272992894, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003449231647499, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617270278579888, "upper_button_position": 0.08307464458486191}], "rail_length": 5, "inclination": 84.59958927103087, "heading": 53.24836110302117} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.11770468705866144, "wind_velocity_y_factor": 0.9097931243254906, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349328850530937, "mass": 15.731045393307953, "I_11_without_motor": 6.321, "I_22_without_motor": 6.300329209300177, "I_33_without_motor": 0.030199546693521175, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.019518143459953, "trigger": 800, "sampling_rate": 105, "lag": 1.5807099869297465, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0436049475562403, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8787136083863674, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5890.431238270541, "burn_start_time": 0.04873606431322675, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033103729978937, "grain_number": 5, "grain_density": 1811.1240009847122, "grain_outer_radius": 0.032761597435847105, "grain_initial_inner_radius": 0.014754635288353943, "grain_initial_height": 0.12015569730748023, "grain_separation": 0.005581692315587791, "grains_center_of_mass_position": 0.3969321926093434, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013809721360153768, "throat_radius": 0.01081799290488194, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540965455142639}], "aerodynamic_surfaces": [{"length": 0.5583663736346948, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133090741373684}, {"n": 4, "root_chord": 0.12019742649169671, "tip_chord": 0.059848658884636106, "span": 0.1104571874432823, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489262562658133}, {"top_radius": 0.06475279016473023, "bottom_radius": 0.04305691691986877, "length": 0.05917811325046033, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988985080238492, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172128865144549, "upper_button_position": 0.08168562150939429}], "rail_length": 5, "inclination": 84.95917790770896, "heading": 55.32674261056655} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7846001665981854, "wind_velocity_y_factor": 0.8524568846286391, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350887034913306, "mass": 15.427852578485723, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314147035645308, "I_33_without_motor": 0.03865048541802558, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.83150156548788, "trigger": 800, "sampling_rate": 105, "lag": 1.4763523758125352, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0445785560946426, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5447684378370397, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6935.132902241978, "burn_start_time": -0.15308560074536826, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032784408504520024, "grain_number": 5, "grain_density": 1744.400821396512, "grain_outer_radius": 0.03277372701705167, "grain_initial_inner_radius": 0.014883745421392917, "grain_initial_height": 0.1188783511004767, "grain_separation": 0.005328416267328339, "grains_center_of_mass_position": 0.3962747428922606, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00041019823353733646, "throat_radius": 0.011444356999042863, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559537004124974}], "aerodynamic_surfaces": [{"length": 0.5593877150883398, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345906034292412}, {"n": 4, "root_chord": 0.12036397245542325, "tip_chord": 0.06024305604075913, "span": 0.10975554292792523, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481509458186415}, {"top_radius": 0.061539273524440045, "bottom_radius": 0.044202853463174284, "length": 0.06081848445865892, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700303630286429, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170627534009934, "upper_button_position": 0.08324087688543558}], "rail_length": 5, "inclination": 84.1982216823829, "heading": 52.872465024384525} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8786151135038198, "wind_velocity_y_factor": 0.7394352726505502, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.0635095958559719, "mass": 16.135060024704245, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317548335273121, "I_33_without_motor": 0.039449325555326535, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.94182322011653, "trigger": 800, "sampling_rate": 105, "lag": 1.543604199262863, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0723207329297062, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3718217961172188, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7908.53742826157, "burn_start_time": -0.07972977814603512, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032589897220180665, "grain_number": 5, "grain_density": 1871.9489155144156, "grain_outer_radius": 0.03323778717863682, "grain_initial_inner_radius": 0.015336225925816968, "grain_initial_height": 0.11964145473043131, "grain_separation": 0.0034071997601775967, "grains_center_of_mass_position": 0.3968520731471096, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007913094589706504, "throat_radius": 0.011695707138712794, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254715119712369}], "aerodynamic_surfaces": [{"length": 0.5589162817873803, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354935632213818}, {"n": 4, "root_chord": 0.11950826834290035, "tip_chord": 0.05937509287682455, "span": 0.11002592881477873, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501913832821095}, {"top_radius": 0.06594684872381966, "bottom_radius": 0.043158307076548955, "length": 0.061440862727620435, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007012028051529, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175915673135023, "upper_button_position": 0.08310963549165062}], "rail_length": 5, "inclination": 84.13308774851807, "heading": 52.53449639068239} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7205384987493895, "wind_velocity_y_factor": 1.2008357366883304, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06348628934984227, "mass": 14.709989519641288, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316959161023076, "I_33_without_motor": 0.03270129368182629, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.156983812045778, "trigger": 800, "sampling_rate": 105, "lag": 1.5227207428503335, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0547291130669845, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7641370683899418, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7931.733809093381, "burn_start_time": 0.07502934437075698, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032127159021482096, "grain_number": 5, "grain_density": 1780.7223478185067, "grain_outer_radius": 0.03291006509577851, "grain_initial_inner_radius": 0.015034217606570827, "grain_initial_height": 0.12154006210649507, "grain_separation": 0.004176992488280343, "grains_center_of_mass_position": 0.39656614972595766, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0016931475280460365, "throat_radius": 0.010479491532409414, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255749530961969}], "aerodynamic_surfaces": [{"length": 0.5587008232289397, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329367796259366}, {"n": 4, "root_chord": 0.1200979089965582, "tip_chord": 0.06003105407848166, "span": 0.10967346998437925, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491280242682521}, {"top_radius": 0.06347163349943495, "bottom_radius": 0.042749120923735284, "length": 0.06046225740895347, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990940242576892, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616740974995517, "upper_button_position": 0.08235304926217213}], "rail_length": 5, "inclination": 85.07036046387039, "heading": 49.555613663216796} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0204726738064822, "wind_velocity_y_factor": 1.485298216232184, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349084217959529, "mass": 16.401857709199493, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319337668982275, "I_33_without_motor": 0.034198863741110516, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.014471223803811, "trigger": 800, "sampling_rate": 105, "lag": 1.4111819928524092, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1799829502755255, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4915671956711334, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4437.0714208504, "burn_start_time": -0.09828963167130607, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03313121763543474, "grain_number": 5, "grain_density": 1832.9097650771284, "grain_outer_radius": 0.03322685550866677, "grain_initial_inner_radius": 0.014377136625637334, "grain_initial_height": 0.12026057523741888, "grain_separation": 0.0064495606604256135, "grains_center_of_mass_position": 0.396941332139689, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012039985483095687, "throat_radius": 0.011686974671305514, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540320964938068}], "aerodynamic_surfaces": [{"length": 0.5588494371119775, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343161226916698}, {"n": 4, "root_chord": 0.1204165180142867, "tip_chord": 0.06000184774272807, "span": 0.10983971470726545, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497815785036368}, {"top_radius": 0.06461461144983766, "bottom_radius": 0.04227773683086177, "length": 0.06075586012420362, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009956885540569, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183436943443715, "upper_button_position": 0.08265199420968539}], "rail_length": 5, "inclination": 84.46744301472964, "heading": 49.669497398449664} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8542268624289335, "wind_velocity_y_factor": 1.052385068076796, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.0634967734188317, "mass": 15.721406397821285, "I_11_without_motor": 6.321, "I_22_without_motor": 6.2985872926975395, "I_33_without_motor": 0.00962859121412915, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.073841972909666, "trigger": 800, "sampling_rate": 105, "lag": 1.3967273023891997, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0710199357223011, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5022181576334035, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6807.765881840242, "burn_start_time": -0.12359407695634839, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03305992583093574, "grain_number": 5, "grain_density": 1769.5021220101287, "grain_outer_radius": 0.032692848792505357, "grain_initial_inner_radius": 0.013872887200028983, "grain_initial_height": 0.11911515466469084, "grain_separation": 0.0029549258337903937, "grains_center_of_mass_position": 0.397790803508075, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0019324153330151387, "throat_radius": 0.011139677624119458, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563541185892497}], "aerodynamic_surfaces": [{"length": 0.5586994200318197, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1321217357542255}, {"n": 4, "root_chord": 0.11985391941244854, "tip_chord": 0.05986651925563491, "span": 0.11027430506197711, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0475866568441723}, {"top_radius": 0.06375228247414019, "bottom_radius": 0.04321583806563715, "length": 0.060087913976332834, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7015972883555837, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180693295084462, "upper_button_position": 0.08352795884713748}], "rail_length": 5, "inclination": 84.09786704936681, "heading": 54.52682661785044} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0441159525319943, "wind_velocity_y_factor": 0.5442769673361948, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.0634915576356659, "mass": 14.950652079355512, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332220078404483, "I_33_without_motor": 0.04105307986819806, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.976133700023821, "trigger": 800, "sampling_rate": 105, "lag": 1.369528956523613, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9599280145064727, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5402864823843567, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7422.53473695703, "burn_start_time": -0.16757801050863688, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032701171060366345, "grain_number": 5, "grain_density": 1764.827619268158, "grain_outer_radius": 0.03283199401541725, "grain_initial_inner_radius": 0.015028336847026784, "grain_initial_height": 0.1202200327023689, "grain_separation": 0.004942848341391835, "grains_center_of_mass_position": 0.3992064250778979, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008140717517118415, "throat_radius": 0.009950710583679809, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547734214139559}], "aerodynamic_surfaces": [{"length": 0.5578696376326082, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132768334386811}, {"n": 4, "root_chord": 0.12086265919045933, "tip_chord": 0.059539511893028335, "span": 0.10983722477144356, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049779135104317}, {"top_radius": 0.06240227865971025, "bottom_radius": 0.042605876043759275, "length": 0.06006354652938548, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990291737952229, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169336270659227, "upper_button_position": 0.0820955467293002}], "rail_length": 5, "inclination": 84.49783429626918, "heading": 51.508027060441826} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3929287728107542, "wind_velocity_y_factor": 1.5539477554284093, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349613347716347, "mass": 15.772503064776362, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317062211794157, "I_33_without_motor": 0.030566525585705835, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.225311417497439, "trigger": 800, "sampling_rate": 105, "lag": 1.665505954846557, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.001107232504318, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1462183299384838, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5876.159247124231, "burn_start_time": -0.0575078226749062, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03363673071845088, "grain_number": 5, "grain_density": 1870.2548812488828, "grain_outer_radius": 0.03338061151510566, "grain_initial_inner_radius": 0.014894301713129363, "grain_initial_height": 0.11988610604674993, "grain_separation": 0.0036204835290789598, "grains_center_of_mass_position": 0.39609230224407826, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00011782493609486349, "throat_radius": 0.011378552366009279, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25445139054204}], "aerodynamic_surfaces": [{"length": 0.5579202374882045, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350126248532675}, {"n": 4, "root_chord": 0.11992151127873144, "tip_chord": 0.06061252510455492, "span": 0.10998333953113175, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505344482256274}, {"top_radius": 0.06385063326664828, "bottom_radius": 0.04400190371774272, "length": 0.058930977704757484, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003083048455923, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186052222520682, "upper_button_position": 0.0817030825935241}], "rail_length": 5, "inclination": 85.46007875494358, "heading": 51.23666162655306} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7382358638739249, "wind_velocity_y_factor": 0.5230352815397099, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349103139755144, "mass": 15.505136402081465, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33383754810059, "I_33_without_motor": 0.020720847965182587, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.926582707980605, "trigger": 800, "sampling_rate": 105, "lag": 1.5499951130355782, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9054197091789191, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6237012160481328, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6418.902157281793, "burn_start_time": 0.05102689339283304, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033043897055973145, "grain_number": 5, "grain_density": 1821.683191401963, "grain_outer_radius": 0.03302341968581793, "grain_initial_inner_radius": 0.015088994178620405, "grain_initial_height": 0.11923569292105733, "grain_separation": 0.004881132545105446, "grains_center_of_mass_position": 0.39440555422062556, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001849205209975183, "throat_radius": 0.011625368532911483, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542460731184917}], "aerodynamic_surfaces": [{"length": 0.5568157115143022, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353960489839863}, {"n": 4, "root_chord": 0.11997837410823291, "tip_chord": 0.059627863878310663, "span": 0.10926235412187846, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483428085354844}, {"top_radius": 0.06374502838154723, "bottom_radius": 0.04306289206191835, "length": 0.061930944046038106, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006194020956776, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180790206388124, "upper_button_position": 0.08254038145686526}], "rail_length": 5, "inclination": 84.71559526820447, "heading": 54.2963380289179} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.6899050834834077, "wind_velocity_y_factor": 0.7573023711016053, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06348936486148003, "mass": 16.23299193850129, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3203658359463954, "I_33_without_motor": 0.02396885819597152, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.979711661687924, "trigger": 800, "sampling_rate": 105, "lag": 1.4708786621826968, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0237442599719324, "trigger": "apogee", "sampling_rate": 105, "lag": 1.581394461092927, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7044.455638333518, "burn_start_time": -0.24782397616383622, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03307562551109746, "grain_number": 5, "grain_density": 1836.5249820200613, "grain_outer_radius": 0.033619519697249516, "grain_initial_inner_radius": 0.014957931917839574, "grain_initial_height": 0.12206766023237708, "grain_separation": 0.00461849495611361, "grains_center_of_mass_position": 0.39846510586127054, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008963780202613932, "throat_radius": 0.010526169950591163, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555203162545823}], "aerodynamic_surfaces": [{"length": 0.559383201784315, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.131520175777068}, {"n": 4, "root_chord": 0.11964827535540982, "tip_chord": 0.0602546683774826, "span": 0.10953077602661102, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492543292162215}, {"top_radius": 0.06356873235923981, "bottom_radius": 0.04305215497761682, "length": 0.06010625738239878, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.697725309790918, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173805473262749, "upper_button_position": 0.08034476246464306}], "rail_length": 5, "inclination": 85.88276353085041, "heading": 51.70373187124996} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9022954484329453, "wind_velocity_y_factor": 1.3992809795914527, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349816285174983, "mass": 15.135893526791712, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330208473089436, "I_33_without_motor": 0.03966706976856433, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.143728301341389, "trigger": 800, "sampling_rate": 105, "lag": 1.5465411143994041, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9430376934129427, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6339958431922743, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8409.233660097989, "burn_start_time": -0.08443512835674714, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03270705486384122, "grain_number": 5, "grain_density": 1776.82885121089, "grain_outer_radius": 0.032663748863352646, "grain_initial_inner_radius": 0.01467642663605563, "grain_initial_height": 0.12097886636449924, "grain_separation": 0.005375424595788145, "grains_center_of_mass_position": 0.3974364232877939, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006293065354499514, "throat_radius": 0.010314910760976854, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.252942773813591}], "aerodynamic_surfaces": [{"length": 0.556949692177972, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340017522446275}, {"n": 4, "root_chord": 0.12070564062658438, "tip_chord": 0.06011338857141581, "span": 0.10945363049111433, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483466872392513}, {"top_radius": 0.061389227170472974, "bottom_radius": 0.044175386221428595, "length": 0.061289985545252654, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001758134818348, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174244529162978, "upper_button_position": 0.082751360565537}], "rail_length": 5, "inclination": 85.09460324122804, "heading": 51.851538637094826} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.3655582766008709, "wind_velocity_y_factor": 1.3038145842648636, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06348573797001929, "mass": 14.931995723414383, "I_11_without_motor": 6.321, "I_22_without_motor": 6.340318682635392, "I_33_without_motor": 0.044237917339836855, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.082361866176278, "trigger": 800, "sampling_rate": 105, "lag": 1.4359353910630495, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0319130988330536, "trigger": "apogee", "sampling_rate": 105, "lag": 1.648848837138205, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7148.530179847179, "burn_start_time": -0.097098355077556, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032421615037056574, "grain_number": 5, "grain_density": 1833.0554693979896, "grain_outer_radius": 0.03303763965890641, "grain_initial_inner_radius": 0.014953887154550646, "grain_initial_height": 0.12002721079290136, "grain_separation": 0.005528763039440266, "grains_center_of_mass_position": 0.3977676492474362, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008654846172767445, "throat_radius": 0.011316626735204671, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558774814990725}], "aerodynamic_surfaces": [{"length": 0.5585416308940703, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335918141542671}, {"n": 4, "root_chord": 0.12075332433044933, "tip_chord": 0.05987864564579401, "span": 0.1098143633465696, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485400438482386}, {"top_radius": 0.06497094896698791, "bottom_radius": 0.045355276407122315, "length": 0.06158078680757323, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989369782666458, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192254797652622, "upper_button_position": 0.07971149850138359}], "rail_length": 5, "inclination": 85.31193184666107, "heading": 53.4240859007452} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1592035695249558, "wind_velocity_y_factor": 0.8406029385984379, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349351192412847, "mass": 14.941648035460702, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330574488594164, "I_33_without_motor": 0.03672488817222914, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.061890587650138, "trigger": 800, "sampling_rate": 105, "lag": 1.437197457828786, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9716255857913895, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4395763626825526, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4671.745015687869, "burn_start_time": 0.014080489991414728, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0334355405293095, "grain_number": 5, "grain_density": 1819.3174048921135, "grain_outer_radius": 0.03316744344655352, "grain_initial_inner_radius": 0.014623919553882954, "grain_initial_height": 0.11936583561232841, "grain_separation": 0.0049558189628696936, "grains_center_of_mass_position": 0.3961882756940442, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000364553347681397, "throat_radius": 0.010979883842373722, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559666880192164}], "aerodynamic_surfaces": [{"length": 0.5577134249391513, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13411088534306}, {"n": 4, "root_chord": 0.12057321895046424, "tip_chord": 0.05979289349474909, "span": 0.11010986196089799, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050941483901088}, {"top_radius": 0.06255525395471709, "bottom_radius": 0.043171487891994736, "length": 0.058819391746403965, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986637142370724, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618955436115092, "upper_button_position": 0.07970827812198045}], "rail_length": 5, "inclination": 85.88215697817614, "heading": 51.52747974164195} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.154704808041784, "wind_velocity_y_factor": 0.6702439678365216, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349992933698574, "mass": 15.580552095786247, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316956061859094, "I_33_without_motor": 0.05042704544328421, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.03321250125858, "trigger": 800, "sampling_rate": 105, "lag": 1.408108579950337, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.113986275183956, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6018992297643084, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6102.389934967376, "burn_start_time": -0.06941687460098388, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032114476021119484, "grain_number": 5, "grain_density": 1791.5772042871745, "grain_outer_radius": 0.03256268092485801, "grain_initial_inner_radius": 0.014933620125395092, "grain_initial_height": 0.11929986177731308, "grain_separation": 0.004697814532955607, "grains_center_of_mass_position": 0.39643335972953037, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001619218894879118, "throat_radius": 0.011470049874752275, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2585365943443472}], "aerodynamic_surfaces": [{"length": 0.5597653236869592, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335830657056811}, {"n": 4, "root_chord": 0.12004302559063428, "tip_chord": 0.05981271336526857, "span": 0.11044339810458446, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490699444892488}, {"top_radius": 0.06172548821377328, "bottom_radius": 0.04368151995373265, "length": 0.06111906409270812, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699016165812349, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618520883557593, "upper_button_position": 0.080495282254756}], "rail_length": 5, "inclination": 83.10375946265536, "heading": 53.555490751288936} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0487118887694655, "wind_velocity_y_factor": 1.291258488213675, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349325335178385, "mass": 15.256437444669816, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32950315329786, "I_33_without_motor": 0.020269516878997067, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.959767264966242, "trigger": 800, "sampling_rate": 105, "lag": 1.522472138770208, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0299953899615717, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4246941035519947, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6600.329316713712, "burn_start_time": -0.05145035052368398, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03286169650472614, "grain_number": 5, "grain_density": 1883.1943535527673, "grain_outer_radius": 0.0333713325972583, "grain_initial_inner_radius": 0.015266939997099167, "grain_initial_height": 0.11786102784853657, "grain_separation": 0.005113651402832661, "grains_center_of_mass_position": 0.39704466586289755, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00027758650414650603, "throat_radius": 0.011184607076478439, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556424062781484}], "aerodynamic_surfaces": [{"length": 0.55905314245184, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339235247388644}, {"n": 4, "root_chord": 0.12019376327433992, "tip_chord": 0.06043289738808723, "span": 0.11021342077628582, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051367554179513}, {"top_radius": 0.06462076290911854, "bottom_radius": 0.04241047370198764, "length": 0.060379114261425115, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989986385217453, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178162371463712, "upper_button_position": 0.08118240137537402}], "rail_length": 5, "inclination": 84.19977768632762, "heading": 53.05544167012443} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.771115909079782, "wind_velocity_y_factor": 0.49954644460261455, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.0634983764153999, "mass": 15.203757285980135, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324967867836145, "I_33_without_motor": 0.022724147999122205, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.962612002735836, "trigger": 800, "sampling_rate": 105, "lag": 1.5691298711834303, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0405617995665923, "trigger": "apogee", "sampling_rate": 105, "lag": 1.643331584210478, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7003.676055058361, "burn_start_time": -0.11594318155477334, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03349643656291087, "grain_number": 5, "grain_density": 1860.7171845749203, "grain_outer_radius": 0.03358366015030768, "grain_initial_inner_radius": 0.014334528414194444, "grain_initial_height": 0.1195872015456819, "grain_separation": 0.004919340900151958, "grains_center_of_mass_position": 0.39762016815670675, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004026486673724649, "throat_radius": 0.010651304697241952, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551364852772493}], "aerodynamic_surfaces": [{"length": 0.5589820906660371, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348810171402448}, {"n": 4, "root_chord": 0.11971283961131395, "tip_chord": 0.06050917617339334, "span": 0.11075654669733584, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481499744548437}, {"top_radius": 0.06284394790537698, "bottom_radius": 0.04557887495285565, "length": 0.060244838735101336, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000357969859624, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180639187314361, "upper_button_position": 0.08197187825452634}], "rail_length": 5, "inclination": 83.32977004944962, "heading": 56.3701948422279} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.1655325475578155, "wind_velocity_y_factor": 1.434555380291555, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350656149838267, "mass": 15.300686549897833, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326467575109555, "I_33_without_motor": 0.04620956768802518, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.054775432676015, "trigger": 800, "sampling_rate": 105, "lag": 1.537164599378814, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.117479616284221, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8367595719069356, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5532.912824059269, "burn_start_time": -0.04532914523450177, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03257109719055911, "grain_number": 5, "grain_density": 1923.7233305384393, "grain_outer_radius": 0.03285518483323963, "grain_initial_inner_radius": 0.014941510257799712, "grain_initial_height": 0.11979909156608048, "grain_separation": 0.004323065706032262, "grains_center_of_mass_position": 0.39590513659687226, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003318264831521218, "throat_radius": 0.011272273408929926, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548169626820622}], "aerodynamic_surfaces": [{"length": 0.5573704327750578, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132833963141924}, {"n": 4, "root_chord": 0.11887674008578095, "tip_chord": 0.05872889957977923, "span": 0.10981153224870094, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492947802170165}, {"top_radius": 0.06247383646976492, "bottom_radius": 0.04377191283248927, "length": 0.05866533571426772, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990727029409691, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165575086392706, "upper_button_position": 0.08251519430169851}], "rail_length": 5, "inclination": 86.79933319132704, "heading": 50.1935886485816} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5463113543444824, "wind_velocity_y_factor": 1.2100057978506937, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06348756971697771, "mass": 15.83095839258548, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318397896746593, "I_33_without_motor": 0.03280066617630291, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.97456823325711, "trigger": 800, "sampling_rate": 105, "lag": 1.5919589978000204, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0490534149448167, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1630811701765231, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 7916.645117206107, "burn_start_time": 0.14588548142693722, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03328779101021413, "grain_number": 5, "grain_density": 1834.9085438578536, "grain_outer_radius": 0.03285915752875331, "grain_initial_inner_radius": 0.014493432013382681, "grain_initial_height": 0.11918359580539672, "grain_separation": 0.006964686029555173, "grains_center_of_mass_position": 0.3975827279401968, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014035328289510006, "throat_radius": 0.011502929295395876, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255403368461546}], "aerodynamic_surfaces": [{"length": 0.5572264342546832, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134317612449835}, {"n": 4, "root_chord": 0.11947815883658817, "tip_chord": 0.05988731126634595, "span": 0.10964038912406264, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507879310008716}, {"top_radius": 0.06470867634168442, "bottom_radius": 0.043154772890788964, "length": 0.060990110145285756, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700397848128296, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180069983944253, "upper_button_position": 0.08239084973387067}], "rail_length": 5, "inclination": 84.89720403642728, "heading": 54.362776587704204} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.5984723073563125, "wind_velocity_y_factor": 1.3740807598617015, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349793956408128, "mass": 15.46997878649546, "I_11_without_motor": 6.321, "I_22_without_motor": 6.336210515748391, "I_33_without_motor": 0.018330912292277124, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.165415561503526, "trigger": 800, "sampling_rate": 105, "lag": 1.4388871806292804, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0589842325856946, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1081546524373993, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4251.803177893538, "burn_start_time": 0.10884213269576032, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03304920581496739, "grain_number": 5, "grain_density": 1850.3758652024221, "grain_outer_radius": 0.033075797065890755, "grain_initial_inner_radius": 0.015389523188857423, "grain_initial_height": 0.12005647096950545, "grain_separation": 0.006142268304390622, "grains_center_of_mass_position": 0.3991560054556724, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005347793109131956, "throat_radius": 0.010967500921453278, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.252948046102551}], "aerodynamic_surfaces": [{"length": 0.5594974787038436, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332958141920138}, {"n": 4, "root_chord": 0.12069768739415536, "tip_chord": 0.060813093454917144, "span": 0.10941767799377979, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502090450047012}, {"top_radius": 0.06385769355669015, "bottom_radius": 0.0422329162006604, "length": 0.06038961144842697, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001858872211909, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176553342668637, "upper_button_position": 0.08253055295432721}], "rail_length": 5, "inclination": 86.28949462695108, "heading": 57.49816116147553} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.148299006716647, "wind_velocity_y_factor": 0.4310878813802753, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350428229191271, "mass": 15.864243960640191, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320156350039504, "I_33_without_motor": 0.04623099128864427, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.966529072324636, "trigger": 800, "sampling_rate": 105, "lag": 1.48211051716984, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9676277173509776, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6042444120221515, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7948.173829510584, "burn_start_time": 0.08858876464994052, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032282977377441686, "grain_number": 5, "grain_density": 1814.5033457054014, "grain_outer_radius": 0.03249495244438933, "grain_initial_inner_radius": 0.01601442543179163, "grain_initial_height": 0.12094272161782461, "grain_separation": 0.006855747899269689, "grains_center_of_mass_position": 0.39806991364976596, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00016799557605872478, "throat_radius": 0.01189766351019048, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559134670689749}], "aerodynamic_surfaces": [{"length": 0.5572381243631092, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341647853254644}, {"n": 4, "root_chord": 0.12005733460213744, "tip_chord": 0.05986790926215001, "span": 0.11060735199244044, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495683332000967}, {"top_radius": 0.06524319390713272, "bottom_radius": 0.04482924942260388, "length": 0.060861396721220436, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989587826680186, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6159463328233724, "upper_button_position": 0.08301244984464617}], "rail_length": 5, "inclination": 82.8950504335203, "heading": 53.79947751682953} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.171281738330479, "wind_velocity_y_factor": 1.3443384352219598, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350777122431808, "mass": 14.619184898735663, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327410928524983, "I_33_without_motor": 0.03634688560486536, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.86629208970961, "trigger": 800, "sampling_rate": 105, "lag": 1.5463108985858924, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8564306097564117, "trigger": "apogee", "sampling_rate": 105, "lag": 1.791203297462041, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5706.5303897091835, "burn_start_time": -0.040640273618014526, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032882895084443524, "grain_number": 5, "grain_density": 1809.1205545271196, "grain_outer_radius": 0.03256633069717027, "grain_initial_inner_radius": 0.014433036976601452, "grain_initial_height": 0.12179669544433028, "grain_separation": 0.0033519516650253253, "grains_center_of_mass_position": 0.3966785813506678, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001679004154065229, "throat_radius": 0.01130606052625864, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2532910809302913}], "aerodynamic_surfaces": [{"length": 0.5586153595874147, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339955612908232}, {"n": 4, "root_chord": 0.11960907526515098, "tip_chord": 0.059969390509817914, "span": 0.11076998712063689, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482685728953818}, {"top_radius": 0.06354845668287402, "bottom_radius": 0.043551792416621694, "length": 0.05995462008377465, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986439852289541, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618363872416437, "upper_button_position": 0.08028011281251712}], "rail_length": 5, "inclination": 86.67746739550947, "heading": 53.1065380476304} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.169419550667187, "wind_velocity_y_factor": 1.0811158833647005, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349918981715232, "mass": 15.134378016463424, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322723828406828, "I_33_without_motor": 0.028612918191970343, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.895054746189716, "trigger": 800, "sampling_rate": 105, "lag": 1.7309139623255154, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.886013304475554, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6018630741220388, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 5456.781904029835, "burn_start_time": 0.1282568007435064, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03288238343726777, "grain_number": 5, "grain_density": 1869.9284317971528, "grain_outer_radius": 0.032833455523673456, "grain_initial_inner_radius": 0.014840264198117686, "grain_initial_height": 0.11981781513153861, "grain_separation": 0.004955305049842002, "grains_center_of_mass_position": 0.3961371652740373, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001355626353418746, "throat_radius": 0.011413707929063825, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542233288414846}], "aerodynamic_surfaces": [{"length": 0.5588244186074479, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336377590592812}, {"n": 4, "root_chord": 0.12033734536013692, "tip_chord": 0.05953146559856879, "span": 0.10985654096368232, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485372066375656}, {"top_radius": 0.06370224116028575, "bottom_radius": 0.044467000940662374, "length": 0.059723758427183915, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998976420319797, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187923431492856, "upper_button_position": 0.08110529888269413}], "rail_length": 5, "inclination": 82.98218161340057, "heading": 50.541085691659454} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.8392505522674722, "wind_velocity_y_factor": 0.9239094612835166, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350408840591819, "mass": 14.929896612491824, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329469237720351, "I_33_without_motor": 0.028359938939827155, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.030311469472615, "trigger": 800, "sampling_rate": 105, "lag": 1.4314174789789575, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0125301857521136, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4091408887668246, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8706.046694274643, "burn_start_time": 0.06370015955676857, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032622543820502205, "grain_number": 5, "grain_density": 1809.6618704538566, "grain_outer_radius": 0.03325253370463103, "grain_initial_inner_radius": 0.014429881115445778, "grain_initial_height": 0.12137670062189831, "grain_separation": 0.003008621284107403, "grains_center_of_mass_position": 0.3970910151897903, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005643771020623245, "throat_radius": 0.01079085889079159, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550372930538227}], "aerodynamic_surfaces": [{"length": 0.5569422063542367, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330102573870766}, {"n": 4, "root_chord": 0.12037151796207343, "tip_chord": 0.060130194339737555, "span": 0.10946892775062865, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048534591681123}, {"top_radius": 0.06333957510782967, "bottom_radius": 0.043513808207555335, "length": 0.05851782392268363, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001977993483274, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195710141999943, "upper_button_position": 0.0806267851483331}], "rail_length": 5, "inclination": 85.91584543799515, "heading": 52.367271069629} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.7818297872890471, "wind_velocity_y_factor": 0.8793513723261095, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350816669766692, "mass": 15.479586899558416, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321875919628306, "I_33_without_motor": 0.018192370522180302, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.141454204045974, "trigger": 800, "sampling_rate": 105, "lag": 1.544251526235984, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.001345731219096, "trigger": "apogee", "sampling_rate": 105, "lag": 1.361724026365807, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7622.374194481481, "burn_start_time": 0.1330360422003192, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03186305389342115, "grain_number": 5, "grain_density": 1871.3824926442558, "grain_outer_radius": 0.03272966090972042, "grain_initial_inner_radius": 0.015664637209857907, "grain_initial_height": 0.12190117934821597, "grain_separation": 0.004357154912804613, "grains_center_of_mass_position": 0.39550975629940555, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005365575808902837, "throat_radius": 0.010776872202396159, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2570956662898956}], "aerodynamic_surfaces": [{"length": 0.5579392444901669, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328724442468865}, {"n": 4, "root_chord": 0.12025618182619542, "tip_chord": 0.05980573254371089, "span": 0.11020069876662435, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489001153161532}, {"top_radius": 0.06498842299562983, "bottom_radius": 0.04435765478070169, "length": 0.05999132450705578, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996513857543746, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181249117322851, "upper_button_position": 0.08152647402208946}], "rail_length": 5, "inclination": 86.30156662402894, "heading": 52.02996353093942} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 0.9787184464129876, "wind_velocity_y_factor": 1.5154472130432395, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350246807678585, "mass": 15.857469855258707, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3090373817826455, "I_33_without_motor": 0.039528994737643916, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.044943100569732, "trigger": 800, "sampling_rate": 105, "lag": 1.5468259623819862, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0952076747872215, "trigger": "apogee", "sampling_rate": 105, "lag": 1.469763275039337, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": "../../../data/motors/Cesaroni_M1670.eng", "total_impulse": 6567.5699746739, "burn_start_time": -0.030695615905110843, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031943872892409256, "grain_number": 5, "grain_density": 1873.6939064607948, "grain_outer_radius": 0.032523368500701956, "grain_initial_inner_radius": 0.014625762184848672, "grain_initial_height": 0.11973075821113928, "grain_separation": 0.006826624803892077, "grains_center_of_mass_position": 0.39438807886672717, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0016624993295401198, "throat_radius": 0.010723088101591985, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544023497592773}], "aerodynamic_surfaces": [{"length": 0.5570682666448462, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335117803559231}, {"n": 4, "root_chord": 0.11998835989437598, "tip_chord": 0.060948703304912324, "span": 0.11027678040535126, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498356448302915}, {"top_radius": 0.06250374198395219, "bottom_radius": 0.041839102910961254, "length": 0.0623940126663777, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014779859576398, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199571358281071, "upper_button_position": 0.0815208501295327}], "rail_length": 5, "inclination": 83.8476518824151, "heading": 52.169704220601275} diff --git a/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.kml b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.kml new file mode 100644 index 000000000..70126d1f6 --- /dev/null +++ b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.kml @@ -0,0 +1,86 @@ + + + + + + + + Impact σ1 + 1 + #8 + + + + + 1103.1172286537246,1837.8024088917573,0.0 1094.9984810133226,1842.5556499782087,0.0 1087.949600575892,1849.883623456037,0.0 1081.998406052192,1859.7574091617566,0.0 1077.168384088166,1872.1380397740918,0.0 1073.4785965738781,1886.9766546001874,0.0 1070.9436054149444,1904.214692406443,0.0 1069.5734150633416,1923.7841225329475,0.0 1069.3734330344068,1945.6077133794142,0.0 1070.3444485658454,1969.599337203022,0.0 1072.4826295029695,1995.6643100252697,0.0 1075.7795374224625,2023.699765306381,0.0 1080.2221609349797,2053.5950599125426,0.0 1085.792967035159,2085.2322107738055,0.0 1092.4699702963821,2118.486360509359,0.0 1100.22681963721,2153.226270182573,0.0 1109.0329023170614,2189.3148372411224,0.0 1118.8534647507154,2226.609636598125,0.0 1129.6497496648349,2264.9634827188916,0.0 1141.3791490552169,2304.2250104949894,0.0 1153.9953723411206,2344.239272613172,0.0 1167.4486290530408,2384.8483510616365,0.0 1181.6858253329438,2425.89198036027,0.0 1196.650773471469,2467.2081800552805,0.0 1212.2844136551482,2508.6338939820494,0.0 1228.5250470485075,2550.005633773316,0.0 1245.3085792911825,2591.1601240730724,0.0 1262.5687734490782,2631.9349469098056,0.0 1280.237511421286,2672.1691826860233,0.0 1298.2450627711078,2711.70404525439,0.0 1316.5203599202337,2750.383508574109,0.0 1334.9912786200055,2788.054922474424,0.0 1353.5849225928748,2824.569615095102,0.0 1372.2279112207088,2859.783479626345,0.0 1390.8466691445649,2893.5575430325334,0.0 1409.3677166330187,2925.7585145153043,0.0 1427.7179595730954,2956.2593115514396,0.0 1445.8249779393389,2984.939561429527,0.0 1463.617311602567,3011.6860763060567,0.0 1481.0247423503558,3036.393299906132,0.0 1497.9785710062422,3058.96372410586,0.0 1514.411888553988,3079.3082737523705,0.0 1530.2598401969026,3097.3466582027486,0.0 1545.4598813100906,3113.007688194524,0.0 1559.9520242755168,3126.2295567971614,0.0 1573.6790752257268,3136.9600833357854,0.0 1586.5868597619135,3145.156919324457,0.0 1598.6244367555187,3150.787715596309,0.0 1609.7442993895934,3153.830249970922,0.0 1619.9025626465038,3154.2725149551206,0.0 1629.0591365020434,3152.1127651310644,0.0 1637.1778841424455,3147.359524044613,0.0 1644.226764579876,3140.0315505667845,0.0 1650.1779591035759,3130.157764861065,0.0 1655.007981067602,3117.77713424873,0.0 1658.6977685818897,3102.9385194226343,0.0 1661.2327597408237,3085.700481616379,0.0 1662.6029500924267,3066.1310514898746,0.0 1662.8029321213612,3044.3074606434075,0.0 1661.8319165899227,3020.3158368197996,0.0 1659.6937356527985,2994.250863997552,0.0 1656.3968277333056,2966.2154087164404,0.0 1651.9542042207884,2936.320114110279,0.0 1646.383398120609,2904.682963249016,0.0 1639.7063948593857,2871.4288135134625,0.0 1631.9495455185581,2836.6889038402487,0.0 1623.143462838707,2800.6003367816993,0.0 1613.3229004050527,2763.305537424697,0.0 1602.5266154909332,2724.9516913039297,0.0 1590.7972161005512,2685.6901635278323,0.0 1578.1809928146474,2645.6759014096497,0.0 1564.727736102727,2605.0668229611847,0.0 1550.4905398228243,2564.0231936625514,0.0 1535.5255916842991,2522.706993967541,0.0 1519.8919515006196,2481.281280040772,0.0 1503.6513181072605,2439.909540249506,0.0 1486.8677858645856,2398.7550499497493,0.0 1469.6075917066898,2357.980227113016,0.0 1451.9388537344823,2317.7459913367984,0.0 1433.9313023846603,2278.2111287684315,0.0 1415.6560052355344,2239.531665448713,0.0 1397.1850865357628,2201.860251548398,0.0 1378.5914425628937,2165.34555892772,0.0 1359.9484539350592,2130.131694396476,0.0 1341.3296960112032,2096.3576309902883,0.0 1322.8086485227493,2064.1566595075174,0.0 1304.4584055826729,2033.655862471382,0.0 1286.3513872164294,2004.9756125932952,0.0 1268.5590535532012,1978.229097716765,0.0 1251.151622805412,1953.5218741166893,0.0 1234.1977941495259,1930.9514499169616,0.0 1217.76447660178,1910.6069002704514,0.0 1201.9165249588657,1892.568515820073,0.0 1186.7164838456777,1876.9074858282981,0.0 1172.2243408802512,1863.68561722566,0.0 1158.4972899300412,1852.9550906870368,0.0 1145.5895053938546,1844.7582546983645,0.0 1133.5519284002494,1839.1274584265125,0.0 1122.4320657661747,1836.0849240518999,0.0 -8.267624328036598,39.399689834676806,0.0 + + + + + + + Impact σ2 + 1 + #17 + + + + + 1103.1172286537246,1837.8024088917573,0.0 1094.9984810133226,1842.5556499782087,0.0 1087.949600575892,1849.883623456037,0.0 1081.998406052192,1859.7574091617566,0.0 1077.168384088166,1872.1380397740918,0.0 1073.4785965738781,1886.9766546001874,0.0 1070.9436054149444,1904.214692406443,0.0 1069.5734150633416,1923.7841225329475,0.0 1069.3734330344068,1945.6077133794142,0.0 1070.3444485658454,1969.599337203022,0.0 1072.4826295029695,1995.6643100252697,0.0 1075.7795374224625,2023.699765306381,0.0 1080.2221609349797,2053.5950599125426,0.0 1085.792967035159,2085.2322107738055,0.0 1092.4699702963821,2118.486360509359,0.0 1100.22681963721,2153.226270182573,0.0 1109.0329023170614,2189.3148372411224,0.0 1118.8534647507154,2226.609636598125,0.0 1129.6497496648349,2264.9634827188916,0.0 1141.3791490552169,2304.2250104949894,0.0 1153.9953723411206,2344.239272613172,0.0 1167.4486290530408,2384.8483510616365,0.0 1181.6858253329438,2425.89198036027,0.0 1196.650773471469,2467.2081800552805,0.0 1212.2844136551482,2508.6338939820494,0.0 1228.5250470485075,2550.005633773316,0.0 1245.3085792911825,2591.1601240730724,0.0 1262.5687734490782,2631.9349469098056,0.0 1280.237511421286,2672.1691826860233,0.0 1298.2450627711078,2711.70404525439,0.0 1316.5203599202337,2750.383508574109,0.0 1334.9912786200055,2788.054922474424,0.0 1353.5849225928748,2824.569615095102,0.0 1372.2279112207088,2859.783479626345,0.0 1390.8466691445649,2893.5575430325334,0.0 1409.3677166330187,2925.7585145153043,0.0 1427.7179595730954,2956.2593115514396,0.0 1445.8249779393389,2984.939561429527,0.0 1463.617311602567,3011.6860763060567,0.0 1481.0247423503558,3036.393299906132,0.0 1497.9785710062422,3058.96372410586,0.0 1514.411888553988,3079.3082737523705,0.0 1530.2598401969026,3097.3466582027486,0.0 1545.4598813100906,3113.007688194524,0.0 1559.9520242755168,3126.2295567971614,0.0 1573.6790752257268,3136.9600833357854,0.0 1586.5868597619135,3145.156919324457,0.0 1598.6244367555187,3150.787715596309,0.0 1609.7442993895934,3153.830249970922,0.0 1619.9025626465038,3154.2725149551206,0.0 1629.0591365020434,3152.1127651310644,0.0 1637.1778841424455,3147.359524044613,0.0 1644.226764579876,3140.0315505667845,0.0 1650.1779591035759,3130.157764861065,0.0 1655.007981067602,3117.77713424873,0.0 1658.6977685818897,3102.9385194226343,0.0 1661.2327597408237,3085.700481616379,0.0 1662.6029500924267,3066.1310514898746,0.0 1662.8029321213612,3044.3074606434075,0.0 1661.8319165899227,3020.3158368197996,0.0 1659.6937356527985,2994.250863997552,0.0 1656.3968277333056,2966.2154087164404,0.0 1651.9542042207884,2936.320114110279,0.0 1646.383398120609,2904.682963249016,0.0 1639.7063948593857,2871.4288135134625,0.0 1631.9495455185581,2836.6889038402487,0.0 1623.143462838707,2800.6003367816993,0.0 1613.3229004050527,2763.305537424697,0.0 1602.5266154909332,2724.9516913039297,0.0 1590.7972161005512,2685.6901635278323,0.0 1578.1809928146474,2645.6759014096497,0.0 1564.727736102727,2605.0668229611847,0.0 1550.4905398228243,2564.0231936625514,0.0 1535.5255916842991,2522.706993967541,0.0 1519.8919515006196,2481.281280040772,0.0 1503.6513181072605,2439.909540249506,0.0 1486.8677858645856,2398.7550499497493,0.0 1469.6075917066898,2357.980227113016,0.0 1451.9388537344823,2317.7459913367984,0.0 1433.9313023846603,2278.2111287684315,0.0 1415.6560052355344,2239.531665448713,0.0 1397.1850865357628,2201.860251548398,0.0 1378.5914425628937,2165.34555892772,0.0 1359.9484539350592,2130.131694396476,0.0 1341.3296960112032,2096.3576309902883,0.0 1322.8086485227493,2064.1566595075174,0.0 1304.4584055826729,2033.655862471382,0.0 1286.3513872164294,2004.9756125932952,0.0 1268.5590535532012,1978.229097716765,0.0 1251.151622805412,1953.5218741166893,0.0 1234.1977941495259,1930.9514499169616,0.0 1217.76447660178,1910.6069002704514,0.0 1201.9165249588657,1892.568515820073,0.0 1186.7164838456777,1876.9074858282981,0.0 1172.2243408802512,1863.68561722566,0.0 1158.4972899300412,1852.9550906870368,0.0 1145.5895053938546,1844.7582546983645,0.0 1133.5519284002494,1839.1274584265125,0.0 1122.4320657661747,1836.0849240518999,0.0 -8.267624328036598,39.399689834676806,0.0 + + + + + + + Impact σ3 + 1 + #26 + + + + + 1103.1172286537246,1837.8024088917573,0.0 1094.9984810133226,1842.5556499782087,0.0 1087.949600575892,1849.883623456037,0.0 1081.998406052192,1859.7574091617566,0.0 1077.168384088166,1872.1380397740918,0.0 1073.4785965738781,1886.9766546001874,0.0 1070.9436054149444,1904.214692406443,0.0 1069.5734150633416,1923.7841225329475,0.0 1069.3734330344068,1945.6077133794142,0.0 1070.3444485658454,1969.599337203022,0.0 1072.4826295029695,1995.6643100252697,0.0 1075.7795374224625,2023.699765306381,0.0 1080.2221609349797,2053.5950599125426,0.0 1085.792967035159,2085.2322107738055,0.0 1092.4699702963821,2118.486360509359,0.0 1100.22681963721,2153.226270182573,0.0 1109.0329023170614,2189.3148372411224,0.0 1118.8534647507154,2226.609636598125,0.0 1129.6497496648349,2264.9634827188916,0.0 1141.3791490552169,2304.2250104949894,0.0 1153.9953723411206,2344.239272613172,0.0 1167.4486290530408,2384.8483510616365,0.0 1181.6858253329438,2425.89198036027,0.0 1196.650773471469,2467.2081800552805,0.0 1212.2844136551482,2508.6338939820494,0.0 1228.5250470485075,2550.005633773316,0.0 1245.3085792911825,2591.1601240730724,0.0 1262.5687734490782,2631.9349469098056,0.0 1280.237511421286,2672.1691826860233,0.0 1298.2450627711078,2711.70404525439,0.0 1316.5203599202337,2750.383508574109,0.0 1334.9912786200055,2788.054922474424,0.0 1353.5849225928748,2824.569615095102,0.0 1372.2279112207088,2859.783479626345,0.0 1390.8466691445649,2893.5575430325334,0.0 1409.3677166330187,2925.7585145153043,0.0 1427.7179595730954,2956.2593115514396,0.0 1445.8249779393389,2984.939561429527,0.0 1463.617311602567,3011.6860763060567,0.0 1481.0247423503558,3036.393299906132,0.0 1497.9785710062422,3058.96372410586,0.0 1514.411888553988,3079.3082737523705,0.0 1530.2598401969026,3097.3466582027486,0.0 1545.4598813100906,3113.007688194524,0.0 1559.9520242755168,3126.2295567971614,0.0 1573.6790752257268,3136.9600833357854,0.0 1586.5868597619135,3145.156919324457,0.0 1598.6244367555187,3150.787715596309,0.0 1609.7442993895934,3153.830249970922,0.0 1619.9025626465038,3154.2725149551206,0.0 1629.0591365020434,3152.1127651310644,0.0 1637.1778841424455,3147.359524044613,0.0 1644.226764579876,3140.0315505667845,0.0 1650.1779591035759,3130.157764861065,0.0 1655.007981067602,3117.77713424873,0.0 1658.6977685818897,3102.9385194226343,0.0 1661.2327597408237,3085.700481616379,0.0 1662.6029500924267,3066.1310514898746,0.0 1662.8029321213612,3044.3074606434075,0.0 1661.8319165899227,3020.3158368197996,0.0 1659.6937356527985,2994.250863997552,0.0 1656.3968277333056,2966.2154087164404,0.0 1651.9542042207884,2936.320114110279,0.0 1646.383398120609,2904.682963249016,0.0 1639.7063948593857,2871.4288135134625,0.0 1631.9495455185581,2836.6889038402487,0.0 1623.143462838707,2800.6003367816993,0.0 1613.3229004050527,2763.305537424697,0.0 1602.5266154909332,2724.9516913039297,0.0 1590.7972161005512,2685.6901635278323,0.0 1578.1809928146474,2645.6759014096497,0.0 1564.727736102727,2605.0668229611847,0.0 1550.4905398228243,2564.0231936625514,0.0 1535.5255916842991,2522.706993967541,0.0 1519.8919515006196,2481.281280040772,0.0 1503.6513181072605,2439.909540249506,0.0 1486.8677858645856,2398.7550499497493,0.0 1469.6075917066898,2357.980227113016,0.0 1451.9388537344823,2317.7459913367984,0.0 1433.9313023846603,2278.2111287684315,0.0 1415.6560052355344,2239.531665448713,0.0 1397.1850865357628,2201.860251548398,0.0 1378.5914425628937,2165.34555892772,0.0 1359.9484539350592,2130.131694396476,0.0 1341.3296960112032,2096.3576309902883,0.0 1322.8086485227493,2064.1566595075174,0.0 1304.4584055826729,2033.655862471382,0.0 1286.3513872164294,2004.9756125932952,0.0 1268.5590535532012,1978.229097716765,0.0 1251.151622805412,1953.5218741166893,0.0 1234.1977941495259,1930.9514499169616,0.0 1217.76447660178,1910.6069002704514,0.0 1201.9165249588657,1892.568515820073,0.0 1186.7164838456777,1876.9074858282981,0.0 1172.2243408802512,1863.68561722566,0.0 1158.4972899300412,1852.9550906870368,0.0 1145.5895053938546,1844.7582546983645,0.0 1133.5519284002494,1839.1274584265125,0.0 1122.4320657661747,1836.0849240518999,0.0 -8.267624328036598,39.399689834676806,0.0 + + + + + + + diff --git a/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.outputs.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.outputs.txt new file mode 100644 index 000000000..e5309cbef --- /dev/null +++ b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.outputs.txt @@ -0,0 +1,1000 @@ +{"y_impact": 2008.2163911508558, "t_final": 335.5294499626228, "out_of_rail_velocity": 28.281343623239614, "apogee_x": 226.92647219241232, "frontal_surface_wind": 7.341929839059169, "max_mach_number": 0.9970338879107371, "apogee": 4100.1888138281365, "apogee_time": 27.694609456330994, "apogee_y": -15.369751700896114, "out_of_rail_time": 0.3313684213458694, "impact_velocity": -5.318157951221403, "lateral_surface_wind": 1.3037837050804058, "x_impact": 3798.1662719901474} +{"y_impact": 1479.572553166578, "t_final": 312.4336149449071, "out_of_rail_velocity": 26.2013390111366, "apogee_x": 94.82968419048456, "frontal_surface_wind": 6.362198962689759, "max_mach_number": 0.861973149560867, "apogee": 3525.793725569177, "apogee_time": 26.214909758044186, "apogee_y": -57.444332489600306, "out_of_rail_time": 0.4212297605369815, "impact_velocity": -5.516656196899623, "lateral_surface_wind": 0.99068240368719, "x_impact": 2795.5766325869904} +{"y_impact": 1695.45740514558, "t_final": 309.6418305503526, "out_of_rail_velocity": 23.129056031534304, "apogee_x": 116.17657291326354, "frontal_surface_wind": 7.26583607928932, "max_mach_number": 0.8458406833294471, "apogee": 3359.299346779995, "apogee_time": 25.91218279799038, "apogee_y": -157.00766661549832, "out_of_rail_time": 0.3538842572516372, "impact_velocity": -5.287806363976231, "lateral_surface_wind": 1.6767265072748736, "x_impact": 3158.2842140513576} +{"y_impact": 1847.5047058519222, "t_final": 347.473497758795, "out_of_rail_velocity": 29.128965561498813, "apogee_x": 432.7317825919411, "frontal_surface_wind": 5.720602501258342, "max_mach_number": 1.0386920454196988, "apogee": 4245.312646974531, "apogee_time": 28.102020345379163, "apogee_y": 212.18624175387586, "out_of_rail_time": 0.38255213201969107, "impact_velocity": -5.341309358816022, "lateral_surface_wind": 0.7172798089485699, "x_impact": 3511.09477861576} +{"y_impact": 1606.19132470669, "t_final": 325.21862712987587, "out_of_rail_velocity": 23.735617202249003, "apogee_x": 336.3962382477744, "frontal_surface_wind": 5.647159675250926, "max_mach_number": 0.8884021528618846, "apogee": 3595.984935724316, "apogee_time": 26.624632805594345, "apogee_y": 189.5810881395212, "out_of_rail_time": 0.3091163344674568, "impact_velocity": -5.277980021932129, "lateral_surface_wind": 0.4609009022116184, "x_impact": 2845.8557682594633} +{"y_impact": 1065.9455980734026, "t_final": 255.25142506129868, "out_of_rail_velocity": 20.295177551342412, "apogee_x": 155.16644048708815, "frontal_surface_wind": 5.536711910000356, "max_mach_number": 0.6610995948494629, "apogee": 2483.2496247673143, "apogee_time": 22.885063895123317, "apogee_y": 128.46549937798545, "out_of_rail_time": 0.36177701340371454, "impact_velocity": -5.4542636773543345, "lateral_surface_wind": -0.07405697105221831, "x_impact": 1614.1556231698003} +{"y_impact": 1765.8988270562577, "t_final": 314.9588566736263, "out_of_rail_velocity": 23.298114995574515, "apogee_x": 116.365357384413, "frontal_surface_wind": 6.700080167351205, "max_mach_number": 0.8593715306163175, "apogee": 3449.655758413673, "apogee_time": 26.225308229956287, "apogee_y": -9.292348190985303, "out_of_rail_time": 0.3605468279630809, "impact_velocity": -5.297019522592948, "lateral_surface_wind": 0.6837324015386512, "x_impact": 2679.4925661865623} +{"y_impact": 1591.0964965358178, "t_final": 334.725169112284, "out_of_rail_velocity": 24.78460373908992, "apogee_x": 181.39222212790003, "frontal_surface_wind": 5.6211221442241435, "max_mach_number": 0.9645184158742449, "apogee": 3974.345392674593, "apogee_time": 27.767123224638244, "apogee_y": -43.50165365318133, "out_of_rail_time": 0.29602624166733404, "impact_velocity": -5.331894358167469, "lateral_surface_wind": 1.136775717329078, "x_impact": 2826.3733100245704} +{"y_impact": 1337.5211341135653, "t_final": 303.77954381472915, "out_of_rail_velocity": 22.923743744555733, "apogee_x": 91.79673936746845, "frontal_surface_wind": 5.493405836970362, "max_mach_number": 0.8241532121070944, "apogee": 3267.3373598177845, "apogee_time": 25.639442280269144, "apogee_y": -50.91728845698515, "out_of_rail_time": 0.39441134127033156, "impact_velocity": -5.299483832967139, "lateral_surface_wind": 0.8598607077482558, "x_impact": 2148.810542174249} +{"y_impact": 1489.4433341493086, "t_final": 332.1953049206676, "out_of_rail_velocity": 26.47848814154802, "apogee_x": 182.49932882916147, "frontal_surface_wind": 6.086439716846337, "max_mach_number": 0.8907508200119222, "apogee": 3610.134927730254, "apogee_time": 26.279485478909866, "apogee_y": 20.268570618474683, "out_of_rail_time": 0.36601720798740706, "impact_velocity": -5.252367647544642, "lateral_surface_wind": 0.8312988424748875, "x_impact": 3061.053620738083} +{"y_impact": 1598.4755379684939, "t_final": 325.7145115583715, "out_of_rail_velocity": 24.43999817002904, "apogee_x": 176.3959801325559, "frontal_surface_wind": 5.534639482562943, "max_mach_number": 0.9391057728738954, "apogee": 3855.048746344056, "apogee_time": 27.398382343225, "apogee_y": 57.44605542176285, "out_of_rail_time": 0.30017186104331467, "impact_velocity": -5.298609185127201, "lateral_surface_wind": 0.5335109412606092, "x_impact": 2609.7475906992163} +{"y_impact": 1481.445719126861, "t_final": 296.28011622024076, "out_of_rail_velocity": 23.259294232425177, "apogee_x": -139.78078094847135, "frontal_surface_wind": 7.217569516103299, "max_mach_number": 0.8321383255157464, "apogee": 3299.7976450319197, "apogee_time": 25.772540917642544, "apogee_y": -78.79008850883532, "out_of_rail_time": 0.4129870853834351, "impact_velocity": -5.35397837091715, "lateral_surface_wind": -0.34041158782481773, "x_impact": 2726.9741484298324} +{"y_impact": 1656.0012358337535, "t_final": 344.57666185783813, "out_of_rail_velocity": 28.16377303764061, "apogee_x": 31.73826562921603, "frontal_surface_wind": 6.310176294318463, "max_mach_number": 1.0127089204416648, "apogee": 4200.226121452045, "apogee_time": 27.948618769815813, "apogee_y": -123.23229467333167, "out_of_rail_time": 0.2551063103864157, "impact_velocity": -5.384596315826951, "lateral_surface_wind": 1.1186148248752157, "x_impact": 2895.6341549905023} +{"y_impact": 1645.891308636167, "t_final": 318.80934643576285, "out_of_rail_velocity": 23.755779986559748, "apogee_x": 62.16332183830043, "frontal_surface_wind": 6.048258115727217, "max_mach_number": 0.8943895856465232, "apogee": 3628.2453912900432, "apogee_time": 26.751387211706643, "apogee_y": -115.94432237032954, "out_of_rail_time": 0.30898063532507963, "impact_velocity": -5.283713691368343, "lateral_surface_wind": 1.1190300872613674, "x_impact": 2424.3909788962205} +{"y_impact": 1113.331605800233, "t_final": 295.3760955908958, "out_of_rail_velocity": 22.982674042577763, "apogee_x": 113.68840862622825, "frontal_surface_wind": 4.941671443639481, "max_mach_number": 0.8307856628467465, "apogee": 3344.450293656271, "apogee_time": 25.991905279526602, "apogee_y": 108.45355199410943, "out_of_rail_time": 0.39236730194595115, "impact_velocity": -5.444804469262945, "lateral_surface_wind": -0.19121109335125697, "x_impact": 2284.5000612554827} +{"y_impact": 1236.5921915378926, "t_final": 285.96248917815245, "out_of_rail_velocity": 21.80811557303906, "apogee_x": 213.42703225799386, "frontal_surface_wind": 4.954687112124486, "max_mach_number": 0.7638883411553951, "apogee": 2963.360984580729, "apogee_time": 24.601942785378906, "apogee_y": -52.94329447662494, "out_of_rail_time": 0.3366094205534408, "impact_velocity": -5.296116041311366, "lateral_surface_wind": 1.629706820165089, "x_impact": 2033.687004935037} +{"y_impact": 1293.5882611923998, "t_final": 263.7234546815322, "out_of_rail_velocity": 23.415520028462733, "apogee_x": -16.49340114705037, "frontal_surface_wind": 6.6563531059525705, "max_mach_number": 0.7023801698633142, "apogee": 2690.4373964246233, "apogee_time": 23.31342541256633, "apogee_y": -106.60403248837471, "out_of_rail_time": 0.412258087721044, "impact_velocity": -5.392802849511474, "lateral_surface_wind": 1.0254401858335491, "x_impact": 1812.2016671086756} +{"y_impact": 1609.7133728536353, "t_final": 299.35450946804235, "out_of_rail_velocity": 22.778891847744305, "apogee_x": 77.80031489292598, "frontal_surface_wind": 7.292164167266524, "max_mach_number": 0.8289752210156348, "apogee": 3313.944493113239, "apogee_time": 25.824088252570288, "apogee_y": -169.89131499000268, "out_of_rail_time": 0.3221246052232641, "impact_velocity": -5.376156211568367, "lateral_surface_wind": 1.5582449964414247, "x_impact": 2969.3900388980883} +{"y_impact": 1404.8799686466446, "t_final": 304.73578288923517, "out_of_rail_velocity": 23.24014145932905, "apogee_x": 163.98716499807497, "frontal_surface_wind": 5.493100275573157, "max_mach_number": 0.8552126625438673, "apogee": 3435.7883923947797, "apogee_time": 26.133297249462647, "apogee_y": -1.3282427447436294, "out_of_rail_time": 0.31896359530169344, "impact_velocity": -5.322680043654131, "lateral_surface_wind": 0.8618105875930429, "x_impact": 2287.137604718684} +{"y_impact": 1509.4709121219332, "t_final": 308.688969544384, "out_of_rail_velocity": 24.128632502106687, "apogee_x": 146.85259330585262, "frontal_surface_wind": 6.29886648000781, "max_mach_number": 0.8824445828693299, "apogee": 3553.654788727489, "apogee_time": 26.64101158952631, "apogee_y": -125.52019344991942, "out_of_rail_time": 0.47691936483144726, "impact_velocity": -5.372934655718416, "lateral_surface_wind": 1.580703629189081, "x_impact": 2881.292970616837} +{"y_impact": 1623.3470026195814, "t_final": 324.7671881381415, "out_of_rail_velocity": 26.92725707937149, "apogee_x": 314.5600523603572, "frontal_surface_wind": 5.710612381832385, "max_mach_number": 0.9157565009386553, "apogee": 3792.938721431238, "apogee_time": 26.94788035670858, "apogee_y": 118.67798096740722, "out_of_rail_time": 0.35608369133747686, "impact_velocity": -5.364061284906722, "lateral_surface_wind": 0.7928994426730012, "x_impact": 3031.700010724322} +{"y_impact": 1427.758149208931, "t_final": 309.1290776799545, "out_of_rail_velocity": 23.119606669846334, "apogee_x": 346.6077248096276, "frontal_surface_wind": 4.875496231615465, "max_mach_number": 0.8425510477124296, "apogee": 3347.5730395316427, "apogee_time": 25.868197639915188, "apogee_y": -9.646991263437464, "out_of_rail_time": 0.355288194711969, "impact_velocity": -5.239232855366944, "lateral_surface_wind": 1.8532148267938318, "x_impact": 2503.216713464181} +{"y_impact": 1312.8618634508225, "t_final": 351.3628545500099, "out_of_rail_velocity": 25.42609752301629, "apogee_x": 227.21809517195175, "frontal_surface_wind": 5.921600291792716, "max_mach_number": 1.0104306126886424, "apogee": 4046.046472468385, "apogee_time": 27.728365635163453, "apogee_y": 95.66033876957123, "out_of_rail_time": 0.2882052408987525, "impact_velocity": -5.117676024966932, "lateral_surface_wind": 0.262256497048869, "x_impact": 3572.1505310546668} +{"y_impact": 1435.4625882381883, "t_final": 317.8668877558601, "out_of_rail_velocity": 24.20390866293919, "apogee_x": 37.68190921324438, "frontal_surface_wind": 5.945413103228342, "max_mach_number": 0.9200850808363713, "apogee": 3732.687201635466, "apogee_time": 27.036264397740382, "apogee_y": 19.172781076769535, "out_of_rail_time": 0.3342569130827886, "impact_velocity": -5.30180603556845, "lateral_surface_wind": -0.008107664428407713, "x_impact": 2723.893642626578} +{"y_impact": 1482.3775910374122, "t_final": 314.52268825693704, "out_of_rail_velocity": 23.375933629754417, "apogee_x": 266.314302954559, "frontal_surface_wind": 5.023822177015264, "max_mach_number": 0.8705227762967721, "apogee": 3517.5859126418704, "apogee_time": 26.430644161993065, "apogee_y": 5.871149016141321, "out_of_rail_time": 0.31373537446468613, "impact_velocity": -5.3486287118938565, "lateral_surface_wind": 1.402169544839249, "x_impact": 2520.660751201501} +{"y_impact": 1159.4499922170849, "t_final": 294.1161812232715, "out_of_rail_velocity": 22.07706723978928, "apogee_x": 18.328971686377177, "frontal_surface_wind": 5.639611785772155, "max_mach_number": 0.7802640308112255, "apogee": 3035.664273043322, "apogee_time": 24.81730540932593, "apogee_y": -61.75013038372978, "out_of_rail_time": 0.3323773358228254, "impact_velocity": -5.26942126652186, "lateral_surface_wind": 0.5455464647666717, "x_impact": 2015.898287445566} +{"y_impact": 1468.206221126727, "t_final": 353.4047692701013, "out_of_rail_velocity": 25.76466794340212, "apogee_x": -10.208689492163066, "frontal_surface_wind": 5.889182883894005, "max_mach_number": 1.0265460178472843, "apogee": 4143.376233988679, "apogee_time": 28.03779632305597, "apogee_y": -75.9767220177978, "out_of_rail_time": 0.2849959266274182, "impact_velocity": -5.218821396602547, "lateral_surface_wind": 0.36237969194225306, "x_impact": 2923.6978943820236} +{"y_impact": 1711.9787295156873, "t_final": 342.81467640833466, "out_of_rail_velocity": 25.334299354933627, "apogee_x": 185.60249696366762, "frontal_surface_wind": 5.180514975724352, "max_mach_number": 0.9854164133300328, "apogee": 4057.8244882533477, "apogee_time": 28.056916761605102, "apogee_y": 35.647114216768884, "out_of_rail_time": 0.3872263109890806, "impact_velocity": -5.3880421247764465, "lateral_surface_wind": 0.7171749307565305, "x_impact": 2626.813989441651} +{"y_impact": 1597.491714976991, "t_final": 299.18479443209856, "out_of_rail_velocity": 22.332919827684144, "apogee_x": 253.98961772589612, "frontal_surface_wind": 6.2857222600033325, "max_mach_number": 0.8018502475826074, "apogee": 3142.7131724746205, "apogee_time": 25.19883291944288, "apogee_y": -81.84943924983244, "out_of_rail_time": 0.32850920505040554, "impact_velocity": -5.29329420001738, "lateral_surface_wind": 2.005023295138667, "x_impact": 2899.8769088515683} +{"y_impact": 1422.751403154314, "t_final": 345.56378470822386, "out_of_rail_velocity": 25.369556673938472, "apogee_x": 132.7931389293712, "frontal_surface_wind": 5.420183664332494, "max_mach_number": 1.0033373177079876, "apogee": 4160.0108680896665, "apogee_time": 28.29320237017599, "apogee_y": -5.095326347522043, "out_of_rail_time": 0.2892516283530026, "impact_velocity": -5.401230300732082, "lateral_surface_wind": 0.5948710191428197, "x_impact": 2905.7503803113004} +{"y_impact": 714.5984669724164, "t_final": 259.0060894921331, "out_of_rail_velocity": 21.180082012470116, "apogee_x": -80.63714278385844, "frontal_surface_wind": 4.945288512751384, "max_mach_number": 0.7007830169562763, "apogee": 2646.670085026334, "apogee_time": 23.556202521501653, "apogee_y": -66.65743553616619, "out_of_rail_time": 0.46534444140575826, "impact_velocity": -5.362570295488538, "lateral_surface_wind": 0.02828188027163847, "x_impact": 1503.6009311701584} +{"y_impact": 1124.6026389968138, "t_final": 250.8970417382522, "out_of_rail_velocity": 21.205964161776325, "apogee_x": 115.52663040764703, "frontal_surface_wind": 5.7202881740803555, "max_mach_number": 0.6656938579236985, "apogee": 2459.0718147935936, "apogee_time": 22.900706601853866, "apogee_y": 6.372686072282405, "out_of_rail_time": 0.6068907924107259, "impact_velocity": -5.414735404555065, "lateral_surface_wind": 0.7197822637471143, "x_impact": 1733.7046400133017} +{"y_impact": 1170.9462459293227, "t_final": 304.5800280944729, "out_of_rail_velocity": 22.885151343047518, "apogee_x": 244.7947018230297, "frontal_surface_wind": 4.939673853098986, "max_mach_number": 0.834574493537468, "apogee": 3329.0413938790516, "apogee_time": 25.805251008433736, "apogee_y": 128.17432236179005, "out_of_rail_time": 0.32090175371618057, "impact_velocity": -5.313254438405151, "lateral_surface_wind": 0.237277399076941, "x_impact": 2519.0851650025465} +{"y_impact": 1457.4682431508468, "t_final": 286.7626305258476, "out_of_rail_velocity": 24.00119806782202, "apogee_x": 93.52496045453313, "frontal_surface_wind": 6.076330880435123, "max_mach_number": 0.7492255940265556, "apogee": 2919.6849719950537, "apogee_time": 24.06953106347358, "apogee_y": -12.887794835944776, "out_of_rail_time": 0.35752440818952747, "impact_velocity": -5.298156194770244, "lateral_surface_wind": 0.8165524551950565, "x_impact": 2103.7753668317455} +{"y_impact": 1234.12675919516, "t_final": 271.2245704981239, "out_of_rail_velocity": 23.77370114887555, "apogee_x": 79.23145951644544, "frontal_surface_wind": 5.682197956099927, "max_mach_number": 0.7181973465323576, "apogee": 2770.4449441100596, "apogee_time": 23.612661347530832, "apogee_y": -18.53911035769007, "out_of_rail_time": 0.4364320972211649, "impact_velocity": -5.365157603017164, "lateral_surface_wind": 0.7758218735572466, "x_impact": 1817.9542489377711} +{"y_impact": 1433.4360692969972, "t_final": 329.29032758659827, "out_of_rail_velocity": 24.814446659526034, "apogee_x": -42.690498858328205, "frontal_surface_wind": 6.3813949448885925, "max_mach_number": 0.9512044876557295, "apogee": 3877.6336190762013, "apogee_time": 27.48290091896626, "apogee_y": -187.77024285848114, "out_of_rail_time": 0.31136369923830043, "impact_velocity": -5.300090703522579, "lateral_surface_wind": 0.8583855911980383, "x_impact": 2868.945479575968} +{"y_impact": 1243.8099042702206, "t_final": 263.74396334453576, "out_of_rail_velocity": 23.5539421299749, "apogee_x": 52.43673871405966, "frontal_surface_wind": 6.3663910205108, "max_mach_number": 0.7034322561878846, "apogee": 2686.968682723059, "apogee_time": 23.327823475441303, "apogee_y": -82.15702314451735, "out_of_rail_time": 0.4669775506310217, "impact_velocity": -5.310056398655061, "lateral_surface_wind": 1.2029780431345034, "x_impact": 1931.629492751159} +{"y_impact": 1234.9128063351595, "t_final": 332.18304114022, "out_of_rail_velocity": 24.707015470506324, "apogee_x": 14.044193895184273, "frontal_surface_wind": 5.081227693892471, "max_mach_number": 0.963188795529477, "apogee": 3925.1476174167515, "apogee_time": 27.55988471833694, "apogee_y": -76.36128769137186, "out_of_rail_time": 0.29705356119584453, "impact_velocity": -5.284471208075597, "lateral_surface_wind": 0.5259143861378175, "x_impact": 2391.0075489258033} +{"y_impact": 1116.0083150165626, "t_final": 246.52342110884527, "out_of_rail_velocity": 20.15649182339205, "apogee_x": -190.53945479150082, "frontal_surface_wind": 7.321078889035659, "max_mach_number": 0.6581760224455692, "apogee": 2392.7800223527724, "apogee_time": 22.45398862917501, "apogee_y": -309.3401767154483, "out_of_rail_time": 0.3641018422208536, "impact_velocity": -5.348304797298457, "lateral_surface_wind": 1.4161884097170794, "x_impact": 1739.7032632731325} +{"y_impact": 1537.635186450656, "t_final": 312.9758229868397, "out_of_rail_velocity": 23.96771170568818, "apogee_x": 137.50133270294572, "frontal_surface_wind": 6.010434937043804, "max_mach_number": 0.9069858994510326, "apogee": 3741.8177775087847, "apogee_time": 27.185077094159126, "apogee_y": -79.94545761436696, "out_of_rail_time": 0.306097805993344, "impact_velocity": -5.461869201727906, "lateral_surface_wind": 1.2096390983172554, "x_impact": 2649.3858579010944} +{"y_impact": 1402.104359055449, "t_final": 313.8909831931508, "out_of_rail_velocity": 23.368844750895825, "apogee_x": -186.67043374202544, "frontal_surface_wind": 6.589705424394231, "max_mach_number": 0.8710546237657197, "apogee": 3501.0598186543893, "apogee_time": 26.372982010660508, "apogee_y": -232.9723366929237, "out_of_rail_time": 0.3138443360660132, "impact_velocity": -5.400500075465615, "lateral_surface_wind": 0.5131558031084245, "x_impact": 2603.0014170366526} +{"y_impact": 1081.0464165543785, "t_final": 291.88554121701515, "out_of_rail_velocity": 24.796759131341155, "apogee_x": 80.80251831943326, "frontal_surface_wind": 5.114273856569848, "max_mach_number": 0.7936085490534075, "apogee": 3174.581360590091, "apogee_time": 24.956375079237798, "apogee_y": 65.26632025166563, "out_of_rail_time": 0.3224235331280855, "impact_velocity": -5.344079616915116, "lateral_surface_wind": -0.1163970758119448, "x_impact": 2070.653377599922} +{"y_impact": 1227.1919347830212, "t_final": 289.3822684187864, "out_of_rail_velocity": 22.51011874139315, "apogee_x": 162.0014298188829, "frontal_surface_wind": 4.998221313211246, "max_mach_number": 0.8089461668305212, "apogee": 3212.1504408164687, "apogee_time": 25.481216661890162, "apogee_y": -85.04834395578244, "out_of_rail_time": 0.32625523241006793, "impact_velocity": -5.383975117585997, "lateral_surface_wind": 1.4908562650054273, "x_impact": 2073.482993893822} +{"y_impact": 1346.4459682420847, "t_final": 292.9252333263248, "out_of_rail_velocity": 22.75119154389195, "apogee_x": 1.9366377435733326, "frontal_surface_wind": 6.320981921279878, "max_mach_number": 0.7918367953207001, "apogee": 3077.5846416672935, "apogee_time": 25.051414523182974, "apogee_y": -127.77780428115804, "out_of_rail_time": 0.5028901200652385, "impact_velocity": -5.282080654617448, "lateral_surface_wind": 1.0558463631903292, "x_impact": 2021.6782799276175} +{"y_impact": 1931.1372372824706, "t_final": 355.9121782171301, "out_of_rail_velocity": 29.58074714311172, "apogee_x": 430.29359466225776, "frontal_surface_wind": 5.937856750611551, "max_mach_number": 1.0976032905067343, "apogee": 4522.13068692873, "apogee_time": 28.744702835793422, "apogee_y": 258.53386600904304, "out_of_rail_time": 0.24374211601736312, "impact_velocity": -5.379299119740367, "lateral_surface_wind": 0.29976642820464905, "x_impact": 3823.872182760122} +{"y_impact": 919.993440465052, "t_final": 222.9444314674741, "out_of_rail_velocity": 21.29782831482925, "apogee_x": -174.10853356443388, "frontal_surface_wind": 6.305187836946162, "max_mach_number": 0.5794838226027239, "apogee": 2021.932663820649, "apogee_time": 20.602286037355388, "apogee_y": -302.54868716096814, "out_of_rail_time": 0.49615195245262145, "impact_velocity": -5.404697367937954, "lateral_surface_wind": 1.9429434075073524, "x_impact": 1327.1963602546796} +{"y_impact": 1515.5341578723521, "t_final": 307.4346417246966, "out_of_rail_velocity": 26.413664010949816, "apogee_x": 103.52417098993628, "frontal_surface_wind": 6.305591865876234, "max_mach_number": 0.8754819883955804, "apogee": 3586.17400563018, "apogee_time": 26.33368373222966, "apogee_y": -61.76736558730543, "out_of_rail_time": 0.4041596285311307, "impact_velocity": -5.391229262436622, "lateral_surface_wind": 1.144174467817193, "x_impact": 2434.5848928348664} +{"y_impact": 1327.861609884113, "t_final": 332.8992223099737, "out_of_rail_velocity": 25.173066641200222, "apogee_x": 231.88191867962456, "frontal_surface_wind": 5.926720625416072, "max_mach_number": 0.9805166274714693, "apogee": 4052.7074364247783, "apogee_time": 28.026896140475145, "apogee_y": 168.94334803772654, "out_of_rail_time": 0.3111591157176176, "impact_velocity": -5.381975078311081, "lateral_surface_wind": -0.09006172478721508, "x_impact": 3373.640504235658} +{"y_impact": 1632.0385264555534, "t_final": 311.37186102019365, "out_of_rail_velocity": 25.77074935226334, "apogee_x": 418.9380048535223, "frontal_surface_wind": 4.994594605192266, "max_mach_number": 0.8557721168389439, "apogee": 3498.4378091481904, "apogee_time": 26.042160141885887, "apogee_y": 145.6480587849185, "out_of_rail_time": 0.32792902645790595, "impact_velocity": -5.436531643527673, "lateral_surface_wind": 1.5029615525785736, "x_impact": 2673.4272690476087} +{"y_impact": 1142.9555967536369, "t_final": 283.8700682660083, "out_of_rail_velocity": 22.09127377746932, "apogee_x": 93.35745430078543, "frontal_surface_wind": 5.536222260891089, "max_mach_number": 0.7794793883840205, "apogee": 3068.764565185042, "apogee_time": 24.977238300054267, "apogee_y": 84.58575643160306, "out_of_rail_time": 0.33232828768192657, "impact_velocity": -5.349421129754438, "lateral_surface_wind": -0.10443317152699993, "x_impact": 1891.4966777795921} +{"y_impact": 1040.2184610288496, "t_final": 266.47454204193207, "out_of_rail_velocity": 21.098121526796884, "apogee_x": -15.57187844382514, "frontal_surface_wind": 5.8078087910009195, "max_mach_number": 0.706986776432206, "apogee": 2688.0904414029856, "apogee_time": 23.66744670479399, "apogee_y": -68.86644749875494, "out_of_rail_time": 0.39709712279871867, "impact_velocity": -5.356019137793895, "lateral_surface_wind": 0.4380962435123066, "x_impact": 1684.8957465598214} +{"y_impact": 1311.6204047091123, "t_final": 293.47844773704946, "out_of_rail_velocity": 22.555046681582553, "apogee_x": 114.88564402264731, "frontal_surface_wind": 5.808998052110191, "max_mach_number": 0.7873991432264063, "apogee": 3069.424837033359, "apogee_time": 25.01431635143253, "apogee_y": 30.261983959062675, "out_of_rail_time": 0.4700530532012529, "impact_velocity": -5.296223739551878, "lateral_surface_wind": 0.42203424267131817, "x_impact": 2197.2566676261954} +{"y_impact": 1293.3268840122166, "t_final": 350.6218564429478, "out_of_rail_velocity": 26.425975391784643, "apogee_x": 131.90818240362296, "frontal_surface_wind": 4.850889160752628, "max_mach_number": 1.057693703776118, "apogee": 4355.273980636337, "apogee_time": 28.805256721371414, "apogee_y": 187.9714962039564, "out_of_rail_time": 0.3592028460411845, "impact_velocity": -5.391327094333189, "lateral_surface_wind": -0.7207948352225793, "x_impact": 2708.2055934781083} +{"y_impact": 1308.9471260514251, "t_final": 253.20022493951828, "out_of_rail_velocity": 20.785711948670656, "apogee_x": 30.062727898025745, "frontal_surface_wind": 6.716761939750933, "max_mach_number": 0.6696846378856958, "apogee": 2502.48570960022, "apogee_time": 23.04713210655131, "apogee_y": -31.991526650272988, "out_of_rail_time": 0.5031593720416978, "impact_velocity": -5.472298094357459, "lateral_surface_wind": 0.49363274867056495, "x_impact": 1732.287441769159} +{"y_impact": 1225.6705173632809, "t_final": 268.11371102620575, "out_of_rail_velocity": 21.690895395820288, "apogee_x": 6.319265631716648, "frontal_surface_wind": 6.355495356146191, "max_mach_number": 0.7437442157340004, "apogee": 2888.5387595930415, "apogee_time": 24.416150066795552, "apogee_y": -99.54981957493933, "out_of_rail_time": 0.37670645979754225, "impact_velocity": -5.457679450082997, "lateral_surface_wind": 0.8229840641309467, "x_impact": 1755.8505229869652} +{"y_impact": 1471.9287613457761, "t_final": 314.72513022635775, "out_of_rail_velocity": 23.347642278601374, "apogee_x": 59.45933138114885, "frontal_surface_wind": 6.3513373329585505, "max_mach_number": 0.8649303610568064, "apogee": 3471.2983700542236, "apogee_time": 26.253083729707622, "apogee_y": -146.26806524760855, "out_of_rail_time": 0.31411896411611717, "impact_velocity": -5.301282558997699, "lateral_surface_wind": 1.2800800292447465, "x_impact": 2742.369077740499} +{"y_impact": 2043.0020827440376, "t_final": 362.4416950785871, "out_of_rail_velocity": 30.350987735757776, "apogee_x": 187.35035901752332, "frontal_surface_wind": 6.6183550316712845, "max_mach_number": 1.133271016800079, "apogee": 4597.479697448034, "apogee_time": 28.832479390101845, "apogee_y": -35.67940643777117, "out_of_rail_time": 0.250842445407857, "impact_velocity": -5.324334074525409, "lateral_surface_wind": 1.2473736090675267, "x_impact": 3595.706537685197} +{"y_impact": 1438.8043525757878, "t_final": 333.53328687010327, "out_of_rail_velocity": 27.074757216377428, "apogee_x": 1.9613040216197448, "frontal_surface_wind": 5.802747748442344, "max_mach_number": 0.9407020914465225, "apogee": 3828.226043187124, "apogee_time": 26.79150290914147, "apogee_y": -72.56442682855096, "out_of_rail_time": 0.2665793084857002, "impact_velocity": -5.165134033422923, "lateral_surface_wind": 0.5006893641315546, "x_impact": 2672.0661485186165} +{"y_impact": 948.9055784274931, "t_final": 226.60088036972448, "out_of_rail_velocity": 19.15121734016508, "apogee_x": 42.312274664953755, "frontal_surface_wind": 6.248279673719951, "max_mach_number": 0.588743899728373, "apogee": 2077.8647136021823, "apogee_time": 21.198955533464485, "apogee_y": -158.11129112515505, "out_of_rail_time": 0.4142783952284963, "impact_velocity": -5.383001980934297, "lateral_surface_wind": 1.7701254236001462, "x_impact": 1489.1480999589617} +{"y_impact": 1215.5658830850286, "t_final": 340.846471406106, "out_of_rail_velocity": 24.754621627147195, "apogee_x": -141.57561864569323, "frontal_surface_wind": 5.61642773166553, "max_mach_number": 0.9675181524909559, "apogee": 3921.296539876562, "apogee_time": 27.51962198333954, "apogee_y": -217.8919682608627, "out_of_rail_time": 0.2963856691496192, "impact_velocity": -5.229051837923404, "lateral_surface_wind": 0.7473831510129245, "x_impact": 2528.61269974296} +{"y_impact": 1083.5125000606574, "t_final": 321.74915632931516, "out_of_rail_velocity": 23.506443294742095, "apogee_x": 42.877105865621296, "frontal_surface_wind": 5.927347467878381, "max_mach_number": 0.8787799173477837, "apogee": 3551.1998792515137, "apogee_time": 26.531190447682164, "apogee_y": 10.033635336360437, "out_of_rail_time": 0.3120415272385683, "impact_velocity": -5.2758157082952275, "lateral_surface_wind": 0.02608603150493538, "x_impact": 2907.101301200858} +{"y_impact": 1054.868015724292, "t_final": 279.8684465150953, "out_of_rail_velocity": 22.04237327590129, "apogee_x": -80.80810060480367, "frontal_surface_wind": 6.135631008419834, "max_mach_number": 0.7778932080549218, "apogee": 3066.6942737364216, "apogee_time": 25.03881066109467, "apogee_y": -115.02655863014982, "out_of_rail_time": 0.3483325077782672, "impact_velocity": -5.464632957769562, "lateral_surface_wind": 0.29973041357464236, "x_impact": 2016.3593741929826} +{"y_impact": 1814.9826290042117, "t_final": 347.19570284651684, "out_of_rail_velocity": 29.217772664265784, "apogee_x": 285.32020451538193, "frontal_surface_wind": 5.525745362386277, "max_mach_number": 1.0591362117590388, "apogee": 4387.262637529731, "apogee_time": 28.448242356614287, "apogee_y": 133.27467345808427, "out_of_rail_time": 0.27981172844583213, "impact_velocity": -5.3913438607688295, "lateral_surface_wind": 0.6188750410671977, "x_impact": 3092.5914025266366} +{"y_impact": 915.2049022333154, "t_final": 250.60898674390893, "out_of_rail_velocity": 20.012502481430317, "apogee_x": -67.88229562558526, "frontal_surface_wind": 5.885942666712294, "max_mach_number": 0.6530775110724142, "apogee": 2404.178748745119, "apogee_time": 22.53443376505019, "apogee_y": -95.98677280257117, "out_of_rail_time": 0.3667865697413891, "impact_velocity": -5.275878453489349, "lateral_surface_wind": 0.41167099151876263, "x_impact": 1387.8117623485723} +{"y_impact": 1105.255750062192, "t_final": 294.67813116004487, "out_of_rail_velocity": 25.384546212868546, "apogee_x": 98.1456928088095, "frontal_surface_wind": 5.353280857780053, "max_mach_number": 0.8253222249960307, "apogee": 3348.4526681068487, "apogee_time": 25.584413617703383, "apogee_y": -30.43327896420544, "out_of_rail_time": 0.3567255218138543, "impact_velocity": -5.402239064195919, "lateral_surface_wind": 0.8174292724100987, "x_impact": 2182.723308631289} +{"y_impact": 1504.333591264315, "t_final": 330.3738500258188, "out_of_rail_velocity": 28.267177312003614, "apogee_x": 360.2618361761009, "frontal_surface_wind": 5.720446642483973, "max_mach_number": 0.9943895391500074, "apogee": 4154.7425713084795, "apogee_time": 27.9856322881661, "apogee_y": 213.79862338329536, "out_of_rail_time": 0.3599864234330886, "impact_velocity": -5.449145395309086, "lateral_surface_wind": 0.3870286607428004, "x_impact": 3307.4399534423055} +{"y_impact": 768.4872337099282, "t_final": 264.9765495968272, "out_of_rail_velocity": 21.34898262438958, "apogee_x": -24.20924857341551, "frontal_surface_wind": 5.923310059514466, "max_mach_number": 0.7087902125015062, "apogee": 2679.8528546655693, "apogee_time": 23.64182074847304, "apogee_y": -50.21637152346352, "out_of_rail_time": 0.4186072275871666, "impact_velocity": -5.320336302919065, "lateral_surface_wind": 0.22028714183687503, "x_impact": 1957.3419006507445} +{"y_impact": 1093.1756531757387, "t_final": 301.12295685379354, "out_of_rail_velocity": 22.672578870094345, "apogee_x": 20.51238894170133, "frontal_surface_wind": 5.077758372333317, "max_mach_number": 0.8226608511166862, "apogee": 3306.757938690575, "apogee_time": 25.83076125919914, "apogee_y": -65.06822779728519, "out_of_rail_time": 0.3235109992426303, "impact_velocity": -5.419723809808303, "lateral_surface_wind": 0.5584180610666221, "x_impact": 1986.5486201690446} +{"y_impact": 1184.12470619626, "t_final": 318.96766181512214, "out_of_rail_velocity": 23.55721772194545, "apogee_x": -19.11013327471432, "frontal_surface_wind": 5.537184727659974, "max_mach_number": 0.8799383708665358, "apogee": 3531.7704728306453, "apogee_time": 26.41141364175199, "apogee_y": -20.029857765040237, "out_of_rail_time": 0.3368680595186201, "impact_velocity": -5.252864955146028, "lateral_surface_wind": 0.015763916720079152, "x_impact": 2195.6490521412484} +{"y_impact": 1532.116432882414, "t_final": 299.03188111914295, "out_of_rail_velocity": 25.296054720940734, "apogee_x": 153.5204957434743, "frontal_surface_wind": 6.2514434381527195, "max_mach_number": 0.8256617801551578, "apogee": 3313.4888733764415, "apogee_time": 25.43026300652038, "apogee_y": -137.24671624514525, "out_of_rail_time": 0.3449414922213233, "impact_velocity": -5.337509462239757, "lateral_surface_wind": 2.109473318989227, "x_impact": 2822.326429919921} +{"y_impact": 1066.3356586046573, "t_final": 278.16593454942335, "out_of_rail_velocity": 24.29125974201195, "apogee_x": 232.83223700526014, "frontal_surface_wind": 5.664235615389034, "max_mach_number": 0.753027053546738, "apogee": 2971.821624448198, "apogee_time": 24.36356263462115, "apogee_y": 58.96271153484623, "out_of_rail_time": 0.41153217686021015, "impact_velocity": -5.438007598054368, "lateral_surface_wind": 0.8886708429452006, "x_impact": 2307.7188246747673} +{"y_impact": 1483.0534569093743, "t_final": 348.438451444474, "out_of_rail_velocity": 26.327914383316, "apogee_x": 216.58332271585522, "frontal_surface_wind": 5.112432259949277, "max_mach_number": 1.0439304149651845, "apogee": 4280.017093232222, "apogee_time": 28.593050493758515, "apogee_y": 178.10783528380412, "out_of_rail_time": 0.3721343143031762, "impact_velocity": -5.346839551671649, "lateral_surface_wind": -0.17994928919369402, "x_impact": 3034.798031645539} +{"y_impact": 1297.8312193567067, "t_final": 284.69662769874014, "out_of_rail_velocity": 24.002416794893442, "apogee_x": 149.8299383068436, "frontal_surface_wind": 5.697917158210002, "max_mach_number": 0.7527585541247388, "apogee": 2944.3460109010853, "apogee_time": 24.142686425753283, "apogee_y": 8.998910406761457, "out_of_rail_time": 0.31877108271117266, "impact_velocity": -5.323760087185992, "lateral_surface_wind": 0.8795017679939896, "x_impact": 2208.9800703226506} +{"y_impact": 1459.2530802165877, "t_final": 335.57706542706205, "out_of_rail_velocity": 25.287911222077966, "apogee_x": 40.98577083441399, "frontal_surface_wind": 5.74670188578437, "max_mach_number": 0.9985265955828648, "apogee": 4115.710462016891, "apogee_time": 28.22208957937373, "apogee_y": -66.16737022021283, "out_of_rail_time": 0.34410267950419887, "impact_velocity": -5.441916731208905, "lateral_surface_wind": 0.46389733524870325, "x_impact": 2902.577063359621} +{"y_impact": 1526.6524150991875, "t_final": 340.7348080130661, "out_of_rail_velocity": 26.69362682142042, "apogee_x": 248.31774315765844, "frontal_surface_wind": 5.094839268277376, "max_mach_number": 0.9051068553123692, "apogee": 3709.875857081757, "apogee_time": 26.61560503283516, "apogee_y": 140.03082114997764, "out_of_rail_time": 0.3456918242871759, "impact_velocity": -5.2698305738443025, "lateral_surface_wind": 0.37158262761512173, "x_impact": 2710.8186405973606} +{"y_impact": 1270.4662248461987, "t_final": 300.47804718324085, "out_of_rail_velocity": 23.32568517705191, "apogee_x": 69.55555133471799, "frontal_surface_wind": 5.884019409565296, "max_mach_number": 0.8552712586309011, "apogee": 3423.720850620298, "apogee_time": 26.12264166112423, "apogee_y": -13.539884923644864, "out_of_rail_time": 0.36351246637989976, "impact_velocity": -5.242659757263027, "lateral_surface_wind": 0.4383031701244611, "x_impact": 2260.2651275959224} +{"y_impact": 1490.048287879913, "t_final": 320.4993078281286, "out_of_rail_velocity": 24.489984602130253, "apogee_x": 52.58451818406101, "frontal_surface_wind": 6.281771733004524, "max_mach_number": 0.9229163485889298, "apogee": 3732.1612765868654, "apogee_time": 27.06580459917596, "apogee_y": -212.00588743116913, "out_of_rail_time": 0.3576431580120632, "impact_velocity": -5.303400922374678, "lateral_surface_wind": 1.6473271656604331, "x_impact": 2950.9345940664084} +{"y_impact": 1270.5546155489649, "t_final": 291.8456318950487, "out_of_rail_velocity": 24.947763744043097, "apogee_x": 223.2445871242798, "frontal_surface_wind": 5.397999862633072, "max_mach_number": 0.7895790603905365, "apogee": 3164.426567706196, "apogee_time": 25.002022205326213, "apogee_y": 125.55675985108536, "out_of_rail_time": 0.397090369985453, "impact_velocity": -5.422420102733737, "lateral_surface_wind": 0.4329018834338658, "x_impact": 2264.069962905526} +{"y_impact": 1263.2124447752303, "t_final": 278.2540631791891, "out_of_rail_velocity": 21.47286589678169, "apogee_x": 3.223850776451272, "frontal_surface_wind": 6.333050166051876, "max_mach_number": 0.7431841327490873, "apogee": 2847.00625837274, "apogee_time": 24.159955926220473, "apogee_y": -117.53883260992718, "out_of_rail_time": 0.3418488368305976, "impact_velocity": -5.257211397436527, "lateral_surface_wind": 0.9808667524590717, "x_impact": 1817.5266808865674} +{"y_impact": 1010.0812900117609, "t_final": 266.58073931607066, "out_of_rail_velocity": 21.05563259202062, "apogee_x": 146.05935449693686, "frontal_surface_wind": 5.115272053548986, "max_mach_number": 0.6921955310932809, "apogee": 2573.3400051803615, "apogee_time": 23.206612844666292, "apogee_y": 114.35762711844427, "out_of_rail_time": 0.49578598808720087, "impact_velocity": -5.203787620118873, "lateral_surface_wind": -0.057768308198731244, "x_impact": 1779.9137166950165} +{"y_impact": 1449.5802590048143, "t_final": 304.0239832568162, "out_of_rail_velocity": 24.937649744597582, "apogee_x": 213.79369803802703, "frontal_surface_wind": 5.1186988587830005, "max_mach_number": 0.8155874861810181, "apogee": 3259.167285654074, "apogee_time": 25.143657896754043, "apogee_y": 37.06599702872767, "out_of_rail_time": 0.2900135746125155, "impact_velocity": -5.238483424899801, "lateral_surface_wind": 1.072845416685701, "x_impact": 2114.9968660303502} +{"y_impact": 1562.5894123696967, "t_final": 321.6331388372002, "out_of_rail_velocity": 24.497571110853528, "apogee_x": 92.40468767371364, "frontal_surface_wind": 6.318312706660861, "max_mach_number": 0.9251219869773589, "apogee": 3776.5843080541113, "apogee_time": 27.242457467595674, "apogee_y": -88.97401308282467, "out_of_rail_time": 0.39443111026585725, "impact_velocity": -5.3131991339299, "lateral_surface_wind": 1.071703565664122, "x_impact": 2600.468402410299} +{"y_impact": 1777.7418607134362, "t_final": 353.6731784648322, "out_of_rail_velocity": 25.82259260672308, "apogee_x": 230.3385216760731, "frontal_surface_wind": 6.290869559791123, "max_mach_number": 1.0312729091123658, "apogee": 4187.214666967663, "apogee_time": 28.204000440314235, "apogee_y": -76.36441178688932, "out_of_rail_time": 0.28404635862846167, "impact_velocity": -5.210711922712921, "lateral_surface_wind": 1.550177725294013, "x_impact": 3592.0709418243964} +{"y_impact": 1023.7805264852526, "t_final": 279.4443168956568, "out_of_rail_velocity": 23.995399552457304, "apogee_x": 10.169149119117472, "frontal_surface_wind": 5.536791912415647, "max_mach_number": 0.7491348545649535, "apogee": 2969.0468238743415, "apogee_time": 24.271760763406533, "apogee_y": -1.1609352369174601, "out_of_rail_time": 0.2987998571060775, "impact_velocity": -5.42905204583709, "lateral_surface_wind": 0.06781244657071683, "x_impact": 1739.4862903595995} +{"y_impact": 1290.5930955796957, "t_final": 303.10885822208047, "out_of_rail_velocity": 22.921629719516282, "apogee_x": -19.25158514040489, "frontal_surface_wind": 5.203760764312939, "max_mach_number": 0.8403903493266776, "apogee": 3344.863985638551, "apogee_time": 25.850919522269056, "apogee_y": -97.36052421412485, "out_of_rail_time": 0.3201928837171948, "impact_velocity": -5.278938758835039, "lateral_surface_wind": 0.522445406532702, "x_impact": 1854.0437765504205} +{"y_impact": 1382.493022453134, "t_final": 331.45035004101874, "out_of_rail_velocity": 24.377609035267522, "apogee_x": 171.66228838192592, "frontal_surface_wind": 5.535650267131471, "max_mach_number": 0.8945605880296255, "apogee": 3599.125163163374, "apogee_time": 26.741579865712357, "apogee_y": 100.31856692385844, "out_of_rail_time": 0.5261253212936684, "impact_velocity": -5.310042278412487, "lateral_surface_wind": 0.13129862645316415, "x_impact": 2555.4211937037044} +{"y_impact": 1940.405233516271, "t_final": 361.9040691144825, "out_of_rail_velocity": 26.688367498859975, "apogee_x": 86.50091393674673, "frontal_surface_wind": 6.585794217063196, "max_mach_number": 1.0749396404423592, "apogee": 4312.773522434727, "apogee_time": 28.52335712297165, "apogee_y": -40.19822330475503, "out_of_rail_time": 0.351511379728031, "impact_velocity": -5.221856015768057, "lateral_surface_wind": 0.5611247535544757, "x_impact": 3679.2167995696077} +{"y_impact": 1676.2432999712114, "t_final": 324.4775034006678, "out_of_rail_velocity": 27.045156952735347, "apogee_x": 239.5027643457972, "frontal_surface_wind": 6.359529245129903, "max_mach_number": 0.9370932775324348, "apogee": 3888.9519254797738, "apogee_time": 27.135914739407063, "apogee_y": 44.41906221258303, "out_of_rail_time": 0.2687031330693611, "impact_velocity": -5.397270442367792, "lateral_surface_wind": 1.0076780468798359, "x_impact": 3157.747791141105} +{"y_impact": 771.1718070067693, "t_final": 242.01229748215772, "out_of_rail_velocity": 20.01149194087481, "apogee_x": -10.17438041104905, "frontal_surface_wind": 5.718137162043531, "max_mach_number": 0.6509807061409578, "apogee": 2419.744349402649, "apogee_time": 22.666781240509643, "apogee_y": -60.603323037990485, "out_of_rail_time": 0.36711845759744255, "impact_velocity": -5.493739596095126, "lateral_surface_wind": 0.4197718068180287, "x_impact": 1539.242383494001} +{"y_impact": 856.2938777363497, "t_final": 261.0181740252607, "out_of_rail_velocity": 21.227840369007332, "apogee_x": -23.793656377188505, "frontal_surface_wind": 5.113467775629683, "max_mach_number": 0.7224053955780623, "apogee": 2801.644783725101, "apogee_time": 24.131706618092018, "apogee_y": -3.6373636538195493, "out_of_rail_time": 0.3457064305247964, "impact_velocity": -5.5121962512987634, "lateral_surface_wind": -0.14762339532817448, "x_impact": 1588.6829301545408} +{"y_impact": 797.1048415679176, "t_final": 239.9353854895855, "out_of_rail_velocity": 22.041320732437292, "apogee_x": 80.7990948429712, "frontal_surface_wind": 4.80554815198378, "max_mach_number": 0.6253669839689427, "apogee": 2312.895816928694, "apogee_time": 21.8258761607671, "apogee_y": 153.67015195281243, "out_of_rail_time": 0.4267888716120337, "impact_velocity": -5.387592760269441, "lateral_surface_wind": -0.9784568479785689, "x_impact": 1323.0964263416906} +{"y_impact": 969.1473165510848, "t_final": 306.9159329596405, "out_of_rail_velocity": 23.349733673031672, "apogee_x": -34.04331621030034, "frontal_surface_wind": 5.6801881633413815, "max_mach_number": 0.8682878964298023, "apogee": 3542.4639394544215, "apogee_time": 26.59487672679624, "apogee_y": -143.6563449393174, "out_of_rail_time": 0.3149607704564206, "impact_velocity": -5.480528509718137, "lateral_surface_wind": 0.7802329157238757, "x_impact": 2459.870455923686} +{"y_impact": 1495.4947661600931, "t_final": 337.06724638253087, "out_of_rail_velocity": 25.118152034347652, "apogee_x": 210.3885404886153, "frontal_surface_wind": 5.848065675093228, "max_mach_number": 0.9767162931834633, "apogee": 4040.7208308164923, "apogee_time": 27.994988288211545, "apogee_y": 17.06119604736768, "out_of_rail_time": 0.3385046211526953, "impact_velocity": -5.375372567423497, "lateral_surface_wind": 0.7835317101934467, "x_impact": 2991.902883984122} +{"y_impact": 1726.8265255314464, "t_final": 342.4492449508593, "out_of_rail_velocity": 27.60527674051594, "apogee_x": 349.9678866462295, "frontal_surface_wind": 5.882813316138517, "max_mach_number": 0.9604761027363481, "apogee": 3991.2666002227093, "apogee_time": 27.45378735594, "apogee_y": 190.96209624696314, "out_of_rail_time": 0.329887129573198, "impact_velocity": -5.360555574757547, "lateral_surface_wind": 0.45420432466636607, "x_impact": 3207.571027786399} +{"y_impact": 841.4567889594512, "t_final": 252.8311741264471, "out_of_rail_velocity": 22.824457181383636, "apogee_x": 18.427119003236882, "frontal_surface_wind": 5.711491229227253, "max_mach_number": 0.664086056681999, "apogee": 2492.1320805486826, "apogee_time": 22.57162183610077, "apogee_y": -40.00876279716707, "out_of_rail_time": 0.44666099917563434, "impact_velocity": -5.318244157811326, "lateral_surface_wind": 0.5021642283184677, "x_impact": 1679.0597058562585} +{"y_impact": 1009.6631657469001, "t_final": 290.38926277038064, "out_of_rail_velocity": 22.15382069252733, "apogee_x": -57.908320462210355, "frontal_surface_wind": 5.535881466646099, "max_mach_number": 0.7735139124377904, "apogee": 3030.2285288391054, "apogee_time": 24.892248697208615, "apogee_y": -54.89666129151377, "out_of_rail_time": 0.3923995561257713, "impact_velocity": -5.399922823713739, "lateral_surface_wind": 0.12115938488393185, "x_impact": 1766.444396092939} +{"y_impact": 1254.2655588903003, "t_final": 290.41697212156424, "out_of_rail_velocity": 22.86668237125951, "apogee_x": 66.11483081440214, "frontal_surface_wind": 5.809158174654883, "max_mach_number": 0.8147062893055561, "apogee": 3244.7958436302247, "apogee_time": 25.619940984891056, "apogee_y": -13.21462310877454, "out_of_rail_time": 0.39969405067773983, "impact_velocity": -5.408880567507288, "lateral_surface_wind": 0.41982445527566403, "x_impact": 2170.564128578579} +{"y_impact": 1064.3639085553782, "t_final": 295.3593632678506, "out_of_rail_velocity": 22.94547413635029, "apogee_x": -77.68245508954759, "frontal_surface_wind": 5.630640902564895, "max_mach_number": 0.8290295895226397, "apogee": 3294.637881881766, "apogee_time": 25.752301799686265, "apogee_y": -147.43130514403288, "out_of_rail_time": 0.37732594291904786, "impact_velocity": -5.350120261299112, "lateral_surface_wind": 0.6314468036207095, "x_impact": 1989.3352057128145} +{"y_impact": 1227.9253168929326, "t_final": 278.0374406468027, "out_of_rail_velocity": 21.699843049961483, "apogee_x": 72.01067420403884, "frontal_surface_wind": 5.673865745731918, "max_mach_number": 0.7501658716272694, "apogee": 2913.3185637887977, "apogee_time": 24.453740077554972, "apogee_y": -55.4505340407736, "out_of_rail_time": 0.3382600128309062, "impact_velocity": -5.346448367145265, "lateral_surface_wind": 0.8345781516467197, "x_impact": 1896.0156528015484} +{"y_impact": 664.4520828410404, "t_final": 247.9482505155062, "out_of_rail_velocity": 20.252344348898777, "apogee_x": -149.95183011421545, "frontal_surface_wind": 5.115549010701192, "max_mach_number": 0.66266841646096, "apogee": 2464.6902332155455, "apogee_time": 22.810272283518973, "apogee_y": -110.27729003330846, "out_of_rail_time": 0.3625249153150536, "impact_velocity": -5.4225778306632, "lateral_surface_wind": -0.022442779806885138, "x_impact": 1258.3496154573768} +{"y_impact": 1354.2545796790428, "t_final": 296.79632611698685, "out_of_rail_velocity": 25.500291742635962, "apogee_x": 224.7989536475447, "frontal_surface_wind": 5.530542502827743, "max_mach_number": 0.8244663438010162, "apogee": 3340.734072204637, "apogee_time": 25.529531072858397, "apogee_y": 209.46121173673143, "out_of_rail_time": 0.365026507277273, "impact_velocity": -5.398449695072402, "lateral_surface_wind": -0.2715931400405114, "x_impact": 2238.94771104668} +{"y_impact": 1535.0025711507783, "t_final": 303.56597328069944, "out_of_rail_velocity": 22.89797339710061, "apogee_x": 150.48268821372218, "frontal_surface_wind": 6.040575747516517, "max_mach_number": 0.8328616337094878, "apogee": 3329.996761428004, "apogee_time": 25.86830348042078, "apogee_y": -32.494692042311534, "out_of_rail_time": 0.353131570899508, "impact_velocity": -5.320377889417182, "lateral_surface_wind": 1.0488086189242627, "x_impact": 2451.36826356497} +{"y_impact": 1272.2311824919075, "t_final": 273.76574096946564, "out_of_rail_velocity": 21.210138288101295, "apogee_x": 118.13817157531098, "frontal_surface_wind": 6.296259214206206, "max_mach_number": 0.7283504972854483, "apogee": 2768.3983921900613, "apogee_time": 23.883408072550584, "apogee_y": -104.97560166784343, "out_of_rail_time": 0.34598089689631367, "impact_velocity": -5.248665601712513, "lateral_surface_wind": 1.5281396224912545, "x_impact": 2126.2754542824764} +{"y_impact": 1354.460098652828, "t_final": 284.40746496517966, "out_of_rail_velocity": 24.275363452906653, "apogee_x": 107.5654532990605, "frontal_surface_wind": 6.274124364692724, "max_mach_number": 0.7715658978728712, "apogee": 3043.5006374600066, "apogee_time": 24.49302032947818, "apogee_y": -112.92014414132053, "out_of_rail_time": 0.2974597171519053, "impact_velocity": -5.301667952942277, "lateral_surface_wind": 1.676217871479309, "x_impact": 2400.1498259737605} +{"y_impact": 1542.1829369478128, "t_final": 356.34374460970236, "out_of_rail_velocity": 25.682266894532052, "apogee_x": 239.7297976657776, "frontal_surface_wind": 5.079025866586305, "max_mach_number": 1.0197110510899388, "apogee": 4160.948385199826, "apogee_time": 28.197806162382008, "apogee_y": 84.9462744008757, "out_of_rail_time": 0.3185082006829597, "impact_velocity": -5.31388951053782, "lateral_surface_wind": 0.5467696638199167, "x_impact": 2953.5525861533442} +{"y_impact": 1225.4125055742861, "t_final": 282.80395224499915, "out_of_rail_velocity": 22.301974407225188, "apogee_x": 89.59054155159288, "frontal_surface_wind": 5.723534456557017, "max_mach_number": 0.7950344278762731, "apogee": 3154.872168706912, "apogee_time": 25.323752928550597, "apogee_y": -36.77860763804512, "out_of_rail_time": 0.3289884970983381, "impact_velocity": -5.443692784799888, "lateral_surface_wind": 0.6934959454337566, "x_impact": 2170.4738477187957} +{"y_impact": 972.130252649953, "t_final": 297.15311385821434, "out_of_rail_velocity": 24.74636210082653, "apogee_x": 72.87847996474896, "frontal_surface_wind": 4.86225523567418, "max_mach_number": 0.7812490211402993, "apogee": 3104.520246014825, "apogee_time": 24.728134080612868, "apogee_y": 112.50094492294463, "out_of_rail_time": 0.3733080631984034, "impact_velocity": -5.329685078350097, "lateral_surface_wind": -0.6396443289437537, "x_impact": 1882.4954927496642} +{"y_impact": 1434.2502254719445, "t_final": 308.01072060020067, "out_of_rail_velocity": 23.18377018458415, "apogee_x": -219.63519454986607, "frontal_surface_wind": 7.224456805437354, "max_mach_number": 0.8561266846374229, "apogee": 3400.241757775188, "apogee_time": 25.984825928591153, "apogee_y": -184.7670425700898, "out_of_rail_time": 0.3168463930104602, "impact_velocity": -5.294233402441261, "lateral_surface_wind": 0.12811571050780346, "x_impact": 2823.1228833555697} +{"y_impact": 1001.914460289004, "t_final": 250.83173968141068, "out_of_rail_velocity": 22.329561390766248, "apogee_x": 95.55249449065968, "frontal_surface_wind": 4.9298848801552255, "max_mach_number": 0.6445513606845642, "apogee": 2388.0663234639146, "apogee_time": 22.127380103406892, "apogee_y": -87.94120210354232, "out_of_rail_time": 0.4196793094712166, "impact_velocity": -5.314873753799815, "lateral_surface_wind": 1.7032626829593798, "x_impact": 1467.4029796994994} +{"y_impact": 1333.7624626608858, "t_final": 294.4873272202918, "out_of_rail_velocity": 22.987033365471714, "apogee_x": 74.02400397514191, "frontal_surface_wind": 5.93765325996784, "max_mach_number": 0.839779809010583, "apogee": 3396.4618331782026, "apogee_time": 26.126322663444885, "apogee_y": -157.5343424177686, "out_of_rail_time": 0.31946665866759827, "impact_velocity": -5.473652361571829, "lateral_surface_wind": 1.5273600246856716, "x_impact": 2298.7240809989976} +{"y_impact": 1361.1491522984934, "t_final": 322.3848466306108, "out_of_rail_velocity": 25.9333542205049, "apogee_x": 177.92755773563897, "frontal_surface_wind": 5.536899925501472, "max_mach_number": 0.8700004167892018, "apogee": 3543.703652369726, "apogee_time": 26.043580092472485, "apogee_y": 116.3481575848727, "out_of_rail_time": 0.2805227711004373, "impact_velocity": -5.278598646149393, "lateral_surface_wind": 0.0583303032995004, "x_impact": 2465.1453685820443} +{"y_impact": 1210.881160195048, "t_final": 275.3447629005487, "out_of_rail_velocity": 21.41405266226157, "apogee_x": 176.48466951128458, "frontal_surface_wind": 6.105116359161835, "max_mach_number": 0.7361277751375572, "apogee": 2809.8607420259445, "apogee_time": 24.00485062491241, "apogee_y": 39.49610829890546, "out_of_rail_time": 0.3425440248888346, "impact_velocity": -5.188436345661121, "lateral_surface_wind": 0.6807058347033239, "x_impact": 2169.6119822148853} +{"y_impact": 1381.6814102922676, "t_final": 268.7168767057627, "out_of_rail_velocity": 22.914072740071404, "apogee_x": 139.05610417119874, "frontal_surface_wind": 6.208407791805499, "max_mach_number": 0.686968342421019, "apogee": 2600.7531678802497, "apogee_time": 22.89979773516717, "apogee_y": -121.23366018446205, "out_of_rail_time": 0.32891134591725785, "impact_velocity": -5.2900597685684, "lateral_surface_wind": 2.2329566575728426, "x_impact": 2288.5020315004153} +{"y_impact": 1483.5068812058578, "t_final": 320.1507358838813, "out_of_rail_velocity": 23.823298378317375, "apogee_x": -136.38910464435085, "frontal_surface_wind": 6.591184874875694, "max_mach_number": 0.9042718736938827, "apogee": 3642.37672088274, "apogee_time": 26.757608193444824, "apogee_y": -195.0316357801953, "out_of_rail_time": 0.3080419970940657, "impact_velocity": -5.3239851043135715, "lateral_surface_wind": 0.49378983764804874, "x_impact": 2747.873881676486} +{"y_impact": 1059.716259372385, "t_final": 288.3073434480609, "out_of_rail_velocity": 21.789059022659117, "apogee_x": -11.758301871812408, "frontal_surface_wind": 5.449204758979896, "max_mach_number": 0.7576813588348499, "apogee": 2943.969766090693, "apogee_time": 24.54270584835916, "apogee_y": -41.268902179895285, "out_of_rail_time": 0.33710628221722727, "impact_velocity": -5.345242004091458, "lateral_surface_wind": 0.19603565804132161, "x_impact": 1884.9759105039689} +{"y_impact": 1452.5866724871012, "t_final": 343.0734191936255, "out_of_rail_velocity": 24.87995511608339, "apogee_x": 169.59480302921486, "frontal_surface_wind": 5.537204255636074, "max_mach_number": 0.9746934777539031, "apogee": 3950.104818595545, "apogee_time": 27.54244146819106, "apogee_y": 115.77795448263235, "out_of_rail_time": 0.29482262051060687, "impact_velocity": -5.171781057400937, "lateral_surface_wind": 0.005678086559181672, "x_impact": 2735.1501376362144} +{"y_impact": 1064.6477076352787, "t_final": 272.336560875998, "out_of_rail_velocity": 21.529028390642196, "apogee_x": 38.77349440411717, "frontal_surface_wind": 5.632838362359961, "max_mach_number": 0.7427824310079574, "apogee": 2903.9572589640375, "apogee_time": 24.491405207326476, "apogee_y": -52.12592049828817, "out_of_rail_time": 0.3408656200583552, "impact_velocity": -5.513416026901035, "lateral_surface_wind": 0.6115341551913316, "x_impact": 1820.9565447940527} +{"y_impact": 1603.391833580435, "t_final": 334.18545828423373, "out_of_rail_velocity": 24.125522437096468, "apogee_x": 206.9440958444866, "frontal_surface_wind": 5.49122829111011, "max_mach_number": 0.9212716832049485, "apogee": 3713.370430738247, "apogee_time": 26.880702696949566, "apogee_y": 22.827949692193684, "out_of_rail_time": 0.30424987642793666, "impact_velocity": -5.205175823566731, "lateral_surface_wind": 0.873658961667144, "x_impact": 2693.359529371293} +{"y_impact": 1862.5991298877466, "t_final": 366.3645330067402, "out_of_rail_velocity": 30.440904329090262, "apogee_x": 89.71573918215469, "frontal_surface_wind": 6.622145609196914, "max_mach_number": 1.094871214571859, "apogee": 4412.804703959609, "apogee_time": 28.502641339672465, "apogee_y": 35.81807923189211, "out_of_rail_time": 0.4481803865646043, "impact_velocity": -5.275926106292189, "lateral_surface_wind": -0.058313853659396564, "x_impact": 4280.0642696797} +{"y_impact": 1436.1610928616144, "t_final": 324.23793067325016, "out_of_rail_velocity": 23.67332995095567, "apogee_x": 300.9212163526389, "frontal_surface_wind": 5.075516226339447, "max_mach_number": 0.8902133144185514, "apogee": 3588.111136167867, "apogee_time": 26.574447168916528, "apogee_y": 132.5885520200009, "out_of_rail_time": 0.31024071890337507, "impact_velocity": -5.2426912266149195, "lateral_surface_wind": 0.5784426115799906, "x_impact": 2577.5236182600183} +{"y_impact": 1718.2742395536225, "t_final": 351.3379200137307, "out_of_rail_velocity": 26.181650324887894, "apogee_x": 132.43088837858022, "frontal_surface_wind": 5.9582860046293185, "max_mach_number": 1.04373083760993, "apogee": 4198.020614530096, "apogee_time": 28.247328123352645, "apogee_y": -120.52373724345226, "out_of_rail_time": 0.3687100689983797, "impact_velocity": -5.2529384050501475, "lateral_surface_wind": 1.4447777571837581, "x_impact": 3139.902402957933} +{"y_impact": 1487.1771247088443, "t_final": 343.74415084323215, "out_of_rail_velocity": 25.609120489829277, "apogee_x": 171.57947213498431, "frontal_surface_wind": 5.439035979890793, "max_mach_number": 0.9851801712106663, "apogee": 4015.40632959378, "apogee_time": 27.8373521709268, "apogee_y": 61.98238414353697, "out_of_rail_time": 0.373155878440759, "impact_velocity": -5.295315831399672, "lateral_surface_wind": 0.38619955200160083, "x_impact": 2892.8866675147547} +{"y_impact": 1357.1565996042893, "t_final": 314.8122470293, "out_of_rail_velocity": 23.900661453803025, "apogee_x": 246.8842808899886, "frontal_surface_wind": 5.080842162237216, "max_mach_number": 0.8835543722599194, "apogee": 3499.814470853483, "apogee_time": 26.27069670151075, "apogee_y": 105.04889842440285, "out_of_rail_time": 0.4132942251811034, "impact_velocity": -5.178107821554636, "lateral_surface_wind": 0.5296260389738703, "x_impact": 2394.376493480413} +{"y_impact": 1162.2991969120756, "t_final": 245.89502354592057, "out_of_rail_velocity": 22.15471458814204, "apogee_x": -128.79269061345255, "frontal_surface_wind": 7.222879001122161, "max_mach_number": 0.6440765171934143, "apogee": 2406.4680845826006, "apogee_time": 22.178531146780198, "apogee_y": -86.15238039666835, "out_of_rail_time": 0.32980229712820575, "impact_velocity": -5.43336244478372, "lateral_surface_wind": -0.1980118785769518, "x_impact": 1886.5560796074487} +{"y_impact": 1486.8827900534952, "t_final": 342.7982176006095, "out_of_rail_velocity": 25.78342160199416, "apogee_x": 203.31076058988646, "frontal_surface_wind": 5.829304008266131, "max_mach_number": 1.0333911815503822, "apogee": 4272.052319015042, "apogee_time": 28.565029663243706, "apogee_y": -13.17409702129894, "out_of_rail_time": 0.28481667888815926, "impact_velocity": -5.394580751269516, "lateral_surface_wind": 0.9126931906696174, "x_impact": 3099.9865322468504} +{"y_impact": 1634.7534953616237, "t_final": 344.40738684349975, "out_of_rail_velocity": 25.45924013495916, "apogee_x": 68.19602950457075, "frontal_surface_wind": 6.598108251766082, "max_mach_number": 1.0119864339104094, "apogee": 4146.20882970266, "apogee_time": 28.210151138948074, "apogee_y": -61.78863618115581, "out_of_rail_time": 0.31144673152129965, "impact_velocity": -5.3476812254624475, "lateral_surface_wind": 0.5667278649501184, "x_impact": 3882.218642713656} +{"y_impact": 1610.0749948161056, "t_final": 397.66697180707183, "out_of_rail_velocity": 28.35899334194756, "apogee_x": 173.77877377217015, "frontal_surface_wind": 4.945368354483936, "max_mach_number": 1.2113509242001588, "apogee": 4808.964229419993, "apogee_time": 29.583043692079855, "apogee_y": 100.0034971842213, "out_of_rail_time": 0.25886105474525267, "impact_velocity": -5.2540215367714405, "lateral_surface_wind": 0.003190230611642253, "x_impact": 3837.5844828249683} +{"y_impact": 1244.5229745173904, "t_final": 269.2117204591569, "out_of_rail_velocity": 21.136831789309348, "apogee_x": 34.873028890832536, "frontal_surface_wind": 6.40249304597708, "max_mach_number": 0.7209527348661751, "apogee": 2756.6964635657314, "apogee_time": 23.908840631758256, "apogee_y": -106.55096006453665, "out_of_rail_time": 0.35567739834239975, "impact_velocity": -5.349555769268737, "lateral_surface_wind": 0.9930627344329284, "x_impact": 1985.633677447273} +{"y_impact": 1517.614591433775, "t_final": 334.8825607307494, "out_of_rail_velocity": 27.496649043516882, "apogee_x": 301.40459994025133, "frontal_surface_wind": 5.107526259786911, "max_mach_number": 0.93895533533289, "apogee": 3848.492557676026, "apogee_time": 27.036904523014794, "apogee_y": 264.0089780105797, "out_of_rail_time": 0.40270076221201356, "impact_velocity": -5.323173978566981, "lateral_surface_wind": -0.2872644510525455, "x_impact": 2910.6768735878222} +{"y_impact": 1329.9661075984611, "t_final": 254.01140194149934, "out_of_rail_velocity": 20.518838361632532, "apogee_x": -39.29775478669368, "frontal_surface_wind": 7.378468710072835, "max_mach_number": 0.6713444237323138, "apogee": 2495.2571732906185, "apogee_time": 22.938290602870268, "apogee_y": -168.06164832435854, "out_of_rail_time": 0.39529698423690407, "impact_velocity": -5.416661740030913, "lateral_surface_wind": 1.0779541761024487, "x_impact": 2035.1628913966492} +{"y_impact": 1440.9268668023376, "t_final": 303.18211331333873, "out_of_rail_velocity": 23.490769323062292, "apogee_x": 24.198832132664187, "frontal_surface_wind": 6.0631919915100205, "max_mach_number": 0.842925905762679, "apogee": 3341.8877895140718, "apogee_time": 25.92511480599463, "apogee_y": -110.37492494697764, "out_of_rail_time": 0.47234638880835833, "impact_velocity": -5.263068130601933, "lateral_surface_wind": 0.9089872137182597, "x_impact": 2296.7486523422476} +{"y_impact": 1347.4491139534498, "t_final": 318.356513878413, "out_of_rail_velocity": 24.18443034335476, "apogee_x": -4.114619069888754, "frontal_surface_wind": 5.899646998349208, "max_mach_number": 0.9244116518105522, "apogee": 3753.1197089038287, "apogee_time": 27.068614805008707, "apogee_y": -28.80981639717362, "out_of_rail_time": 0.30380840953557703, "impact_velocity": -5.2868979741213735, "lateral_surface_wind": 0.08921533473261833, "x_impact": 2459.729110600507} +{"y_impact": 1675.7735706000603, "t_final": 348.44126923566705, "out_of_rail_velocity": 26.131851787763754, "apogee_x": 406.9302851738157, "frontal_surface_wind": 5.394457520373667, "max_mach_number": 1.0422363501691, "apogee": 4293.175943444552, "apogee_time": 28.65824898841362, "apogee_y": 233.86001038800367, "out_of_rail_time": 0.3548685648886864, "impact_velocity": -5.418163844514496, "lateral_surface_wind": 0.47501012468287396, "x_impact": 3318.1283482849235} +{"y_impact": 1087.3715383969964, "t_final": 289.5705622888279, "out_of_rail_velocity": 22.612707046299082, "apogee_x": 164.3968293480714, "frontal_surface_wind": 4.945259576222874, "max_mach_number": 0.7923263397808483, "apogee": 3111.432369189555, "apogee_time": 25.172892445667888, "apogee_y": 121.85284469475745, "out_of_rail_time": 0.43851666533229366, "impact_velocity": -5.361650645783284, "lateral_surface_wind": -0.03295546811163064, "x_impact": 2213.4289263631817} +{"y_impact": 1306.230952969109, "t_final": 273.85587901776074, "out_of_rail_velocity": 21.31413978041955, "apogee_x": 1.78474374302254, "frontal_surface_wind": 6.611158101973965, "max_mach_number": 0.7302712199967881, "apogee": 2811.766691723786, "apogee_time": 24.11890335825728, "apogee_y": -53.42765997943036, "out_of_rail_time": 0.3443757419546171, "impact_velocity": -5.412463047342457, "lateral_surface_wind": 0.38574800795155095, "x_impact": 2552.5603340259795} +{"y_impact": 1493.02104409645, "t_final": 291.9330393436778, "out_of_rail_velocity": 24.890164332845007, "apogee_x": 121.44376085276322, "frontal_surface_wind": 6.067055862343156, "max_mach_number": 0.8077864967708868, "apogee": 3229.772971886846, "apogee_time": 25.085992160538545, "apogee_y": -8.4914714979452, "out_of_rail_time": 0.2939517881591029, "impact_velocity": -5.297787562867619, "lateral_surface_wind": 0.8828295666900186, "x_impact": 2269.0224282804134} +{"y_impact": 1327.2024475812761, "t_final": 322.6793177410948, "out_of_rail_velocity": 27.302164871999302, "apogee_x": 240.09336476539804, "frontal_surface_wind": 5.1146894934475124, "max_mach_number": 0.9217404071282977, "apogee": 3792.6219469819366, "apogee_time": 26.95592459278853, "apogee_y": 145.3571861384783, "out_of_rail_time": 0.4464912488360338, "impact_velocity": -5.33337425595905, "lateral_surface_wind": 0.09641962906492507, "x_impact": 2699.221602630161} +{"y_impact": 605.5503124481045, "t_final": 216.67793565246734, "out_of_rail_velocity": 18.07247989872725, "apogee_x": 20.380790519367768, "frontal_surface_wind": 4.874693684018904, "max_mach_number": 0.5316636509410266, "apogee": 1819.1592025517832, "apogee_time": 19.973891634456802, "apogee_y": 64.90622210714963, "out_of_rail_time": 0.40642699952708883, "impact_velocity": -5.311363007107167, "lateral_surface_wind": -0.5366864367366442, "x_impact": 1066.6193252703524} +{"y_impact": 1350.1488634367727, "t_final": 313.87104787071075, "out_of_rail_velocity": 23.782919019389062, "apogee_x": 65.5329476793638, "frontal_surface_wind": 5.890770698478542, "max_mach_number": 0.8855735778075033, "apogee": 3525.4940903910397, "apogee_time": 26.328476644401878, "apogee_y": -4.5440403971473735, "out_of_rail_time": 0.34645990990300013, "impact_velocity": -5.1714832472197205, "lateral_surface_wind": 0.33558107668475357, "x_impact": 2415.6991367084197} +{"y_impact": 1054.035933381327, "t_final": 273.4332736091932, "out_of_rail_velocity": 24.076337000253723, "apogee_x": 256.7746223009914, "frontal_surface_wind": 5.925639433144768, "max_mach_number": 0.7248749234399103, "apogee": 2757.870799552584, "apogee_time": 23.539646986491544, "apogee_y": 159.98596990645655, "out_of_rail_time": 0.5121293712643884, "impact_velocity": -5.192947257587563, "lateral_surface_wind": 0.14465750711136627, "x_impact": 2391.7401282993355} +{"y_impact": 1173.157579755974, "t_final": 297.5766857949515, "out_of_rail_velocity": 22.937948939084585, "apogee_x": 96.8638380452893, "frontal_surface_wind": 5.431517835900633, "max_mach_number": 0.8187356339262538, "apogee": 3301.775910269492, "apogee_time": 25.899133868289443, "apogee_y": 1.7719578637892193, "out_of_rail_time": 0.41607231792963084, "impact_velocity": -5.497247210322702, "lateral_surface_wind": 0.4804960799071458, "x_impact": 2204.090722271827} +{"y_impact": 1250.6277787732583, "t_final": 297.64949534728345, "out_of_rail_velocity": 22.611370547840842, "apogee_x": 87.68213725662565, "frontal_surface_wind": 5.871039122813306, "max_mach_number": 0.8181638385438383, "apogee": 3266.587666554339, "apogee_time": 25.651035064537897, "apogee_y": -19.85967354116135, "out_of_rail_time": 0.32460268960494637, "impact_velocity": -5.325930394895931, "lateral_surface_wind": 0.5871062080048524, "x_impact": 2224.9127786121257} +{"y_impact": 1804.4917328231547, "t_final": 351.4373290881725, "out_of_rail_velocity": 25.592060269932542, "apogee_x": 185.68166473192179, "frontal_surface_wind": 6.320272924541767, "max_mach_number": 1.0137935246081147, "apogee": 4144.375608334271, "apogee_time": 28.174853579203667, "apogee_y": -30.177027421481053, "out_of_rail_time": 0.3320279086505929, "impact_velocity": -5.305710166083399, "lateral_surface_wind": 1.0600821435688648, "x_impact": 3124.5078174520977} +{"y_impact": 1458.2823957325488, "t_final": 310.64098805694624, "out_of_rail_velocity": 25.774276752133343, "apogee_x": 327.7389808218546, "frontal_surface_wind": 5.598849739171666, "max_mach_number": 0.8555324025569669, "apogee": 3465.4986553026215, "apogee_time": 25.837203203076054, "apogee_y": 121.46738364725637, "out_of_rail_time": 0.3127052706766583, "impact_velocity": -5.28528877616339, "lateral_surface_wind": 0.8693236667760726, "x_impact": 2660.0136990681317} +{"y_impact": 1239.4804588853226, "t_final": 257.03003459885053, "out_of_rail_velocity": 20.812481681937477, "apogee_x": 112.02287095418312, "frontal_surface_wind": 6.03501667357766, "max_mach_number": 0.6923365733299551, "apogee": 2619.865676302041, "apogee_time": 23.426826445577944, "apogee_y": -41.86105184205323, "out_of_rail_time": 0.39316621724700185, "impact_velocity": -5.433286433327336, "lateral_surface_wind": 1.080337276156924, "x_impact": 1776.7662381591128} +{"y_impact": 1554.3230000244807, "t_final": 331.5199445844286, "out_of_rail_velocity": 27.909284444305868, "apogee_x": 219.01119372312937, "frontal_surface_wind": 5.750427944076542, "max_mach_number": 0.9664384057457536, "apogee": 3979.664597344575, "apogee_time": 27.408994103378543, "apogee_y": 26.349651485585852, "out_of_rail_time": 0.39552388263084587, "impact_velocity": -5.372790037386309, "lateral_surface_wind": 0.9247430623642421, "x_impact": 2965.9592551370206} +{"y_impact": 1474.6505564801275, "t_final": 306.75248927557317, "out_of_rail_velocity": 22.82890454297632, "apogee_x": 234.08258368772528, "frontal_surface_wind": 5.947184068598097, "max_mach_number": 0.8315306147351789, "apogee": 3256.4042995995337, "apogee_time": 25.5094316402041, "apogee_y": -229.7885535346364, "out_of_rail_time": 0.32149136033200737, "impact_velocity": -5.16967131263947, "lateral_surface_wind": 2.85682068008531, "x_impact": 2975.6870030898367} +{"y_impact": 1224.2822698757057, "t_final": 271.6009260458925, "out_of_rail_velocity": 21.586309726105167, "apogee_x": -130.33741432453633, "frontal_surface_wind": 6.622374312895113, "max_mach_number": 0.7536226143965775, "apogee": 2906.5535255729683, "apogee_time": 24.420366313681058, "apogee_y": -106.35291592568207, "out_of_rail_time": 0.3402002309052258, "impact_velocity": -5.341135784546847, "lateral_surface_wind": -0.019272644903131297, "x_impact": 2369.4393823755745} +{"y_impact": 1023.0415354315861, "t_final": 264.7725287344202, "out_of_rail_velocity": 20.679242589039223, "apogee_x": 104.47607065434255, "frontal_surface_wind": 5.091781864010883, "max_mach_number": 0.6840317010533086, "apogee": 2566.6768526453234, "apogee_time": 23.143997302491854, "apogee_y": 31.52834203871449, "out_of_rail_time": 0.3547227423173193, "impact_velocity": -5.293162511062871, "lateral_surface_wind": 0.4113614810070998, "x_impact": 1605.1136901521684} +{"y_impact": 1429.9188006156978, "t_final": 309.9424833391952, "out_of_rail_velocity": 25.473468521663392, "apogee_x": 191.97022349965408, "frontal_surface_wind": 5.652832723709459, "max_mach_number": 0.8473618106283994, "apogee": 3439.066663866156, "apogee_time": 25.75355142112061, "apogee_y": 99.97681816887275, "out_of_rail_time": 0.28364130219639944, "impact_velocity": -5.335637511177814, "lateral_surface_wind": 0.38512885791528495, "x_impact": 2492.5444971563634} +{"y_impact": 832.0550667481159, "t_final": 253.93857030326163, "out_of_rail_velocity": 19.732426709056263, "apogee_x": 12.473073747279896, "frontal_surface_wind": 5.115549661358867, "max_mach_number": 0.6282646426926516, "apogee": 2276.6046118103586, "apogee_time": 21.98129060931489, "apogee_y": 10.7690930118111, "out_of_rail_time": 0.3721827542918469, "impact_velocity": -5.247041951012508, "lateral_surface_wind": -0.022293977271397036, "x_impact": 1472.2686048393055} +{"y_impact": 1207.0864721934363, "t_final": 301.98175891294187, "out_of_rail_velocity": 25.991209380551325, "apogee_x": 159.2888459482074, "frontal_surface_wind": 5.36794418278398, "max_mach_number": 0.8560899529705375, "apogee": 3476.984644032727, "apogee_time": 25.96859940536821, "apogee_y": 24.39392489641724, "out_of_rail_time": 0.3959741226529836, "impact_velocity": -5.365891510754044, "lateral_surface_wind": 0.7148299155623516, "x_impact": 2356.1221884213674} +{"y_impact": 1635.348110090382, "t_final": 344.20290527935845, "out_of_rail_velocity": 25.591653560846538, "apogee_x": 73.40203750939168, "frontal_surface_wind": 5.699165756051551, "max_mach_number": 1.02135424364835, "apogee": 4197.728953237391, "apogee_time": 28.33981510643387, "apogee_y": -55.51901509113153, "out_of_rail_time": 0.2866681995246519, "impact_velocity": -5.366893060515212, "lateral_surface_wind": 0.6393613038379957, "x_impact": 2847.632740038729} +{"y_impact": 1752.3794867674947, "t_final": 346.5540525381867, "out_of_rail_velocity": 29.417430309362267, "apogee_x": 497.8873229682949, "frontal_surface_wind": 5.086929599536628, "max_mach_number": 1.0514707987276535, "apogee": 4301.266010293134, "apogee_time": 28.255207824296285, "apogee_y": 304.7990996161029, "out_of_rail_time": 0.3826921556757906, "impact_velocity": -5.3764699280800174, "lateral_surface_wind": 0.46755541712681437, "x_impact": 3182.658355898026} +{"y_impact": 1459.8021256506631, "t_final": 283.3664380203091, "out_of_rail_velocity": 22.832461337301595, "apogee_x": 40.638861928645554, "frontal_surface_wind": 6.678656200473051, "max_mach_number": 0.8149494525379657, "apogee": 3275.919333590128, "apogee_time": 25.805801225980698, "apogee_y": -87.75709808937556, "out_of_rail_time": 0.40057261316617, "impact_velocity": -5.518201799936366, "lateral_surface_wind": 0.8683982967104691, "x_impact": 2224.632948145423} +{"y_impact": 1292.2451304819522, "t_final": 346.2324781387228, "out_of_rail_velocity": 25.768368298290643, "apogee_x": 71.38328049100286, "frontal_surface_wind": 5.349658632989204, "max_mach_number": 1.032536550952899, "apogee": 4180.076636341995, "apogee_time": 28.167904692008126, "apogee_y": -87.39196401257263, "out_of_rail_time": 0.2847210806255071, "impact_velocity": -5.2688142713730475, "lateral_surface_wind": 0.8408085799700911, "x_impact": 2860.1589759839767} +{"y_impact": 1316.14352442005, "t_final": 334.0674333363135, "out_of_rail_velocity": 24.97143242109782, "apogee_x": 229.09708728612063, "frontal_surface_wind": 4.845230311400876, "max_mach_number": 0.9769816650576549, "apogee": 3993.5178608790056, "apogee_time": 27.72469538970984, "apogee_y": 267.3413076085212, "out_of_rail_time": 0.29392709277551043, "impact_velocity": -5.290793228720208, "lateral_surface_wind": -0.7579010976856093, "x_impact": 2585.426344609009} +{"y_impact": 1395.873676311703, "t_final": 315.91251257111304, "out_of_rail_velocity": 23.25327172742594, "apogee_x": 322.0297987014307, "frontal_surface_wind": 5.065391542644109, "max_mach_number": 0.8592438959794544, "apogee": 3504.8113979871173, "apogee_time": 26.462974066406385, "apogee_y": 129.97279250163956, "out_of_rail_time": 0.3159050365225238, "impact_velocity": -5.452120418290077, "lateral_surface_wind": 0.6612634410248619, "x_impact": 2527.7277754807237} +{"y_impact": 1669.2558391971024, "t_final": 318.6575711317123, "out_of_rail_velocity": 26.864728836988515, "apogee_x": 355.30145477862095, "frontal_surface_wind": 5.936911426560469, "max_mach_number": 0.8938799994527895, "apogee": 3666.4092345198487, "apogee_time": 26.591248687636607, "apogee_y": 213.8473240371485, "out_of_rail_time": 0.4435554659536807, "impact_velocity": -5.395796192841862, "lateral_surface_wind": 0.31793932666073976, "x_impact": 3106.5673776047743} +{"y_impact": 1904.4642562912743, "t_final": 326.2046035822777, "out_of_rail_velocity": 26.731383985746902, "apogee_x": 331.82626555158316, "frontal_surface_wind": 6.418046879109332, "max_mach_number": 0.8974094511577132, "apogee": 3625.429831247122, "apogee_time": 26.302487247739464, "apogee_y": 164.1336548571597, "out_of_rail_time": 0.3821642816880751, "impact_velocity": -5.179398913565521, "lateral_surface_wind": 0.8869977766935024, "x_impact": 3228.7901829334023} +{"y_impact": 1085.1882750502605, "t_final": 265.1653761472681, "out_of_rail_velocity": 20.93942953544354, "apogee_x": 11.025853281141895, "frontal_surface_wind": 5.710917703642169, "max_mach_number": 0.6912666050548868, "apogee": 2582.781105747385, "apogee_time": 23.263214462524804, "apogee_y": -87.24685911646291, "out_of_rail_time": 0.43329874066212015, "impact_velocity": -5.27989073985799, "lateral_surface_wind": 0.7906973402983883, "x_impact": 1760.6769725443564} +{"y_impact": 564.8890535211763, "t_final": 222.83140551548794, "out_of_rail_velocity": 18.54927641414999, "apogee_x": -58.43423845914554, "frontal_surface_wind": 4.870436026530379, "max_mach_number": 0.5497000894733765, "apogee": 1896.9133362336795, "apogee_time": 20.36130059988596, "apogee_y": 16.3342095830592, "out_of_rail_time": 0.4494227978252349, "impact_velocity": -5.30848742345263, "lateral_surface_wind": -0.5740415976789901, "x_impact": 1006.6330621116439} +{"y_impact": 1032.8508193375412, "t_final": 288.0795071948948, "out_of_rail_velocity": 22.5716736462016, "apogee_x": 84.58418860981008, "frontal_surface_wind": 4.94154378643723, "max_mach_number": 0.7813091391024327, "apogee": 3047.2939082605476, "apogee_time": 24.9675121002585, "apogee_y": 85.61213465173061, "out_of_rail_time": 0.47422788904518504, "impact_velocity": -5.309182042862568, "lateral_surface_wind": -0.19448225067108815, "x_impact": 2077.053712729545} +{"y_impact": 997.3554033354851, "t_final": 278.6557269952188, "out_of_rail_velocity": 22.262277849633193, "apogee_x": 133.96727955187367, "frontal_surface_wind": 4.945331936601433, "max_mach_number": 0.7610656969306772, "apogee": 2964.4245238038457, "apogee_time": 24.684207547001716, "apogee_y": 91.21122732552, "out_of_rail_time": 0.4243989983448244, "impact_velocity": -5.392494498447512, "lateral_surface_wind": 0.019245153478499866, "x_impact": 2027.18433527841} +{"y_impact": 1464.1755363033835, "t_final": 334.48823378988436, "out_of_rail_velocity": 27.160024293748616, "apogee_x": 191.19337081413934, "frontal_surface_wind": 5.09111144907914, "max_mach_number": 0.9487278589061265, "apogee": 3962.2719275161544, "apogee_time": 27.362195899553335, "apogee_y": 215.47750071562254, "out_of_rail_time": 0.264512130116538, "impact_velocity": -5.399062415830044, "lateral_surface_wind": -0.49992956734593896, "x_impact": 2805.4766432456913} +{"y_impact": 1347.8290222188964, "t_final": 326.4718375953378, "out_of_rail_velocity": 24.946911003753225, "apogee_x": 240.3544236202416, "frontal_surface_wind": 4.809245400713364, "max_mach_number": 0.9250383460841339, "apogee": 3798.3373197592223, "apogee_time": 27.444350390362235, "apogee_y": 319.5349409655984, "out_of_rail_time": 0.5323266592263907, "impact_velocity": -5.451562593904608, "lateral_surface_wind": -0.9601195342811419, "x_impact": 2501.818167054686} +{"y_impact": 1300.2199359215283, "t_final": 316.48944940791984, "out_of_rail_velocity": 23.96179812707956, "apogee_x": -23.015537580588404, "frontal_surface_wind": 5.896321503795019, "max_mach_number": 0.9064030836807345, "apogee": 3694.068007814404, "apogee_time": 26.94864265698728, "apogee_y": -60.98819922243236, "out_of_rail_time": 0.3063052381893115, "impact_velocity": -5.363950091257078, "lateral_surface_wind": 0.21722524016955358, "x_impact": 2406.4786128979445} +{"y_impact": 1620.659700403868, "t_final": 331.1122804750381, "out_of_rail_velocity": 25.180422846180285, "apogee_x": 46.781750893607075, "frontal_surface_wind": 6.060279244546159, "max_mach_number": 0.9477776887898772, "apogee": 3833.9707359500144, "apogee_time": 27.42117399648112, "apogee_y": -102.2138329922136, "out_of_rail_time": 0.5006388242345008, "impact_velocity": -5.288702155033484, "lateral_surface_wind": 0.9282081440806076, "x_impact": 2746.2819871767374} +{"y_impact": 1559.8436621497735, "t_final": 345.7773483844183, "out_of_rail_velocity": 27.321881002386927, "apogee_x": 274.4699448386532, "frontal_surface_wind": 5.089606609409922, "max_mach_number": 0.9556551478366302, "apogee": 3940.295185463483, "apogee_time": 27.233838103385747, "apogee_y": 144.1923797836352, "out_of_rail_time": 0.2935576614473412, "impact_velocity": -5.318594304546332, "lateral_surface_wind": 0.43745328913764325, "x_impact": 2846.41504151868} +{"y_impact": 1690.499616080486, "t_final": 364.55374465432584, "out_of_rail_velocity": 26.694740494135807, "apogee_x": 172.8535355591338, "frontal_surface_wind": 5.724988612223891, "max_mach_number": 1.0906839364322407, "apogee": 4417.920727831629, "apogee_time": 28.798117269489342, "apogee_y": 0.5219581895235114, "out_of_rail_time": 0.2750727190268899, "impact_velocity": -5.261455648950533, "lateral_surface_wind": 0.6813873286430097, "x_impact": 3438.928415834677} +{"y_impact": 1596.9770924000009, "t_final": 334.5679236551269, "out_of_rail_velocity": 26.353222256995096, "apogee_x": 82.05531939709681, "frontal_surface_wind": 5.942754298250232, "max_mach_number": 0.8983221599661638, "apogee": 3702.8474572381792, "apogee_time": 26.579217835920378, "apogee_y": 76.39431717719536, "out_of_rail_time": 0.271578966405673, "impact_velocity": -5.388286796953407, "lateral_surface_wind": -0.1779720564867575, "x_impact": 2990.345570396511} +{"y_impact": 674.4023581507863, "t_final": 160.24991700673937, "out_of_rail_velocity": 14.283932298203561, "apogee_x": -73.8441718744756, "frontal_surface_wind": 6.36685288955512, "max_mach_number": 0.3371997896226115, "apogee": 924.7471412283096, "apogee_time": 14.75728917499212, "apogee_y": -119.30521775757296, "out_of_rail_time": 0.5138707757543981, "impact_velocity": -5.4035976753166635, "lateral_surface_wind": 0.9603184620685461, "x_impact": 780.8439367991999} +{"y_impact": 1551.7406170055058, "t_final": 338.5483875046538, "out_of_rail_velocity": 25.053831024643962, "apogee_x": 141.52754799429692, "frontal_surface_wind": 5.78244600714136, "max_mach_number": 0.9799035710619484, "apogee": 4089.972567658074, "apogee_time": 28.158846263433265, "apogee_y": -11.51822354373984, "out_of_rail_time": 0.2929193683835808, "impact_velocity": -5.438447558008863, "lateral_surface_wind": 0.6970577062927372, "x_impact": 2982.0335098990436} +{"y_impact": 1447.548896931793, "t_final": 320.6221575343617, "out_of_rail_velocity": 27.75404105387368, "apogee_x": 224.4765116572128, "frontal_surface_wind": 5.104843358976957, "max_mach_number": 0.9579138217798192, "apogee": 3959.620070021145, "apogee_time": 27.38410653812531, "apogee_y": 150.2093285099014, "out_of_rail_time": 0.3835249585154295, "impact_velocity": -5.367635339666161, "lateral_surface_wind": 0.1898291311557947, "x_impact": 2535.3832322757175} +{"y_impact": 1138.5457718883008, "t_final": 273.0217737541865, "out_of_rail_velocity": 21.769621936282334, "apogee_x": 20.92077723189729, "frontal_surface_wind": 6.140566888970758, "max_mach_number": 0.7356338142651415, "apogee": 2841.3965324630303, "apogee_time": 24.24373075778903, "apogee_y": -11.377056678685955, "out_of_rail_time": 0.3854266456646941, "impact_velocity": -5.429756071591564, "lateral_surface_wind": 0.17101015870585012, "x_impact": 1992.7587563191692} +{"y_impact": 1088.569794632806, "t_final": 271.84370613736826, "out_of_rail_velocity": 21.808880859877714, "apogee_x": 8.16628872054894, "frontal_surface_wind": 5.935016378308113, "max_mach_number": 0.7408097592167266, "apogee": 2853.7491310243795, "apogee_time": 24.295823550097605, "apogee_y": -39.738235324029446, "out_of_rail_time": 0.4399029903862338, "impact_velocity": -5.371593111469386, "lateral_surface_wind": 0.3515441529540597, "x_impact": 1957.4495908354706} +{"y_impact": 1597.758060158311, "t_final": 312.1219873489691, "out_of_rail_velocity": 23.66055372025317, "apogee_x": -1.8914218462050303, "frontal_surface_wind": 7.2597959319643515, "max_mach_number": 0.8703421734599661, "apogee": 3509.7740307415575, "apogee_time": 26.44340669451936, "apogee_y": -250.75445312930444, "out_of_rail_time": 0.34007156873425665, "impact_velocity": -5.410391130822985, "lateral_surface_wind": 1.7026886789822848, "x_impact": 3113.719699455023} +{"y_impact": 1627.8177537702475, "t_final": 289.1024819234969, "out_of_rail_velocity": 22.700296243823107, "apogee_x": 125.7936632483094, "frontal_surface_wind": 7.3372644760989445, "max_mach_number": 0.815643968898914, "apogee": 3227.678584738724, "apogee_time": 25.509359994248157, "apogee_y": -94.89965082957092, "out_of_rail_time": 0.34428758082559646, "impact_velocity": -5.327382300518535, "lateral_surface_wind": 1.329787847394115, "x_impact": 2847.57816411872} +{"y_impact": 1368.07211930248, "t_final": 289.20713091191897, "out_of_rail_velocity": 25.30822999011487, "apogee_x": -165.63041226991126, "frontal_surface_wind": 7.225258326627753, "max_mach_number": 0.8086427179288279, "apogee": 3230.9927739891114, "apogee_time": 25.212159643209446, "apogee_y": -138.39148168297928, "out_of_rail_time": 0.4236300098630161, "impact_velocity": -5.428465914431938, "lateral_surface_wind": 0.06951174293134876, "x_impact": 2587.7371888827893} +{"y_impact": 1093.8971805985502, "t_final": 321.97289148188116, "out_of_rail_velocity": 23.43564983746551, "apogee_x": 33.83167073858239, "frontal_surface_wind": 4.8464864550163975, "max_mach_number": 0.8753569048065928, "apogee": 3543.762330853564, "apogee_time": 26.48608967623537, "apogee_y": 123.39103615513932, "out_of_rail_time": 0.31350260499045257, "impact_velocity": -5.326705523305797, "lateral_surface_wind": -0.7498265704371052, "x_impact": 2155.7063375622197} +{"y_impact": 982.4927152407729, "t_final": 290.780839925327, "out_of_rail_velocity": 22.960507344033832, "apogee_x": 19.975188711423723, "frontal_surface_wind": 4.819148337274035, "max_mach_number": 0.8114945096256003, "apogee": 3252.144639209442, "apogee_time": 25.700280124095816, "apogee_y": 134.82421634078122, "out_of_rail_time": 0.42970445235522653, "impact_velocity": -5.435671825584046, "lateral_surface_wind": -0.9091095356115151, "x_impact": 1803.9116704981147} +{"y_impact": 1823.9034829983636, "t_final": 338.5693345923232, "out_of_rail_velocity": 27.718159823211224, "apogee_x": 199.31832909106578, "frontal_surface_wind": 6.355629611050169, "max_mach_number": 0.9547012359292544, "apogee": 3905.7989369523825, "apogee_time": 27.156237284177994, "apogee_y": 46.205460489636614, "out_of_rail_time": 0.39607436841945537, "impact_velocity": -5.25661920479024, "lateral_surface_wind": 0.8219466156336246, "x_impact": 2937.856781629299} +{"y_impact": 1264.2407567942346, "t_final": 304.02858080324813, "out_of_rail_velocity": 25.940883496178845, "apogee_x": 70.5161139340917, "frontal_surface_wind": 5.851314113996313, "max_mach_number": 0.8482798211989403, "apogee": 3455.5661877682023, "apogee_time": 25.963334008646214, "apogee_y": -39.6129012117811, "out_of_rail_time": 0.4233772512334637, "impact_velocity": -5.40949913306016, "lateral_surface_wind": 0.7588921006505545, "x_impact": 2335.9540609544792} +{"y_impact": 1455.0216719951686, "t_final": 300.8186025758699, "out_of_rail_velocity": 22.28138559007842, "apogee_x": 160.79351471637824, "frontal_surface_wind": 6.369052089558953, "max_mach_number": 0.7962436550282681, "apogee": 3121.2789326740676, "apogee_time": 25.13059920695683, "apogee_y": -6.61670007379075, "out_of_rail_time": 0.32938071446198447, "impact_velocity": -5.318994814155683, "lateral_surface_wind": 0.9456229408759129, "x_impact": 2614.2225511941597} +{"y_impact": 1913.9020596737482, "t_final": 342.05363317335195, "out_of_rail_velocity": 26.257926542959066, "apogee_x": 252.32389867705706, "frontal_surface_wind": 6.097290250327453, "max_mach_number": 1.0676173850712147, "apogee": 4342.033715743177, "apogee_time": 28.623904764022576, "apogee_y": 101.25137816101692, "out_of_rail_time": 0.27926452719980077, "impact_velocity": -5.273181010173504, "lateral_surface_wind": 0.6415656504803882, "x_impact": 3184.998043732485} +{"y_impact": 1299.572533526758, "t_final": 303.0972511186586, "out_of_rail_velocity": 25.56883805169858, "apogee_x": -16.47006880410869, "frontal_surface_wind": 6.320448253491444, "max_mach_number": 0.8510265669413297, "apogee": 3415.2784659092204, "apogee_time": 25.66356553721314, "apogee_y": -167.09310778099606, "out_of_rail_time": 0.29668194654550445, "impact_velocity": -5.2893371596488015, "lateral_surface_wind": 1.229211593161669, "x_impact": 2494.056968057297} +{"y_impact": 889.0830524868553, "t_final": 250.5032794666672, "out_of_rail_velocity": 22.518372049955847, "apogee_x": 120.76920606767355, "frontal_surface_wind": 4.940571283107829, "max_mach_number": 0.6321314681376884, "apogee": 2318.966467442154, "apogee_time": 21.897495480790692, "apogee_y": 113.74262015414621, "out_of_rail_time": 0.5413704453984134, "impact_velocity": -5.298136369875208, "lateral_surface_wind": -0.2177928732368244, "x_impact": 1609.3842802944678} +{"y_impact": 1048.2378443701086, "t_final": 286.82484558818305, "out_of_rail_velocity": 22.0107317690226, "apogee_x": -143.86101668936018, "frontal_surface_wind": 5.938320422758073, "max_mach_number": 0.7764367467845875, "apogee": 3039.2538577982555, "apogee_time": 24.892014790029762, "apogee_y": -146.64559198164082, "out_of_rail_time": 0.33353418528517736, "impact_velocity": -5.345526687103407, "lateral_surface_wind": 0.2904363250630415, "x_impact": 1983.076199174623} +{"y_impact": 990.3328092883204, "t_final": 274.43975569905797, "out_of_rail_velocity": 21.4864596760368, "apogee_x": 21.948564550466024, "frontal_surface_wind": 5.534203858331523, "max_mach_number": 0.7361643496930319, "apogee": 2851.012158366865, "apogee_time": 24.233517250644056, "apogee_y": -6.425495534770971, "out_of_rail_time": 0.3415804434278692, "impact_velocity": -5.396452985755661, "lateral_surface_wind": 0.18234819365627164, "x_impact": 1674.0545646675082} +{"y_impact": 856.2285374975505, "t_final": 220.39530589501, "out_of_rail_velocity": 20.6245137976777, "apogee_x": 32.802139210019256, "frontal_surface_wind": 5.928142561667033, "max_mach_number": 0.5446718045120407, "apogee": 1893.480484688234, "apogee_time": 19.99900236036539, "apogee_y": -10.659677595409585, "out_of_rail_time": 0.48203547293820387, "impact_velocity": -5.2986131057250585, "lateral_surface_wind": 0.4529111069664409, "x_impact": 1350.0894508438412} +{"y_impact": 1352.1353078431155, "t_final": 338.56061981851553, "out_of_rail_velocity": 27.553050394462847, "apogee_x": 174.83623668251644, "frontal_surface_wind": 5.115222489079029, "max_mach_number": 0.9663158161118115, "apogee": 4014.4010486664097, "apogee_time": 27.462908885133718, "apogee_y": 102.6612294924961, "out_of_rail_time": 0.26395852557942234, "impact_velocity": -5.389911067681178, "lateral_surface_wind": 0.062001987641813194, "x_impact": 2842.9893364924837} +{"y_impact": 1075.1104106341327, "t_final": 277.9711219317557, "out_of_rail_velocity": 21.372735371484683, "apogee_x": 105.20434284747407, "frontal_surface_wind": 5.432650987391373, "max_mach_number": 0.7330519788596594, "apogee": 2772.1509426546245, "apogee_time": 23.814596090951717, "apogee_y": 19.48857359522551, "out_of_rail_time": 0.34336983012571537, "impact_velocity": -5.153320016290762, "lateral_surface_wind": 0.46751014289357107, "x_impact": 1868.906576415918} +{"y_impact": 1083.7376372563635, "t_final": 291.8260664030516, "out_of_rail_velocity": 22.064680293610124, "apogee_x": 106.11544201277205, "frontal_surface_wind": 5.720985085791549, "max_mach_number": 0.7821077817159597, "apogee": 3054.308873939728, "apogee_time": 24.90332635302477, "apogee_y": 25.466551442595247, "out_of_rail_time": 0.3324429353557397, "impact_velocity": -5.288230864040822, "lateral_surface_wind": 0.3789863083188907, "x_impact": 2307.4606041252373} +{"y_impact": 1218.2144064329532, "t_final": 261.521479863505, "out_of_rail_velocity": 22.8375655916339, "apogee_x": 89.13434332964398, "frontal_surface_wind": 6.2562509554280386, "max_mach_number": 0.6751127028357249, "apogee": 2548.208692927955, "apogee_time": 22.731313163089506, "apogee_y": -94.76754630375767, "out_of_rail_time": 0.3794756061585802, "impact_velocity": -5.312564929427621, "lateral_surface_wind": 1.684462757382903, "x_impact": 1922.801454988962} +{"y_impact": 1188.3681648789438, "t_final": 280.8618997188175, "out_of_rail_velocity": 21.838185096606708, "apogee_x": 118.23729854200614, "frontal_surface_wind": 5.111436800642962, "max_mach_number": 0.7436916611351299, "apogee": 2819.539025053368, "apogee_time": 24.078173610046942, "apogee_y": -43.98939238761891, "out_of_rail_time": 0.46037810721192707, "impact_velocity": -5.157719472823294, "lateral_surface_wind": 1.1069277880886133, "x_impact": 1696.1260788213963} +{"y_impact": 660.3101359036385, "t_final": 203.19210813433813, "out_of_rail_velocity": 17.396537988672247, "apogee_x": 0.10791994454529842, "frontal_surface_wind": 5.696287404474647, "max_mach_number": 0.4934783873912451, "apogee": 1633.832306988884, "apogee_time": 19.091915116763666, "apogee_y": -57.87418256797101, "out_of_rail_time": 0.4219210422616294, "impact_velocity": -5.414283566242049, "lateral_surface_wind": 0.6523885187263834, "x_impact": 1121.900871661063} +{"y_impact": 839.8207460241485, "t_final": 249.75903655544025, "out_of_rail_velocity": 20.256774848398727, "apogee_x": 23.941940942353096, "frontal_surface_wind": 5.72007308340768, "max_mach_number": 0.6464869702670054, "apogee": 2369.51967049558, "apogee_time": 22.414213400525078, "apogee_y": -28.798925956494777, "out_of_rail_time": 0.41254615550912693, "impact_velocity": -5.369872755527677, "lateral_surface_wind": 0.39251101158754587, "x_impact": 1637.6727735945865} +{"y_impact": 1274.5797827227102, "t_final": 269.59244524806076, "out_of_rail_velocity": 21.351276349776285, "apogee_x": -110.65315104965362, "frontal_surface_wind": 7.220426389755035, "max_mach_number": 0.7321230170905314, "apogee": 2820.2804551320255, "apogee_time": 24.14516598061674, "apogee_y": -112.15688028838923, "out_of_rail_time": 0.3439446128979044, "impact_velocity": -5.413673393035343, "lateral_surface_wind": 0.2731895295176878, "x_impact": 2279.9604563304392} +{"y_impact": 1415.03559570867, "t_final": 290.6703553499774, "out_of_rail_velocity": 22.273164308301308, "apogee_x": 65.00406446993341, "frontal_surface_wind": 6.367619405655252, "max_mach_number": 0.7963777501003625, "apogee": 3076.431388914367, "apogee_time": 24.9116918885352, "apogee_y": -196.94140653886126, "out_of_rail_time": 0.32960959653401417, "impact_velocity": -5.187009341127791, "lateral_surface_wind": 1.7273812111612115, "x_impact": 2534.3049737647184} +{"y_impact": 1028.6554124720979, "t_final": 285.7287447129298, "out_of_rail_velocity": 25.66944707152387, "apogee_x": -43.458080719828935, "frontal_surface_wind": 5.535875928322284, "max_mach_number": 0.8160853546214188, "apogee": 3317.263457759307, "apogee_time": 25.59791742325596, "apogee_y": -24.315139293457403, "out_of_rail_time": 0.46522560228454, "impact_velocity": -5.477975820360249, "lateral_surface_wind": -0.12141217205498389, "x_impact": 1824.7655404682757} +{"y_impact": 1118.7586977951657, "t_final": 272.3443864708459, "out_of_rail_velocity": 21.440905139276527, "apogee_x": 17.69802987293933, "frontal_surface_wind": 5.632579485109844, "max_mach_number": 0.7361707351318996, "apogee": 2831.67163988895, "apogee_time": 24.17873710608394, "apogee_y": -119.11332222810148, "out_of_rail_time": 0.36424646219302664, "impact_velocity": -5.346554400904354, "lateral_surface_wind": 1.0785738434227814, "x_impact": 1760.993085531117} +{"y_impact": 1108.8717889539325, "t_final": 256.7051962293535, "out_of_rail_velocity": 20.36603172575634, "apogee_x": 96.70347348780673, "frontal_surface_wind": 5.6400098663295815, "max_mach_number": 0.6683974744877222, "apogee": 2489.744175852558, "apogee_time": 22.87035305246206, "apogee_y": -49.33654421569305, "out_of_rail_time": 0.36036316705926313, "impact_velocity": -5.302919012439441, "lateral_surface_wind": 1.0390196819603768, "x_impact": 1646.0019304828556} +{"y_impact": 1435.7533275390906, "t_final": 279.0315004057953, "out_of_rail_velocity": 24.38506769518681, "apogee_x": 88.52816326011606, "frontal_surface_wind": 6.008572954796865, "max_mach_number": 0.7642943797602214, "apogee": 3034.5902869967445, "apogee_time": 24.537385571927167, "apogee_y": -73.47031258213275, "out_of_rail_time": 0.34689365948027473, "impact_velocity": -5.420487516486734, "lateral_surface_wind": 1.3155628519915052, "x_impact": 1923.3919167794386} +{"y_impact": 1918.0395037648555, "t_final": 362.5602026498942, "out_of_rail_velocity": 30.051148795420843, "apogee_x": 249.24367733998938, "frontal_surface_wind": 6.20887819322651, "max_mach_number": 1.1230327881492965, "apogee": 4617.716570002049, "apogee_time": 29.002530174387427, "apogee_y": -93.2574071083693, "out_of_rail_time": 0.24064656137441198, "impact_velocity": -5.417864665360247, "lateral_surface_wind": 1.903726471416999, "x_impact": 3943.9544506085017} +{"y_impact": 657.5912581265628, "t_final": 231.03272158424107, "out_of_rail_velocity": 18.73960478638033, "apogee_x": 10.486109356815597, "frontal_surface_wind": 4.866435803513745, "max_mach_number": 0.5689494285021158, "apogee": 1999.1266766733688, "apogee_time": 20.80266878716917, "apogee_y": 68.95027424357227, "out_of_rail_time": 0.3918154877585755, "impact_velocity": -5.337571956373857, "lateral_surface_wind": -0.607020110598002, "x_impact": 1148.8490931648994} +{"y_impact": 1484.3546486962757, "t_final": 317.5047981678272, "out_of_rail_velocity": 26.37758284674546, "apogee_x": 176.7305584651186, "frontal_surface_wind": 6.132075153784124, "max_mach_number": 0.9007630469401895, "apogee": 3759.518103389301, "apogee_time": 26.84508819963058, "apogee_y": 76.63644316922824, "out_of_rail_time": 0.28019056134032116, "impact_velocity": -5.456086419444196, "lateral_surface_wind": 0.3653224611874055, "x_impact": 2931.712807610125} +{"y_impact": 1124.081029788717, "t_final": 306.33728418989216, "out_of_rail_velocity": 25.76068397231694, "apogee_x": 208.16127710027212, "frontal_surface_wind": 5.920492874914732, "max_mach_number": 0.8589136403727466, "apogee": 3505.518288650896, "apogee_time": 26.006856946186854, "apogee_y": 91.95245674434867, "out_of_rail_time": 0.28939385697287695, "impact_velocity": -5.348248160350211, "lateral_surface_wind": 0.2861688384290386, "x_impact": 2907.604272045158} +{"y_impact": 1690.3425488426308, "t_final": 348.7370585429729, "out_of_rail_velocity": 28.26803774146447, "apogee_x": 311.58793535886423, "frontal_surface_wind": 4.93823302411385, "max_mach_number": 1.0105187244928464, "apogee": 4134.267157875526, "apogee_time": 27.68710471284662, "apogee_y": 9.857158673952313, "out_of_rail_time": 0.2643848885048163, "impact_velocity": -5.249122670764747, "lateral_surface_wind": 1.6789053869400938, "x_impact": 3040.874981705794} +{"y_impact": 1352.2640876454113, "t_final": 279.9499086908014, "out_of_rail_velocity": 22.2349309246924, "apogee_x": -13.44677715754766, "frontal_surface_wind": 6.631693662699162, "max_mach_number": 0.7810923621995681, "apogee": 3071.806905924517, "apogee_time": 25.059165948707548, "apogee_y": -155.14505545027976, "out_of_rail_time": 0.38435422866152935, "impact_velocity": -5.425544152961586, "lateral_surface_wind": 1.174394912268669, "x_impact": 2067.5518846894474} +{"y_impact": 1803.3231578774178, "t_final": 346.41491009933617, "out_of_rail_velocity": 25.93932188730142, "apogee_x": 220.62900763346917, "frontal_surface_wind": 6.615761106556407, "max_mach_number": 1.039966988572384, "apogee": 4287.269707019819, "apogee_time": 28.58583337372512, "apogee_y": 78.08430676090839, "out_of_rail_time": 0.28286253608872347, "impact_velocity": -5.346504723328156, "lateral_surface_wind": 0.2965096219520187, "x_impact": 4105.111925286787} +{"y_impact": 746.612867920672, "t_final": 251.83288669164656, "out_of_rail_velocity": 20.51107212920462, "apogee_x": 20.650901490792137, "frontal_surface_wind": 4.940867943945838, "max_mach_number": 0.6648040225133882, "apogee": 2465.375768438156, "apogee_time": 22.811431729845204, "apogee_y": -11.154883188544318, "out_of_rail_time": 0.429926564952206, "impact_velocity": -5.342000478163716, "lateral_surface_wind": 0.21095568158011213, "x_impact": 1523.6411855583813} +{"y_impact": 974.1472221660484, "t_final": 226.67714571795565, "out_of_rail_velocity": 18.88539585082828, "apogee_x": -2.467952740049282, "frontal_surface_wind": 6.031552036228746, "max_mach_number": 0.5713539216099034, "apogee": 1989.2782414420687, "apogee_time": 20.79581190931123, "apogee_y": -110.89533561600123, "out_of_rail_time": 0.4470922946421862, "impact_velocity": -5.245800936698493, "lateral_surface_wind": 1.0995157638157838, "x_impact": 1263.9669927393657} +{"y_impact": 1479.8421712722577, "t_final": 329.14638874801153, "out_of_rail_velocity": 24.721456816716916, "apogee_x": 45.99685471956785, "frontal_surface_wind": 5.660281287858706, "max_mach_number": 0.9437114483824728, "apogee": 3894.7720039150126, "apogee_time": 27.592852976075875, "apogee_y": -111.39457849147203, "out_of_rail_time": 0.3072716476695493, "impact_velocity": -5.38990077711422, "lateral_surface_wind": 0.9222195693611428, "x_impact": 2603.428459367522} +{"y_impact": 1570.0645916059602, "t_final": 292.0520102674799, "out_of_rail_velocity": 22.1416031546122, "apogee_x": 10.795490764178519, "frontal_surface_wind": 6.727033381902361, "max_mach_number": 0.7721404436560273, "apogee": 3013.6304282993474, "apogee_time": 24.826006712895225, "apogee_y": -37.176251149617244, "out_of_rail_time": 0.3905451909867632, "impact_velocity": -5.365797242202625, "lateral_surface_wind": 0.32494018621593135, "x_impact": 2196.988120467556} +{"y_impact": 891.5798950966117, "t_final": 233.8448024451081, "out_of_rail_velocity": 19.158494050212983, "apogee_x": 61.92381985223516, "frontal_surface_wind": 5.016510209518913, "max_mach_number": 0.5936467868370543, "apogee": 2110.4110623031793, "apogee_time": 21.318008032604087, "apogee_y": -106.4293563503354, "out_of_rail_time": 0.3832328606939865, "impact_velocity": -5.363938521267609, "lateral_surface_wind": 1.4281085450824822, "x_impact": 1244.58206086172} +{"y_impact": 1162.8850660543449, "t_final": 296.36017713490776, "out_of_rail_velocity": 22.39556957212842, "apogee_x": 62.27974960692107, "frontal_surface_wind": 5.5366855978514184, "max_mach_number": 0.7847143658612747, "apogee": 3051.3787433440016, "apogee_time": 24.88055922213768, "apogee_y": 55.72713945412585, "out_of_rail_time": 0.40391238768173277, "impact_velocity": -5.206073804831279, "lateral_surface_wind": -0.07599868318527303, "x_impact": 1949.1368201301964} +{"y_impact": 1161.1413916885685, "t_final": 303.5315283406077, "out_of_rail_velocity": 25.44669399923852, "apogee_x": 192.22484324386974, "frontal_surface_wind": 5.682394661652851, "max_mach_number": 0.8491296842219463, "apogee": 3417.4012391597407, "apogee_time": 25.640879520968962, "apogee_y": 34.31607798655777, "out_of_rail_time": 0.28145565798042316, "impact_velocity": -5.215687567917506, "lateral_surface_wind": 0.7639973055984521, "x_impact": 2616.2066833746844} +{"y_impact": 1118.2186044500586, "t_final": 257.8361017710231, "out_of_rail_velocity": 22.385367845742, "apogee_x": 169.00148653130432, "frontal_surface_wind": 4.973097652770868, "max_mach_number": 0.6622134632011542, "apogee": 2485.373912837114, "apogee_time": 22.43796762537486, "apogee_y": -21.719577887983924, "out_of_rail_time": 0.32152683540305493, "impact_velocity": -5.282222597468731, "lateral_surface_wind": 1.5726310548726854, "x_impact": 1629.0733820587438} +{"y_impact": 1200.2364714492153, "t_final": 271.8212251296603, "out_of_rail_velocity": 21.206078926510685, "apogee_x": -1.5136611787458083, "frontal_surface_wind": 6.382454290902269, "max_mach_number": 0.728923746415873, "apogee": 2759.4655181895187, "apogee_time": 23.85403906844182, "apogee_y": -169.07585187816898, "out_of_rail_time": 0.3463316367955306, "impact_velocity": -5.238259702468495, "lateral_surface_wind": 1.19942491254798, "x_impact": 2040.5992867305017} +{"y_impact": 1625.8117515591523, "t_final": 299.83740445144923, "out_of_rail_velocity": 22.496452523372362, "apogee_x": 215.99164404676085, "frontal_surface_wind": 6.573010002412376, "max_mach_number": 0.7973552526621425, "apogee": 3120.163862576763, "apogee_time": 25.142636607615824, "apogee_y": 62.695663260190486, "out_of_rail_time": 0.3876209776637026, "impact_velocity": -5.2541934055169115, "lateral_surface_wind": 0.6950438595811459, "x_impact": 2767.520568929564} +{"y_impact": 1265.7822827989696, "t_final": 312.3508416776198, "out_of_rail_velocity": 23.311083304030085, "apogee_x": 181.5980884271074, "frontal_surface_wind": 5.377811733093376, "max_mach_number": 0.8640402509158589, "apogee": 3514.5284900394213, "apogee_time": 26.46142309400392, "apogee_y": 35.991742933815615, "out_of_rail_time": 0.31466139409368854, "impact_velocity": -5.399353279279995, "lateral_surface_wind": 0.6363548703911035, "x_impact": 2502.158831984975} +{"y_impact": 1684.7507393049912, "t_final": 347.06149968579666, "out_of_rail_velocity": 28.43368920655839, "apogee_x": 5.864953250823159, "frontal_surface_wind": 6.349276031865989, "max_mach_number": 1.0047866236426097, "apogee": 4149.1951789965615, "apogee_time": 27.85271406892862, "apogee_y": -114.05830899696485, "out_of_rail_time": 0.3341477738933968, "impact_velocity": -5.353777022578344, "lateral_surface_wind": 0.8696653741419031, "x_impact": 2882.533797642649} +{"y_impact": 1165.5783676607748, "t_final": 313.6887179849018, "out_of_rail_velocity": 23.595249651235505, "apogee_x": -66.44000576384869, "frontal_surface_wind": 5.63257037873264, "max_mach_number": 0.8660436998673462, "apogee": 3494.525720424606, "apogee_time": 26.429127711491823, "apogee_y": -143.6108994301287, "out_of_rail_time": 0.3969263623657491, "impact_velocity": -5.393886346048817, "lateral_surface_wind": 0.6139975309911812, "x_impact": 2251.9376328623066} +{"y_impact": 1532.0703961008344, "t_final": 334.37181078082546, "out_of_rail_velocity": 27.247130487798277, "apogee_x": 207.9783284025817, "frontal_surface_wind": 6.100194986033693, "max_mach_number": 0.9517018968224938, "apogee": 3921.9850840947893, "apogee_time": 27.14229274224881, "apogee_y": 43.217886120280156, "out_of_rail_time": 0.2682716612490902, "impact_velocity": -5.249319091470548, "lateral_surface_wind": 0.7234827742759289, "x_impact": 3184.773852100208} +{"y_impact": 1182.6456128038183, "t_final": 281.2470377153432, "out_of_rail_velocity": 24.977346145189692, "apogee_x": 63.35168365005029, "frontal_surface_wind": 5.785775736359511, "max_mach_number": 0.7752344086705759, "apogee": 3094.983768403669, "apogee_time": 24.852868550239595, "apogee_y": -28.826396846187443, "out_of_rail_time": 0.47842078992113474, "impact_velocity": -5.46718842438742, "lateral_surface_wind": 0.6688575333811464, "x_impact": 2039.966077631527} +{"y_impact": 1380.88693266457, "t_final": 322.49483195269954, "out_of_rail_velocity": 24.353583279006408, "apogee_x": 292.7209744160704, "frontal_surface_wind": 5.359805573501821, "max_mach_number": 0.9383710635410468, "apogee": 3857.349054619582, "apogee_time": 27.436235042023153, "apogee_y": 86.47058579041, "out_of_rail_time": 0.30119767883089243, "impact_velocity": -5.3423726918585706, "lateral_surface_wind": 0.7734925803949668, "x_impact": 2802.7451329396977} +{"y_impact": 1440.0307693557077, "t_final": 326.38828438720833, "out_of_rail_velocity": 24.09928186009342, "apogee_x": 25.33187973576638, "frontal_surface_wind": 5.817328562933377, "max_mach_number": 0.912893368470131, "apogee": 3704.877508402869, "apogee_time": 26.927094256529102, "apogee_y": -35.75539024123384, "out_of_rail_time": 0.3044361319515087, "impact_velocity": -5.310148995607198, "lateral_surface_wind": 0.2850608045428853, "x_impact": 2616.575210787369} +{"y_impact": 1659.5730396826484, "t_final": 325.6232794640802, "out_of_rail_velocity": 24.007736455263625, "apogee_x": 100.70206736819563, "frontal_surface_wind": 6.621355638314876, "max_mach_number": 0.9030598363990671, "apogee": 3671.931749131361, "apogee_time": 26.914587544673886, "apogee_y": 35.953699584733556, "out_of_rail_time": 0.3487520076839011, "impact_velocity": -5.332553140535085, "lateral_surface_wind": 0.11773905847415911, "x_impact": 3558.6220078155775} +{"y_impact": 1173.3213536859053, "t_final": 276.4257095595414, "out_of_rail_velocity": 21.583392055622372, "apogee_x": -117.06584963832834, "frontal_surface_wind": 6.365576490326324, "max_mach_number": 0.7475738461507017, "apogee": 2880.0724709963497, "apogee_time": 24.309140036124173, "apogee_y": -187.13201126704027, "out_of_rail_time": 0.3401215568053725, "impact_velocity": -5.320440787529677, "lateral_surface_wind": 0.7409857877274666, "x_impact": 1676.6951439126444} +{"y_impact": 1295.8622328467352, "t_final": 282.14742975836134, "out_of_rail_velocity": 22.159176617688846, "apogee_x": 113.68201793384517, "frontal_surface_wind": 6.356274331215346, "max_mach_number": 0.7721717762308858, "apogee": 2982.7254731858025, "apogee_time": 24.69497503675971, "apogee_y": -51.78998850202501, "out_of_rail_time": 0.4161450861221401, "impact_velocity": -5.259873930084138, "lateral_surface_wind": 1.0280096751290788, "x_impact": 2301.1461216936455} +{"y_impact": 1833.5127665396637, "t_final": 328.70451861237143, "out_of_rail_velocity": 24.23614318052982, "apogee_x": 119.81913024161311, "frontal_surface_wind": 7.224462898835361, "max_mach_number": 0.9253375407609089, "apogee": 3818.1108184561576, "apogee_time": 27.369899315500025, "apogee_y": 52.73791890725316, "out_of_rail_time": 0.3028160548769955, "impact_velocity": -5.458588243814709, "lateral_surface_wind": 0.12777164106484973, "x_impact": 3629.4008223697538} +{"y_impact": 1174.187919910098, "t_final": 308.0275985598436, "out_of_rail_velocity": 23.049679621875544, "apogee_x": -85.20487273069773, "frontal_surface_wind": 5.8825811480955945, "max_mach_number": 0.8406650718914088, "apogee": 3322.350280244753, "apogee_time": 25.724320016678572, "apogee_y": -129.7427518811157, "out_of_rail_time": 0.32638944331561404, "impact_velocity": -5.200491663038786, "lateral_surface_wind": 0.45720139670892035, "x_impact": 2132.3585929490796} +{"y_impact": 769.1208405529131, "t_final": 256.35449040318036, "out_of_rail_velocity": 21.067985917849764, "apogee_x": -14.041712785248947, "frontal_surface_wind": 5.927245301402015, "max_mach_number": 0.686303035352144, "apogee": 2583.7462846404715, "apogee_time": 23.31512021497005, "apogee_y": -22.75178643523732, "out_of_rail_time": 0.4184049562772172, "impact_velocity": -5.371514652622809, "lateral_surface_wind": 0.04349279264041117, "x_impact": 1860.8014969198848} +{"y_impact": 1377.0340933399, "t_final": 286.7075272581657, "out_of_rail_velocity": 22.301935886144353, "apogee_x": 109.78718924118375, "frontal_surface_wind": 6.366818770258913, "max_mach_number": 0.7951566505816801, "apogee": 3152.622899939633, "apogee_time": 25.30192937163413, "apogee_y": -83.57420969179664, "out_of_rail_time": 0.32915537717668897, "impact_velocity": -5.384966647349627, "lateral_surface_wind": 1.200712099124115, "x_impact": 2384.345524340401} +{"y_impact": 1446.5429060668107, "t_final": 340.9030452278188, "out_of_rail_velocity": 27.970710449104455, "apogee_x": 137.95940873810028, "frontal_surface_wind": 5.535165948261369, "max_mach_number": 0.9789241059379534, "apogee": 4032.8703773130323, "apogee_time": 27.50834382648605, "apogee_y": 113.56207667141268, "out_of_rail_time": 0.347454869369345, "impact_velocity": -5.380455097359901, "lateral_surface_wind": -0.15033673705733497, "x_impact": 2724.1434730473375} +{"y_impact": 1342.644317002043, "t_final": 298.10452216332243, "out_of_rail_velocity": 22.846837002951595, "apogee_x": -153.989425100179, "frontal_surface_wind": 6.621211441045931, "max_mach_number": 0.8279792875968653, "apogee": 3264.876617336617, "apogee_time": 25.60283569722143, "apogee_y": -119.59259180580447, "out_of_rail_time": 0.3564481085790901, "impact_velocity": -5.335429451569451, "lateral_surface_wind": -0.12558673455837166, "x_impact": 2787.7919160373517} +{"y_impact": 1399.0653465041466, "t_final": 321.0938029409479, "out_of_rail_velocity": 24.88031053381315, "apogee_x": 128.15515803407396, "frontal_surface_wind": 5.524181919552298, "max_mach_number": 0.9703342784690567, "apogee": 3961.967896682647, "apogee_time": 27.63389685210489, "apogee_y": 154.38839282417354, "out_of_rail_time": 0.2951071069120245, "impact_velocity": -5.305618108103393, "lateral_surface_wind": -0.3795751954392106, "x_impact": 2478.7501278656136} +{"y_impact": 2091.7993387383485, "t_final": 367.5998312279659, "out_of_rail_velocity": 29.560151157218577, "apogee_x": 69.19445412447894, "frontal_surface_wind": 7.212063299516691, "max_mach_number": 1.0815848619035786, "apogee": 4394.342783102452, "apogee_time": 28.299367178100514, "apogee_y": 78.56720909342786, "out_of_rail_time": 0.24948021881512905, "impact_velocity": -5.303826436795536, "lateral_surface_wind": -0.4419646283057608, "x_impact": 4257.906810421132} +{"y_impact": 929.7807285750488, "t_final": 274.28863023588116, "out_of_rail_velocity": 21.540345580898695, "apogee_x": 11.99514194299711, "frontal_surface_wind": 5.115332095075965, "max_mach_number": 0.7385578162752104, "apogee": 2851.5330550424924, "apogee_time": 24.272165136105308, "apogee_y": 12.472179414073869, "out_of_rail_time": 0.38736738163199147, "impact_velocity": -5.3739971574757535, "lateral_surface_wind": -0.052181570857258386, "x_impact": 1752.68782432634} +{"y_impact": 2145.2921832942247, "t_final": 358.14793070732065, "out_of_rail_velocity": 29.146726547832298, "apogee_x": 500.4623258521024, "frontal_surface_wind": 5.693257668233379, "max_mach_number": 1.0286874559943242, "apogee": 4194.318997334687, "apogee_time": 27.950607846945303, "apogee_y": 313.6934548832258, "out_of_rail_time": 0.4022622224573645, "impact_velocity": -5.337720069568247, "lateral_surface_wind": 0.6899929817743802, "x_impact": 3500.88271945667} +{"y_impact": 1009.1761049799848, "t_final": 258.1800353585447, "out_of_rail_velocity": 20.454799452908627, "apogee_x": 78.98947311802682, "frontal_surface_wind": 5.017811399988972, "max_mach_number": 0.6749280558071789, "apogee": 2514.297754432344, "apogee_time": 22.97008429158787, "apogee_y": -112.83710345449809, "out_of_rail_time": 0.35892255334277984, "impact_velocity": -5.313143719052057, "lateral_surface_wind": 1.4235299269371917, "x_impact": 1529.0381684081387} +{"y_impact": 1526.379666843534, "t_final": 308.1147680038542, "out_of_rail_velocity": 23.490793543390982, "apogee_x": -17.070350116612616, "frontal_surface_wind": 6.072352989632165, "max_mach_number": 0.8684264791172813, "apogee": 3523.2932266742914, "apogee_time": 26.502346791912082, "apogee_y": -159.32966092214824, "out_of_rail_time": 0.33828991941209124, "impact_velocity": -5.421857464498913, "lateral_surface_wind": 0.9798896570337128, "x_impact": 2207.4602748281336} +{"y_impact": 1608.5372409836941, "t_final": 346.0386251435806, "out_of_rail_velocity": 28.974459204832865, "apogee_x": 88.49514335890093, "frontal_surface_wind": 5.80984173518806, "max_mach_number": 1.0074203576814975, "apogee": 4114.458171076728, "apogee_time": 27.812994649940496, "apogee_y": 1.2524521151442523, "out_of_rail_time": 0.493301460912756, "impact_velocity": -5.333260933507577, "lateral_surface_wind": 0.41025636311230906, "x_impact": 2998.8151940800494} +{"y_impact": 1112.857796101157, "t_final": 281.74423797261227, "out_of_rail_velocity": 21.491831354101215, "apogee_x": -37.92738216407761, "frontal_surface_wind": 5.894597108772109, "max_mach_number": 0.7417741933013832, "apogee": 2861.0164432721917, "apogee_time": 24.254671856187578, "apogee_y": -65.58726023837835, "out_of_rail_time": 0.34147418402433893, "impact_velocity": -5.384988914079833, "lateral_surface_wind": 0.2598441962749556, "x_impact": 1813.3463937490146} +{"y_impact": 1461.9628269542673, "t_final": 323.8547003099771, "out_of_rail_velocity": 27.41774204322891, "apogee_x": 238.2587318488085, "frontal_surface_wind": 5.102251952642895, "max_mach_number": 0.93421081095436, "apogee": 3754.572355457813, "apogee_time": 26.627276950364127, "apogee_y": 154.15531474609057, "out_of_rail_time": 0.40937928791033595, "impact_velocity": -5.145002450525353, "lateral_surface_wind": 0.2499716593501562, "x_impact": 2521.4008581388994} +{"y_impact": 1297.6706491276261, "t_final": 271.81813807633824, "out_of_rail_velocity": 21.921197310937576, "apogee_x": 120.21329760720438, "frontal_surface_wind": 6.153101261275821, "max_mach_number": 0.733368949072555, "apogee": 2789.2357405195294, "apogee_time": 24.144034401950755, "apogee_y": -199.0967550555512, "out_of_rail_time": 0.556409952670695, "impact_velocity": -5.423025704297503, "lateral_surface_wind": 2.3811273826563784, "x_impact": 2351.8111482477707} +{"y_impact": 1505.0191638422957, "t_final": 340.7253506607633, "out_of_rail_velocity": 25.280600227814475, "apogee_x": -39.54531909477209, "frontal_surface_wind": 6.330049700289797, "max_mach_number": 0.9896461735260429, "apogee": 4034.90192025114, "apogee_time": 27.93227115770459, "apogee_y": -250.10548309650576, "out_of_rail_time": 0.3681460541329831, "impact_velocity": -5.338278493174613, "lateral_surface_wind": 1.3815069996801745, "x_impact": 3103.7039901301587} +{"y_impact": 1268.5105957385451, "t_final": 272.5486467394977, "out_of_rail_velocity": 21.45090741929628, "apogee_x": 21.13138806027996, "frontal_surface_wind": 6.069090395703691, "max_mach_number": 0.7364201880858514, "apogee": 2843.709030490014, "apogee_time": 24.222792806806094, "apogee_y": -97.32119983868526, "out_of_rail_time": 0.34218707899093753, "impact_velocity": -5.445684837656218, "lateral_surface_wind": 0.8687327836520016, "x_impact": 1868.0957911920045} +{"y_impact": 1499.1271357707647, "t_final": 304.88285422488724, "out_of_rail_velocity": 22.826007171017725, "apogee_x": 19.042523444199396, "frontal_surface_wind": 6.578216032269788, "max_mach_number": 0.8292809105164072, "apogee": 3239.5157452955787, "apogee_time": 25.415687444111533, "apogee_y": -79.80086898393422, "out_of_rail_time": 0.3212312269243265, "impact_velocity": -5.1830852315085165, "lateral_surface_wind": 0.6439101578196573, "x_impact": 2621.625673439371} +{"y_impact": 1605.1796209642384, "t_final": 299.7197879191117, "out_of_rail_velocity": 22.87594689207395, "apogee_x": 211.08948330706863, "frontal_surface_wind": 6.558761074361413, "max_mach_number": 0.8346439016116904, "apogee": 3390.6873402871433, "apogee_time": 26.148602097845654, "apogee_y": 27.516703557084, "out_of_rail_time": 0.32077991387955646, "impact_velocity": -5.522834378821723, "lateral_surface_wind": 0.8186572103121916, "x_impact": 2863.6299449287785} +{"y_impact": 1489.679144026923, "t_final": 318.0821497998219, "out_of_rail_velocity": 27.219462585298103, "apogee_x": 200.17879478307248, "frontal_surface_wind": 5.917164873620516, "max_mach_number": 0.9371338431248006, "apogee": 3958.003185129417, "apogee_time": 27.52082995265865, "apogee_y": 55.441042065890784, "out_of_rail_time": 0.3453845372059597, "impact_velocity": -5.5725338505189566, "lateral_surface_wind": 0.5789322591229862, "x_impact": 2999.017970968106} +{"y_impact": 1225.1951286780688, "t_final": 306.8254343340046, "out_of_rail_velocity": 23.114881449168184, "apogee_x": 174.09579626549993, "frontal_surface_wind": 4.800608057876443, "max_mach_number": 0.848093091450867, "apogee": 3458.3774117414814, "apogee_time": 26.32259828017667, "apogee_y": 283.28605747260355, "out_of_rail_time": 0.31771568710607895, "impact_velocity": -5.499069653642707, "lateral_surface_wind": -1.0024136466761862, "x_impact": 2179.940638534842} +{"y_impact": 1594.1596790139834, "t_final": 347.6585048828197, "out_of_rail_velocity": 28.26259314104644, "apogee_x": 3.184879505355211, "frontal_surface_wind": 5.940599410976552, "max_mach_number": 1.0001434268496134, "apogee": 4095.7439603401417, "apogee_time": 27.661743603972546, "apogee_y": 8.936446477232117, "out_of_rail_time": 0.3418357727709828, "impact_velocity": -5.290874722403266, "lateral_surface_wind": -0.23933520544789344, "x_impact": 3129.3063268149444} +{"y_impact": 1578.1754123704109, "t_final": 325.0582830846471, "out_of_rail_velocity": 24.087972235684568, "apogee_x": 14.552232221700926, "frontal_surface_wind": 6.085825925963712, "max_mach_number": 0.911792513210143, "apogee": 3645.2654347391017, "apogee_time": 26.68396544403009, "apogee_y": -107.01162970225569, "out_of_rail_time": 0.3217249933852916, "impact_velocity": -5.181346993057834, "lateral_surface_wind": 0.7424807603449852, "x_impact": 2585.9059096476126} +{"y_impact": 1349.5015509943876, "t_final": 328.233263698565, "out_of_rail_velocity": 24.342171153878972, "apogee_x": -57.393192142777195, "frontal_surface_wind": 5.502875889988439, "max_mach_number": 0.9237490951343179, "apogee": 3744.835670911228, "apogee_time": 27.079266758543135, "apogee_y": -168.84845994822814, "out_of_rail_time": 0.358791497021606, "impact_velocity": -5.2948219021966825, "lateral_surface_wind": 0.7970100788404886, "x_impact": 2343.147767168406} +{"y_impact": 1579.7419935501664, "t_final": 326.48300879631154, "out_of_rail_velocity": 24.20844119785305, "apogee_x": -56.1936892164731, "frontal_surface_wind": 6.618843744292475, "max_mach_number": 0.9126627180036423, "apogee": 3670.3176689027714, "apogee_time": 26.853487783407715, "apogee_y": -37.519021647132604, "out_of_rail_time": 0.37829523569623846, "impact_velocity": -5.267861467432567, "lateral_surface_wind": -0.21707248461041884, "x_impact": 3379.8622920038597} +{"y_impact": 1733.0680136018557, "t_final": 335.0687433112805, "out_of_rail_velocity": 24.30427131188375, "apogee_x": 202.55275247458655, "frontal_surface_wind": 6.376671623285217, "max_mach_number": 0.9321913589750732, "apogee": 3803.812474772027, "apogee_time": 27.245292123606728, "apogee_y": -25.316188939178755, "out_of_rail_time": 0.30214495124097385, "impact_velocity": -5.29152487833633, "lateral_surface_wind": 1.147235724292675, "x_impact": 3248.836418625131} +{"y_impact": 1383.953550298197, "t_final": 310.7741757204194, "out_of_rail_velocity": 23.655245413465277, "apogee_x": 203.39933704721201, "frontal_surface_wind": 5.673876203314553, "max_mach_number": 0.8892248804410146, "apogee": 3657.351652572277, "apogee_time": 26.956096306200095, "apogee_y": -22.014155988690696, "out_of_rail_time": 0.3105081761041528, "impact_velocity": -5.472421304664963, "lateral_surface_wind": 1.0231872415102385, "x_impact": 2724.3488293938685} +{"y_impact": 976.1381691573504, "t_final": 278.4069972707717, "out_of_rail_velocity": 24.667130228491306, "apogee_x": 117.43347339910122, "frontal_surface_wind": 4.83907244496769, "max_mach_number": 0.7757682912278459, "apogee": 3121.97354586549, "apogee_time": 24.88539689905057, "apogee_y": 169.34124719628534, "out_of_rail_time": 0.37569487007686614, "impact_velocity": -5.494777984647555, "lateral_surface_wind": -0.7962717606102228, "x_impact": 1794.7291920162356} +{"y_impact": 1600.9989675093864, "t_final": 298.44872757850993, "out_of_rail_velocity": 24.995252927473437, "apogee_x": 93.6125636501299, "frontal_surface_wind": 6.645495792302996, "max_mach_number": 0.8144326199449107, "apogee": 3274.450399854272, "apogee_time": 25.26089579244519, "apogee_y": -54.91263343642147, "out_of_rail_time": 0.29776879928751626, "impact_velocity": -5.333705331773982, "lateral_surface_wind": 1.093594952589827, "x_impact": 2434.4748954044003} +{"y_impact": 1158.9958787902328, "t_final": 282.09197067122506, "out_of_rail_velocity": 22.14196614889551, "apogee_x": 196.3234314611931, "frontal_surface_wind": 5.531862967996755, "max_mach_number": 0.7806280836426751, "apogee": 3127.4855566865376, "apogee_time": 25.28144358241656, "apogee_y": 100.80088548757341, "out_of_rail_time": 0.3311579746834521, "impact_velocity": -5.581788471970568, "lateral_surface_wind": 0.24321865184921654, "x_impact": 2031.7639181546851} +{"y_impact": 2290.0199043489306, "t_final": 402.2574900934823, "out_of_rail_velocity": 30.194498087245716, "apogee_x": 154.59057990282417, "frontal_surface_wind": 7.222574009654672, "max_mach_number": 1.3349884146889828, "apogee": 5230.481442393345, "apogee_time": 30.41125505252763, "apogee_y": 102.37879466821752, "out_of_rail_time": 0.24295862105995816, "impact_velocity": -5.193739680531962, "lateral_surface_wind": -0.2088407143491926, "x_impact": 5002.144090732115} +{"y_impact": 1534.8532719052546, "t_final": 305.3673811759581, "out_of_rail_velocity": 23.076141239918034, "apogee_x": 155.6463454824572, "frontal_surface_wind": 6.348895788230566, "max_mach_number": 0.8462514305551483, "apogee": 3355.0683941939915, "apogee_time": 25.851272649316297, "apogee_y": -81.2947421383785, "out_of_rail_time": 0.31800313511952466, "impact_velocity": -5.256913922808754, "lateral_surface_wind": 1.365966751603306, "x_impact": 2788.690408380977} +{"y_impact": 1656.0845287519423, "t_final": 316.6861005095113, "out_of_rail_velocity": 26.64560069305943, "apogee_x": 222.41639427520374, "frontal_surface_wind": 6.253730386276803, "max_mach_number": 0.9185934539089463, "apogee": 3800.8460599200803, "apogee_time": 26.91508775163174, "apogee_y": -109.23429709336932, "out_of_rail_time": 0.27689140431490317, "impact_velocity": -5.400256280896272, "lateral_surface_wind": 2.10268376122238, "x_impact": 3225.472224202413} +{"y_impact": 1850.5059144101974, "t_final": 350.65529017062323, "out_of_rail_velocity": 28.96963416095418, "apogee_x": 410.63832574417836, "frontal_surface_wind": 5.776887304586797, "max_mach_number": 1.0115372651216812, "apogee": 4134.411398481993, "apogee_time": 27.829705447440663, "apogee_y": 187.8785266569294, "out_of_rail_time": 0.45605895422385645, "impact_velocity": -5.310696370523431, "lateral_surface_wind": 0.7417171573524781, "x_impact": 3429.450779219291} +{"y_impact": 1121.5383801564694, "t_final": 309.3943749844973, "out_of_rail_velocity": 23.02989528593759, "apogee_x": -70.54445829235455, "frontal_surface_wind": 5.614174605718491, "max_mach_number": 0.8431602008821745, "apogee": 3364.947907380205, "apogee_time": 25.958834249368305, "apogee_y": -157.888149182708, "out_of_rail_time": 0.3494800359338443, "impact_velocity": -5.277427345281813, "lateral_surface_wind": 0.7641240317810012, "x_impact": 2147.2344404389037} +{"y_impact": 1657.4964488102894, "t_final": 313.4109863353766, "out_of_rail_velocity": 23.766207573450735, "apogee_x": 58.10120491927308, "frontal_surface_wind": 7.277764815949398, "max_mach_number": 0.8917410867600115, "apogee": 3598.320549320241, "apogee_time": 26.643936598468446, "apogee_y": -202.89960774135287, "out_of_rail_time": 0.3086914710579554, "impact_velocity": -5.3266560255657565, "lateral_surface_wind": 1.6241690167681488, "x_impact": 3200.029302075506} +{"y_impact": 1563.2278054657377, "t_final": 317.1843622235212, "out_of_rail_velocity": 25.690658299039896, "apogee_x": 257.4746856804678, "frontal_surface_wind": 5.797156450557846, "max_mach_number": 0.8431052261886037, "apogee": 3431.1351596387835, "apogee_time": 25.73111324287294, "apogee_y": 120.61847775288642, "out_of_rail_time": 0.289318915228316, "impact_velocity": -5.368974910060619, "lateral_surface_wind": 0.561736912764959, "x_impact": 2730.512413240608} +{"y_impact": 1444.6747414263352, "t_final": 365.69610732979226, "out_of_rail_velocity": 30.985487479016797, "apogee_x": 100.11370609233835, "frontal_surface_wind": 5.11062726043769, "max_mach_number": 1.11752522730206, "apogee": 4453.924492074413, "apogee_time": 28.581551305632665, "apogee_y": 78.53150392759557, "out_of_rail_time": 0.5119492022642913, "impact_velocity": -5.226138660901602, "lateral_surface_wind": -0.22546477357348982, "x_impact": 3111.0865503481095} +{"y_impact": 1381.9946959064896, "t_final": 279.7242624927956, "out_of_rail_velocity": 21.546135849067152, "apogee_x": 35.238209313532536, "frontal_surface_wind": 6.035407879156395, "max_mach_number": 0.7414730785179046, "apogee": 2859.2674530117415, "apogee_time": 24.271547721463254, "apogee_y": -121.26792132601055, "out_of_rail_time": 0.35873694746770274, "impact_velocity": -5.361614685222775, "lateral_surface_wind": 1.1863837081118547, "x_impact": 1814.318182076049} +{"y_impact": 812.8515489002144, "t_final": 260.24829050453354, "out_of_rail_velocity": 20.695597033481263, "apogee_x": 15.935342891247414, "frontal_surface_wind": 5.6774547298374225, "max_mach_number": 0.6906483106921338, "apogee": 2613.5018164381718, "apogee_time": 23.395564615766933, "apogee_y": -86.59679855023465, "out_of_rail_time": 0.3552848942147973, "impact_velocity": -5.403948088503677, "lateral_surface_wind": 0.799880468813436, "x_impact": 1780.293927752374} +{"y_impact": 1741.1209943760082, "t_final": 336.6108923769667, "out_of_rail_velocity": 25.307222749662362, "apogee_x": 419.1385730360292, "frontal_surface_wind": 5.572030490027868, "max_mach_number": 0.9944914165964255, "apogee": 4056.8232760801625, "apogee_time": 27.888788918618552, "apogee_y": 76.01825186964219, "out_of_rail_time": 0.29005596008144, "impact_velocity": -5.241261176770305, "lateral_surface_wind": 1.3571106845043501, "x_impact": 3121.0614738977456} +{"y_impact": 1136.4914220955043, "t_final": 304.38003654349365, "out_of_rail_velocity": 22.956037607406607, "apogee_x": -133.57271477289837, "frontal_surface_wind": 5.917821683854692, "max_mach_number": 0.8399048039621657, "apogee": 3380.7359372134015, "apogee_time": 26.046194767306783, "apogee_y": -169.2824994019294, "out_of_rail_time": 0.3199381035926994, "impact_velocity": -5.436850827216944, "lateral_surface_wind": 0.5721793603066829, "x_impact": 2302.948146175505} +{"y_impact": 1839.425245205777, "t_final": 345.9967213454256, "out_of_rail_velocity": 29.103554418312847, "apogee_x": 191.6279835340467, "frontal_surface_wind": 6.6224005086963, "max_mach_number": 1.034618583837935, "apogee": 4267.883312670971, "apogee_time": 28.190065929044092, "apogee_y": 109.54672311280214, "out_of_rail_time": 0.3584894715336548, "impact_velocity": -5.393542834978188, "lateral_surface_wind": 0.004947459305347124, "x_impact": 4077.185888383916} +{"y_impact": 1499.8014488559636, "t_final": 329.0606674230045, "out_of_rail_velocity": 24.61460335637468, "apogee_x": 258.7974136333053, "frontal_surface_wind": 5.623679399819558, "max_mach_number": 0.9368722538294619, "apogee": 3844.374957470855, "apogee_time": 27.44229103456386, "apogee_y": 78.91177292049785, "out_of_rail_time": 0.3711632144218866, "impact_velocity": -5.383895006533741, "lateral_surface_wind": 0.6907040230697654, "x_impact": 2861.3514019267363} +{"y_impact": 1471.6528036479856, "t_final": 280.0585066896516, "out_of_rail_velocity": 21.981118213062494, "apogee_x": 68.8581566122662, "frontal_surface_wind": 6.619977616368101, "max_mach_number": 0.7743430158217529, "apogee": 3019.54951125902, "apogee_time": 24.796364189700313, "apogee_y": 65.9158921968017, "out_of_rail_time": 0.3339018302495471, "impact_velocity": -5.300726686914841, "lateral_surface_wind": -0.17919077465061894, "x_impact": 2730.7164921770186} +{"y_impact": 1024.536324884954, "t_final": 216.9255023421184, "out_of_rail_velocity": 18.30426672988354, "apogee_x": -64.56782108524531, "frontal_surface_wind": 6.620995908110511, "max_mach_number": 0.5440355328268692, "apogee": 1880.3530318060828, "apogee_time": 20.331781308510248, "apogee_y": -60.54613914676924, "out_of_rail_time": 0.40094310050308213, "impact_velocity": -5.537358742537224, "lateral_surface_wind": 0.13647768945308414, "x_impact": 1663.026630047038} +{"y_impact": 1781.3751727533881, "t_final": 333.98678343867164, "out_of_rail_velocity": 24.322378101555856, "apogee_x": 201.34595824164438, "frontal_surface_wind": 5.958678847756208, "max_mach_number": 0.9367967176588318, "apogee": 3821.8384003295664, "apogee_time": 27.29384106182253, "apogee_y": -83.46371966747729, "out_of_rail_time": 0.3014840846097268, "impact_velocity": -5.29309411833941, "lateral_surface_wind": 1.5257132626935785, "x_impact": 2793.106595266258} +{"y_impact": 1593.1149619892096, "t_final": 325.60918384841756, "out_of_rail_velocity": 24.37465521993471, "apogee_x": 313.5542048686172, "frontal_surface_wind": 5.44864725867351, "max_mach_number": 0.9359278411788657, "apogee": 3809.1068671874696, "apogee_time": 27.20600194965598, "apogee_y": 53.84635638016257, "out_of_rail_time": 0.3010313965602078, "impact_velocity": -5.248288173665498, "lateral_surface_wind": 1.1086528658416976, "x_impact": 2752.685349517138} +{"y_impact": 1105.0416333261453, "t_final": 258.1296457692476, "out_of_rail_velocity": 19.97303108431328, "apogee_x": 127.35137433323648, "frontal_surface_wind": 5.158950583339862, "max_mach_number": 0.6435128297469637, "apogee": 2355.2821091512606, "apogee_time": 22.30225123619866, "apogee_y": 1.7395179093650304, "out_of_rail_time": 0.3675361769855689, "impact_velocity": -5.240520472764704, "lateral_surface_wind": 0.8586641797974406, "x_impact": 1462.0171029101227} +{"y_impact": 1395.4683250332162, "t_final": 300.4498556461753, "out_of_rail_velocity": 22.986456423794092, "apogee_x": 29.97715229677247, "frontal_surface_wind": 6.243315181744602, "max_mach_number": 0.8164014633539532, "apogee": 3191.018161683995, "apogee_time": 25.432105418169392, "apogee_y": -265.1017060885036, "out_of_rail_time": 0.46035711178262667, "impact_velocity": -5.320079235808671, "lateral_surface_wind": 2.1334100134168947, "x_impact": 2675.470579220323} +{"y_impact": 1830.3442475814704, "t_final": 323.59187596277644, "out_of_rail_velocity": 24.47437162684564, "apogee_x": 125.97024383071579, "frontal_surface_wind": 7.359855297479346, "max_mach_number": 0.9442528623490439, "apogee": 3882.5765074942674, "apogee_time": 27.533142078668117, "apogee_y": -104.7671447955386, "out_of_rail_time": 0.29962797117264856, "impact_velocity": -5.369697030232059, "lateral_surface_wind": 1.1984638966050718, "x_impact": 3480.720422990126} +{"y_impact": 1447.808826799415, "t_final": 356.68393864787544, "out_of_rail_velocity": 26.756437939444844, "apogee_x": 276.1340948617045, "frontal_surface_wind": 5.927036313638107, "max_mach_number": 1.064100191788285, "apogee": 4358.5340948416, "apogee_time": 28.77818301443365, "apogee_y": 191.8013729857444, "out_of_rail_time": 0.3326387105337024, "impact_velocity": -5.359720771526997, "lateral_surface_wind": -0.06609858409326863, "x_impact": 3786.726159991181} +{"y_impact": 1334.2280302307106, "t_final": 337.57948938680806, "out_of_rail_velocity": 24.930053149054377, "apogee_x": 117.13773931828227, "frontal_surface_wind": 4.940172530158139, "max_mach_number": 0.9810262517644837, "apogee": 4048.5050523604436, "apogee_time": 27.989454312393722, "apogee_y": 112.20397790261137, "out_of_rail_time": 0.30146968599705126, "impact_velocity": -5.412007806238093, "lateral_surface_wind": -0.2266576964795819, "x_impact": 2922.802652426231} +{"y_impact": 1277.9049219048306, "t_final": 300.15431423857655, "out_of_rail_velocity": 23.232412664749962, "apogee_x": 81.71468490252794, "frontal_surface_wind": 5.698490515168077, "max_mach_number": 0.8372390665474672, "apogee": 3330.3205073959593, "apogee_time": 25.897910449392388, "apogee_y": -68.40413820788672, "out_of_rail_time": 0.4264385987794189, "impact_velocity": -5.396081244639987, "lateral_surface_wind": 0.8757791675233921, "x_impact": 2389.029754980789} +{"y_impact": 1223.926982119996, "t_final": 277.3588728700078, "out_of_rail_velocity": 22.006297413186246, "apogee_x": 56.38078328725509, "frontal_surface_wind": 6.257630929577594, "max_mach_number": 0.7665811247662504, "apogee": 2961.4055435177456, "apogee_time": 24.652429650052767, "apogee_y": -183.3813540415713, "out_of_rail_time": 0.41473686470421806, "impact_velocity": -5.3174543342961025, "lateral_surface_wind": 1.7367780645469204, "x_impact": 2233.5778562147325} +{"y_impact": 1460.8983578486555, "t_final": 341.388288199315, "out_of_rail_velocity": 25.062001888814365, "apogee_x": 33.01437276233514, "frontal_surface_wind": 6.132355985543015, "max_mach_number": 0.9725706558369791, "apogee": 3927.838178456512, "apogee_time": 27.517269012374395, "apogee_y": -47.22466060135848, "out_of_rail_time": 0.3381417221989954, "impact_velocity": -5.153730038791003, "lateral_surface_wind": 0.3605776738503943, "x_impact": 3052.911204992015} +{"y_impact": 1128.9000747175612, "t_final": 286.3918217345172, "out_of_rail_velocity": 24.815736555480342, "apogee_x": -27.144970436480406, "frontal_surface_wind": 6.123773585726818, "max_mach_number": 0.8001256138410018, "apogee": 3265.7686640979464, "apogee_time": 25.38901399570693, "apogee_y": -86.73343187661501, "out_of_rail_time": 0.31562380583305916, "impact_velocity": -5.5724967011439475, "lateral_surface_wind": 0.4849775902648754, "x_impact": 2224.926167995971} +{"y_impact": 1970.921044373766, "t_final": 359.1041983068766, "out_of_rail_velocity": 27.137935782386865, "apogee_x": 400.58196417021855, "frontal_surface_wind": 5.966296454433968, "max_mach_number": 1.1132794774455117, "apogee": 4532.659871898081, "apogee_time": 29.127318041069408, "apogee_y": 61.056375001687655, "out_of_rail_time": 0.28861978406064565, "impact_velocity": -5.358655231413601, "lateral_surface_wind": 1.4113332343650153, "x_impact": 3608.374468219101} +{"y_impact": 2112.7146587089787, "t_final": 380.088460810191, "out_of_rail_velocity": 27.616434790419724, "apogee_x": 64.09528514145558, "frontal_surface_wind": 7.372398329459829, "max_mach_number": 1.156079768927983, "apogee": 4639.324735461141, "apogee_time": 29.302515333856316, "apogee_y": -163.56116645316038, "out_of_rail_time": 0.27889001996071844, "impact_velocity": -5.23716233159014, "lateral_surface_wind": 1.1187173830233061, "x_impact": 4328.228125504702} +{"y_impact": 1229.5295914745486, "t_final": 309.8003047752097, "out_of_rail_velocity": 23.7486373277972, "apogee_x": 247.24458247627234, "frontal_surface_wind": 5.315695276950996, "max_mach_number": 0.894932226048156, "apogee": 3664.2591149936534, "apogee_time": 26.908272519034718, "apogee_y": 10.586374878012117, "out_of_rail_time": 0.3091103050712149, "impact_velocity": -5.412575239735733, "lateral_surface_wind": 1.0340165763991016, "x_impact": 2584.0326039072265} +{"y_impact": 1134.1464733230353, "t_final": 255.88697760576682, "out_of_rail_velocity": 20.60597585596257, "apogee_x": 233.24511787687376, "frontal_surface_wind": 4.984373410405608, "max_mach_number": 0.6774247252606587, "apogee": 2519.1300588998447, "apogee_time": 22.981073359222112, "apogee_y": 0.8742389929270858, "out_of_rail_time": 0.39545550146423475, "impact_velocity": -5.2722804180302365, "lateral_surface_wind": 1.5365189241876116, "x_impact": 1687.5147617714322} +{"y_impact": 1642.003134098796, "t_final": 295.5997205581609, "out_of_rail_velocity": 25.672734806953994, "apogee_x": 84.51099973213695, "frontal_surface_wind": 7.225140852971863, "max_mach_number": 0.8239487815880016, "apogee": 3326.5867528796666, "apogee_time": 25.576219488648835, "apogee_y": 60.65813521736336, "out_of_rail_time": 0.46256912950623436, "impact_velocity": -5.412976211502466, "lateral_surface_wind": -0.080804849025645, "x_impact": 2991.5824081218852} +{"y_impact": 1897.5403620516324, "t_final": 342.64541830995586, "out_of_rail_velocity": 25.674862959950488, "apogee_x": 64.1132943799303, "frontal_surface_wind": 7.224455850498659, "max_mach_number": 1.025053851296999, "apogee": 4232.899317381419, "apogee_time": 28.461692192973253, "apogee_y": 44.655027910775175, "out_of_rail_time": 0.28580850293028304, "impact_velocity": -5.359836913662131, "lateral_surface_wind": -0.12816954827389582, "x_impact": 3835.5586428815204} +{"y_impact": 1389.5211519059285, "t_final": 342.23309326002226, "out_of_rail_velocity": 29.60818730663561, "apogee_x": 103.3453901233013, "frontal_surface_wind": 5.5371923458923735, "max_mach_number": 1.0438566460232532, "apogee": 4284.114086075871, "apogee_time": 28.274476294665067, "apogee_y": 61.34642605626763, "out_of_rail_time": 0.460213586669729, "impact_velocity": -5.356804463380787, "lateral_surface_wind": 0.0128114750177164, "x_impact": 2736.534809641407} +{"y_impact": 1801.6431073893887, "t_final": 352.45719818679356, "out_of_rail_velocity": 26.35859390365292, "apogee_x": 30.301523073139315, "frontal_surface_wind": 6.567422925739558, "max_mach_number": 1.0746502357153456, "apogee": 4425.189473604863, "apogee_time": 28.973108251061053, "apogee_y": -110.66459920881672, "out_of_rail_time": 0.2782726415737028, "impact_velocity": -5.4293216142504415, "lateral_surface_wind": 0.7459910006327566, "x_impact": 3538.14158387901} +{"y_impact": 1367.4796439037918, "t_final": 326.1381663193145, "out_of_rail_velocity": 27.61908537191518, "apogee_x": 323.46644260634866, "frontal_surface_wind": 5.681827136653961, "max_mach_number": 0.9256261909829483, "apogee": 3821.9942740292995, "apogee_time": 27.12468253957406, "apogee_y": 120.85284677143763, "out_of_rail_time": 0.5078457307096141, "impact_velocity": -5.405141391318993, "lateral_surface_wind": 0.7682065887020073, "x_impact": 3151.5298493320893} +{"y_impact": 1686.8548191283567, "t_final": 354.6776078408936, "out_of_rail_velocity": 25.967303116672543, "apogee_x": 346.9379545301825, "frontal_surface_wind": 5.616765202840652, "max_mach_number": 1.043258834935031, "apogee": 4244.21960729265, "apogee_time": 28.361322187786158, "apogee_y": 127.28987393078934, "out_of_rail_time": 0.2824201463880892, "impact_velocity": -5.280435236705505, "lateral_surface_wind": 0.7448427321240616, "x_impact": 3316.914434600036} +{"y_impact": 1406.0724311947827, "t_final": 288.7604203906924, "out_of_rail_velocity": 22.852643860125003, "apogee_x": 318.78778994116374, "frontal_surface_wind": 5.104241102870089, "max_mach_number": 0.8284989418400974, "apogee": 3329.7904976159334, "apogee_time": 25.867373665150602, "apogee_y": 69.66538444518295, "out_of_rail_time": 0.3207641216499088, "impact_velocity": -5.370958161610671, "lateral_surface_wind": 1.1396482171185314, "x_impact": 2127.4269959500302} +{"y_impact": 1303.7134784541904, "t_final": 270.1254032549207, "out_of_rail_velocity": 23.232578980906915, "apogee_x": -22.226531251250982, "frontal_surface_wind": 6.0377785803005, "max_mach_number": 0.7080838116928435, "apogee": 2707.632021359443, "apogee_time": 23.2609492685051, "apogee_y": -130.95739293583472, "out_of_rail_time": 0.3100474130474016, "impact_velocity": -5.271133286916326, "lateral_surface_wind": 1.1742590795564714, "x_impact": 1619.0554742849183} +{"y_impact": 1258.909746533898, "t_final": 303.45324137922023, "out_of_rail_velocity": 23.480807885608556, "apogee_x": 256.8309299978422, "frontal_surface_wind": 5.354060070793588, "max_mach_number": 0.8602817503341997, "apogee": 3487.2497454783274, "apogee_time": 26.42075691600902, "apogee_y": 63.99895212217386, "out_of_rail_time": 0.3942151711373575, "impact_velocity": -5.442030341285751, "lateral_surface_wind": 0.8123098645227764, "x_impact": 2496.840650350526} +{"y_impact": 1269.317217494007, "t_final": 333.64400585599134, "out_of_rail_velocity": 24.958174410706707, "apogee_x": 178.9008223345745, "frontal_surface_wind": 5.68823777275076, "max_mach_number": 0.9728424874013127, "apogee": 4040.1213575809843, "apogee_time": 28.028516585451186, "apogee_y": 4.460532521644497, "out_of_rail_time": 0.31740520807186273, "impact_velocity": -5.459068655090057, "lateral_surface_wind": 0.7192023459319272, "x_impact": 3117.2883362369016} +{"y_impact": 1552.4386144970752, "t_final": 325.87650753648467, "out_of_rail_velocity": 26.346289013941195, "apogee_x": 179.66096214353837, "frontal_surface_wind": 5.107896980799145, "max_mach_number": 0.8891426168207199, "apogee": 3632.574622722236, "apogee_time": 26.388292064528187, "apogee_y": -3.533105526126997, "out_of_rail_time": 0.34087331425652956, "impact_velocity": -5.344137929389526, "lateral_surface_wind": 1.1231490233058552, "x_impact": 2368.3346949725096} +{"y_impact": 1514.0675516128863, "t_final": 300.82903062612485, "out_of_rail_velocity": 22.803340111081464, "apogee_x": -9.280665591168404, "frontal_surface_wind": 6.09157035105031, "max_mach_number": 0.8227500143987448, "apogee": 3274.4465811494465, "apogee_time": 25.660705175467655, "apogee_y": -131.79115270038736, "out_of_rail_time": 0.3240133088746466, "impact_velocity": -5.357118179710096, "lateral_surface_wind": 0.8523058305920155, "x_impact": 2077.061517468939} +{"y_impact": 1548.7282825978812, "t_final": 336.0035364988269, "out_of_rail_velocity": 27.171323566164066, "apogee_x": 360.75546953180014, "frontal_surface_wind": 5.376309132581751, "max_mach_number": 0.9476936406172211, "apogee": 3906.6149965435707, "apogee_time": 27.112011978701858, "apogee_y": 177.63317352271625, "out_of_rail_time": 0.2668407730322975, "impact_velocity": -5.267739700836844, "lateral_surface_wind": 0.648927321497029, "x_impact": 3037.36242957897} +{"y_impact": 682.3550096854098, "t_final": 228.8511235276072, "out_of_rail_velocity": 20.871504947158495, "apogee_x": 19.6376715173208, "frontal_surface_wind": 4.817409339632513, "max_mach_number": 0.5736288916938708, "apogee": 2047.9897846955475, "apogee_time": 20.59925999757802, "apogee_y": 93.78778709521553, "out_of_rail_time": 0.34573179552161304, "impact_velocity": -5.253727683185665, "lateral_surface_wind": -0.918279967554728, "x_impact": 1150.717639177511} +{"y_impact": 1446.750107946576, "t_final": 325.8198559845274, "out_of_rail_velocity": 26.597229622688072, "apogee_x": 140.99823973286786, "frontal_surface_wind": 5.649627182453461, "max_mach_number": 0.9046322062293775, "apogee": 3672.5544225312988, "apogee_time": 26.438815214016994, "apogee_y": 47.743609501588864, "out_of_rail_time": 0.3394417358461941, "impact_velocity": -5.237084420898438, "lateral_surface_wind": 0.42959834580988066, "x_impact": 2638.0069836963225} +{"y_impact": 1637.3721949894914, "t_final": 308.99155333297136, "out_of_rail_velocity": 26.060166360003954, "apogee_x": 416.27584426996935, "frontal_surface_wind": 5.022082816239147, "max_mach_number": 0.8706751729479905, "apogee": 3586.392767429763, "apogee_time": 26.340006142794948, "apogee_y": 160.28104080226504, "out_of_rail_time": 0.32968466788243, "impact_velocity": -5.430983495384424, "lateral_surface_wind": 1.4083866250360975, "x_impact": 2661.3353250795885} +{"y_impact": 1374.9078176273636, "t_final": 290.2350436923043, "out_of_rail_velocity": 22.520978399791066, "apogee_x": 80.55608751018646, "frontal_surface_wind": 6.310094103390363, "max_mach_number": 0.8048967481742632, "apogee": 3184.193208339187, "apogee_time": 25.362464803305738, "apogee_y": -87.73639170818353, "out_of_rail_time": 0.3443487722429024, "impact_velocity": -5.32325412129459, "lateral_surface_wind": 1.1190783699846327, "x_impact": 2117.2346826150833} +{"y_impact": 1251.1435641398748, "t_final": 263.1828819769362, "out_of_rail_velocity": 21.579763709645242, "apogee_x": 145.09772671235194, "frontal_surface_wind": 6.310529061657878, "max_mach_number": 0.7151512415614564, "apogee": 2709.3705712861547, "apogee_time": 23.820542992599623, "apogee_y": -78.17571322179536, "out_of_rail_time": 0.5191164930720851, "impact_velocity": -5.39437300218847, "lateral_surface_wind": 1.5334816132803333, "x_impact": 2121.229073073063} +{"y_impact": 1409.2762891442385, "t_final": 342.0368414261642, "out_of_rail_velocity": 29.1446027630759, "apogee_x": 105.88568310252225, "frontal_surface_wind": 5.536027949882917, "max_mach_number": 1.0414191615556074, "apogee": 4237.489024670462, "apogee_time": 28.008199509696833, "apogee_y": 80.04802952723865, "out_of_rail_time": 0.37502280366138596, "impact_velocity": -5.271689096124694, "lateral_surface_wind": -0.11427050107689496, "x_impact": 2720.5376419425047} +{"y_impact": 1369.2468784271114, "t_final": 324.23504796172824, "out_of_rail_velocity": 24.29877612956385, "apogee_x": 96.58097174080396, "frontal_surface_wind": 5.3820442616440864, "max_mach_number": 0.9152082085840009, "apogee": 3728.0825983644663, "apogee_time": 27.07894386404732, "apogee_y": -130.2681566456997, "out_of_rail_time": 0.37454927854483927, "impact_velocity": -5.325504861159355, "lateral_surface_wind": 1.3965914549693244, "x_impact": 2476.8565819191376} +{"y_impact": 1368.7313155714392, "t_final": 305.5909597231833, "out_of_rail_velocity": 22.983284493330455, "apogee_x": -156.17293972573947, "frontal_surface_wind": 6.622257071932648, "max_mach_number": 0.8417267781891652, "apogee": 3338.780320885402, "apogee_time": 25.82013146703613, "apogee_y": -130.64410910205794, "out_of_rail_time": 0.31946359760806664, "impact_velocity": -5.323179290142301, "lateral_surface_wind": -0.04386625323211657, "x_impact": 2903.6347494264737} +{"y_impact": 1895.015755184072, "t_final": 357.5910982213947, "out_of_rail_velocity": 30.605291297461932, "apogee_x": 343.1923081083385, "frontal_surface_wind": 5.619832973682119, "max_mach_number": 1.0989383608952623, "apogee": 4428.42710079465, "apogee_time": 28.566206302627393, "apogee_y": 97.91604017429965, "out_of_rail_time": 0.4867884949959975, "impact_velocity": -5.3025455558279795, "lateral_surface_wind": 1.1431318995248385, "x_impact": 3342.1836426913787} +{"y_impact": 1187.233851322072, "t_final": 280.41572683513, "out_of_rail_velocity": 21.862697666168252, "apogee_x": 43.707187736819776, "frontal_surface_wind": 6.318280135945152, "max_mach_number": 0.7465684374761292, "apogee": 2852.0261070587176, "apogee_time": 24.204639837792005, "apogee_y": -128.44139220647085, "out_of_rail_time": 0.37010549453387387, "impact_velocity": -5.258635978566081, "lateral_surface_wind": 1.240307780168696, "x_impact": 2172.636610601691} +{"y_impact": 1488.9012650002724, "t_final": 326.82620431013237, "out_of_rail_velocity": 27.5008718493197, "apogee_x": 99.54691285847375, "frontal_surface_wind": 5.7985212067893706, "max_mach_number": 0.9470829563139799, "apogee": 3901.4089488344825, "apogee_time": 27.165088698847548, "apogee_y": -4.90966623970954, "out_of_rail_time": 0.35107571757891587, "impact_velocity": -5.35572618280248, "lateral_surface_wind": 0.5474697122408565, "x_impact": 2755.145062638183} +{"y_impact": 935.101084389582, "t_final": 270.7416956197711, "out_of_rail_velocity": 21.423738003014897, "apogee_x": 142.49982846651847, "frontal_surface_wind": 4.858478906841983, "max_mach_number": 0.7134253148585618, "apogee": 2702.6991598625536, "apogee_time": 23.693221177987862, "apogee_y": 176.92243501331984, "out_of_rail_time": 0.458858826972918, "impact_velocity": -5.295707276178632, "lateral_surface_wind": -0.6677226641071967, "x_impact": 1664.6937415271987} +{"y_impact": 1419.0495958410265, "t_final": 288.4318078679083, "out_of_rail_velocity": 24.325064660389646, "apogee_x": 305.10306029967205, "frontal_surface_wind": 5.104238959426389, "max_mach_number": 0.7710223181089816, "apogee": 3036.5874030428836, "apogee_time": 24.41124310885739, "apogee_y": 96.74828049185902, "out_of_rail_time": 0.29959041318539, "impact_velocity": -5.264906617447842, "lateral_surface_wind": 1.1396578171028908, "x_impact": 2040.4906012188699} +{"y_impact": 1568.6671330288643, "t_final": 311.66604587187277, "out_of_rail_velocity": 24.1076120061296, "apogee_x": -81.59657958655234, "frontal_surface_wind": 7.346384975749444, "max_mach_number": 0.8863891196674369, "apogee": 3575.8793708926473, "apogee_time": 26.63877279447357, "apogee_y": -267.8339740231348, "out_of_rail_time": 0.3704391206498805, "impact_velocity": -5.402680758627024, "lateral_surface_wind": 1.2784418247943172, "x_impact": 3016.154335742351} +{"y_impact": 1524.070813576625, "t_final": 316.5259294398042, "out_of_rail_velocity": 24.07141772196398, "apogee_x": 278.74409983101316, "frontal_surface_wind": 6.1193300033388525, "max_mach_number": 0.9115232696819425, "apogee": 3736.6246914651374, "apogee_time": 27.093597513736345, "apogee_y": 116.79679009295283, "out_of_rail_time": 0.3048363408604053, "impact_velocity": -5.377522077882405, "lateral_surface_wind": 0.5381510034753565, "x_impact": 3020.900724556821} +{"y_impact": 1508.1947486988756, "t_final": 318.9573857361978, "out_of_rail_velocity": 26.14367035480068, "apogee_x": 168.3700064436275, "frontal_surface_wind": 5.897236438681547, "max_mach_number": 0.863258964043529, "apogee": 3519.8795764594242, "apogee_time": 26.12806833649579, "apogee_y": 103.28937221033357, "out_of_rail_time": 0.417509215297131, "impact_velocity": -5.383269511482887, "lateral_surface_wind": 0.19077858204963904, "x_impact": 2622.5391261849386} +{"y_impact": 1464.7039924071087, "t_final": 316.7084799351873, "out_of_rail_velocity": 23.698932018984287, "apogee_x": 134.73379388335547, "frontal_surface_wind": 6.307581840096587, "max_mach_number": 0.8910632524315638, "apogee": 3581.5199129009784, "apogee_time": 26.567687200855143, "apogee_y": -92.61189665867734, "out_of_rail_time": 0.30963807276665806, "impact_velocity": -5.26850487955868, "lateral_surface_wind": 1.293614547038584, "x_impact": 2859.716874975371} +{"y_impact": 1221.2538289283514, "t_final": 311.9360591682009, "out_of_rail_velocity": 23.8669702267945, "apogee_x": 133.1170431702641, "frontal_surface_wind": 5.115378837663227, "max_mach_number": 0.8975439459598056, "apogee": 3706.924092047221, "apogee_time": 27.089402092520732, "apogee_y": 95.54184071475468, "out_of_rail_time": 0.30743069673155776, "impact_velocity": -5.477405656809561, "lateral_surface_wind": -0.04737833300777394, "x_impact": 2456.818730563846} +{"y_impact": 1595.1761649414798, "t_final": 320.36338277548157, "out_of_rail_velocity": 23.577204166043632, "apogee_x": 106.02403071686247, "frontal_surface_wind": 6.045269762951199, "max_mach_number": 0.8792936618096813, "apogee": 3569.8068366574025, "apogee_time": 26.60056729505253, "apogee_y": -72.44527660875431, "out_of_rail_time": 0.31122010783961457, "impact_velocity": -5.3980315378360135, "lateral_surface_wind": 1.0214050977758498, "x_impact": 2655.921164046387} +{"y_impact": 1413.0595848376386, "t_final": 321.07731547444075, "out_of_rail_velocity": 24.64413775985916, "apogee_x": 216.3750695266148, "frontal_surface_wind": 5.10013726246062, "max_mach_number": 0.9172434169805024, "apogee": 3682.9807217625284, "apogee_time": 26.926863754613198, "apogee_y": 124.75540968717804, "out_of_rail_time": 0.48428174396309215, "impact_velocity": -5.248168132046718, "lateral_surface_wind": 0.2899322727590121, "x_impact": 2461.973773499073} +{"y_impact": 1222.3504531690937, "t_final": 266.26046081291145, "out_of_rail_velocity": 21.11102157476527, "apogee_x": -111.74351950364219, "frontal_surface_wind": 6.683552618760111, "max_mach_number": 0.7092202287795525, "apogee": 2690.6465137119453, "apogee_time": 23.698039094825084, "apogee_y": -181.2719453931088, "out_of_rail_time": 0.4086736439025382, "impact_velocity": -5.401689709620491, "lateral_surface_wind": 0.8298726637934446, "x_impact": 1723.8521640648419} +{"y_impact": 1237.4498440805621, "t_final": 265.1967226877834, "out_of_rail_velocity": 21.057122367625773, "apogee_x": -101.3417979195888, "frontal_surface_wind": 6.698432583253517, "max_mach_number": 0.6949845515698538, "apogee": 2582.6720116153124, "apogee_time": 23.257251546925364, "apogee_y": -157.84467588744855, "out_of_rail_time": 0.47791464494326, "impact_velocity": -5.306306836925489, "lateral_surface_wind": 0.6996893406751141, "x_impact": 1693.8198226347859} +{"y_impact": 967.9803619291588, "t_final": 273.29229958881933, "out_of_rail_velocity": 21.46249491695533, "apogee_x": -20.071758626569572, "frontal_surface_wind": 5.536821485591443, "max_mach_number": 0.7349568339890941, "apogee": 2849.1999338765245, "apogee_time": 24.242274201454244, "apogee_y": -21.539413171402902, "out_of_rail_time": 0.3419106541597993, "impact_velocity": -5.381816497088986, "lateral_surface_wind": 0.0653532401199759, "x_impact": 1617.5488501364373} +{"y_impact": 1339.7866189543236, "t_final": 324.0114953821, "out_of_rail_velocity": 24.08878064844648, "apogee_x": 258.23276273174815, "frontal_surface_wind": 5.114175820954267, "max_mach_number": 0.9133589039257571, "apogee": 3756.734925617453, "apogee_time": 27.184575994194397, "apogee_y": 153.476029889415, "out_of_rail_time": 0.30934636454337977, "impact_velocity": -5.358871763868233, "lateral_surface_wind": 0.12062765693714228, "x_impact": 2726.126375828096} +{"y_impact": 1494.5563573860913, "t_final": 321.69310315185766, "out_of_rail_velocity": 26.842286043615747, "apogee_x": 110.93887304184304, "frontal_surface_wind": 6.2998486215616465, "max_mach_number": 0.9183152201167502, "apogee": 3787.6623155321636, "apogee_time": 26.899914170321782, "apogee_y": -96.21228441124704, "out_of_rail_time": 0.3317414922799126, "impact_velocity": -5.413548537592865, "lateral_surface_wind": 1.3307646716207588, "x_impact": 2958.5092530822208} +{"y_impact": 1092.0189410299008, "t_final": 299.22124243961827, "out_of_rail_velocity": 23.29674011013679, "apogee_x": 169.1396691625654, "frontal_surface_wind": 5.926715514595664, "max_mach_number": 0.825711201423245, "apogee": 3324.1679754688976, "apogee_time": 25.978652277759334, "apogee_y": 98.22211765743592, "out_of_rail_time": 0.43129268963275147, "impact_velocity": -5.437588929551287, "lateral_surface_wind": 0.09039742836488207, "x_impact": 2746.470994395906} +{"y_impact": 1350.358849541477, "t_final": 282.1010771952695, "out_of_rail_velocity": 24.843231355288847, "apogee_x": 147.56847472492126, "frontal_surface_wind": 5.899873812420632, "max_mach_number": 0.7607575418472626, "apogee": 2989.8961874920433, "apogee_time": 24.45510585555701, "apogee_y": 132.2607720628166, "out_of_rail_time": 0.5212276045473739, "impact_velocity": -5.3824169779324125, "lateral_surface_wind": -0.07268478929949174, "x_impact": 2069.604305283302} +{"y_impact": 1085.6340027248764, "t_final": 293.0500894463868, "out_of_rail_velocity": 22.35024454104193, "apogee_x": 150.42308953139653, "frontal_surface_wind": 5.323111316260669, "max_mach_number": 0.7979719759331827, "apogee": 3187.6283433651884, "apogee_time": 25.446415132769292, "apogee_y": -34.82895548644398, "out_of_rail_time": 0.3283076231770406, "impact_velocity": -5.4215699494510226, "lateral_surface_wind": 0.995134399146596, "x_impact": 2193.6546999665748} +{"y_impact": 1452.6155844198806, "t_final": 315.8402638037214, "out_of_rail_velocity": 24.00242763488488, "apogee_x": 45.838876278802516, "frontal_surface_wind": 6.3886124890788025, "max_mach_number": 0.9041897983542968, "apogee": 3704.0832082340644, "apogee_time": 27.083741318725675, "apogee_y": -101.56934000641347, "out_of_rail_time": 0.3421571050015515, "impact_velocity": -5.455387270308294, "lateral_surface_wind": 0.8029058040719512, "x_impact": 2797.8031803782023} +{"y_impact": 1162.634374417148, "t_final": 295.219349367826, "out_of_rail_velocity": 22.220868109458358, "apogee_x": 36.14557208034567, "frontal_surface_wind": 5.624752091685262, "max_mach_number": 0.7892237187350041, "apogee": 3072.796956135831, "apogee_time": 24.923346727929967, "apogee_y": -63.53407176678564, "out_of_rail_time": 0.3304213919831481, "impact_velocity": -5.239603708339278, "lateral_surface_wind": 0.6819134450367552, "x_impact": 2053.9934655458055} +{"y_impact": 1392.1709561630996, "t_final": 250.72295219560232, "out_of_rail_velocity": 22.90826447709302, "apogee_x": 102.72996116748973, "frontal_surface_wind": 6.6153340214854826, "max_mach_number": 0.6444248146571376, "apogee": 2349.540853672464, "apogee_time": 22.000788056027957, "apogee_y": 105.23963127344544, "out_of_rail_time": 0.5888806846001016, "impact_velocity": -5.18486840628186, "lateral_surface_wind": -0.3058901095349382, "x_impact": 2275.882865958598} +{"y_impact": 1365.1167803369167, "t_final": 285.70788466131705, "out_of_rail_velocity": 21.90137106084747, "apogee_x": -26.62867943328061, "frontal_surface_wind": 6.61968763828261, "max_mach_number": 0.7662397094346142, "apogee": 2961.951724413713, "apogee_time": 24.570426785844983, "apogee_y": -54.118152168963505, "out_of_rail_time": 0.3349718618778248, "impact_velocity": -5.2557299463615825, "lateral_surface_wind": 0.18960101925619233, "x_impact": 2684.865953614324} +{"y_impact": 1131.7292461448033, "t_final": 282.749384769001, "out_of_rail_velocity": 22.057960376138663, "apogee_x": -40.451855771023205, "frontal_surface_wind": 6.325443585954512, "max_mach_number": 0.7617984624910411, "apogee": 2958.5229678717096, "apogee_time": 24.695831838646278, "apogee_y": -191.73210196280698, "out_of_rail_time": 0.42608826524021254, "impact_velocity": -5.463884540713988, "lateral_surface_wind": 1.203241749081621, "x_impact": 2152.5367386241132} +{"y_impact": 1104.1362033598978, "t_final": 310.766677181279, "out_of_rail_velocity": 26.266591829571286, "apogee_x": 40.67579310161228, "frontal_surface_wind": 5.711275088444408, "max_mach_number": 0.8720918178125, "apogee": 3512.7952121426456, "apogee_time": 26.03547118466955, "apogee_y": -43.435179620148254, "out_of_rail_time": 0.41413418858043366, "impact_velocity": -5.271770451925748, "lateral_surface_wind": 0.504616525548701, "x_impact": 2558.0090883205776} +{"y_impact": 1442.539197051315, "t_final": 298.12111944786415, "out_of_rail_velocity": 22.546004906258606, "apogee_x": -27.03581527252446, "frontal_surface_wind": 6.037915217833443, "max_mach_number": 0.809238220986629, "apogee": 3181.436952319726, "apogee_time": 25.309992900783282, "apogee_y": -175.3720557439118, "out_of_rail_time": 0.32569552879326125, "impact_velocity": -5.291067920972173, "lateral_surface_wind": 1.1735563015516837, "x_impact": 1995.7798226938778} +{"y_impact": 1506.085675773249, "t_final": 334.66990085862807, "out_of_rail_velocity": 25.305973445467046, "apogee_x": 118.26362850812009, "frontal_surface_wind": 5.734826119373958, "max_mach_number": 0.9986176912243321, "apogee": 4079.1864990565255, "apogee_time": 28.056961556825588, "apogee_y": -21.17554073797938, "out_of_rail_time": 0.35603526996384616, "impact_velocity": -5.338078062006258, "lateral_surface_wind": 0.5929187821908886, "x_impact": 2958.290132165491} +{"y_impact": 1332.0396759059406, "t_final": 282.900875231073, "out_of_rail_velocity": 22.316732367114973, "apogee_x": -188.66573415619203, "frontal_surface_wind": 7.223771793865945, "max_mach_number": 0.7890657986000066, "apogee": 3085.372796521009, "apogee_time": 25.0440363020335, "apogee_y": -135.08210192300794, "out_of_rail_time": 0.37549260052531713, "impact_velocity": -5.371789091930063, "lateral_surface_wind": -0.16220616220052353, "x_impact": 2433.7242441063318} +{"y_impact": 1481.460974026786, "t_final": 303.9167871951301, "out_of_rail_velocity": 23.055442116756915, "apogee_x": -31.09989370819866, "frontal_surface_wind": 6.621013081820786, "max_mach_number": 0.8434412038456136, "apogee": 3370.861860008147, "apogee_time": 25.95442617754946, "apogee_y": -23.619704486014864, "out_of_rail_time": 0.3181829699371107, "impact_velocity": -5.3234324608942, "lateral_surface_wind": -0.13564197467078198, "x_impact": 3023.47682903408} +{"y_impact": 968.6724233365543, "t_final": 236.69080742823365, "out_of_rail_velocity": 21.55559585419634, "apogee_x": 11.235531336495756, "frontal_surface_wind": 6.139270512560753, "max_mach_number": 0.6017550203480024, "apogee": 2190.29951239065, "apogee_time": 21.302016928496897, "apogee_y": -12.241919117187775, "out_of_rail_time": 0.39423558995392916, "impact_velocity": -5.359814390448101, "lateral_surface_wind": 0.21251768375041236, "x_impact": 1496.6758353874256} +{"y_impact": 1575.9144325714628, "t_final": 316.3879348404803, "out_of_rail_velocity": 26.51418363979002, "apogee_x": 215.62149940187567, "frontal_surface_wind": 5.8156084675026545, "max_mach_number": 0.9048819513175792, "apogee": 3785.3736126798844, "apogee_time": 26.907761160068745, "apogee_y": 120.7846356782343, "out_of_rail_time": 0.27522807892118445, "impact_velocity": -5.462350667893957, "lateral_surface_wind": 0.3182285721279303, "x_impact": 2764.164894249898} +{"y_impact": 1200.7260200275555, "t_final": 313.40396112018664, "out_of_rail_velocity": 23.087440272075657, "apogee_x": 50.70271570748748, "frontal_surface_wind": 5.0905603876748575, "max_mach_number": 0.8491356569444465, "apogee": 3398.103511134551, "apogee_time": 26.02528411296782, "apogee_y": -23.608361329743392, "out_of_rail_time": 0.3178525092358217, "impact_velocity": -5.31935971180611, "lateral_surface_wind": 0.4262109315375646, "x_impact": 2148.309871692099} +{"y_impact": 1742.8169937271143, "t_final": 362.11120792722414, "out_of_rail_velocity": 26.052862595275847, "apogee_x": 332.26736246210083, "frontal_surface_wind": 4.945373165862923, "max_mach_number": 1.0364624358552852, "apogee": 4241.436716464386, "apogee_time": 28.489656501524344, "apogee_y": -10.786411282445652, "out_of_rail_time": 0.36252169703222137, "impact_velocity": -5.396461236265559, "lateral_surface_wind": 1.6577553948360453, "x_impact": 3255.915139895509} +{"y_impact": 1531.9422965631252, "t_final": 306.0443490995387, "out_of_rail_velocity": 23.50151982377944, "apogee_x": 215.86383638784423, "frontal_surface_wind": 6.219766264578112, "max_mach_number": 0.8755709261032698, "apogee": 3553.941016747072, "apogee_time": 26.592211187874625, "apogee_y": -164.764517005013, "out_of_rail_time": 0.3125734333925534, "impact_velocity": -5.380003618655873, "lateral_surface_wind": 2.201120250682855, "x_impact": 3025.3020903806905} +{"y_impact": 1250.56631662397, "t_final": 264.62174357238814, "out_of_rail_velocity": 23.85129504054451, "apogee_x": 4.168222128411775, "frontal_surface_wind": 5.953371876946478, "max_mach_number": 0.7286270396457126, "apogee": 2834.440278324913, "apogee_time": 23.853186637713947, "apogee_y": -144.6610331390979, "out_of_rail_time": 0.3965121986315529, "impact_velocity": -5.4373015804256575, "lateral_surface_wind": 1.5462916495406365, "x_impact": 1642.0797199283118} +{"y_impact": 1583.0002317797764, "t_final": 307.2918866985978, "out_of_rail_velocity": 23.668984969642935, "apogee_x": -89.43900643897993, "frontal_surface_wind": 7.221400483489843, "max_mach_number": 0.8659315618020439, "apogee": 3458.5552721593103, "apogee_time": 26.214026691378525, "apogee_y": -50.647203741310264, "out_of_rail_time": 0.355479082891629, "impact_velocity": -5.330943958909494, "lateral_surface_wind": -0.24609921975029803, "x_impact": 2977.7025398736273} +{"y_impact": 890.0819058481119, "t_final": 200.2112468553394, "out_of_rail_velocity": 19.707232228055577, "apogee_x": 118.95119295372216, "frontal_surface_wind": 5.8004198578841795, "max_mach_number": 0.4759316488277609, "apogee": 1567.86576591377, "apogee_time": 18.48002855913321, "apogee_y": 56.74045782962018, "out_of_rail_time": 0.6356373478430458, "impact_velocity": -5.416732925465774, "lateral_surface_wind": 0.5269731906558608, "x_impact": 1190.4597747239281} +{"y_impact": 1292.6732276524858, "t_final": 347.3673762432806, "out_of_rail_velocity": 26.363961618254727, "apogee_x": 18.515743596449298, "frontal_surface_wind": 5.381666889277492, "max_mach_number": 1.03010430812534, "apogee": 4142.729316133478, "apogee_time": 28.152033145163536, "apogee_y": -93.51882308672684, "out_of_rail_time": 0.4495203615671053, "impact_velocity": -5.285981052234215, "lateral_surface_wind": 0.6028831151405503, "x_impact": 2814.867777083377} +{"y_impact": 1649.325322504217, "t_final": 306.1489065714306, "out_of_rail_velocity": 25.520439188283184, "apogee_x": 198.86615263781076, "frontal_surface_wind": 6.018717991995327, "max_mach_number": 0.9313843498745864, "apogee": 3825.840729540444, "apogee_time": 27.57295125617527, "apogee_y": -34.032515126399005, "out_of_rail_time": 0.579450941860557, "impact_velocity": -5.471771789514334, "lateral_surface_wind": 1.2683407678885321, "x_impact": 2511.0743639903067} +{"y_impact": 697.9580144576937, "t_final": 250.16899607697889, "out_of_rail_velocity": 22.078366775534096, "apogee_x": -80.56391700953002, "frontal_surface_wind": 5.927002373446734, "max_mach_number": 0.6421036431080801, "apogee": 2365.11652487004, "apogee_time": 21.946680073705636, "apogee_y": -65.783709167349, "out_of_rail_time": 0.3305462500649065, "impact_velocity": -5.257804839503149, "lateral_surface_wind": -0.06907496768523025, "x_impact": 1673.7195464483614} +{"y_impact": 1371.620017302306, "t_final": 311.2834410300465, "out_of_rail_velocity": 25.959656212878127, "apogee_x": 40.01086182412296, "frontal_surface_wind": 5.8138645178979385, "max_mach_number": 0.8797910860632814, "apogee": 3630.0936102193846, "apogee_time": 26.399665488528264, "apogee_y": -24.040308181237325, "out_of_rail_time": 0.27543499621506595, "impact_velocity": -5.375385281482466, "lateral_surface_wind": 0.3486411320175997, "x_impact": 2457.6431117552816} +{"y_impact": 1642.3100920024829, "t_final": 340.0863121187431, "out_of_rail_velocity": 28.668892442050065, "apogee_x": 298.3403761018028, "frontal_surface_wind": 5.450014950130118, "max_mach_number": 1.0116632396132623, "apogee": 4190.59521375409, "apogee_time": 28.04357272817958, "apogee_y": 206.5689243790758, "out_of_rail_time": 0.4028671071025638, "impact_velocity": -5.364855808920509, "lateral_surface_wind": 0.17204513323846182, "x_impact": 3038.715336847201} +{"y_impact": 1422.1453776511603, "t_final": 323.8395973974366, "out_of_rail_velocity": 24.370725261646946, "apogee_x": 112.71184516074757, "frontal_surface_wind": 5.068096770844608, "max_mach_number": 0.9363823412115415, "apogee": 3833.6201996717646, "apogee_time": 27.35338081910222, "apogee_y": -106.90200050453046, "out_of_rail_time": 0.30101397942068403, "impact_velocity": -5.327604910832353, "lateral_surface_wind": 1.29091843908295, "x_impact": 2302.6946517774563} +{"y_impact": 1452.9426461495614, "t_final": 365.1442735415924, "out_of_rail_velocity": 29.435946274661553, "apogee_x": 370.67411313099785, "frontal_surface_wind": 5.913729119842889, "max_mach_number": 1.072407522628863, "apogee": 4256.235825325806, "apogee_time": 27.78625967937483, "apogee_y": 167.14662984276936, "out_of_rail_time": 0.2617852517372316, "impact_velocity": -5.075310382660956, "lateral_surface_wind": 0.4024131994929778, "x_impact": 3952.951951646984} +{"y_impact": 1988.589206129336, "t_final": 355.4945130216575, "out_of_rail_velocity": 26.482596982703406, "apogee_x": 307.0164681219481, "frontal_surface_wind": 6.055836677295474, "max_mach_number": 1.0382397434493442, "apogee": 4201.26122969433, "apogee_time": 28.287097864853724, "apogee_y": 89.58631010547363, "out_of_rail_time": 0.37593498491995686, "impact_velocity": -5.260708214793861, "lateral_surface_wind": 0.9567638258930198, "x_impact": 3393.3708970712764} +{"y_impact": 848.6946355380055, "t_final": 238.09567064262845, "out_of_rail_velocity": 19.43272693209489, "apogee_x": 88.66449517570464, "frontal_surface_wind": 5.057294781713297, "max_mach_number": 0.6112111324810618, "apogee": 2202.1759987304354, "apogee_time": 21.693097819134334, "apogee_y": -13.443161012288142, "out_of_rail_time": 0.37787045889459864, "impact_velocity": -5.332342009320619, "lateral_surface_wind": 0.7205763731777202, "x_impact": 1331.8464291166322} +{"y_impact": 890.4099177964043, "t_final": 257.18225905507325, "out_of_rail_velocity": 20.560708078766208, "apogee_x": 100.24013992118238, "frontal_surface_wind": 5.693322202209119, "max_mach_number": 0.6750492806771585, "apogee": 2537.4961028832945, "apogee_time": 23.115256455986817, "apogee_y": -10.284572742235705, "out_of_rail_time": 0.3868700576224634, "impact_velocity": -5.42498070334004, "lateral_surface_wind": 0.6777781905426141, "x_impact": 1839.4224295684953} +{"y_impact": 2006.3783562637927, "t_final": 363.4468181568028, "out_of_rail_velocity": 30.523285834757615, "apogee_x": 433.40881415801937, "frontal_surface_wind": 6.2627996166652915, "max_mach_number": 1.1216057788374856, "apogee": 4504.37323899911, "apogee_time": 28.5885316703682, "apogee_y": 73.84536299657832, "out_of_rail_time": 0.3348068186407484, "impact_velocity": -5.248107028812773, "lateral_surface_wind": 1.6599493244678727, "x_impact": 4035.2429341517613} +{"y_impact": 1706.3544962423716, "t_final": 355.40175561793586, "out_of_rail_velocity": 26.89365570556164, "apogee_x": 134.49708283002175, "frontal_surface_wind": 5.157551225694258, "max_mach_number": 1.1097028022790223, "apogee": 4451.519654491874, "apogee_time": 28.795747703012115, "apogee_y": -33.68132915995659, "out_of_rail_time": 0.27242060874825114, "impact_velocity": -5.152783899820296, "lateral_surface_wind": 0.8670297857337799, "x_impact": 2734.946546487541} +{"y_impact": 1467.8863822570747, "t_final": 318.08077287846396, "out_of_rail_velocity": 22.925014508016183, "apogee_x": 139.02359546076605, "frontal_surface_wind": 5.500564128291042, "max_mach_number": 0.8391821600104152, "apogee": 3331.1485913682063, "apogee_time": 25.757682487834625, "apogee_y": -7.804293480905804, "out_of_rail_time": 0.32012149743963664, "impact_velocity": -5.220607573634908, "lateral_surface_wind": 0.8128114153647137, "x_impact": 2351.621180859265} +{"y_impact": 1682.1831420897572, "t_final": 363.54909040193075, "out_of_rail_velocity": 26.457938376516463, "apogee_x": 127.28246087520701, "frontal_surface_wind": 6.278250333218286, "max_mach_number": 1.0639026939229357, "apogee": 4330.307588223612, "apogee_time": 28.656106603733747, "apogee_y": -139.8211385754831, "out_of_rail_time": 0.30997397381467706, "impact_velocity": -5.3478740975037855, "lateral_surface_wind": 1.4291955846806146, "x_impact": 3587.959022325064} +{"y_impact": 1551.5536925433669, "t_final": 304.4210072739197, "out_of_rail_velocity": 26.127005939259057, "apogee_x": 298.92171135411763, "frontal_surface_wind": 6.284029977497341, "max_mach_number": 0.8642869834844993, "apogee": 3520.900426001233, "apogee_time": 26.121455112745096, "apogee_y": 39.74095152580123, "out_of_rail_time": 0.38461558556709224, "impact_velocity": -5.403269630215434, "lateral_surface_wind": 1.4035649282241458, "x_impact": 2917.7371536005717} +{"y_impact": 1376.195942476098, "t_final": 305.13325697887734, "out_of_rail_velocity": 23.25224226379247, "apogee_x": 259.2508895033707, "frontal_surface_wind": 5.440683079322255, "max_mach_number": 0.8397717063175822, "apogee": 3313.597877756165, "apogee_time": 25.741464361173218, "apogee_y": 145.23361651519866, "out_of_rail_time": 0.4239888373166809, "impact_velocity": -5.265367854918768, "lateral_surface_wind": 0.3622569735551435, "x_impact": 2448.2283138557973} +{"y_impact": 1615.4925305532406, "t_final": 293.5845632036658, "out_of_rail_velocity": 25.065571554690933, "apogee_x": 42.997027309566214, "frontal_surface_wind": 7.34100217387526, "max_mach_number": 0.8163747098394196, "apogee": 3263.986573249832, "apogee_time": 25.231499526181594, "apogee_y": -134.00710664622548, "out_of_rail_time": 0.32144482363284066, "impact_velocity": -5.341698517459728, "lateral_surface_wind": 1.3089968657179036, "x_impact": 2829.8884722453454} +{"y_impact": 1628.3614327739485, "t_final": 334.91097868812193, "out_of_rail_velocity": 24.8759457175701, "apogee_x": 163.54826122034657, "frontal_surface_wind": 5.532582630046753, "max_mach_number": 0.9746513780301248, "apogee": 4013.062355842087, "apogee_time": 27.843730622861212, "apogee_y": 35.99638043958549, "out_of_rail_time": 0.2948313928986444, "impact_velocity": -5.360675934264532, "lateral_surface_wind": 0.5544344578886942, "x_impact": 2735.2592038500234} +{"y_impact": 1122.5394173495104, "t_final": 271.6243565333778, "out_of_rail_velocity": 21.281977480287434, "apogee_x": 120.69265920702122, "frontal_surface_wind": 5.620335651597128, "max_mach_number": 0.7197917865598685, "apogee": 2742.1970020984854, "apogee_time": 23.861324668503176, "apogee_y": -0.7482300349557434, "out_of_rail_time": 0.41813530371163576, "impact_velocity": -5.351350501451746, "lateral_surface_wind": 0.7174044903859405, "x_impact": 1862.1045604934086} +{"y_impact": 834.889601255091, "t_final": 246.06841295719153, "out_of_rail_velocity": 20.23701693398954, "apogee_x": 52.37257279469778, "frontal_surface_wind": 5.339361656684049, "max_mach_number": 0.638150189470162, "apogee": 2327.21992684297, "apogee_time": 22.292554087296665, "apogee_y": -61.63778677587214, "out_of_rail_time": 0.4981409494989744, "impact_velocity": -5.3218891825537895, "lateral_surface_wind": 0.9038936092258969, "x_impact": 1452.318738728762} +{"y_impact": 1112.405126677328, "t_final": 244.92967205342003, "out_of_rail_velocity": 21.982020604020708, "apogee_x": 100.25318712734459, "frontal_surface_wind": 6.323585960449786, "max_mach_number": 0.6164751065222558, "apogee": 2249.5645309460515, "apogee_time": 21.584200439677165, "apogee_y": -34.35236734886435, "out_of_rail_time": 0.4529744745887864, "impact_velocity": -5.3374242789516195, "lateral_surface_wind": 1.212966556269564, "x_impact": 1779.8618078719733} +{"y_impact": 1677.1417384293827, "t_final": 318.34004904990337, "out_of_rail_velocity": 23.612098934927953, "apogee_x": 160.0883541130698, "frontal_surface_wind": 6.550755627587063, "max_mach_number": 0.8819871500698496, "apogee": 3555.397779800874, "apogee_time": 26.546482191088405, "apogee_y": -16.00452167707848, "out_of_rail_time": 0.3467431163652635, "impact_velocity": -5.348097278078769, "lateral_surface_wind": 0.8804244238951116, "x_impact": 3054.163273600447} +{"y_impact": 1264.4373740985038, "t_final": 339.2971100616823, "out_of_rail_velocity": 28.074606799844656, "apogee_x": 263.6295879233277, "frontal_surface_wind": 5.90973501656545, "max_mach_number": 0.9928894377863063, "apogee": 4097.779300257146, "apogee_time": 27.698922335891226, "apogee_y": 91.31383999821978, "out_of_rail_time": 0.31064124706986324, "impact_velocity": -5.3318426130072565, "lateral_surface_wind": 0.4573407044907509, "x_impact": 3499.6940208767746} +{"y_impact": 1673.5626430856905, "t_final": 353.24483428920036, "out_of_rail_velocity": 26.49327003138073, "apogee_x": 413.833483305283, "frontal_surface_wind": 5.412201563633065, "max_mach_number": 1.0287667971271532, "apogee": 4197.096898829322, "apogee_time": 28.363969439933335, "apogee_y": 182.15484616083032, "out_of_rail_time": 0.41634334575145354, "impact_velocity": -5.351633801640719, "lateral_surface_wind": 0.6635787211180242, "x_impact": 3315.0273578262345} +{"y_impact": 1164.1077213129308, "t_final": 295.19348947553675, "out_of_rail_velocity": 22.60146666393217, "apogee_x": 92.66022282687746, "frontal_surface_wind": 5.536825531509093, "max_mach_number": 0.8111327452752627, "apogee": 3236.213875951472, "apogee_time": 25.538475107257877, "apogee_y": 57.604538428327274, "out_of_rail_time": 0.3243054976521494, "impact_velocity": -5.350276106871327, "lateral_surface_wind": 0.0650095602990084, "x_impact": 2034.3821917158314} +{"y_impact": 1720.7697858059487, "t_final": 358.26505457272384, "out_of_rail_velocity": 27.089460365836793, "apogee_x": 105.60747000165726, "frontal_surface_wind": 6.597204557994992, "max_mach_number": 1.1019615596055292, "apogee": 4491.10556992557, "apogee_time": 29.091366996124023, "apogee_y": -44.47594655349271, "out_of_rail_time": 0.3418576923894226, "impact_velocity": -5.402058735845451, "lateral_surface_wind": 0.5771524884332511, "x_impact": 4196.917064985647} +{"y_impact": 1441.7708008637617, "t_final": 308.5732041683481, "out_of_rail_velocity": 23.471172533299413, "apogee_x": 174.32395516483763, "frontal_surface_wind": 5.804110281690058, "max_mach_number": 0.8580473587632265, "apogee": 3430.8928870351565, "apogee_time": 26.163785378327205, "apogee_y": 59.51564656278529, "out_of_rail_time": 0.415266182807868, "impact_velocity": -5.266995470716562, "lateral_surface_wind": 0.48463915379064515, "x_impact": 2520.875749047483} +{"y_impact": 1916.4696581195801, "t_final": 338.5623014536254, "out_of_rail_velocity": 25.345038890951756, "apogee_x": 173.78453343935854, "frontal_surface_wind": 7.223129344171252, "max_mach_number": 0.9812906730887797, "apogee": 4069.39432153511, "apogee_time": 28.082288711444313, "apogee_y": 77.55218615700505, "out_of_rail_time": 0.3186830593373367, "impact_velocity": -5.4201079475899085, "lateral_surface_wind": 0.18865907420853079, "x_impact": 3882.3725765916} +{"y_impact": 1206.6795300973665, "t_final": 291.6222730637715, "out_of_rail_velocity": 22.15277172584021, "apogee_x": 114.90015447765678, "frontal_surface_wind": 5.005211059498805, "max_mach_number": 0.7834583960028649, "apogee": 3061.716342364425, "apogee_time": 24.938165439060178, "apogee_y": -109.75655245086323, "out_of_rail_time": 0.3311317247979338, "impact_velocity": -5.339626565089486, "lateral_surface_wind": 1.4672187800788046, "x_impact": 2009.1802323279685} +{"y_impact": 1553.195267938266, "t_final": 288.59394813509846, "out_of_rail_velocity": 21.79192865357594, "apogee_x": 53.75139371156275, "frontal_surface_wind": 7.2916860548552815, "max_mach_number": 0.7604043786671486, "apogee": 2928.4243545200125, "apogee_time": 24.459476648791114, "apogee_y": -167.40960332271797, "out_of_rail_time": 0.3368034821587044, "impact_velocity": -5.265980749504303, "lateral_surface_wind": 1.5604807556421862, "x_impact": 2672.815385774107} +{"y_impact": 1093.8908555536436, "t_final": 280.3188660700635, "out_of_rail_velocity": 21.628301056357262, "apogee_x": 89.17203188345454, "frontal_surface_wind": 5.536794090710078, "max_mach_number": 0.7456997678511371, "apogee": 2890.6705308013297, "apogee_time": 24.365613308030905, "apogee_y": 57.470193136442404, "out_of_rail_time": 0.3587442834311908, "impact_velocity": -5.373135728971978, "lateral_surface_wind": 0.06763435797864625, "x_impact": 1814.3038529957064} +{"y_impact": 1160.7592237550866, "t_final": 328.7938458190776, "out_of_rail_velocity": 24.453633573655793, "apogee_x": 14.512195464208457, "frontal_surface_wind": 4.945013733898527, "max_mach_number": 0.9229182184944867, "apogee": 3795.930647059269, "apogee_time": 27.30452242547066, "apogee_y": 5.957149657599443, "out_of_rail_time": 0.31363241131531994, "impact_velocity": -5.415338488345017, "lateral_surface_wind": -0.059308605256235936, "x_impact": 2648.6782139448314} +{"y_impact": 1048.2348047945222, "t_final": 273.179469993343, "out_of_rail_velocity": 21.221409134521945, "apogee_x": -18.980181502542298, "frontal_surface_wind": 5.876100799417642, "max_mach_number": 0.7219547574864338, "apogee": 2761.407060006012, "apogee_time": 23.896737179340224, "apogee_y": -79.05444122623152, "out_of_rail_time": 0.3459942676964989, "impact_velocity": -5.317546717279512, "lateral_surface_wind": 0.5340725382994642, "x_impact": 1716.5878090922195} +{"y_impact": 1280.1335268740297, "t_final": 287.6507637630959, "out_of_rail_velocity": 25.10775901447555, "apogee_x": 95.24691819717715, "frontal_surface_wind": 6.276739043774357, "max_mach_number": 0.812272573667368, "apogee": 3298.825510794449, "apogee_time": 25.485900846260726, "apogee_y": -105.08104344929897, "out_of_rail_time": 0.34770045398177474, "impact_velocity": -5.497306392609383, "lateral_surface_wind": 1.435818317958319, "x_impact": 2444.602912704808} +{"y_impact": 1582.5256333767331, "t_final": 321.2269052815349, "out_of_rail_velocity": 23.859312759128617, "apogee_x": 146.28394052618768, "frontal_surface_wind": 5.944039442245049, "max_mach_number": 0.903780213450446, "apogee": 3664.3605069308364, "apogee_time": 26.82323528360714, "apogee_y": 131.5029006542314, "out_of_rail_time": 0.3072034215727705, "impact_velocity": -5.289276000670611, "lateral_surface_wind": -0.1280539390136144, "x_impact": 2871.5813580912086} +{"y_impact": 1229.6515376618718, "t_final": 340.6566081189532, "out_of_rail_velocity": 28.835493020370496, "apogee_x": 89.66841074748655, "frontal_surface_wind": 4.818668152092488, "max_mach_number": 1.0205590802815765, "apogee": 4178.394813944355, "apogee_time": 27.873248270551166, "apogee_y": 166.5173314841038, "out_of_rail_time": 0.36445908573689134, "impact_velocity": -5.34435484525872, "lateral_surface_wind": -0.9116512953977776, "x_impact": 2526.913782308361} +{"y_impact": 1405.3523671399057, "t_final": 317.8691822615883, "out_of_rail_velocity": 23.809833505053604, "apogee_x": 130.70152253011045, "frontal_surface_wind": 5.702909063010804, "max_mach_number": 0.8998395673423208, "apogee": 3614.74570133783, "apogee_time": 26.640070994866186, "apogee_y": -35.14347395231778, "out_of_rail_time": 0.3082977609956976, "impact_velocity": -5.21973050334249, "lateral_surface_wind": 0.8465291021327799, "x_impact": 2677.3114799481377} +{"y_impact": 1169.0417455178372, "t_final": 284.66770920088084, "out_of_rail_velocity": 24.218365909594745, "apogee_x": 150.11476422740105, "frontal_surface_wind": 5.40002804130309, "max_mach_number": 0.7599916190797203, "apogee": 3027.327356711002, "apogee_time": 24.47969922200319, "apogee_y": 70.57977875043757, "out_of_rail_time": 0.3021121784548474, "impact_velocity": -5.407615152388107, "lateral_surface_wind": 0.406821472893903, "x_impact": 2072.5387264655565} +{"y_impact": 785.2702649629166, "t_final": 260.90403841838395, "out_of_rail_velocity": 21.64952727451273, "apogee_x": -22.301766371571667, "frontal_surface_wind": 4.835993077938644, "max_mach_number": 0.7130330298673874, "apogee": 2702.688919209315, "apogee_time": 23.737344318486993, "apogee_y": 79.88172073966712, "out_of_rail_time": 0.4964234134900142, "impact_velocity": -5.306877133257265, "lateral_surface_wind": -0.8147648706960735, "x_impact": 1392.2091323670504} +{"y_impact": 939.8053350818905, "t_final": 248.61797861480682, "out_of_rail_velocity": 22.845360521457643, "apogee_x": 97.26004897073138, "frontal_surface_wind": 5.425875822395682, "max_mach_number": 0.6774387755228573, "apogee": 2609.1380803653246, "apogee_time": 23.025436972127977, "apogee_y": 15.56563795409442, "out_of_rail_time": 0.3496676832119901, "impact_velocity": -5.488988357253598, "lateral_surface_wind": 0.5404942594096749, "x_impact": 1599.349924895239} +{"y_impact": 1209.5985545403491, "t_final": 300.7016897027739, "out_of_rail_velocity": 25.085283781608748, "apogee_x": 181.35931901535332, "frontal_surface_wind": 5.722792263895296, "max_mach_number": 0.8197368124955942, "apogee": 3328.268831598048, "apogee_time": 25.490750734482496, "apogee_y": 89.91358677631895, "out_of_rail_time": 0.3000242445466111, "impact_velocity": -5.361094707394816, "lateral_surface_wind": 0.35064180874886075, "x_impact": 2574.9274120347845} +{"y_impact": 1370.6299587133994, "t_final": 323.4251503682638, "out_of_rail_velocity": 27.4085918377873, "apogee_x": 364.82326144769485, "frontal_surface_wind": 4.845528491213787, "max_mach_number": 0.9491752111762196, "apogee": 3923.7551511924325, "apogee_time": 27.249177138895305, "apogee_y": 346.1252317528768, "out_of_rail_time": 0.34519644830309837, "impact_velocity": -5.368248938772797, "lateral_surface_wind": -0.7559923843705858, "x_impact": 2641.426121874246} +{"y_impact": 855.8443171384546, "t_final": 275.591549532119, "out_of_rail_velocity": 24.417939802474695, "apogee_x": 2.2737494847009896, "frontal_surface_wind": 5.926740148039022, "max_mach_number": 0.770738722680503, "apogee": 3077.661317956704, "apogee_time": 24.726399980332133, "apogee_y": -23.275172994437593, "out_of_rail_time": 0.3436877960954999, "impact_velocity": -5.451456747829523, "lateral_surface_wind": 0.08876769472234258, "x_impact": 2213.80080068556} +{"y_impact": 1370.273522095267, "t_final": 295.36322684130437, "out_of_rail_velocity": 24.800563650669357, "apogee_x": 137.73446966365597, "frontal_surface_wind": 5.814948067255158, "max_mach_number": 0.7763479638745322, "apogee": 3083.591223363883, "apogee_time": 24.69738631841622, "apogee_y": 68.74933094626445, "out_of_rail_time": 0.4013819440388478, "impact_velocity": -5.338743810030795, "lateral_surface_wind": 0.33007612233037165, "x_impact": 2259.4325391767316} +{"y_impact": 1235.3848193049068, "t_final": 281.823883576008, "out_of_rail_velocity": 21.92671692260873, "apogee_x": 87.70091969036318, "frontal_surface_wind": 6.137868327776386, "max_mach_number": 0.7669273979899086, "apogee": 3020.478810271877, "apogee_time": 24.868656613897905, "apogee_y": 30.58775032179218, "out_of_rail_time": 0.33477259870771114, "impact_velocity": -5.424621755230122, "lateral_surface_wind": 0.24975704831720735, "x_impact": 2214.796293605138} +{"y_impact": 1953.4441221668949, "t_final": 334.8300244027604, "out_of_rail_velocity": 27.05282431143531, "apogee_x": 319.62285963449165, "frontal_surface_wind": 6.376138611283759, "max_mach_number": 0.9278924549105868, "apogee": 3849.093432677308, "apogee_time": 27.048911859035535, "apogee_y": 173.03009603870058, "out_of_rail_time": 0.3273835030128854, "impact_velocity": -5.44938294571921, "lateral_surface_wind": 0.6438015233794574, "x_impact": 3051.313291755457} +{"y_impact": 1325.5651395610337, "t_final": 313.6513952471516, "out_of_rail_velocity": 23.987925351026917, "apogee_x": 92.87684861053468, "frontal_surface_wind": 5.869976941592382, "max_mach_number": 0.9120535722826447, "apogee": 3721.8733332558436, "apogee_time": 27.032013423121587, "apogee_y": -25.83890610143439, "out_of_rail_time": 0.30859358976975004, "impact_velocity": -5.333513386037923, "lateral_surface_wind": 0.5976326515979706, "x_impact": 2513.2276925637398} +{"y_impact": 1126.9630733567715, "t_final": 266.7486964210869, "out_of_rail_velocity": 23.534185650241795, "apogee_x": 41.838148068660864, "frontal_surface_wind": 5.509236020322382, "max_mach_number": 0.7027857154741276, "apogee": 2686.7372086497926, "apogee_time": 23.28718703665377, "apogee_y": -42.61251258253403, "out_of_rail_time": 0.44578602865520867, "impact_velocity": -5.323618843535508, "lateral_surface_wind": 0.7517889323286067, "x_impact": 1601.3755165689677} +{"y_impact": 1029.8975861068263, "t_final": 256.5176966185348, "out_of_rail_velocity": 20.296640714193686, "apogee_x": 130.4866808361196, "frontal_surface_wind": 5.537142359649909, "max_mach_number": 0.6640199955260201, "apogee": 2468.3450679733937, "apogee_time": 22.756608025695922, "apogee_y": 95.23499546342764, "out_of_rail_time": 0.36175772710482856, "impact_velocity": -5.292877487299315, "lateral_surface_wind": 0.026789891225144302, "x_impact": 1584.511791837535} +{"y_impact": 1311.8798451778978, "t_final": 334.44045656815035, "out_of_rail_velocity": 27.734097332467382, "apogee_x": 255.95005988510158, "frontal_surface_wind": 4.846533320626702, "max_mach_number": 0.974365775108577, "apogee": 3972.0137109426414, "apogee_time": 27.22817383711583, "apogee_y": 263.71440658146963, "out_of_rail_time": 0.31132188725458065, "impact_velocity": -5.214428301808821, "lateral_surface_wind": -0.7495235929882371, "x_impact": 2609.417603667705} +{"y_impact": 1580.5187092002107, "t_final": 319.39455842629945, "out_of_rail_velocity": 24.227954916672466, "apogee_x": 453.32874318496016, "frontal_surface_wind": 5.428023119413817, "max_mach_number": 0.9070627148889929, "apogee": 3722.170725629227, "apogee_time": 27.146024850235705, "apogee_y": 249.43290817945882, "out_of_rail_time": 0.39282895006381124, "impact_velocity": -5.402277829393406, "lateral_surface_wind": 0.5184857757180277, "x_impact": 2918.5178498843966} +{"y_impact": 1484.5435240656975, "t_final": 303.06211889072205, "out_of_rail_velocity": 22.93697789968449, "apogee_x": 31.699379386342237, "frontal_surface_wind": 6.379084018808206, "max_mach_number": 0.835550989713453, "apogee": 3368.3310773920434, "apogee_time": 25.999835553815423, "apogee_y": -66.48782937288937, "out_of_rail_time": 0.31981522085813474, "impact_velocity": -5.4250563920829755, "lateral_surface_wind": 0.6139308371429446, "x_impact": 2252.2252733960445} +{"y_impact": 1017.2025024663044, "t_final": 265.381967882441, "out_of_rail_velocity": 20.940637984791593, "apogee_x": 3.449650950819129, "frontal_surface_wind": 6.215919291420418, "max_mach_number": 0.7083055415271124, "apogee": 2687.39021202804, "apogee_time": 23.664393894144172, "apogee_y": -200.17584323186077, "out_of_rail_time": 0.3505156305420634, "impact_velocity": -5.410382293202761, "lateral_surface_wind": 1.679694802151145, "x_impact": 1947.6708627844196} +{"y_impact": 1634.3966165579034, "t_final": 313.34612549418733, "out_of_rail_velocity": 26.052256202072563, "apogee_x": 315.6457878309767, "frontal_surface_wind": 5.1503347971191875, "max_mach_number": 0.863667583631542, "apogee": 3512.432646516797, "apogee_time": 26.038456322513067, "apogee_y": 134.74798276550894, "out_of_rail_time": 0.35994451842404857, "impact_velocity": -5.302976489371996, "lateral_surface_wind": 0.9089151624839147, "x_impact": 2379.5855148051446} +{"y_impact": 833.817197372128, "t_final": 278.4939843386121, "out_of_rail_velocity": 21.779416901014063, "apogee_x": -171.31326420191493, "frontal_surface_wind": 5.42924253901421, "max_mach_number": 0.7590338459101167, "apogee": 2928.012016415711, "apogee_time": 24.458951485977224, "apogee_y": -193.82500193420543, "out_of_rail_time": 0.33717234430586995, "impact_velocity": -5.30695644287622, "lateral_surface_wind": 0.5055570561977927, "x_impact": 1596.8550816247232} +{"y_impact": 861.2594814825799, "t_final": 252.89854180887193, "out_of_rail_velocity": 20.03084967806245, "apogee_x": 7.982188870238658, "frontal_surface_wind": 5.107909255523906, "max_mach_number": 0.6480083532675962, "apogee": 2380.362893216095, "apogee_time": 22.418589202339973, "apogee_y": 36.95967646373544, "out_of_rail_time": 0.3663810356848663, "impact_velocity": -5.26752267885677, "lateral_surface_wind": -0.280371889790342, "x_impact": 1472.9686287067334} +{"y_impact": 1062.2448778076098, "t_final": 243.75864483536273, "out_of_rail_velocity": 20.193560674396686, "apogee_x": 131.27084159813108, "frontal_surface_wind": 5.9387274326910084, "max_mach_number": 0.6562858052428091, "apogee": 2441.17470229196, "apogee_time": 22.694405724667785, "apogee_y": 65.80462984877838, "out_of_rail_time": 0.36348345195875803, "impact_velocity": -5.3372002879437845, "lateral_surface_wind": 0.28199145814190185, "x_impact": 1741.5128990340231} +{"y_impact": 1526.467313750097, "t_final": 296.9833497739915, "out_of_rail_velocity": 22.822820127626873, "apogee_x": 8.733429196101474, "frontal_surface_wind": 6.6809997263373635, "max_mach_number": 0.807038733415161, "apogee": 3148.4623356165403, "apogee_time": 25.261179842779462, "apogee_y": -102.0560843767442, "out_of_rail_time": 0.46320716718253335, "impact_velocity": -5.2406546348494585, "lateral_surface_wind": 0.8501805117307946, "x_impact": 2270.1805139849816} +{"y_impact": 1918.0858810568689, "t_final": 358.2285463383838, "out_of_rail_velocity": 28.681816657489694, "apogee_x": 128.14946540896588, "frontal_surface_wind": 5.982886820083433, "max_mach_number": 1.0473429441170157, "apogee": 4281.7882767516685, "apogee_time": 28.071742424093205, "apogee_y": -89.6865953216704, "out_of_rail_time": 0.250612043298009, "impact_velocity": -5.243286987087562, "lateral_surface_wind": 1.427837479802334, "x_impact": 3082.0836696695715} +{"y_impact": 1361.5034340733682, "t_final": 297.7471004099423, "out_of_rail_velocity": 23.00557193497998, "apogee_x": 12.770828157293417, "frontal_surface_wind": 6.349253131099996, "max_mach_number": 0.7941996344944051, "apogee": 3021.1653607627713, "apogee_time": 24.809468053513378, "apogee_y": -173.7361443407597, "out_of_rail_time": 0.5749216482562519, "impact_velocity": -5.120727789419131, "lateral_surface_wind": 1.3643047949466456, "x_impact": 2417.614014247742} +{"y_impact": 1410.2955837507213, "t_final": 271.4234971802699, "out_of_rail_velocity": 21.562187141194407, "apogee_x": -13.113172444933111, "frontal_surface_wind": 7.313492960581451, "max_mach_number": 0.7240620809980095, "apogee": 2743.664276573893, "apogee_time": 23.896248018725903, "apogee_y": -191.3530008644953, "out_of_rail_time": 0.4653178430982687, "impact_velocity": -5.3579749960977185, "lateral_surface_wind": 1.4548561533107458, "x_impact": 2330.7353773609493} +{"y_impact": 1578.697681977312, "t_final": 338.8559776551738, "out_of_rail_velocity": 24.868862726835093, "apogee_x": 98.1894623436383, "frontal_surface_wind": 6.348842848533879, "max_mach_number": 0.9761935439118375, "apogee": 4007.2566769120535, "apogee_time": 27.858495970835307, "apogee_y": -107.01846311692393, "out_of_rail_time": 0.2949497516248406, "impact_velocity": -5.3653865577114885, "lateral_surface_wind": 1.0729500223432096, "x_impact": 3181.2096381819047} +{"y_impact": 1197.186935500165, "t_final": 326.14885092030323, "out_of_rail_velocity": 27.00053792219515, "apogee_x": 150.47289877629376, "frontal_surface_wind": 4.935258547550539, "max_mach_number": 0.9163461044064136, "apogee": 3735.5815043329053, "apogee_time": 26.677000115498057, "apogee_y": 51.37803275457144, "out_of_rail_time": 0.3816909491047511, "impact_velocity": -5.263303673303914, "lateral_surface_wind": 0.3160718398273348, "x_impact": 2741.3622867905897} +{"y_impact": 1547.197789446745, "t_final": 325.8927786072177, "out_of_rail_velocity": 26.375952276332658, "apogee_x": 128.52847929456058, "frontal_surface_wind": 6.309258242849765, "max_mach_number": 0.8865861554947764, "apogee": 3589.0184023171805, "apogee_time": 26.2385276657871, "apogee_y": -67.34662257030348, "out_of_rail_time": 0.35651709858792846, "impact_velocity": -5.2210858843395, "lateral_surface_wind": 1.2854134318803299, "x_impact": 2967.6439446556687} +{"y_impact": 1299.8543632939277, "t_final": 333.4272126081093, "out_of_rail_velocity": 24.84463162613422, "apogee_x": 213.78464384862647, "frontal_surface_wind": 5.9273020778508805, "max_mach_number": 0.9745724702328914, "apogee": 4020.8765727589116, "apogee_time": 27.915849486938885, "apogee_y": 144.00324701387282, "out_of_rail_time": 0.2949230322887818, "impact_velocity": -5.403846158202486, "lateral_surface_wind": -0.03490793475076037, "x_impact": 3358.9564453006064} +{"y_impact": 1388.4038795343884, "t_final": 343.11834706488384, "out_of_rail_velocity": 24.671430041131178, "apogee_x": 299.65966934590216, "frontal_surface_wind": 5.288411075487105, "max_mach_number": 0.954181714052315, "apogee": 3925.273529882506, "apogee_time": 27.63091468397101, "apogee_y": 11.545903381347324, "out_of_rail_time": 0.31314628751149826, "impact_velocity": -5.33305750276921, "lateral_surface_wind": 1.165553454086326, "x_impact": 3054.1051916451847} +{"y_impact": 1220.3572306146468, "t_final": 261.6187155448364, "out_of_rail_velocity": 21.498215582940254, "apogee_x": -68.0473797269754, "frontal_surface_wind": 6.669590411605381, "max_mach_number": 0.6921016486971228, "apogee": 2570.6106162593355, "apogee_time": 23.260608352423638, "apogee_y": -150.5373030232743, "out_of_rail_time": 0.5462546502762581, "impact_velocity": -5.3170468943704075, "lateral_surface_wind": 0.9354827562645536, "x_impact": 1695.7728118129303} +{"y_impact": 1935.7458094569479, "t_final": 341.7207551833035, "out_of_rail_velocity": 24.904819430738122, "apogee_x": 146.1694137271872, "frontal_surface_wind": 7.337299823772466, "max_mach_number": 0.9752738906589012, "apogee": 3986.205353741174, "apogee_time": 27.753700006301578, "apogee_y": -115.08749880997898, "out_of_rail_time": 0.29454675252887774, "impact_velocity": -5.287196765103926, "lateral_surface_wind": 1.3295927975771877, "x_impact": 3772.8500907439357} +{"y_impact": 1356.1494452720412, "t_final": 336.5302857066515, "out_of_rail_velocity": 25.464335161599543, "apogee_x": 184.27763813801124, "frontal_surface_wind": 5.115595838511256, "max_mach_number": 1.0106282040226575, "apogee": 4075.892246814425, "apogee_time": 27.84842742118156, "apogee_y": 118.16928234379837, "out_of_rail_time": 0.2882706018260287, "impact_velocity": -5.137147387495913, "lateral_surface_wind": 0.004957444676510825, "x_impact": 2801.4980472659777} +{"y_impact": 1214.956784241103, "t_final": 325.17769680754077, "out_of_rail_velocity": 24.063564581830846, "apogee_x": 116.52647165667715, "frontal_surface_wind": 5.332683893410438, "max_mach_number": 0.9026023363338866, "apogee": 3648.6703277514707, "apogee_time": 26.80833312515135, "apogee_y": -60.35779935972228, "out_of_rail_time": 0.3659713398094138, "impact_velocity": -5.291456530683094, "lateral_surface_wind": 0.9424908756206309, "x_impact": 2581.0047796284653} +{"y_impact": 904.2376456958193, "t_final": 219.3744147458664, "out_of_rail_velocity": 20.092388652722523, "apogee_x": -64.10931723973789, "frontal_surface_wind": 5.978081445924343, "max_mach_number": 0.5318681712205625, "apogee": 1828.7186498624424, "apogee_time": 19.632133803633888, "apogee_y": -143.01429631192656, "out_of_rail_time": 0.37240408332978786, "impact_velocity": -5.341892732833735, "lateral_surface_wind": 1.3605502954722613, "x_impact": 1130.9387902554195} +{"y_impact": 1439.723793931413, "t_final": 327.52067489140035, "out_of_rail_velocity": 24.262614860882273, "apogee_x": 40.36030870485573, "frontal_surface_wind": 6.299680674413166, "max_mach_number": 0.9227553101744358, "apogee": 3694.077984223765, "apogee_time": 26.88793055132071, "apogee_y": -170.38978622272296, "out_of_rail_time": 0.3643939394822961, "impact_velocity": -5.235402946376344, "lateral_surface_wind": 1.3315594865612859, "x_impact": 2905.242110497682} +{"y_impact": 1351.6427464898766, "t_final": 324.4859903374864, "out_of_rail_velocity": 24.472917889841433, "apogee_x": 257.82595430820004, "frontal_surface_wind": 5.114897523240632, "max_mach_number": 0.9342032569042846, "apogee": 3842.3154470330214, "apogee_time": 27.419104250858325, "apogee_y": 159.39654574921025, "out_of_rail_time": 0.32586250250474913, "impact_velocity": -5.386038271116537, "lateral_surface_wind": 0.08466809315344914, "x_impact": 2750.3669203283816} +{"y_impact": 1513.4563725975468, "t_final": 323.802895948171, "out_of_rail_velocity": 23.593933239087473, "apogee_x": 45.66323676663678, "frontal_surface_wind": 6.352375502436422, "max_mach_number": 0.8855858170401082, "apogee": 3540.4008155382844, "apogee_time": 26.405156144107156, "apogee_y": -157.83869424161807, "out_of_rail_time": 0.31091829974929, "impact_velocity": -5.234056371760723, "lateral_surface_wind": 1.2749181441762794, "x_impact": 2849.880011996117} +{"y_impact": 1160.242286290693, "t_final": 317.35735968308194, "out_of_rail_velocity": 23.775443912537686, "apogee_x": -49.01253695923813, "frontal_surface_wind": 5.106141817498134, "max_mach_number": 0.8974638827411191, "apogee": 3599.643972554296, "apogee_time": 26.60800683946341, "apogee_y": -74.5012373218838, "out_of_rail_time": 0.3321720900819646, "impact_velocity": -5.2016355597385235, "lateral_surface_wind": 0.15091904559517655, "x_impact": 2095.8790803494417} +{"y_impact": 1630.8591010306654, "t_final": 358.6332401801762, "out_of_rail_velocity": 26.66132676725971, "apogee_x": 193.56951596639078, "frontal_surface_wind": 6.105844684044053, "max_mach_number": 1.0405625416633169, "apogee": 4181.9804719315, "apogee_time": 28.13482915022184, "apogee_y": 20.8239283595187, "out_of_rail_time": 0.3253829842316954, "impact_velocity": -5.162669761006502, "lateral_surface_wind": 0.6741415924237191, "x_impact": 3512.758959294818} +{"y_impact": 1155.5975098334382, "t_final": 283.07123166200944, "out_of_rail_velocity": 21.91565378152276, "apogee_x": -40.156154102750385, "frontal_surface_wind": 5.945418141099141, "max_mach_number": 0.7589781159468237, "apogee": 2945.2480022362392, "apogee_time": 24.577027232014366, "apogee_y": -36.21963177556737, "out_of_rail_time": 0.38007334270224624, "impact_velocity": -5.367960495822318, "lateral_surface_wind": 0.0024144877233411854, "x_impact": 2043.8187528330388} +{"y_impact": 1805.7155349721104, "t_final": 333.38594020821176, "out_of_rail_velocity": 24.719658468448188, "apogee_x": 87.36571993540278, "frontal_surface_wind": 6.093007637854553, "max_mach_number": 0.9388199296888641, "apogee": 3806.886926601374, "apogee_time": 27.263734609450587, "apogee_y": -60.187018510637635, "out_of_rail_time": 0.37956020201688684, "impact_velocity": -5.2831581167632065, "lateral_surface_wind": 0.8419694149447587, "x_impact": 2653.3298599663412} +{"y_impact": 1302.3294029337364, "t_final": 289.7697302076952, "out_of_rail_velocity": 24.446701919927907, "apogee_x": 79.99167993999156, "frontal_surface_wind": 5.900265670541016, "max_mach_number": 0.7647689491514292, "apogee": 3015.402323826102, "apogee_time": 24.45317084758201, "apogee_y": 59.24051077487906, "out_of_rail_time": 0.39489299403289607, "impact_velocity": -5.327568674922818, "lateral_surface_wind": 0.02567290629165786, "x_impact": 2067.03018819308} +{"y_impact": 1363.4280537103673, "t_final": 296.859238290186, "out_of_rail_velocity": 23.240863398470797, "apogee_x": 61.78601227610373, "frontal_surface_wind": 6.324274929698437, "max_mach_number": 0.8365895234435884, "apogee": 3309.2642587370774, "apogee_time": 25.82445682541484, "apogee_y": -147.6417590890436, "out_of_rail_time": 0.46415984127804466, "impact_velocity": -5.314925840747642, "lateral_surface_wind": 1.4077064366877399, "x_impact": 2482.3194775172715} +{"y_impact": 1624.1616161923348, "t_final": 319.679337425419, "out_of_rail_velocity": 24.971133957520074, "apogee_x": 142.25070309089134, "frontal_surface_wind": 6.410401934955329, "max_mach_number": 0.9434696189802636, "apogee": 3875.2923544098003, "apogee_time": 27.621815285191445, "apogee_y": -38.63196137839052, "out_of_rail_time": 0.455677264982856, "impact_velocity": -5.436809195802829, "lateral_surface_wind": 0.9406581901122419, "x_impact": 3017.3294561884386} +{"y_impact": 1383.3846037768642, "t_final": 319.0151408046918, "out_of_rail_velocity": 24.444686333228727, "apogee_x": 363.13624088860104, "frontal_surface_wind": 4.840026973475587, "max_mach_number": 0.9164802664777433, "apogee": 3735.802095045546, "apogee_time": 27.142552066617974, "apogee_y": 374.6962005845097, "out_of_rail_time": 0.42124562380307085, "impact_velocity": -5.372000967650185, "lateral_surface_wind": -0.7904490751589424, "x_impact": 2557.1149482138117} +{"y_impact": 919.200608969484, "t_final": 274.6570150383409, "out_of_rail_velocity": 24.30298057779632, "apogee_x": 9.859782500249958, "frontal_surface_wind": 5.712259205789747, "max_mach_number": 0.7681810910924287, "apogee": 3042.6794827497974, "apogee_time": 24.552432235012066, "apogee_y": -58.39012640556504, "out_of_rail_time": 0.3400848169360934, "impact_velocity": -5.385108777916708, "lateral_surface_wind": 0.49335153755998107, "x_impact": 2014.2925707793863} +{"y_impact": 1076.5148294096518, "t_final": 270.5871746299057, "out_of_rail_velocity": 21.806149880874642, "apogee_x": 175.5661721826314, "frontal_surface_wind": 5.072032570396709, "max_mach_number": 0.7491135219876778, "apogee": 2901.425526262732, "apogee_time": 24.448694549149806, "apogee_y": 49.81492118972819, "out_of_rail_time": 0.41605628455154225, "impact_velocity": -5.383737246562478, "lateral_surface_wind": 0.6082322118742698, "x_impact": 1803.4479235466044} +{"y_impact": 1666.6626368725515, "t_final": 334.1114391937307, "out_of_rail_velocity": 24.77339371092988, "apogee_x": 289.1013333546908, "frontal_surface_wind": 5.480621442893099, "max_mach_number": 0.9337427635237284, "apogee": 3831.5913774534156, "apogee_time": 27.466040954763358, "apogee_y": 71.91919114983651, "out_of_rail_time": 0.45828413048349087, "impact_velocity": -5.428168031113957, "lateral_surface_wind": 0.9379001685092807, "x_impact": 2848.5212284877657} +{"y_impact": 1500.0003922364951, "t_final": 336.6736431390699, "out_of_rail_velocity": 24.98457182300788, "apogee_x": 80.23351037764925, "frontal_surface_wind": 5.489076729870044, "max_mach_number": 0.981526929182959, "apogee": 4061.5122540047482, "apogee_time": 28.022748178609895, "apogee_y": -82.77442123185509, "out_of_rail_time": 0.2938300895560698, "impact_velocity": -5.382342764135028, "lateral_surface_wind": 0.8870765355867309, "x_impact": 2667.0188109064557} +{"y_impact": 1802.0969792838355, "t_final": 341.29501018375066, "out_of_rail_velocity": 27.489383989223796, "apogee_x": 213.88318152784694, "frontal_surface_wind": 6.31391574421585, "max_mach_number": 0.9696103260624648, "apogee": 3957.505256979198, "apogee_time": 27.17642605577444, "apogee_y": 14.740779650075147, "out_of_rail_time": 0.2781553879694479, "impact_velocity": -5.197860603011554, "lateral_surface_wind": 1.0973112442477349, "x_impact": 2991.56169457156} +{"y_impact": 1357.100464757726, "t_final": 288.5850424967085, "out_of_rail_velocity": 22.4359968413468, "apogee_x": 176.12010912842933, "frontal_surface_wind": 5.649764016791128, "max_mach_number": 0.8003607418152895, "apogee": 3147.5840903743974, "apogee_time": 25.19575801979364, "apogee_y": -0.5983157195530632, "out_of_rail_time": 0.32709308407462684, "impact_velocity": -5.298867042103543, "lateral_surface_wind": 0.9846013134097693, "x_impact": 2167.2406210943204} +{"y_impact": 946.997407677431, "t_final": 270.2964377565005, "out_of_rail_velocity": 23.954945635175665, "apogee_x": -2.6341706759677894, "frontal_surface_wind": 5.078864007751426, "max_mach_number": 0.7206260761518462, "apogee": 2773.2630057330603, "apogee_time": 23.64232993687311, "apogee_y": -57.701470047768716, "out_of_rail_time": 0.47503292500300537, "impact_velocity": -5.403178815003055, "lateral_surface_wind": 0.5482711094829154, "x_impact": 1570.7279720212186} +{"y_impact": 1765.9980762904981, "t_final": 329.6368689326117, "out_of_rail_velocity": 26.186781688408445, "apogee_x": 235.4877620757785, "frontal_surface_wind": 6.237033476881327, "max_mach_number": 0.875435707818086, "apogee": 3549.266815761765, "apogee_time": 26.152190474039102, "apogee_y": -91.70816424096581, "out_of_rail_time": 0.35867703226413417, "impact_velocity": -5.255409002293916, "lateral_surface_wind": 2.1517054055357443, "x_impact": 3359.7548602732973} +{"y_impact": 1372.8597652677836, "t_final": 346.85266697601577, "out_of_rail_velocity": 26.1447880193255, "apogee_x": -128.10918038661114, "frontal_surface_wind": 5.921084762138628, "max_mach_number": 1.0575059306050525, "apogee": 4344.0879370608045, "apogee_time": 28.730025510132123, "apogee_y": -179.36787383148172, "out_of_rail_time": 0.2807301027139383, "impact_velocity": -5.369217357626665, "lateral_surface_wind": 0.5373620212031001, "x_impact": 3021.694277698875} +{"y_impact": 1461.7970267779447, "t_final": 282.30181344388154, "out_of_rail_velocity": 24.580044014391657, "apogee_x": 192.72338518513894, "frontal_surface_wind": 6.338451837956787, "max_mach_number": 0.7573580142153669, "apogee": 2975.895986503834, "apogee_time": 24.23153265588959, "apogee_y": -8.68972577068661, "out_of_rail_time": 0.3023602762598798, "impact_velocity": -5.320765927693678, "lateral_surface_wind": 1.4136375752645165, "x_impact": 2462.3776994102277} +{"y_impact": 1385.6487540994895, "t_final": 295.07165840541956, "out_of_rail_velocity": 24.87752746571435, "apogee_x": 34.151678301640885, "frontal_surface_wind": 6.332958024318991, "max_mach_number": 0.795571473864644, "apogee": 3154.0168843362776, "apogee_time": 24.919234541329626, "apogee_y": -148.03378301354104, "out_of_rail_time": 0.37914754047669225, "impact_velocity": -5.348653189644959, "lateral_surface_wind": 1.4380492197804666, "x_impact": 2491.4426709880186} +{"y_impact": 1250.157659895233, "t_final": 273.98233581277725, "out_of_rail_velocity": 23.281364074184346, "apogee_x": -30.649967230937413, "frontal_surface_wind": 6.55887706082334, "max_mach_number": 0.7125267098368591, "apogee": 2725.5772213207824, "apogee_time": 23.348257880664345, "apogee_y": -106.27819408420135, "out_of_rail_time": 0.32203079395929357, "impact_velocity": -5.285099564820307, "lateral_surface_wind": 0.8177274359833979, "x_impact": 2090.717793391994} +{"y_impact": 1294.9520898382618, "t_final": 291.2589566447831, "out_of_rail_velocity": 22.37224804773564, "apogee_x": 88.62805833029263, "frontal_surface_wind": 5.517590123943134, "max_mach_number": 0.7786032435375817, "apogee": 3027.5952535253964, "apogee_time": 24.86925192118156, "apogee_y": -20.79603046293872, "out_of_rail_time": 0.45934154205810873, "impact_velocity": -5.296569646610754, "lateral_surface_wind": 0.6877989172385814, "x_impact": 1958.174778735243} +{"y_impact": 1971.843667978914, "t_final": 355.3769755983542, "out_of_rail_velocity": 26.026703728980785, "apogee_x": 252.4458231394046, "frontal_surface_wind": 6.002004118743683, "max_mach_number": 1.0447461021181392, "apogee": 4278.486533383152, "apogee_time": 28.507224177423236, "apogee_y": -25.210817403203862, "out_of_rail_time": 0.28193567773006384, "impact_velocity": -5.314981690434615, "lateral_surface_wind": 1.3452141573891536, "x_impact": 3196.1620027099925} +{"y_impact": 1440.7916421149243, "t_final": 309.35491406211315, "out_of_rail_velocity": 23.786718377586105, "apogee_x": 207.48863301819878, "frontal_surface_wind": 5.923004797702248, "max_mach_number": 0.8970389043180409, "apogee": 3665.2113042980945, "apogee_time": 26.89128509964181, "apogee_y": 64.5398061383809, "out_of_rail_time": 0.3087165210187024, "impact_velocity": -5.370167128507966, "lateral_surface_wind": 0.5157682315322267, "x_impact": 2809.3346417630214} +{"y_impact": 1550.045083911793, "t_final": 280.8315915840304, "out_of_rail_velocity": 23.611236733779386, "apogee_x": 115.77939695322178, "frontal_surface_wind": 6.692342889814242, "max_mach_number": 0.7151057869659176, "apogee": 2749.4992563102055, "apogee_time": 23.395158425547745, "apogee_y": 13.530705673366306, "out_of_rail_time": 0.315086212400137, "impact_velocity": -5.271374303711954, "lateral_surface_wind": 0.7557187909530416, "x_impact": 2139.0336890133062} +{"y_impact": 1280.9832353312372, "t_final": 295.2556305818694, "out_of_rail_velocity": 24.78834466999852, "apogee_x": 55.551146974229816, "frontal_surface_wind": 6.248724911996581, "max_mach_number": 0.7890281102512582, "apogee": 3120.3951789492135, "apogee_time": 24.80024376633111, "apogee_y": -132.53607153496384, "out_of_rail_time": 0.37418291916895596, "impact_velocity": -5.294513879753798, "lateral_surface_wind": 1.5532109451131881, "x_impact": 2427.053931071822} +{"y_impact": 1393.0850908596185, "t_final": 308.8979506933344, "out_of_rail_velocity": 26.70872471935582, "apogee_x": 65.08504083149177, "frontal_surface_wind": 5.521805113281385, "max_mach_number": 0.8988170116758866, "apogee": 3706.0786937927273, "apogee_time": 26.678990360479233, "apogee_y": -37.44986729823259, "out_of_rail_time": 0.3772731940834162, "impact_velocity": -5.3655630519787865, "lateral_surface_wind": 0.6530975557517675, "x_impact": 2279.934791340396} +{"y_impact": 1454.6265945762607, "t_final": 271.87436730387907, "out_of_rail_velocity": 23.774461589915013, "apogee_x": 185.0975512724799, "frontal_surface_wind": 6.073267818185824, "max_mach_number": 0.7312284473408455, "apogee": 2853.4078228623957, "apogee_time": 23.8618507356777, "apogee_y": 60.05304571335547, "out_of_rail_time": 0.34508937954119717, "impact_velocity": -5.417948953047302, "lateral_surface_wind": 0.8390309226738455, "x_impact": 2060.5766474064767} +{"y_impact": 1127.1394043428197, "t_final": 237.8485562065932, "out_of_rail_velocity": 21.806305339698813, "apogee_x": 105.09723901472654, "frontal_surface_wind": 6.2857397804372965, "max_mach_number": 0.6110542236691097, "apogee": 2231.051781197769, "apogee_time": 21.47466863599025, "apogee_y": -32.549678637829174, "out_of_rail_time": 0.4307888988008632, "impact_velocity": -5.342646318084419, "lateral_surface_wind": 1.2486390208692777, "x_impact": 1494.0849491487047} +{"y_impact": 1417.7011108757497, "t_final": 287.8720994144365, "out_of_rail_velocity": 22.282489132002432, "apogee_x": 179.23150689613072, "frontal_surface_wind": 6.172945297139039, "max_mach_number": 0.7822481371170448, "apogee": 3035.515439059361, "apogee_time": 24.87434503700007, "apogee_y": -177.87188364391747, "out_of_rail_time": 0.38440748162021754, "impact_velocity": -5.289400754248465, "lateral_surface_wind": 2.3291992406144923, "x_impact": 2646.2509765462887} +{"y_impact": 1181.739010147975, "t_final": 284.3884545680355, "out_of_rail_velocity": 21.751964381861523, "apogee_x": 58.156397892634466, "frontal_surface_wind": 5.479121400817229, "max_mach_number": 0.7580135827541099, "apogee": 2946.9295711990685, "apogee_time": 24.549796620712847, "apogee_y": -80.33239313438307, "out_of_rail_time": 0.33755386856493236, "impact_velocity": -5.295383394308776, "lateral_surface_wind": 0.9466238965375928, "x_impact": 1832.642420975355} +{"y_impact": 1529.6499831899043, "t_final": 310.7167669562722, "out_of_rail_velocity": 25.602832178636238, "apogee_x": 189.70275919788372, "frontal_surface_wind": 5.750256564311112, "max_mach_number": 0.8200930154491648, "apogee": 3226.9688107678085, "apogee_time": 25.08704660112707, "apogee_y": 95.89017726477671, "out_of_rail_time": 0.4512552760202587, "impact_velocity": -5.159768247660137, "lateral_surface_wind": 0.4175317309204942, "x_impact": 2583.5969612676317} +{"y_impact": 1716.991905899815, "t_final": 333.9086528175713, "out_of_rail_velocity": 27.575996361422114, "apogee_x": 380.49041276891944, "frontal_surface_wind": 5.004522993855538, "max_mach_number": 0.9642963037593264, "apogee": 4009.4368375184304, "apogee_time": 27.51415454501793, "apogee_y": 103.15832070927391, "out_of_rail_time": 0.3076888082825807, "impact_velocity": -5.432689977252986, "lateral_surface_wind": 1.4695639838796737, "x_impact": 2962.1532353204284} +{"y_impact": 988.3297168157586, "t_final": 286.86409587686416, "out_of_rail_velocity": 24.630079082221616, "apogee_x": 88.12679203260286, "frontal_surface_wind": 5.926703347578788, "max_mach_number": 0.7647571250735401, "apogee": 3010.3119672415255, "apogee_time": 24.48645488416957, "apogee_y": 61.7909603381742, "out_of_rail_time": 0.4363126589515397, "impact_velocity": -5.402094429007473, "lateral_surface_wind": -0.09119164327020934, "x_impact": 2432.342356895821} +{"y_impact": 757.5041119697977, "t_final": 258.7188861796546, "out_of_rail_velocity": 23.759289818523303, "apogee_x": -118.01812218718429, "frontal_surface_wind": 5.730402123476886, "max_mach_number": 0.6972839693065686, "apogee": 2633.691013258369, "apogee_time": 23.164659280691723, "apogee_y": -130.8198122258035, "out_of_rail_time": 0.5488290551417664, "impact_velocity": -5.40244894036746, "lateral_surface_wind": 0.18918899807892142, "x_impact": 1614.7271424274736} +{"y_impact": 1004.79148790593, "t_final": 221.28583540142938, "out_of_rail_velocity": 18.7369526643068, "apogee_x": -170.71999921922173, "frontal_surface_wind": 7.208597525752696, "max_mach_number": 0.5508285625039449, "apogee": 1873.3107351868125, "apogee_time": 20.275347609869804, "apogee_y": -94.00269324862928, "out_of_rail_time": 0.5021743409032767, "impact_velocity": -5.286393987908835, "lateral_surface_wind": -0.4952892898308323, "x_impact": 1475.386301999623} +{"y_impact": 2033.7580728046614, "t_final": 350.28246905306867, "out_of_rail_velocity": 27.24974410008813, "apogee_x": 347.8349394251324, "frontal_surface_wind": 6.006647430612617, "max_mach_number": 1.0584507934261531, "apogee": 4266.037958020043, "apogee_time": 28.612952789293992, "apogee_y": 57.41690384317686, "out_of_rail_time": 0.5889521740091458, "impact_velocity": -5.347242759035046, "lateral_surface_wind": 1.3243267025062937, "x_impact": 3249.4010705177398} +{"y_impact": 1581.4007283006044, "t_final": 327.01105403334304, "out_of_rail_velocity": 26.4739195483738, "apogee_x": 275.4708178904701, "frontal_surface_wind": 5.65051490180362, "max_mach_number": 0.908393379020102, "apogee": 3780.875629725185, "apogee_time": 26.86036312220804, "apogee_y": 155.83699125026484, "out_of_rail_time": 0.2747963899651882, "impact_velocity": -5.447395296174338, "lateral_surface_wind": 0.4177599597075661, "x_impact": 2860.9094924640135} +{"y_impact": 1222.951016944007, "t_final": 304.7371135456027, "out_of_rail_velocity": 23.221044475098097, "apogee_x": 96.08044096161349, "frontal_surface_wind": 5.099610886729559, "max_mach_number": 0.8526157135559769, "apogee": 3449.363212293031, "apogee_time": 26.240438516980774, "apogee_y": 131.1027940270372, "out_of_rail_time": 0.3157876350088498, "impact_velocity": -5.3676402696661505, "lateral_surface_wind": -0.4041214708484997, "x_impact": 2275.9956042365457} +{"y_impact": 1095.8852096014582, "t_final": 300.4993241284813, "out_of_rail_velocity": 23.191594253892326, "apogee_x": 69.64692055020016, "frontal_surface_wind": 5.723079992497834, "max_mach_number": 0.8298317967013206, "apogee": 3278.153400042289, "apogee_time": 25.721005386136074, "apogee_y": -2.8300128877418005, "out_of_rail_time": 0.466067024007247, "impact_velocity": -5.320605953590942, "lateral_surface_wind": 0.34591382339176313, "x_impact": 2417.2720226170886} +{"y_impact": 1042.2791658901258, "t_final": 248.55250912811613, "out_of_rail_velocity": 19.631401409765772, "apogee_x": 25.035540382888545, "frontal_surface_wind": 6.141512493700587, "max_mach_number": 0.6204568862989693, "apogee": 2237.990506690318, "apogee_time": 21.81986366380257, "apogee_y": 4.074129350673998, "out_of_rail_time": 0.37392576536495525, "impact_velocity": -5.235668292181208, "lateral_surface_wind": 0.1327798253659238, "x_impact": 1616.5283009776988} +{"y_impact": 1677.6668052841953, "t_final": 345.71799595665595, "out_of_rail_velocity": 29.47051895284707, "apogee_x": 70.85131274586527, "frontal_surface_wind": 6.211805969425027, "max_mach_number": 1.04176663658419, "apogee": 4190.6014755324395, "apogee_time": 27.973221363885656, "apogee_y": -234.82550916034103, "out_of_rail_time": 0.4915657114427406, "impact_velocity": -5.265404165266838, "lateral_surface_wind": 2.223485853826307, "x_impact": 3478.129981823012} +{"y_impact": 1581.8578160474294, "t_final": 319.83883328929556, "out_of_rail_velocity": 23.70422492876854, "apogee_x": 211.113128184584, "frontal_surface_wind": 6.292874826837663, "max_mach_number": 0.8918736879962852, "apogee": 3625.962645116761, "apogee_time": 26.762461619763872, "apogee_y": -78.0954067375932, "out_of_rail_time": 0.30974430335473996, "impact_velocity": -5.350257683375866, "lateral_surface_wind": 1.5420172541372938, "x_impact": 3029.532377477973} +{"y_impact": 1655.5287831279165, "t_final": 360.53955849456196, "out_of_rail_velocity": 25.586087874602192, "apogee_x": 343.4971367426594, "frontal_surface_wind": 4.9391861887488435, "max_mach_number": 1.0219609179576097, "apogee": 4178.879281591884, "apogee_time": 28.246401072670146, "apogee_y": 301.50349358167296, "out_of_rail_time": 0.2868235043788942, "impact_velocity": -5.331320314445969, "lateral_surface_wind": -0.24722081622544145, "x_impact": 3473.978145479695} +{"y_impact": 1351.7723360182438, "t_final": 315.0461269922925, "out_of_rail_velocity": 23.37219882475608, "apogee_x": 104.0995545617466, "frontal_surface_wind": 5.900938040745434, "max_mach_number": 0.8651457625928246, "apogee": 3471.4124817242914, "apogee_time": 26.23422496228959, "apogee_y": -31.717168295561304, "out_of_rail_time": 0.31416842162140224, "impact_velocity": -5.277288981437905, "lateral_surface_wind": 0.7259014682070726, "x_impact": 2700.6149699302573} +{"y_impact": 1490.271054782799, "t_final": 356.9276527457115, "out_of_rail_velocity": 26.95917834097402, "apogee_x": 282.28665522130274, "frontal_surface_wind": 5.704496484791022, "max_mach_number": 1.0829210183445517, "apogee": 4403.920036280433, "apogee_time": 28.82774391958358, "apogee_y": 101.19410764706625, "out_of_rail_time": 0.32612919487375097, "impact_velocity": -5.32504637831159, "lateral_surface_wind": 0.5762124857631803, "x_impact": 3573.781206490561} +{"y_impact": 1480.0108978390617, "t_final": 362.89697003573633, "out_of_rail_velocity": 29.432702209142978, "apogee_x": 264.74182208447695, "frontal_surface_wind": 5.68141008803771, "max_mach_number": 1.0534167192711597, "apogee": 4227.0252290224125, "apogee_time": 27.89948472445398, "apogee_y": 72.47242408571142, "out_of_rail_time": 0.38158802096104494, "impact_velocity": -5.191519652360888, "lateral_surface_wind": 0.7712848924268201, "x_impact": 3581.5753301015557} +{"y_impact": 1690.3788141934724, "t_final": 337.95475301487846, "out_of_rail_velocity": 27.97314845383232, "apogee_x": -39.69901249287718, "frontal_surface_wind": 6.577638080520537, "max_mach_number": 0.9844522014511059, "apogee": 4033.315989870728, "apogee_time": 27.52308012582788, "apogee_y": -126.41665833043815, "out_of_rail_time": 0.34372608731222054, "impact_velocity": -5.405644672773998, "lateral_surface_wind": 0.6497874577434621, "x_impact": 3192.567511986494} +{"y_impact": 1796.900925880744, "t_final": 320.4808411220488, "out_of_rail_velocity": 23.933684250214345, "apogee_x": 410.7725291415527, "frontal_surface_wind": 5.181837326070985, "max_mach_number": 0.9086772343481965, "apogee": 3709.261347970082, "apogee_time": 27.005885528489323, "apogee_y": 234.63056863109767, "out_of_rail_time": 0.3066344950554175, "impact_velocity": -5.368123614205846, "lateral_surface_wind": 0.7075572211117751, "x_impact": 2598.3515809802902} +{"y_impact": 1194.3029851901608, "t_final": 293.4096803401616, "out_of_rail_velocity": 25.312651105545505, "apogee_x": -11.960200931164252, "frontal_surface_wind": 5.7929960212954885, "max_mach_number": 0.8125633444484727, "apogee": 3268.7071723547556, "apogee_time": 25.324538966147237, "apogee_y": -81.6875613647605, "out_of_rail_time": 0.39254233187069865, "impact_velocity": -5.413988127327322, "lateral_surface_wind": 0.603132132009049, "x_impact": 2125.7607853375525} +{"y_impact": 1372.2700329842157, "t_final": 268.1303359302799, "out_of_rail_velocity": 24.18437496087072, "apogee_x": 9.798936877875061, "frontal_surface_wind": 6.695404073790938, "max_mach_number": 0.7264073596666204, "apogee": 2814.0632956697386, "apogee_time": 23.82997114935863, "apogee_y": -66.14205815768004, "out_of_rail_time": 0.49255580865255405, "impact_velocity": -5.422389622347712, "lateral_surface_wind": 0.7280992614406916, "x_impact": 1912.7111773644572} +{"y_impact": 1330.0028418960221, "t_final": 256.907675087198, "out_of_rail_velocity": 20.688307519966752, "apogee_x": 17.071370099188172, "frontal_surface_wind": 7.301120405339811, "max_mach_number": 0.6912278278571227, "apogee": 2612.3464994181404, "apogee_time": 23.402438727389335, "apogee_y": -178.01333382607905, "out_of_rail_time": 0.35505416924483135, "impact_velocity": -5.481136339915951, "lateral_surface_wind": 1.515726406061209, "x_impact": 2165.425347936164} +{"y_impact": 1731.3069836508248, "t_final": 282.0907631021755, "out_of_rail_velocity": 24.411669578697527, "apogee_x": 224.8656902775664, "frontal_surface_wind": 7.355312034981935, "max_mach_number": 0.78004735205779, "apogee": 3116.3442377125357, "apogee_time": 24.77316133241913, "apogee_y": 25.31493075228221, "out_of_rail_time": 0.2948031493538686, "impact_velocity": -5.374147619107808, "lateral_surface_wind": 1.2260385717221518, "x_impact": 2854.3597480029957} +{"y_impact": 1202.4727068231311, "t_final": 306.4402923937858, "out_of_rail_velocity": 22.886484133200884, "apogee_x": 86.480738724945, "frontal_surface_wind": 5.402605789427542, "max_mach_number": 0.8336095418158671, "apogee": 3307.900875247852, "apogee_time": 25.70573179820409, "apogee_y": 9.501298769298117, "out_of_rail_time": 0.32068401965213716, "impact_velocity": -5.267376488033564, "lateral_surface_wind": 0.37102188845303674, "x_impact": 2266.4627362142855} +{"y_impact": 755.3878621605323, "t_final": 200.89954501329888, "out_of_rail_velocity": 18.02034514423476, "apogee_x": -128.23361546950085, "frontal_surface_wind": 6.368979739430735, "max_mach_number": 0.4982373555317317, "apogee": 1621.1544710611759, "apogee_time": 19.077423638883236, "apogee_y": -207.4477626231697, "out_of_rail_time": 0.5709276507163576, "impact_velocity": -5.4530638572887815, "lateral_surface_wind": 1.1891963155951428, "x_impact": 972.944916237612} +{"y_impact": 1649.394517892148, "t_final": 309.99347950077635, "out_of_rail_velocity": 23.80633720137326, "apogee_x": 233.93764214356042, "frontal_surface_wind": 6.368199911640052, "max_mach_number": 0.9006519469649277, "apogee": 3723.4924469961834, "apogee_time": 27.174236930940204, "apogee_y": -20.58423344341987, "out_of_rail_time": 0.30782389412820776, "impact_velocity": -5.5098128694393, "lateral_surface_wind": 1.2729386401885754, "x_impact": 3056.4553548376343} +{"y_impact": 1260.5743042353893, "t_final": 262.7003233533927, "out_of_rail_velocity": 20.754797704391294, "apogee_x": -130.65338719553068, "frontal_surface_wind": 7.318337584489297, "max_mach_number": 0.6957682743857713, "apogee": 2594.4602802591507, "apogee_time": 23.256653382066688, "apogee_y": -273.436611508991, "out_of_rail_time": 0.3538461526733834, "impact_velocity": -5.33996667824935, "lateral_surface_wind": 1.4302869330144752, "x_impact": 2047.6844628762858} +{"y_impact": 1315.156630843689, "t_final": 289.084866160414, "out_of_rail_velocity": 22.82881012582223, "apogee_x": 79.3878280164834, "frontal_surface_wind": 6.263589863763544, "max_mach_number": 0.800265177301702, "apogee": 3128.5820233915747, "apogee_time": 25.218654055563643, "apogee_y": -172.4142857880593, "out_of_rail_time": 0.4272067068622155, "impact_velocity": -5.289563764361505, "lateral_surface_wind": 1.715163232714629, "x_impact": 2439.9432207271675} +{"y_impact": 1104.8421836499008, "t_final": 295.16340348118047, "out_of_rail_velocity": 25.07712672830497, "apogee_x": 75.59455622987714, "frontal_surface_wind": 5.111681701990165, "max_mach_number": 0.8071816810203212, "apogee": 3224.929448266236, "apogee_time": 25.115499453344327, "apogee_y": 71.71896749712563, "out_of_rail_time": 0.3563180941528973, "impact_velocity": -5.297360363288995, "lateral_surface_wind": -0.20013879381650934, "x_impact": 2106.8489701212325} +{"y_impact": 1118.7985301588317, "t_final": 308.0403045955164, "out_of_rail_velocity": 23.282119791501177, "apogee_x": 6.952949594894859, "frontal_surface_wind": 5.1111488158359055, "max_mach_number": 0.8659942786587018, "apogee": 3525.784256447036, "apogee_time": 26.51769773610464, "apogee_y": 27.318355433755755, "out_of_rail_time": 0.31549074553878764, "impact_velocity": -5.430357725446831, "lateral_surface_wind": -0.21331465404563987, "x_impact": 2230.6296798919793} +{"y_impact": 1354.2864551965044, "t_final": 328.7930886353348, "out_of_rail_velocity": 23.9932460661567, "apogee_x": 119.53561956036737, "frontal_surface_wind": 5.098989461319089, "max_mach_number": 0.9005988691827541, "apogee": 3643.6546786108315, "apogee_time": 26.795146989290224, "apogee_y": 42.74491009903482, "out_of_rail_time": 0.3594307000372432, "impact_velocity": -5.285964509337874, "lateral_surface_wind": 0.3094629090591883, "x_impact": 2425.957560237596} +{"y_impact": 2236.1716533523245, "t_final": 370.72504082984887, "out_of_rail_velocity": 31.13869730577567, "apogee_x": 245.75524800429136, "frontal_surface_wind": 6.608577164088017, "max_mach_number": 1.1338254570403579, "apogee": 4505.622466543635, "apogee_time": 28.626935330820555, "apogee_y": 164.31069283224517, "out_of_rail_time": 0.4399528398598884, "impact_velocity": -5.235469694203447, "lateral_surface_wind": 0.11939147728792321, "x_impact": 4027.0610471655827} +{"y_impact": 952.3218001616971, "t_final": 281.48005513310915, "out_of_rail_velocity": 21.960728137399563, "apogee_x": 72.6017599613234, "frontal_surface_wind": 5.298027452345688, "max_mach_number": 0.7738798220721667, "apogee": 3042.2372086618225, "apogee_time": 24.925757349547265, "apogee_y": -98.77290824990514, "out_of_rail_time": 0.3342406482401755, "impact_velocity": -5.443646749680336, "lateral_surface_wind": 1.121031521349288, "x_impact": 1949.8968001640483} +{"y_impact": 1270.383447187705, "t_final": 277.42030895380805, "out_of_rail_velocity": 22.216156265716464, "apogee_x": 30.43265133470555, "frontal_surface_wind": 6.318668136452763, "max_mach_number": 0.7571706835818799, "apogee": 2916.2807867540905, "apogee_time": 24.517734041529234, "apogee_y": -108.33508650209959, "out_of_rail_time": 0.4961177815724303, "impact_velocity": -5.335015089369308, "lateral_surface_wind": 1.0696059896924015, "x_impact": 1866.425827327671} +{"y_impact": 1401.616840126393, "t_final": 274.3476949373233, "out_of_rail_velocity": 23.460865710777323, "apogee_x": 147.50996554518824, "frontal_surface_wind": 6.336401987667793, "max_mach_number": 0.7082368284888615, "apogee": 2703.0047706959576, "apogee_time": 23.269902373136247, "apogee_y": 17.075450912268675, "out_of_rail_time": 0.3947778855634598, "impact_velocity": -5.216996207266348, "lateral_surface_wind": 0.9589754128698709, "x_impact": 1920.620478965716} +{"y_impact": 1863.7365022828344, "t_final": 361.9775240373393, "out_of_rail_velocity": 27.22248506701545, "apogee_x": 307.0942687222479, "frontal_surface_wind": 5.799856571347461, "max_mach_number": 1.120863581375348, "apogee": 4549.600280748222, "apogee_time": 29.10390028509617, "apogee_y": 132.30230881947867, "out_of_rail_time": 0.2691947397139392, "impact_velocity": -5.319956166753382, "lateral_surface_wind": 0.5331369647706099, "x_impact": 3505.5931256997223} +{"y_impact": 1840.4678717712015, "t_final": 335.02785711154314, "out_of_rail_velocity": 27.343266327965633, "apogee_x": 157.11640649452906, "frontal_surface_wind": 6.578583031446003, "max_mach_number": 0.9452683200504711, "apogee": 3866.109925779485, "apogee_time": 27.054731512753275, "apogee_y": 24.833706273743783, "out_of_rail_time": 0.361710663419599, "impact_velocity": -5.233857551105886, "lateral_surface_wind": 0.6401497925683626, "x_impact": 3319.4472939399498} +{"y_impact": 1691.1905812857945, "t_final": 322.4269722296893, "out_of_rail_velocity": 24.25825600318602, "apogee_x": 26.112913224755246, "frontal_surface_wind": 6.11229649292684, "max_mach_number": 0.9285990507491153, "apogee": 3773.4162450266676, "apogee_time": 27.13742149231694, "apogee_y": -92.5400815074076, "out_of_rail_time": 0.30242959026297234, "impact_velocity": -5.281745252989493, "lateral_surface_wind": 0.6881033012641207, "x_impact": 2448.861512356352} +{"y_impact": 1135.0261093665065, "t_final": 300.2856012331495, "out_of_rail_velocity": 24.944567184182514, "apogee_x": 152.7186953308741, "frontal_surface_wind": 4.943430994655598, "max_mach_number": 0.7953880477716867, "apogee": 3143.2136437159397, "apogee_time": 24.80745733164866, "apogee_y": 124.47890628631774, "out_of_rail_time": 0.3688967124172282, "impact_velocity": -5.2277578806487135, "lateral_surface_wind": -0.1384497749397009, "x_impact": 2305.6901356531885} +{"y_impact": 1359.7469493583976, "t_final": 307.779188401836, "out_of_rail_velocity": 25.873871775935353, "apogee_x": 234.66205114303773, "frontal_surface_wind": 5.43211186489617, "max_mach_number": 0.8697416316191455, "apogee": 3566.4033169489226, "apogee_time": 26.184919156412988, "apogee_y": 109.43147520746214, "out_of_rail_time": 0.2895824470719559, "impact_velocity": -5.333672853981806, "lateral_surface_wind": 0.4737332284810676, "x_impact": 2510.1228531374986} +{"y_impact": 1704.1796308723685, "t_final": 355.7131381508861, "out_of_rail_velocity": 26.1847542302427, "apogee_x": 239.72441978147333, "frontal_surface_wind": 6.1266100302097195, "max_mach_number": 1.0340920608255169, "apogee": 4138.961223500004, "apogee_time": 28.0552522210173, "apogee_y": 97.1614992061209, "out_of_rail_time": 0.4029007446580563, "impact_velocity": -5.167010103464698, "lateral_surface_wind": 0.44772282724724244, "x_impact": 3523.5170360523107} +{"y_impact": 1477.701579624112, "t_final": 322.55198286558954, "out_of_rail_velocity": 24.021346210966875, "apogee_x": 66.32635086208245, "frontal_surface_wind": 5.673271768001538, "max_mach_number": 0.9021769797646436, "apogee": 3666.0680850011104, "apogee_time": 26.92600989786041, "apogee_y": -77.71489505976791, "out_of_rail_time": 0.3825271188310106, "impact_velocity": -5.365657750920469, "lateral_surface_wind": 0.8386063666540879, "x_impact": 2512.604404477592} +{"y_impact": 1688.5661312969046, "t_final": 345.8066671593438, "out_of_rail_velocity": 28.304570497867218, "apogee_x": 260.285317880034, "frontal_surface_wind": 5.719318633804655, "max_mach_number": 1.0049566705198403, "apogee": 4135.977946904934, "apogee_time": 27.774322839729315, "apogee_y": 81.89727261667225, "out_of_rail_time": 0.30319607180198865, "impact_velocity": -5.307225425436095, "lateral_surface_wind": 0.7274459888839497, "x_impact": 3274.601393891153} +{"y_impact": 1900.5620385018872, "t_final": 382.60739190768953, "out_of_rail_velocity": 28.89189500023885, "apogee_x": 367.56186939391876, "frontal_surface_wind": 5.69804992091173, "max_mach_number": 1.199072916329544, "apogee": 4818.691959330673, "apogee_time": 29.796322191946462, "apogee_y": 98.05505371699053, "out_of_rail_time": 0.3479875503196693, "impact_velocity": -5.327551424545584, "lateral_surface_wind": 0.8786412240080272, "x_impact": 3958.0225093299414} +{"y_impact": 1524.5324222037004, "t_final": 333.3693217434608, "out_of_rail_velocity": 25.249853452965475, "apogee_x": 302.3864429741604, "frontal_surface_wind": 4.870788688438669, "max_mach_number": 0.9620879513398283, "apogee": 3887.5864831730864, "apogee_time": 27.530713188124025, "apogee_y": -52.71442028934378, "out_of_rail_time": 0.4656125763638963, "impact_velocity": -5.260107189732063, "lateral_surface_wind": 1.8655525324479623, "x_impact": 2813.5683119260234} +{"y_impact": 1177.1913785029856, "t_final": 292.7756667076411, "out_of_rail_velocity": 21.904873171496476, "apogee_x": 7.205656234067121, "frontal_surface_wind": 5.789638913535612, "max_mach_number": 0.7683324128508096, "apogee": 3002.6424912584644, "apogee_time": 24.756140061089987, "apogee_y": -79.30138924819408, "out_of_rail_time": 0.3351429236991893, "impact_velocity": -5.392164825845458, "lateral_surface_wind": 0.634549070034248, "x_impact": 2057.977879473371} +{"y_impact": 1653.1380595459223, "t_final": 360.98123631710473, "out_of_rail_velocity": 26.33212474792703, "apogee_x": 76.09273028528753, "frontal_surface_wind": 5.502414007567766, "max_mach_number": 1.0542356322689508, "apogee": 4300.993529870052, "apogee_time": 28.57793022598223, "apogee_y": -73.27070174497733, "out_of_rail_time": 0.3383747860373004, "impact_velocity": -5.345908104412847, "lateral_surface_wind": 0.8001926116326072, "x_impact": 2982.3764118851986} +{"y_impact": 1303.6202412063826, "t_final": 311.5110507912057, "out_of_rail_velocity": 24.009027360666895, "apogee_x": 295.8044801706879, "frontal_surface_wind": 5.337052025196567, "max_mach_number": 0.8943537306037758, "apogee": 3654.3738399688377, "apogee_time": 26.9214238312899, "apogee_y": 66.9877248141808, "out_of_rail_time": 0.38522573765671114, "impact_velocity": -5.428103680114004, "lateral_surface_wind": 0.9174324160462559, "x_impact": 2658.78814344626} +{"y_impact": 989.2532652477132, "t_final": 203.69218787409827, "out_of_rail_velocity": 17.625524802546263, "apogee_x": -23.94096785918906, "frontal_surface_wind": 6.617996402663367, "max_mach_number": 0.4945078445228053, "apogee": 1634.6970125292319, "apogee_time": 19.115986961523102, "apogee_y": -38.02927001855947, "out_of_rail_time": 0.45385608053474147, "impact_velocity": -5.4342754792289805, "lateral_surface_wind": 0.24152968610361691, "x_impact": 1543.3747591451904} +{"y_impact": 1919.733970271755, "t_final": 371.9114743739053, "out_of_rail_velocity": 26.665904798224275, "apogee_x": 237.60638537966506, "frontal_surface_wind": 6.292387807638784, "max_mach_number": 1.0935903312649344, "apogee": 4440.195425659577, "apogee_time": 28.89177178942638, "apogee_y": -150.08096752829348, "out_of_rail_time": 0.27472875344183506, "impact_velocity": -5.33597134971899, "lateral_surface_wind": 1.9840056507552783, "x_impact": 4098.5977747413845} +{"y_impact": 1710.9919935151624, "t_final": 316.63325740400586, "out_of_rail_velocity": 23.65309124651122, "apogee_x": 158.33283938876585, "frontal_surface_wind": 6.046731660029061, "max_mach_number": 0.8885341194845655, "apogee": 3633.821920664613, "apogee_time": 26.83009361403221, "apogee_y": -49.082965305659336, "out_of_rail_time": 0.31034098965003504, "impact_velocity": -5.378620379094584, "lateral_surface_wind": 1.1272492192317238, "x_impact": 2525.4228833988977} +{"y_impact": 1501.584836218185, "t_final": 325.0171719490409, "out_of_rail_velocity": 24.12001738919807, "apogee_x": 124.35070106193628, "frontal_surface_wind": 6.22259638309127, "max_mach_number": 0.922914595539966, "apogee": 3721.77757970442, "apogee_time": 26.948662715373228, "apogee_y": -171.54382969690474, "out_of_rail_time": 0.3039322217007965, "impact_velocity": -5.211471594244837, "lateral_surface_wind": 1.8048227202259288, "x_impact": 2989.5487855667034} +{"y_impact": 1356.2769669334357, "t_final": 312.4717987971098, "out_of_rail_velocity": 23.944319519389424, "apogee_x": 226.63099589927276, "frontal_surface_wind": 5.39836496404657, "max_mach_number": 0.9005424128232076, "apogee": 3612.1157730074888, "apogee_time": 26.640863500477018, "apogee_y": 109.28632383704411, "out_of_rail_time": 0.3657110480432221, "impact_velocity": -5.2375734361692174, "lateral_surface_wind": 0.4283249614740283, "x_impact": 2554.277684749874} +{"y_impact": 1125.820445405347, "t_final": 261.0008483065294, "out_of_rail_velocity": 20.884928432875427, "apogee_x": 157.95540741642387, "frontal_surface_wind": 5.1307274832783545, "max_mach_number": 0.6994188748701731, "apogee": 2668.870276704586, "apogee_time": 23.60723690545484, "apogee_y": -5.503682088499999, "out_of_rail_time": 0.36366750997649716, "impact_velocity": -5.438303699479183, "lateral_surface_wind": 1.0137607150319448, "x_impact": 1583.8379843660691} +{"y_impact": 1464.6832776744552, "t_final": 316.73470690361273, "out_of_rail_velocity": 23.75272148232456, "apogee_x": 234.31682723255417, "frontal_surface_wind": 5.643073120449058, "max_mach_number": 0.8802465101533571, "apogee": 3543.9604902473957, "apogee_time": 26.523588726114085, "apogee_y": 103.48443443931419, "out_of_rail_time": 0.40184286401975217, "impact_velocity": -5.279794678980015, "lateral_surface_wind": 0.5084956211266216, "x_impact": 2623.7708077209318} +{"y_impact": 1016.1290409620825, "t_final": 317.2700819740654, "out_of_rail_velocity": 23.67631213870365, "apogee_x": 54.12541733877117, "frontal_surface_wind": 5.912616295949656, "max_mach_number": 0.8913838582378234, "apogee": 3623.9350916636886, "apogee_time": 26.77549229262892, "apogee_y": -36.692922760583635, "out_of_rail_time": 0.3101089718535345, "impact_velocity": -5.35360568931628, "lateral_surface_wind": 0.4184459617136884, "x_impact": 2888.223849804793} +{"y_impact": 1233.9222949454386, "t_final": 319.21187393331064, "out_of_rail_velocity": 24.286330159563654, "apogee_x": 154.46735848353225, "frontal_surface_wind": 5.713891623297888, "max_mach_number": 0.9184363654331201, "apogee": 3771.0931810499983, "apogee_time": 27.253144885983836, "apogee_y": 33.505655767698066, "out_of_rail_time": 0.35113726568036163, "impact_velocity": -5.4594990705611846, "lateral_surface_wind": 0.47407118763824974, "x_impact": 2864.47782876362} +{"y_impact": 1135.0674670083001, "t_final": 280.5378342404097, "out_of_rail_velocity": 24.94263680388458, "apogee_x": 45.37303047733402, "frontal_surface_wind": 5.643585874738072, "max_mach_number": 0.7953348581845368, "apogee": 3225.6918761800375, "apogee_time": 25.269185607769547, "apogee_y": -28.150879656757603, "out_of_rail_time": 0.37317963575058327, "impact_velocity": -5.577478561985805, "lateral_surface_wind": 0.502772825336181, "x_impact": 1995.0119363530998} +{"y_impact": 1374.8671193616763, "t_final": 275.6369316218079, "out_of_rail_velocity": 23.512892526933324, "apogee_x": 24.610901559475014, "frontal_surface_wind": 6.62096489661844, "max_mach_number": 0.7235268262790492, "apogee": 2789.346456431582, "apogee_time": 23.56204918268913, "apogee_y": -6.362098845871816, "out_of_rail_time": 0.30662033468002886, "impact_velocity": -5.244415551025577, "lateral_surface_wind": 0.1379739565314928, "x_impact": 2577.923577905791} +{"y_impact": 1756.1615683912673, "t_final": 336.8132248722671, "out_of_rail_velocity": 24.665836641390776, "apogee_x": 74.5944194539476, "frontal_surface_wind": 6.574283639219235, "max_mach_number": 0.949047467450709, "apogee": 3872.3236354179635, "apogee_time": 27.47661411641684, "apogee_y": -56.96692257740984, "out_of_rail_time": 0.33991772447864715, "impact_velocity": -5.296277838784452, "lateral_surface_wind": 0.68289171150988, "x_impact": 3254.542129094103} +{"y_impact": 1426.617612144602, "t_final": 296.4658048011741, "out_of_rail_velocity": 25.266957484701173, "apogee_x": 155.2775434072818, "frontal_surface_wind": 6.33728348538428, "max_mach_number": 0.8268239399406456, "apogee": 3350.5540257572366, "apogee_time": 25.553620383800602, "apogee_y": -23.069384108639934, "out_of_rail_time": 0.3025315953697507, "impact_velocity": -5.41267496563939, "lateral_surface_wind": 1.139238908965877, "x_impact": 2624.6984125460453} +{"y_impact": 1509.0298805588166, "t_final": 300.2537007726364, "out_of_rail_velocity": 26.810664722338487, "apogee_x": 188.12950047840866, "frontal_surface_wind": 5.686520229980856, "max_mach_number": 0.8412031591196792, "apogee": 3354.471511350225, "apogee_time": 25.727221633098207, "apogee_y": 65.15185872865815, "out_of_rail_time": 0.6777370109999126, "impact_velocity": -5.303215387204884, "lateral_surface_wind": 0.7434788939939949, "x_impact": 2349.912525723612} +{"y_impact": 1423.7471882428135, "t_final": 310.2841522347182, "out_of_rail_velocity": 26.046846186808192, "apogee_x": 264.1565820140895, "frontal_surface_wind": 5.613704057060922, "max_mach_number": 0.8602256126599079, "apogee": 3471.492205200446, "apogee_time": 25.879770281210135, "apogee_y": 93.39102813231304, "out_of_rail_time": 0.37901533195312753, "impact_velocity": -5.301822118155591, "lateral_surface_wind": 0.7675733184376341, "x_impact": 2583.7087902067424} +{"y_impact": 1058.511481311077, "t_final": 313.0740342013353, "out_of_rail_velocity": 24.220566293179157, "apogee_x": 35.09584881316286, "frontal_surface_wind": 5.6864659697323106, "max_mach_number": 0.9069056454363857, "apogee": 3685.667850189805, "apogee_time": 27.005915023334815, "apogee_y": -91.51909816971093, "out_of_rail_time": 0.40984149055726454, "impact_velocity": -5.369269821195696, "lateral_surface_wind": 0.7330796333406742, "x_impact": 2616.2466488945306} +{"y_impact": 1746.4283910906136, "t_final": 341.2922430912488, "out_of_rail_velocity": 29.0113184339099, "apogee_x": 271.99222240505725, "frontal_surface_wind": 5.5079423472874165, "max_mach_number": 1.029169717392408, "apogee": 4178.447994165745, "apogee_time": 27.821934759144202, "apogee_y": 105.5965381962539, "out_of_rail_time": 0.3779058572920257, "impact_velocity": -5.232999501874815, "lateral_surface_wind": 0.761209054956232, "x_impact": 2949.8758371183853} +{"y_impact": 1630.4343497159853, "t_final": 333.3586583039339, "out_of_rail_velocity": 23.926993585541858, "apogee_x": 49.86666388759174, "frontal_surface_wind": 6.343670906446952, "max_mach_number": 0.9087219240412184, "apogee": 3678.7149178805385, "apogee_time": 26.851857196300667, "apogee_y": -97.4404517542641, "out_of_rail_time": 0.30684596735632474, "impact_velocity": -5.241004624937429, "lateral_surface_wind": 0.9096501649028648, "x_impact": 2653.471059092105} +{"y_impact": 1346.500601109981, "t_final": 306.0352217178598, "out_of_rail_velocity": 22.955701114065143, "apogee_x": 20.630450184021065, "frontal_surface_wind": 5.679604368413442, "max_mach_number": 0.8408685318538969, "apogee": 3380.034895234069, "apogee_time": 26.027718020484578, "apogee_y": -102.68556391607592, "out_of_rail_time": 0.31973517607109136, "impact_velocity": -5.35935916537474, "lateral_surface_wind": 0.7945863138105338, "x_impact": 2225.1916402705497} +{"y_impact": 1176.9077564381234, "t_final": 304.8789220255533, "out_of_rail_velocity": 23.26770395744153, "apogee_x": 36.91649037217924, "frontal_surface_wind": 5.440185404266144, "max_mach_number": 0.8557023083445422, "apogee": 3457.9039140180216, "apogee_time": 26.287227397908577, "apogee_y": -30.34072273040293, "out_of_rail_time": 0.34682928886701325, "impact_velocity": -5.390709668921001, "lateral_surface_wind": 0.3696555852715435, "x_impact": 2231.074145805708} +{"y_impact": 902.1817779574287, "t_final": 203.04943900157798, "out_of_rail_velocity": 17.65790352229512, "apogee_x": 35.26652485577052, "frontal_surface_wind": 5.999245898260753, "max_mach_number": 0.5060340925425528, "apogee": 1694.7492367018438, "apogee_time": 19.401760305639797, "apogee_y": -97.54588288546337, "out_of_rail_time": 0.4154050923223564, "impact_velocity": -5.428388086645599, "lateral_surface_wind": 1.357462052087596, "x_impact": 1051.477639312521} +{"y_impact": 1418.096201744149, "t_final": 288.04290238944964, "out_of_rail_velocity": 22.638371632443445, "apogee_x": -31.45935438662327, "frontal_surface_wind": 7.2244638800018794, "max_mach_number": 0.8192778949877876, "apogee": 3206.8143702949797, "apogee_time": 25.366971192286673, "apogee_y": -267.4680912693327, "out_of_rail_time": 0.3244387989019582, "impact_velocity": -5.230589482992855, "lateral_surface_wind": 1.8468641958327026, "x_impact": 2624.2988020706193} +{"y_impact": 992.9647860935013, "t_final": 222.3338900384668, "out_of_rail_velocity": 18.759147075067872, "apogee_x": -158.28871558998168, "frontal_surface_wind": 6.618797840356494, "max_mach_number": 0.5728590321750968, "apogee": 2002.4158986064049, "apogee_time": 20.860340183429294, "apogee_y": -105.50667711256418, "out_of_rail_time": 0.39127776753146865, "impact_velocity": -5.457126958453233, "lateral_surface_wind": -0.2184676713538729, "x_impact": 1615.080930993541} +{"y_impact": 1066.4452584393575, "t_final": 243.43654334332717, "out_of_rail_velocity": 20.068562215685645, "apogee_x": -4.166498221015296, "frontal_surface_wind": 6.551299832815722, "max_mach_number": 0.6303124938894021, "apogee": 2269.4802453870543, "apogee_time": 22.049227125226487, "apogee_y": -95.11841296142943, "out_of_rail_time": 0.5086353540760411, "impact_velocity": -5.339072598158402, "lateral_surface_wind": 0.8763657678750922, "x_impact": 1706.7272290692815} +{"y_impact": 812.0075484190952, "t_final": 279.7369932965149, "out_of_rail_velocity": 21.577563956413826, "apogee_x": -86.485142396724, "frontal_surface_wind": 4.838107758119442, "max_mach_number": 0.7475344563671518, "apogee": 2917.3849910438, "apogee_time": 24.498425022866787, "apogee_y": 37.38860966185432, "out_of_rail_time": 0.3401241151383443, "impact_velocity": -5.401199441273195, "lateral_surface_wind": -0.802112314589013, "x_impact": 1511.3440060053988} +{"y_impact": 1793.6923464577999, "t_final": 364.3547355895605, "out_of_rail_velocity": 30.690897011678214, "apogee_x": 181.19887417613936, "frontal_surface_wind": 5.509384375509166, "max_mach_number": 1.0937814260943128, "apogee": 4376.026063926899, "apogee_time": 28.371347033992365, "apogee_y": 33.68278111968923, "out_of_rail_time": 0.5040447177505732, "impact_velocity": -5.229254922470906, "lateral_surface_wind": 0.7507009586278999, "x_impact": 3136.157850384642} +{"y_impact": 1829.956403366565, "t_final": 318.08457873738297, "out_of_rail_velocity": 26.70847669411495, "apogee_x": 270.23549928616995, "frontal_surface_wind": 6.619191745047299, "max_mach_number": 0.9031766194242091, "apogee": 3718.8842580230685, "apogee_time": 26.601092702710567, "apogee_y": 216.11828491107647, "out_of_rail_time": 0.27834806997413586, "impact_velocity": -5.34457273179056, "lateral_surface_wind": -0.20618830527525667, "x_impact": 3655.320037472691} +{"y_impact": 1090.1210194886316, "t_final": 300.75728714188614, "out_of_rail_velocity": 22.922289513103287, "apogee_x": 71.80446607552487, "frontal_surface_wind": 4.806719054701183, "max_mach_number": 0.8314191833332271, "apogee": 3363.9006856623328, "apogee_time": 25.997208950566687, "apogee_y": 190.22308241979064, "out_of_rail_time": 0.3199349212183902, "impact_velocity": -5.448942044561264, "lateral_surface_wind": -0.97268842573737, "x_impact": 1983.2798360215459} +{"y_impact": 902.0388119203017, "t_final": 263.7025010740051, "out_of_rail_velocity": 20.79905082018081, "apogee_x": -26.020929357377792, "frontal_surface_wind": 5.404930111772582, "max_mach_number": 0.6945935741658524, "apogee": 2613.093706080986, "apogee_time": 23.343261877627345, "apogee_y": -68.48372403736268, "out_of_rail_time": 0.36612562636671575, "impact_velocity": -5.329856808475566, "lateral_surface_wind": 0.335465414791563, "x_impact": 1562.4902192569486} +{"y_impact": 1883.280696279063, "t_final": 369.011175612759, "out_of_rail_velocity": 28.512225593085418, "apogee_x": 214.93749597081992, "frontal_surface_wind": 6.002934858178995, "max_mach_number": 1.206939812815209, "apogee": 4970.125150228306, "apogee_time": 30.34974130123015, "apogee_y": -55.3143651341448, "out_of_rail_time": 0.3261844152626698, "impact_velocity": -5.499189522057096, "lateral_surface_wind": 1.2463257876952016, "x_impact": 3583.1610636487226} +{"y_impact": 1551.4276234535023, "t_final": 314.2635280652391, "out_of_rail_velocity": 23.593434673080075, "apogee_x": 181.86871866875123, "frontal_surface_wind": 6.253718767698523, "max_mach_number": 0.8633782709961594, "apogee": 3439.9236443968703, "apogee_time": 26.2109718478082, "apogee_y": -116.52897667459345, "out_of_rail_time": 0.42344135003058114, "impact_velocity": -5.235583105299909, "lateral_surface_wind": 1.750812517328106, "x_impact": 2949.325483320845} +{"y_impact": 1062.9027143082353, "t_final": 300.4584252129041, "out_of_rail_velocity": 25.74816830424258, "apogee_x": 77.87608915515324, "frontal_surface_wind": 4.807306963701773, "max_mach_number": 0.8679208820155252, "apogee": 3524.6448687669795, "apogee_time": 25.970565108795785, "apogee_y": 167.9645218690906, "out_of_rail_time": 0.27822767763267753, "impact_velocity": -5.229245027333638, "lateral_surface_wind": -0.9697786351200572, "x_impact": 1999.6880810647795} +{"y_impact": 938.8522622314119, "t_final": 225.12143198706588, "out_of_rail_velocity": 20.671600038748217, "apogee_x": 146.27048417344176, "frontal_surface_wind": 5.085553983192485, "max_mach_number": 0.5606107486805174, "apogee": 1987.8601718458801, "apogee_time": 20.3617657765639, "apogee_y": 3.3330056065803593, "out_of_rail_time": 0.3522679486209526, "impact_velocity": -5.3603083560838325, "lateral_surface_wind": 1.2203343718198536, "x_impact": 1228.516805530667} +{"y_impact": 1354.4022721139936, "t_final": 246.5648774460309, "out_of_rail_velocity": 19.995271055739284, "apogee_x": 46.42375588146938, "frontal_surface_wind": 7.356164720610959, "max_mach_number": 0.6461222156363247, "apogee": 2372.9548530598336, "apogee_time": 22.42925595025971, "apogee_y": -108.88766251674772, "out_of_rail_time": 0.3670222978611971, "impact_velocity": -5.338471721125594, "lateral_surface_wind": 1.220912083050735, "x_impact": 2013.2142335412195} +{"y_impact": 1406.5069200461846, "t_final": 302.7490949479453, "out_of_rail_velocity": 23.327824383698445, "apogee_x": 71.22907822618401, "frontal_surface_wind": 6.347413950991322, "max_mach_number": 0.8638594867720005, "apogee": 3494.1371488784307, "apogee_time": 26.382419163740987, "apogee_y": -140.87890914868333, "out_of_rail_time": 0.31483996803143205, "impact_velocity": -5.432263250271026, "lateral_surface_wind": 1.2993948333993801, "x_impact": 2633.923805413193} +{"y_impact": 1044.2865887157504, "t_final": 269.63901603204977, "out_of_rail_velocity": 21.262961311101392, "apogee_x": 150.82504867186705, "frontal_surface_wind": 5.374178192002271, "max_mach_number": 0.7151154804897099, "apogee": 2723.0577943006956, "apogee_time": 23.80235244589933, "apogee_y": 28.363344505574737, "out_of_rail_time": 0.43003134005326604, "impact_velocity": -5.358274262889316, "lateral_surface_wind": 0.6663447443136765, "x_impact": 1850.536943986965} +{"y_impact": 1912.6772589125706, "t_final": 340.1981547508953, "out_of_rail_velocity": 26.623299374491218, "apogee_x": 152.91087768827148, "frontal_surface_wind": 6.602531706218892, "max_mach_number": 1.0406338622952878, "apogee": 4257.539880164728, "apogee_time": 28.579740246672472, "apogee_y": 54.48370124239763, "out_of_rail_time": 0.4179150990635979, "impact_velocity": -5.441362692301758, "lateral_surface_wind": 0.30679231888827774, "x_impact": 3478.8521473059955} +{"y_impact": 1190.0238388368016, "t_final": 253.19564701140894, "out_of_rail_velocity": 20.12259478280676, "apogee_x": -57.53060557061063, "frontal_surface_wind": 7.199229705976599, "max_mach_number": 0.6437533761459631, "apogee": 2357.8551137498844, "apogee_time": 22.35633400833639, "apogee_y": -100.68649023395399, "out_of_rail_time": 0.37502732936663274, "impact_velocity": -5.3094295064117585, "lateral_surface_wind": 0.6166696112936938, "x_impact": 2038.696276508519} +{"y_impact": 1200.4383619902092, "t_final": 291.0816304962476, "out_of_rail_velocity": 22.606212593982715, "apogee_x": 170.3006776289806, "frontal_surface_wind": 5.397678731630608, "max_mach_number": 0.7913975229020841, "apogee": 3096.2317279138997, "apogee_time": 25.065096358659993, "apogee_y": 72.87691178130119, "out_of_rail_time": 0.40109087696131596, "impact_velocity": -5.2946380359615155, "lateral_surface_wind": 0.43688770613263905, "x_impact": 2157.246446721518} +{"y_impact": 1464.4834787433597, "t_final": 349.38172943276516, "out_of_rail_velocity": 25.456598298979312, "apogee_x": -32.7473374950735, "frontal_surface_wind": 5.899190899977061, "max_mach_number": 1.0103096972897343, "apogee": 4098.024532370476, "apogee_time": 27.991248292108224, "apogee_y": -62.86522087085987, "out_of_rail_time": 0.3128304497193417, "impact_velocity": -5.279788568518868, "lateral_surface_wind": 0.11550240997534633, "x_impact": 2850.4275683012847} +{"y_impact": 1223.996110708154, "t_final": 292.3846886833651, "out_of_rail_velocity": 22.435227358465188, "apogee_x": -85.88299193079109, "frontal_surface_wind": 6.35206383105921, "max_mach_number": 0.8042773453399352, "apogee": 3172.6878483849937, "apogee_time": 25.327994118877875, "apogee_y": -247.1271407684777, "out_of_rail_time": 0.3269917757878989, "impact_velocity": -5.354640131964861, "lateral_surface_wind": 1.2764700875671386, "x_impact": 2234.3022755120587} +{"y_impact": 1039.4666851819127, "t_final": 322.02460024270476, "out_of_rail_velocity": 24.360962891287738, "apogee_x": -95.61626128718557, "frontal_surface_wind": 5.726249198598932, "max_mach_number": 0.9238926383096345, "apogee": 3755.413613146879, "apogee_time": 27.17753911819799, "apogee_y": -142.13904136286715, "out_of_rail_time": 0.3823954969284172, "impact_velocity": -5.328255535536888, "lateral_surface_wind": 0.28874052242039383, "x_impact": 2579.6863418988214} +{"y_impact": 1650.768243393229, "t_final": 340.14688631690586, "out_of_rail_velocity": 24.75996110997673, "apogee_x": 273.6925623824408, "frontal_surface_wind": 5.656564763267875, "max_mach_number": 0.9569040878375275, "apogee": 3902.0809628191023, "apogee_time": 27.499815468260593, "apogee_y": 162.48331491996208, "out_of_rail_time": 0.32043101412243796, "impact_velocity": -5.250005393349567, "lateral_surface_wind": 0.3257562254138513, "x_impact": 2999.742673090599} +{"y_impact": 1710.402469485253, "t_final": 311.3493341822494, "out_of_rail_velocity": 26.208637771189128, "apogee_x": 92.33037503671937, "frontal_surface_wind": 7.224209919691386, "max_mach_number": 0.8564104667763581, "apogee": 3450.8456745744998, "apogee_time": 25.88128055680198, "apogee_y": 37.216934918081265, "out_of_rail_time": 0.44776052999648147, "impact_velocity": -5.271684707873048, "lateral_surface_wind": 0.14135347587381508, "x_impact": 3231.389714197367} +{"y_impact": 1253.7215189104431, "t_final": 284.2722643458872, "out_of_rail_velocity": 25.27758610445716, "apogee_x": 37.95616439293688, "frontal_surface_wind": 5.6690212269155715, "max_mach_number": 0.7867431640251097, "apogee": 3109.309607130685, "apogee_time": 24.850491356390165, "apogee_y": -68.30690111581403, "out_of_rail_time": 0.5099683514508803, "impact_velocity": -5.327882202210177, "lateral_surface_wind": 0.866874570267659, "x_impact": 1960.5255222755868} +{"y_impact": 1158.53950940776, "t_final": 291.09400356171085, "out_of_rail_velocity": 22.72146632151787, "apogee_x": 173.60449657739255, "frontal_surface_wind": 5.063459060661483, "max_mach_number": 0.8093397990963827, "apogee": 3208.107604545193, "apogee_time": 25.468300984216125, "apogee_y": 33.69128891996433, "out_of_rail_time": 0.3827543238276321, "impact_velocity": -5.367617341277427, "lateral_surface_wind": 0.6759017382220893, "x_impact": 2044.7231977046224} +{"y_impact": 1580.033925616409, "t_final": 291.8239735752614, "out_of_rail_velocity": 24.917579441872682, "apogee_x": 59.119437166983836, "frontal_surface_wind": 7.225260888546602, "max_mach_number": 0.7899103377858897, "apogee": 3154.1048436252445, "apogee_time": 24.96128138718705, "apogee_y": 26.963081713899676, "out_of_rail_time": 0.400856457830721, "impact_velocity": -5.353475069285342, "lateral_surface_wind": 0.0692449373441435, "x_impact": 2860.784976645021} +{"y_impact": 1752.6977292565919, "t_final": 306.2020119582002, "out_of_rail_velocity": 25.67124746650444, "apogee_x": 142.23536968352778, "frontal_surface_wind": 6.697622077848266, "max_mach_number": 0.825463087845991, "apogee": 3338.3832616107993, "apogee_time": 25.57908457337628, "apogee_y": 27.597814957161113, "out_of_rail_time": 0.4218067791472011, "impact_velocity": -5.382316074457616, "lateral_surface_wind": 0.7074056461226772, "x_impact": 2596.115251750956} +{"y_impact": 1081.8015946393045, "t_final": 287.50866003695234, "out_of_rail_velocity": 22.391411008921164, "apogee_x": -81.97143079196942, "frontal_surface_wind": 6.13147746648204, "max_mach_number": 0.7903331600904774, "apogee": 3094.3419184309423, "apogee_time": 25.082016938368188, "apogee_y": -124.60436194630762, "out_of_rail_time": 0.3859644820727614, "impact_velocity": -5.320817988879422, "lateral_surface_wind": 0.3752202957298487, "x_impact": 2087.4413831846728} +{"y_impact": 841.8122636106357, "t_final": 221.56958353573373, "out_of_rail_velocity": 18.558456010273613, "apogee_x": -17.038461646117767, "frontal_surface_wind": 5.944059405773448, "max_mach_number": 0.555798935293096, "apogee": 1926.7959006655983, "apogee_time": 20.527842369704125, "apogee_y": -24.306366130229083, "out_of_rail_time": 0.44589828376306384, "impact_velocity": -5.348018116499801, "lateral_surface_wind": 0.1271238879909391, "x_impact": 1298.0911403214643} +{"y_impact": 818.8987367688014, "t_final": 228.89086959870147, "out_of_rail_velocity": 18.790438573841342, "apogee_x": -60.79336561048632, "frontal_surface_wind": 5.8060808794950765, "max_mach_number": 0.5726274856978845, "apogee": 2007.5861833770596, "apogee_time": 20.85585107581722, "apogee_y": -94.46942492146768, "out_of_rail_time": 0.3907135091637353, "impact_velocity": -5.323046425553612, "lateral_surface_wind": 0.4604303336758222, "x_impact": 1194.0347158231941} +{"y_impact": 1286.4333552373823, "t_final": 290.3831527626169, "out_of_rail_velocity": 22.910427021897995, "apogee_x": 175.27587700710416, "frontal_surface_wind": 5.6404308608213976, "max_mach_number": 0.7969482146313622, "apogee": 3132.368212403706, "apogee_time": 25.226899932307802, "apogee_y": 61.46367468881765, "out_of_rail_time": 0.43110510820378534, "impact_velocity": -5.368754290857776, "lateral_surface_wind": 0.5370118655422873, "x_impact": 2199.5906390681316} +{"y_impact": 1550.280138254058, "t_final": 312.5983106807795, "out_of_rail_velocity": 23.861842147592107, "apogee_x": -211.15488847876944, "frontal_surface_wind": 7.193562555616037, "max_mach_number": 0.9034674314278441, "apogee": 3693.2396610601445, "apogee_time": 26.99412390802408, "apogee_y": -104.9317772001888, "out_of_rail_time": 0.3075818680697356, "impact_velocity": -5.415365931613348, "lateral_surface_wind": -0.6795936486959628, "x_impact": 2976.735233439563} +{"y_impact": 1558.187120440377, "t_final": 324.84366201958073, "out_of_rail_velocity": 24.186297265654165, "apogee_x": 129.09265986746934, "frontal_surface_wind": 6.233201565723359, "max_mach_number": 0.9271096381196184, "apogee": 3786.23277106885, "apogee_time": 27.254832356088208, "apogee_y": -234.92643010550117, "out_of_rail_time": 0.303366151767934, "impact_velocity": -5.346118046620052, "lateral_surface_wind": 2.16278084535026, "x_impact": 3208.6259705739494} +{"y_impact": 1480.7980898602493, "t_final": 330.86349342748247, "out_of_rail_velocity": 24.605288843265104, "apogee_x": 250.51441737777628, "frontal_surface_wind": 6.066269836874744, "max_mach_number": 0.9326672930454637, "apogee": 3814.045943576482, "apogee_time": 27.308707991900576, "apogee_y": 17.49913206400009, "out_of_rail_time": 0.33802686028382256, "impact_velocity": -5.333043655126961, "lateral_surface_wind": 0.9675621212760843, "x_impact": 3176.8963816250994} +{"y_impact": 1235.3130104975485, "t_final": 251.99068773557232, "out_of_rail_velocity": 20.42794704289934, "apogee_x": 99.751671369347, "frontal_surface_wind": 6.5806602125551485, "max_mach_number": 0.6648303886719068, "apogee": 2468.1933983923395, "apogee_time": 22.81682955202577, "apogee_y": 1.7188281920606496, "out_of_rail_time": 0.4001119484493808, "impact_velocity": -5.344922839284133, "lateral_surface_wind": 0.6184315850991426, "x_impact": 1951.2292200414693} +{"y_impact": 1374.2272375390064, "t_final": 283.7802619617969, "out_of_rail_velocity": 21.988481381479758, "apogee_x": 195.29216463077893, "frontal_surface_wind": 5.941831665147479, "max_mach_number": 0.7756882135019106, "apogee": 3061.4194694884295, "apogee_time": 25.01252236400319, "apogee_y": -65.84074933448194, "out_of_rail_time": 0.33392112312365446, "impact_velocity": -5.439180350459179, "lateral_surface_wind": 1.5110232770097451, "x_impact": 2240.30735121028} +{"y_impact": 1588.783125840909, "t_final": 281.11130544503294, "out_of_rail_velocity": 24.456539076816174, "apogee_x": 254.8721799351832, "frontal_surface_wind": 5.992956745352962, "max_mach_number": 0.7372522322749724, "apogee": 2822.3501923838407, "apogee_time": 23.780767564155493, "apogee_y": 48.07535366898959, "out_of_rail_time": 0.5398131564660175, "impact_velocity": -5.212289977196687, "lateral_surface_wind": 1.3849635442800534, "x_impact": 2063.8280374816122} +{"y_impact": 999.9720943276517, "t_final": 282.67792594205895, "out_of_rail_velocity": 21.69191696212147, "apogee_x": 118.42277957540095, "frontal_surface_wind": 5.6890868864145085, "max_mach_number": 0.7368293532219319, "apogee": 2801.771271696272, "apogee_time": 24.04337955695911, "apogee_y": -5.992337234310079, "out_of_rail_time": 0.441548783023002, "impact_velocity": -5.251738620484285, "lateral_surface_wind": 0.7124544705235456, "x_impact": 2155.7948532521114} +{"y_impact": 1288.1435737157349, "t_final": 319.34738358966104, "out_of_rail_velocity": 26.076079765566124, "apogee_x": -140.32611866329418, "frontal_surface_wind": 5.9422736026295055, "max_mach_number": 0.8785525896188873, "apogee": 3586.1209484727374, "apogee_time": 26.209953626607742, "apogee_y": -114.54202440994486, "out_of_rail_time": 0.2817704475763425, "impact_velocity": -5.283965309238879, "lateral_surface_wind": -0.19335752831035258, "x_impact": 2507.6965915608835} +{"y_impact": 1733.4318871452756, "t_final": 354.05891726634815, "out_of_rail_velocity": 25.82593054597409, "apogee_x": 177.07287905038865, "frontal_surface_wind": 5.6533540765608175, "max_mach_number": 1.0314438385429057, "apogee": 4186.790283425072, "apogee_time": 28.22328467491709, "apogee_y": -19.41152435744367, "out_of_rail_time": 0.30875765098362573, "impact_velocity": -5.2246193622718335, "lateral_surface_wind": 0.9637742872837229, "x_impact": 3058.246287071152} +{"y_impact": 1839.9362453948638, "t_final": 329.0393379590274, "out_of_rail_velocity": 27.38665056987837, "apogee_x": 48.83723299156052, "frontal_surface_wind": 7.2179488013408, "max_mach_number": 0.9441465118877542, "apogee": 3922.8946330460526, "apogee_time": 27.299473345023237, "apogee_y": 57.127295426655095, "out_of_rail_time": 0.3456752264120325, "impact_velocity": -5.472333929278741, "lateral_surface_wind": -0.3322722831232676, "x_impact": 3576.3099966653353} +{"y_impact": 1658.58160329332, "t_final": 327.68943244528276, "out_of_rail_velocity": 24.294653672299972, "apogee_x": -44.38544906974568, "frontal_surface_wind": 6.656700964247779, "max_mach_number": 0.930246327906221, "apogee": 3778.022192666091, "apogee_time": 27.167157528942404, "apogee_y": -175.93764979554862, "out_of_rail_time": 0.31831534308671694, "impact_velocity": -5.2664826554049995, "lateral_surface_wind": 1.023179612008294, "x_impact": 2715.0067134148044} +{"y_impact": 1276.2197079075108, "t_final": 287.96990332376225, "out_of_rail_velocity": 22.64462902968969, "apogee_x": 101.8532328137936, "frontal_surface_wind": 5.895445824049986, "max_mach_number": 0.8058277311517181, "apogee": 3240.1301012733056, "apogee_time": 25.668687025171298, "apogee_y": 43.07843675487196, "out_of_rail_time": 0.37229303845292444, "impact_velocity": -5.468111741864112, "lateral_surface_wind": 0.2398178825147692, "x_impact": 2148.044516277993} +{"y_impact": 1692.9361981723512, "t_final": 322.09752019986314, "out_of_rail_velocity": 25.675701651592686, "apogee_x": 171.41946781910897, "frontal_surface_wind": 6.258186631387543, "max_mach_number": 0.8505815966975718, "apogee": 3397.7047401565505, "apogee_time": 25.547801561270305, "apogee_y": -120.70007846016296, "out_of_rail_time": 0.28746978516949345, "impact_velocity": -5.165418678959711, "lateral_surface_wind": 2.0893833613466795, "x_impact": 3137.3141915732594} +{"y_impact": 995.7263856071405, "t_final": 240.38513770278058, "out_of_rail_velocity": 22.245294856655168, "apogee_x": 127.92399336451454, "frontal_surface_wind": 4.933879606010329, "max_mach_number": 0.6161385036646844, "apogee": 2227.8562368327757, "apogee_time": 21.516438714881346, "apogee_y": -48.40046979018757, "out_of_rail_time": 0.5477900011278053, "impact_velocity": -5.261227513411769, "lateral_surface_wind": 1.69165620979573, "x_impact": 1385.4334261144847} +{"y_impact": 1250.3573054717403, "t_final": 296.5319117672333, "out_of_rail_velocity": 23.569581691079957, "apogee_x": 53.38722335954582, "frontal_surface_wind": 6.128264568624807, "max_mach_number": 0.8452334341951935, "apogee": 3371.5258726777683, "apogee_time": 26.056434208813993, "apogee_y": -24.52824442535688, "out_of_rail_time": 0.48689502345744506, "impact_velocity": -5.3536006969497985, "lateral_surface_wind": 0.4244756403404151, "x_impact": 2424.454542945519} +{"y_impact": 1095.400391594157, "t_final": 280.5960109476027, "out_of_rail_velocity": 22.533265377360916, "apogee_x": 164.86749363218817, "frontal_surface_wind": 5.369084755955789, "max_mach_number": 0.7835140524056694, "apogee": 3123.225812353069, "apogee_time": 25.276797976104632, "apogee_y": 21.44762870714394, "out_of_rail_time": 0.37209280974767156, "impact_velocity": -5.454113653779721, "lateral_surface_wind": 0.7062120368773206, "x_impact": 2070.477713636881} +{"y_impact": 2100.2501640726414, "t_final": 352.1657116131136, "out_of_rail_velocity": 28.921649003777294, "apogee_x": 206.74522258930912, "frontal_surface_wind": 6.7010220161547975, "max_mach_number": 1.0290133883960872, "apogee": 4227.988854268438, "apogee_time": 28.065569639745693, "apogee_y": 64.48817202153293, "out_of_rail_time": 0.3737458436078885, "impact_velocity": -5.297849990042043, "lateral_surface_wind": 0.674439163198175, "x_impact": 3405.919933212593} +{"y_impact": 1060.6966909530988, "t_final": 279.6706585259519, "out_of_rail_velocity": 21.549725756307797, "apogee_x": 24.638030306739353, "frontal_surface_wind": 5.535761767525145, "max_mach_number": 0.7402775141865804, "apogee": 2846.964041847523, "apogee_time": 24.15987669692264, "apogee_y": 34.594181524704126, "out_of_rail_time": 0.34069461912032944, "impact_velocity": -5.249719939778944, "lateral_surface_wind": -0.12651032569756282, "x_impact": 1711.3764917316703} +{"y_impact": 1590.0757993946154, "t_final": 349.651876556982, "out_of_rail_velocity": 26.410264130738515, "apogee_x": -144.6448035782175, "frontal_surface_wind": 6.620225599796296, "max_mach_number": 1.0568011915535414, "apogee": 4199.3739400514605, "apogee_time": 28.156906047610494, "apogee_y": -125.74230995063994, "out_of_rail_time": 0.3561738690980683, "impact_velocity": -5.17928824205749, "lateral_surface_wind": -0.1697821625977074, "x_impact": 3693.897575382382} +{"y_impact": 1912.0329395299657, "t_final": 353.9622455622473, "out_of_rail_velocity": 29.132373416901775, "apogee_x": 376.5772518759507, "frontal_surface_wind": 5.12744415913332, "max_mach_number": 1.049863910499208, "apogee": 4258.024842435772, "apogee_time": 27.981946676977433, "apogee_y": 145.71747931067915, "out_of_rail_time": 0.3017181205885474, "impact_velocity": -5.266195587449167, "lateral_surface_wind": 1.0302386568070045, "x_impact": 2990.093863258672} +{"y_impact": 1632.4433377515334, "t_final": 345.8717974593418, "out_of_rail_velocity": 28.108010098381783, "apogee_x": -13.840039383805163, "frontal_surface_wind": 6.617153009365545, "max_mach_number": 1.0055434377748056, "apogee": 4138.514355530536, "apogee_time": 27.740687823585272, "apogee_y": -71.72190816383339, "out_of_rail_time": 0.2537864983102952, "impact_velocity": -5.292627871928849, "lateral_surface_wind": 0.2636266784281953, "x_impact": 3799.891305806007} +{"y_impact": 1467.365450529338, "t_final": 271.2615383761892, "out_of_rail_velocity": 23.542704862163564, "apogee_x": 147.42938648150147, "frontal_surface_wind": 6.647143684718147, "max_mach_number": 0.7127825773761154, "apogee": 2753.8262982538427, "apogee_time": 23.534290734923104, "apogee_y": -2.205639390960571, "out_of_rail_time": 0.39313418715333465, "impact_velocity": -5.343885398440202, "lateral_surface_wind": 1.0835336084120422, "x_impact": 2087.1396241958137} +{"y_impact": 1077.5978330267246, "t_final": 252.5015465783407, "out_of_rail_velocity": 23.14751640681075, "apogee_x": 115.10074429650192, "frontal_surface_wind": 6.107986005455572, "max_mach_number": 0.6703819246364723, "apogee": 2533.957108539749, "apogee_time": 22.767014972591948, "apogee_y": 19.321652502305316, "out_of_rail_time": 0.4890650633302842, "impact_velocity": -5.373881218753991, "lateral_surface_wind": 0.6544563770515865, "x_impact": 1828.3706418466363} +{"y_impact": 1179.9296462107786, "t_final": 282.50264519659703, "out_of_rail_velocity": 24.369517399663103, "apogee_x": 48.141463197449326, "frontal_surface_wind": 5.883748283048068, "max_mach_number": 0.7628710518191821, "apogee": 3036.8996406553456, "apogee_time": 24.59971172280728, "apogee_y": -15.077938067616898, "out_of_rail_time": 0.39172999565187655, "impact_velocity": -5.482499009498158, "lateral_surface_wind": 0.4419278479697639, "x_impact": 1980.6610923928022} +{"y_impact": 1279.2019951243626, "t_final": 288.9872859840118, "out_of_rail_velocity": 22.541726087086605, "apogee_x": -27.97136223622657, "frontal_surface_wind": 6.391485382423239, "max_mach_number": 0.8102248350696701, "apogee": 3168.8526820471193, "apogee_time": 25.263443792220794, "apogee_y": -177.27274890296127, "out_of_rail_time": 0.3541683818508113, "impact_velocity": -5.268047585531814, "lateral_surface_wind": 1.061605107643293, "x_impact": 2236.5452350097166} +{"y_impact": 1456.5435434117103, "t_final": 356.1636044870986, "out_of_rail_velocity": 25.62429327983198, "apogee_x": 140.94296176216054, "frontal_surface_wind": 5.3914819593378525, "max_mach_number": 1.026242831124136, "apogee": 4199.272254054988, "apogee_time": 28.301043172748404, "apogee_y": 13.60733602474366, "out_of_rail_time": 0.286386185130231, "impact_velocity": -5.342257590247889, "lateral_surface_wind": 0.5076700107370091, "x_impact": 3073.9570811987596} +{"y_impact": 1600.2129721604833, "t_final": 335.19132374081425, "out_of_rail_velocity": 24.58350079767197, "apogee_x": -24.73657600354351, "frontal_surface_wind": 6.62194355974075, "max_mach_number": 0.955321288066998, "apogee": 3908.4317684181983, "apogee_time": 27.558877148050883, "apogee_y": -54.249292612429805, "out_of_rail_time": 0.2983633762775835, "impact_velocity": -5.362847337885459, "lateral_surface_wind": 0.07795169364798804, "x_impact": 3603.9404403286308} +{"y_impact": 1016.0650030570052, "t_final": 240.95542905113788, "out_of_rail_velocity": 19.426104363248715, "apogee_x": 25.756916084392135, "frontal_surface_wind": 5.693241273343373, "max_mach_number": 0.6056307269374224, "apogee": 2155.0910787683, "apogee_time": 21.495869529632316, "apogee_y": -53.82939342964783, "out_of_rail_time": 0.42758535371763007, "impact_velocity": -5.22556148123068, "lateral_surface_wind": 0.690128245542514, "x_impact": 1372.4263352272892} +{"y_impact": 1428.3152137172729, "t_final": 315.7204807352082, "out_of_rail_velocity": 24.32011164613235, "apogee_x": 70.1748890040558, "frontal_surface_wind": 6.1980618605725315, "max_mach_number": 0.938731243504847, "apogee": 3855.7332100326066, "apogee_time": 27.494830988633282, "apogee_y": -299.07782139994123, "out_of_rail_time": 0.3019272007497045, "impact_velocity": -5.423580496076342, "lateral_surface_wind": 2.2615154026595246, "x_impact": 3038.8050470356793} +{"y_impact": 1654.0632413102815, "t_final": 307.77412648358387, "out_of_rail_velocity": 26.169128647391226, "apogee_x": 345.4877000591759, "frontal_surface_wind": 5.655383345829366, "max_mach_number": 0.8669478994746864, "apogee": 3567.6056361326114, "apogee_time": 26.2930758256281, "apogee_y": 143.9578087129724, "out_of_rail_time": 0.3679722415505635, "impact_velocity": -5.478687625849391, "lateral_surface_wind": 0.951794307354231, "x_impact": 2678.7439763531534} +{"y_impact": 1015.9635487521065, "t_final": 255.0595743141696, "out_of_rail_velocity": 20.10098326503032, "apogee_x": -9.433908433980717, "frontal_surface_wind": 5.645702989322331, "max_mach_number": 0.6511939869220269, "apogee": 2402.902777504881, "apogee_time": 22.54368428963598, "apogee_y": -122.51145984517298, "out_of_rail_time": 0.3652665881121247, "impact_velocity": -5.386332568688182, "lateral_surface_wind": 1.0076263931403169, "x_impact": 1502.4928465817104} +{"y_impact": 1785.6487814260565, "t_final": 361.7579231755359, "out_of_rail_velocity": 28.267653312833836, "apogee_x": 294.3927435796025, "frontal_surface_wind": 6.127856062957084, "max_mach_number": 1.1518532031575481, "apogee": 4575.1949419563025, "apogee_time": 29.188293530765424, "apogee_y": 136.11869296896714, "out_of_rail_time": 0.46311232609650754, "impact_velocity": -5.215503484232826, "lateral_surface_wind": 0.43033273636189007, "x_impact": 3749.8140902428863} +{"y_impact": 1501.842683986859, "t_final": 364.052957708114, "out_of_rail_velocity": 29.923225036304178, "apogee_x": 321.1663477318215, "frontal_surface_wind": 5.927261738203023, "max_mach_number": 1.0993797844449356, "apogee": 4454.579529511174, "apogee_time": 28.49293561678095, "apogee_y": 211.79514647421973, "out_of_rail_time": 0.2826454730882299, "impact_velocity": -5.268091494041695, "lateral_surface_wind": -0.04119190258309757, "x_impact": 3943.7510915250355} +{"y_impact": 1625.3257847356022, "t_final": 342.2623054765751, "out_of_rail_velocity": 24.8348647330572, "apogee_x": 277.90006937094097, "frontal_surface_wind": 5.421587599006083, "max_mach_number": 0.9674555740025671, "apogee": 4011.3064345000485, "apogee_time": 27.89147092774074, "apogee_y": -3.58702974969207, "out_of_rail_time": 0.2952429017597455, "impact_velocity": -5.361804131890472, "lateral_surface_wind": 1.234202589809645, "x_impact": 2949.7761752064084} +{"y_impact": 1274.3388226197624, "t_final": 303.9808314365912, "out_of_rail_velocity": 22.6260898052828, "apogee_x": 66.10030957926745, "frontal_surface_wind": 5.44362163123873, "max_mach_number": 0.8163029848191459, "apogee": 3222.0011587455515, "apogee_time": 25.426493571106988, "apogee_y": -102.56766973040362, "out_of_rail_time": 0.32422492689233323, "impact_velocity": -5.236709247617884, "lateral_surface_wind": 1.1330717816180766, "x_impact": 2098.9535481670864} +{"y_impact": 1623.210338775647, "t_final": 336.9859401334907, "out_of_rail_velocity": 25.759127311338414, "apogee_x": 404.4874326252138, "frontal_surface_wind": 5.089690380655256, "max_mach_number": 1.0084580351150303, "apogee": 4072.462829718987, "apogee_time": 27.933601941698484, "apogee_y": 237.64227303117218, "out_of_rail_time": 0.3763596901647588, "impact_velocity": -5.267654891818672, "lateral_surface_wind": 0.436477545575785, "x_impact": 2918.305341768794} +{"y_impact": 1421.2960343272382, "t_final": 320.1418887833287, "out_of_rail_velocity": 26.125818742044938, "apogee_x": 113.36353404017942, "frontal_surface_wind": 6.124002433101691, "max_mach_number": 0.8717617801613242, "apogee": 3548.023028306293, "apogee_time": 26.112431857862244, "apogee_y": 14.585583171884942, "out_of_rail_time": 0.3230268723238598, "impact_velocity": -5.267948332153929, "lateral_surface_wind": 0.48207923795697205, "x_impact": 2820.0226607331706} +{"y_impact": 1450.1917791733738, "t_final": 347.30472481596064, "out_of_rail_velocity": 25.38686095672255, "apogee_x": -79.35920106304414, "frontal_surface_wind": 6.3159951974479185, "max_mach_number": 1.0146141991338753, "apogee": 4089.1294285880094, "apogee_time": 27.943900487311403, "apogee_y": -261.7109566459445, "out_of_rail_time": 0.2891952999078657, "impact_velocity": -5.234650882669209, "lateral_surface_wind": 1.2518913417868647, "x_impact": 3078.846661270978} +{"y_impact": 1123.185031947495, "t_final": 269.0818320295962, "out_of_rail_velocity": 20.76669003718079, "apogee_x": 7.936271541190947, "frontal_surface_wind": 6.229491910125304, "max_mach_number": 0.6953697742533897, "apogee": 2599.940933829401, "apogee_time": 23.28286072950849, "apogee_y": -214.15495970850122, "out_of_rail_time": 0.3536690929609519, "impact_velocity": -5.23936838052741, "lateral_surface_wind": 1.8351494320574813, "x_impact": 1982.1662896183223} +{"y_impact": 1368.8845115640947, "t_final": 318.844360992924, "out_of_rail_velocity": 24.075602935945223, "apogee_x": 107.52488783161256, "frontal_surface_wind": 5.041718841136715, "max_mach_number": 0.9142778838430098, "apogee": 3773.7068308304533, "apogee_time": 27.270901028138812, "apogee_y": -127.92257706332745, "out_of_rail_time": 0.30455712579005684, "impact_velocity": -5.423115645887397, "lateral_surface_wind": 1.3903763598166368, "x_impact": 2248.692394434075} +{"y_impact": 1144.972135389052, "t_final": 267.2628321013077, "out_of_rail_velocity": 23.668971561599218, "apogee_x": -89.29192174530381, "frontal_surface_wind": 6.046449519714104, "max_mach_number": 0.7216455681110073, "apogee": 2776.455438184223, "apogee_time": 23.60217277590789, "apogee_y": -174.59033371360323, "out_of_rail_time": 0.39265134853176725, "impact_velocity": -5.312681518314947, "lateral_surface_wind": 1.014397893414427, "x_impact": 1663.5475557843292} +{"y_impact": 1285.4116886583727, "t_final": 308.85687221694855, "out_of_rail_velocity": 23.79761597610096, "apogee_x": 247.27122353272333, "frontal_surface_wind": 5.363442278328991, "max_mach_number": 0.8950752698439816, "apogee": 3668.004342328778, "apogee_time": 26.918020554362215, "apogee_y": 61.798251304385275, "out_of_rail_time": 0.3081111246485795, "impact_velocity": -5.474500856244453, "lateral_surface_wind": 0.7478592679778555, "x_impact": 2581.863135516606} +{"y_impact": 1163.1372512455225, "t_final": 285.0112649832821, "out_of_rail_velocity": 21.695557240328366, "apogee_x": 65.80058414237628, "frontal_surface_wind": 5.641040192759586, "max_mach_number": 0.7524868824422738, "apogee": 2921.726981863256, "apogee_time": 24.47501766697571, "apogee_y": -21.578717929170672, "out_of_rail_time": 0.3380510875809136, "impact_velocity": -5.326630251385887, "lateral_surface_wind": 0.5305728819969038, "x_impact": 1961.7601000367877} +{"y_impact": 1548.9737301018386, "t_final": 309.2974650324849, "out_of_rail_velocity": 23.14891019289344, "apogee_x": -10.425139903611127, "frontal_surface_wind": 6.598812770138985, "max_mach_number": 0.8537372423035419, "apogee": 3452.160131676052, "apogee_time": 26.283609011245748, "apogee_y": -74.6442869939975, "out_of_rail_time": 0.31698266140525366, "impact_velocity": -5.424519830283478, "lateral_surface_wind": 0.3784395370534903, "x_impact": 2730.954910354146} +{"y_impact": 926.9167511784834, "t_final": 246.92729943981334, "out_of_rail_velocity": 22.932529751835606, "apogee_x": 156.12890388115332, "frontal_surface_wind": 4.941556135058399, "max_mach_number": 0.6886233559942733, "apogee": 2666.357138327375, "apogee_time": 23.227622860239524, "apogee_y": 141.09081804303727, "out_of_rail_time": 0.3223035711192167, "impact_velocity": -5.555570059991228, "lateral_surface_wind": -0.194168234191872, "x_impact": 1705.9814299766958} +{"y_impact": 1568.6252440249393, "t_final": 304.39059046356186, "out_of_rail_velocity": 23.182143106679757, "apogee_x": 135.3053862782061, "frontal_surface_wind": 6.078901455312131, "max_mach_number": 0.8573300657846792, "apogee": 3435.7215698058067, "apogee_time": 26.13721627749764, "apogee_y": -7.272084260625591, "out_of_rail_time": 0.3163762296294427, "impact_velocity": -5.289876266886463, "lateral_surface_wind": 0.7971900508778229, "x_impact": 2462.206146516305} +{"y_impact": 1835.4506770829878, "t_final": 346.17792508065605, "out_of_rail_velocity": 25.694605429069597, "apogee_x": -6.382614810875706, "frontal_surface_wind": 6.682430252002204, "max_mach_number": 0.9916417357728373, "apogee": 4063.592438113097, "apogee_time": 28.029773361729184, "apogee_y": -134.3930579942355, "out_of_rail_time": 0.36896178816638553, "impact_velocity": -5.335400308315388, "lateral_surface_wind": 0.8388624279180275, "x_impact": 3059.6777279581543} +{"y_impact": 938.6538704464049, "t_final": 260.67896267229025, "out_of_rail_velocity": 23.19247276972099, "apogee_x": 108.04496301453375, "frontal_surface_wind": 5.115390433096033, "max_mach_number": 0.7000611451906635, "apogee": 2672.1052908524066, "apogee_time": 23.138639944324144, "apogee_y": 68.68063078526362, "out_of_rail_time": 0.33880328232119067, "impact_velocity": -5.292066655853731, "lateral_surface_wind": 0.046109394281104166, "x_impact": 1709.3491077680728} +{"y_impact": 1011.1167548573776, "t_final": 238.52029852615863, "out_of_rail_velocity": 21.519454200187408, "apogee_x": -9.477450816864247, "frontal_surface_wind": 5.8972237164903305, "max_mach_number": 0.6077562354388172, "apogee": 2204.7836552819526, "apogee_time": 21.328300021918402, "apogee_y": -140.42577949533018, "out_of_rail_time": 0.36713065772677855, "impact_velocity": -5.311637069694151, "lateral_surface_wind": 1.6766953564313707, "x_impact": 1387.33339002835} +{"y_impact": 1060.3262430760565, "t_final": 340.6619170265898, "out_of_rail_velocity": 24.68882070675549, "apogee_x": -116.17997952921878, "frontal_surface_wind": 5.920512187897343, "max_mach_number": 0.9609355820393002, "apogee": 3895.250658532728, "apogee_time": 27.459567329942406, "apogee_y": -84.56896397904002, "out_of_rail_time": 0.29708581539936174, "impact_velocity": -5.260195528313982, "lateral_surface_wind": -0.2857689958042138, "x_impact": 3042.0113401617714} +{"y_impact": 1803.3281238515403, "t_final": 332.7898947368356, "out_of_rail_velocity": 27.790268421804345, "apogee_x": 302.23087220511104, "frontal_surface_wind": 6.301543072130451, "max_mach_number": 0.9684940671219638, "apogee": 4087.5120688748793, "apogee_time": 27.859915447940352, "apogee_y": 60.349799372202966, "out_of_rail_time": 0.35945867964032513, "impact_velocity": -5.551616833976938, "lateral_surface_wind": 1.1662670800009818, "x_impact": 3072.1569783773525} +{"y_impact": 1007.8111680212542, "t_final": 258.5517423275214, "out_of_rail_velocity": 23.50256498722877, "apogee_x": 146.5592692586723, "frontal_surface_wind": 5.4099951845544005, "max_mach_number": 0.6788148251658283, "apogee": 2559.144190417801, "apogee_time": 22.865473553907577, "apogee_y": 38.07250575400605, "out_of_rail_time": 0.550246992397482, "impact_velocity": -5.289714777632896, "lateral_surface_wind": 0.681332949159974, "x_impact": 1719.4522210263797} +{"y_impact": 1784.4970334126824, "t_final": 315.33849455559215, "out_of_rail_velocity": 23.36984491172816, "apogee_x": 319.5922023366564, "frontal_surface_wind": 6.0592784248456795, "max_mach_number": 0.8668395084026138, "apogee": 3513.3384630094074, "apogee_time": 26.426710139739697, "apogee_y": 117.03672161869856, "out_of_rail_time": 0.31385420560834665, "impact_velocity": -5.356650543557918, "lateral_surface_wind": 0.9347191293721391, "x_impact": 2830.9904785886815} +{"y_impact": 1815.663922950539, "t_final": 374.28487246160984, "out_of_rail_velocity": 27.32574443209685, "apogee_x": -25.390911772950215, "frontal_surface_wind": 6.620617959793206, "max_mach_number": 1.1369913257218953, "apogee": 4573.448837962068, "apogee_time": 29.135323703518317, "apogee_y": -39.277682572224386, "out_of_rail_time": 0.26829826085885256, "impact_velocity": -5.30510084171451, "lateral_surface_wind": -0.15372314529124553, "x_impact": 4296.763404284938} +{"y_impact": 1421.295727641694, "t_final": 286.9484879736042, "out_of_rail_velocity": 22.291876153724402, "apogee_x": 179.69295501689953, "frontal_surface_wind": 6.341464223782554, "max_mach_number": 0.7929126629788629, "apogee": 3106.1737238447267, "apogee_time": 25.06339926583601, "apogee_y": -46.64027500052312, "out_of_rail_time": 0.3290610404200895, "impact_velocity": -5.261074119028532, "lateral_surface_wind": 1.3281273646718539, "x_impact": 2440.1149061961305} +{"y_impact": 1445.8291429723365, "t_final": 298.8033188075671, "out_of_rail_velocity": 22.439418977836013, "apogee_x": 226.87555076228304, "frontal_surface_wind": 5.634990137713764, "max_mach_number": 0.8023374586190258, "apogee": 3191.0221410014765, "apogee_time": 25.41060823586709, "apogee_y": 20.75409664326659, "out_of_rail_time": 0.3268411935627252, "impact_velocity": -5.439793273697358, "lateral_surface_wind": 1.0659077538251984, "x_impact": 2358.278681269464} +{"y_impact": 1545.9496826665152, "t_final": 327.9754957337913, "out_of_rail_velocity": 27.219269146487036, "apogee_x": 60.52201644329776, "frontal_surface_wind": 5.692668703852333, "max_mach_number": 0.9301386702452386, "apogee": 3827.6398807350665, "apogee_time": 27.013226513298186, "apogee_y": -50.017123256562584, "out_of_rail_time": 0.3871163704289392, "impact_velocity": -5.360113762362405, "lateral_surface_wind": 0.6948353905611477, "x_impact": 2595.481236760842} +{"y_impact": 1316.0660202256938, "t_final": 309.59071917685424, "out_of_rail_velocity": 22.94995616711428, "apogee_x": 140.81227444819498, "frontal_surface_wind": 5.534365841836096, "max_mach_number": 0.836828266155518, "apogee": 3340.9504167824216, "apogee_time": 25.821833667296655, "apogee_y": 131.35700472791962, "out_of_rail_time": 0.31985186183979075, "impact_velocity": -5.267708882809072, "lateral_surface_wind": -0.17736385770235152, "x_impact": 2241.29843331614} +{"y_impact": 1495.0302041390382, "t_final": 320.60644915203324, "out_of_rail_velocity": 23.61725299011999, "apogee_x": 68.07708895694307, "frontal_surface_wind": 6.268951740711049, "max_mach_number": 0.8881735222772078, "apogee": 3593.9437430823, "apogee_time": 26.670900986934477, "apogee_y": -203.898633649335, "out_of_rail_time": 0.31059131462770084, "impact_velocity": -5.340232673925237, "lateral_surface_wind": 1.6954606951897784, "x_impact": 2955.284464913094} +{"y_impact": 1295.1403547548725, "t_final": 292.195462174294, "out_of_rail_velocity": 22.432062214896828, "apogee_x": 75.45687870136909, "frontal_surface_wind": 5.899257410444184, "max_mach_number": 0.8025943620936394, "apogee": 3180.001281306252, "apogee_time": 25.360963303754037, "apogee_y": 42.4373132333057, "out_of_rail_time": 0.33964400026935837, "impact_velocity": -5.35931222803797, "lateral_surface_wind": 0.11205394415932446, "x_impact": 2132.1405227767164} +{"y_impact": 991.793439592829, "t_final": 269.4705914286602, "out_of_rail_velocity": 21.724386955884, "apogee_x": 20.66836232290226, "frontal_surface_wind": 5.57714370527356, "max_mach_number": 0.727675695252684, "apogee": 2770.6489084999025, "apogee_time": 24.01843802786733, "apogee_y": -100.92255234592584, "out_of_rail_time": 0.5057174849440058, "impact_velocity": -5.3897410989152, "lateral_surface_wind": 0.9991547078241307, "x_impact": 1730.539456636851} +{"y_impact": 945.8645921554152, "t_final": 202.46869528824044, "out_of_rail_velocity": 19.47954182197362, "apogee_x": 19.712218575117916, "frontal_surface_wind": 6.603725222443954, "max_mach_number": 0.4762393481904862, "apogee": 1554.3521992459534, "apogee_time": 18.337545387990772, "apogee_y": -67.64173004275261, "out_of_rail_time": 0.560737084472246, "impact_velocity": -5.275035924017924, "lateral_surface_wind": 1.322640326129643, "x_impact": 1206.8517831094764} +{"y_impact": 824.2436112579899, "t_final": 223.1234589927121, "out_of_rail_velocity": 19.015101558272946, "apogee_x": 39.567917152252974, "frontal_surface_wind": 5.449659809535513, "max_mach_number": 0.5729339237608649, "apogee": 2026.0308489109352, "apogee_time": 21.007404540990848, "apogee_y": 14.81296727118949, "out_of_rail_time": 0.4584544606945117, "impact_velocity": -5.445690035386481, "lateral_surface_wind": 0.18294929583409392, "x_impact": 1242.3342241052096} +{"y_impact": 1560.3440995151816, "t_final": 339.585357147743, "out_of_rail_velocity": 28.34891615475282, "apogee_x": 395.0481104802171, "frontal_surface_wind": 4.944169855197976, "max_mach_number": 0.9858283172026467, "apogee": 4042.3227491427765, "apogee_time": 27.581197489482232, "apogee_y": 300.63457263033354, "out_of_rail_time": 0.40984583275371367, "impact_velocity": -5.352800107989725, "lateral_surface_wind": -0.10891639938099873, "x_impact": 3259.3072470041952} +{"y_impact": 1811.074725832458, "t_final": 341.32659399251924, "out_of_rail_velocity": 25.81595861663124, "apogee_x": 339.94734720217906, "frontal_surface_wind": 6.1987947279281475, "max_mach_number": 1.0163606132545528, "apogee": 4104.640626181086, "apogee_time": 28.049326039414, "apogee_y": -98.5608242978823, "out_of_rail_time": 0.3791566533352591, "impact_velocity": -5.260079213261546, "lateral_surface_wind": 2.2595058453034182, "x_impact": 3713.198409337272} +{"y_impact": 1347.314600929499, "t_final": 274.4198413716158, "out_of_rail_velocity": 21.900402282559945, "apogee_x": -99.48158672615588, "frontal_surface_wind": 7.225587104231115, "max_mach_number": 0.7671365687741628, "apogee": 3027.320320317669, "apogee_time": 24.923830475132473, "apogee_y": -78.10694329770699, "out_of_rail_time": 0.3353454101881856, "impact_velocity": -5.494564678046541, "lateral_surface_wind": -0.008987106210301743, "x_impact": 2426.780039369089} +{"y_impact": 1317.7651499612282, "t_final": 329.35973333686974, "out_of_rail_velocity": 27.91626648226509, "apogee_x": 312.5685422617143, "frontal_surface_wind": 5.635190016495859, "max_mach_number": 0.9659731686956341, "apogee": 3940.6059312359334, "apogee_time": 27.241591785279823, "apogee_y": 61.04114616033494, "out_of_rail_time": 0.39139270124893033, "impact_velocity": -5.235885972732372, "lateral_surface_wind": 1.0573241942412577, "x_impact": 3172.4748553902054} +{"y_impact": 1511.0170339181946, "t_final": 320.49635491156715, "out_of_rail_velocity": 22.855243211808656, "apogee_x": 302.3890813095111, "frontal_surface_wind": 4.965342192623313, "max_mach_number": 0.8358919594168939, "apogee": 3307.681936242441, "apogee_time": 25.698167995322738, "apogee_y": 9.14214452377783, "out_of_rail_time": 0.32099022759329654, "impact_velocity": -5.2278508565267625, "lateral_surface_wind": 1.5969488435450288, "x_impact": 2563.428979052135} +{"y_impact": 1272.4779638184787, "t_final": 295.34442168660325, "out_of_rail_velocity": 25.288655499034682, "apogee_x": 119.56911769406295, "frontal_surface_wind": 5.452702265237884, "max_mach_number": 0.7999560788314294, "apogee": 3208.4220336756293, "apogee_time": 25.185799119890973, "apogee_y": 97.6326885103045, "out_of_rail_time": 0.4620163896572138, "impact_velocity": -5.39491552472026, "lateral_surface_wind": -0.017334681493606396, "x_impact": 2180.060278973526} +{"y_impact": 1992.1087718897509, "t_final": 357.2213903775864, "out_of_rail_velocity": 28.626508892691472, "apogee_x": 324.2058297152958, "frontal_surface_wind": 6.282208436346633, "max_mach_number": 1.0101098208391683, "apogee": 4152.290638208787, "apogee_time": 27.753196641707138, "apogee_y": -23.77581822037884, "out_of_rail_time": 0.25951032974840094, "impact_velocity": -5.28448562854492, "lateral_surface_wind": 2.016005929119579, "x_impact": 3941.1256846417127} +{"y_impact": 1598.0460140928983, "t_final": 315.93376186623374, "out_of_rail_velocity": 27.8812001020201, "apogee_x": 311.67219947241074, "frontal_surface_wind": 5.595672645625349, "max_mach_number": 0.9850565046896385, "apogee": 4080.902670235578, "apogee_time": 27.655745077595608, "apogee_y": 53.311634569769346, "out_of_rail_time": 0.29769611284188024, "impact_velocity": -5.411324854903507, "lateral_surface_wind": 1.2560735785758217, "x_impact": 2797.4468041884825} +{"y_impact": 1490.4251819232559, "t_final": 353.7139253668012, "out_of_rail_velocity": 26.707748547571356, "apogee_x": 161.38957557134157, "frontal_surface_wind": 5.400402225356823, "max_mach_number": 1.0445501021446364, "apogee": 4271.729336440218, "apogee_time": 28.65733357603931, "apogee_y": 52.14765775709162, "out_of_rail_time": 0.4921992308328518, "impact_velocity": -5.378303641842968, "lateral_surface_wind": 0.4018237947512828, "x_impact": 3082.1802710366564} +{"y_impact": 1899.2943488942833, "t_final": 356.64779924105324, "out_of_rail_velocity": 26.79630817734396, "apogee_x": -5.309570501879367, "frontal_surface_wind": 7.225330153049704, "max_mach_number": 1.095858291332514, "apogee": 4456.731770623108, "apogee_time": 28.94146454233907, "apogee_y": -22.38049460299273, "out_of_rail_time": 0.2936489266877258, "impact_velocity": -5.3007633562108465, "lateral_surface_wind": -0.06159503502528585, "x_impact": 4003.7587626848176} +{"y_impact": 755.5088191154739, "t_final": 251.74281823365234, "out_of_rail_velocity": 22.74320207518694, "apogee_x": 24.462956175923402, "frontal_surface_wind": 5.91730306491859, "max_mach_number": 0.6391411562270526, "apogee": 2338.3643011866193, "apogee_time": 21.977872507845095, "apogee_y": -19.95587894571833, "out_of_rail_time": 0.5532335058487097, "impact_velocity": -5.324060711650685, "lateral_surface_wind": 0.3459088375699402, "x_impact": 1822.0108794120058} +{"y_impact": 843.7302670677867, "t_final": 241.4837627882051, "out_of_rail_velocity": 19.53786154344748, "apogee_x": 59.13807935599465, "frontal_surface_wind": 5.405440553500865, "max_mach_number": 0.6059528292843397, "apogee": 2159.829392726819, "apogee_time": 21.523040880605517, "apogee_y": -31.477365474512204, "out_of_rail_time": 0.4524511448444224, "impact_velocity": -5.272644584083149, "lateral_surface_wind": 0.7165716342984054, "x_impact": 1413.4244451616314} +{"y_impact": 946.589246588579, "t_final": 229.8675388141679, "out_of_rail_velocity": 19.427417501827836, "apogee_x": -0.665625897166319, "frontal_surface_wind": 6.367175045593109, "max_mach_number": 0.6007935651964105, "apogee": 2135.930327804021, "apogee_time": 21.46205245093359, "apogee_y": -107.31838994230442, "out_of_rail_time": 0.43819437729362154, "impact_velocity": -5.390237834759784, "lateral_surface_wind": 0.9581801524778459, "x_impact": 1493.0518349099334} +{"y_impact": 1575.623963861279, "t_final": 337.57388628184543, "out_of_rail_velocity": 28.226167085001116, "apogee_x": 376.7030186499187, "frontal_surface_wind": 5.07480523702494, "max_mach_number": 0.9830165432243241, "apogee": 4065.684716917458, "apogee_time": 27.691584290276158, "apogee_y": 191.08736183682333, "out_of_rail_time": 0.39542104481562607, "impact_velocity": -5.408155569559003, "lateral_surface_wind": 0.5846474364869403, "x_impact": 2914.9885703327177} +{"y_impact": 1588.772888440414, "t_final": 313.2609943736732, "out_of_rail_velocity": 26.054241840569382, "apogee_x": 225.68319715105366, "frontal_surface_wind": 5.756496664426483, "max_mach_number": 0.854501975686564, "apogee": 3468.544590653375, "apogee_time": 25.949799510904075, "apogee_y": 137.28462365092113, "out_of_rail_time": 0.3929101370378439, "impact_velocity": -5.3687164867758534, "lateral_surface_wind": 0.32020220826107115, "x_impact": 2738.619341743524} +{"y_impact": 1529.2570263732975, "t_final": 337.7703352050141, "out_of_rail_velocity": 27.71863368249771, "apogee_x": 384.7018892119628, "frontal_surface_wind": 5.349140491007322, "max_mach_number": 0.9814121240754033, "apogee": 4089.2968418908686, "apogee_time": 27.675331613766087, "apogee_y": 149.22459350947486, "out_of_rail_time": 0.25817971697019726, "impact_velocity": -5.374189736244099, "lateral_surface_wind": 0.8440986702591102, "x_impact": 3135.1170339089094} +{"y_impact": 1880.0169127952202, "t_final": 347.95519887411916, "out_of_rail_velocity": 28.56471407395357, "apogee_x": 104.36492483823362, "frontal_surface_wind": 6.577831515529269, "max_mach_number": 0.9895221689761188, "apogee": 4039.1458918402036, "apogee_time": 27.59683204027626, "apogee_y": -16.169340209676072, "out_of_rail_time": 0.45606628878174527, "impact_velocity": -5.284802263261896, "lateral_surface_wind": 0.6478263747830382, "x_impact": 3474.4364372701502} +{"y_impact": 1018.6111981931973, "t_final": 280.59605381332784, "out_of_rail_velocity": 21.88353097593876, "apogee_x": -86.23567290756816, "frontal_surface_wind": 6.1071819606335165, "max_mach_number": 0.7428370493211294, "apogee": 2813.8488534670755, "apogee_time": 24.09994229740264, "apogee_y": -144.45404001413073, "out_of_rail_time": 0.4888466854103916, "impact_velocity": -5.212158999288949, "lateral_surface_wind": 0.6619174359519251, "x_impact": 1918.9944539306155} +{"y_impact": 1728.1922096428227, "t_final": 316.7868615821655, "out_of_rail_velocity": 27.215081010041278, "apogee_x": 158.6773554104473, "frontal_surface_wind": 6.615870725017675, "max_mach_number": 0.9249163800542021, "apogee": 3809.5909428559835, "apogee_time": 26.962160688401585, "apogee_y": 137.98042953782127, "out_of_rail_time": 0.3852753650087185, "impact_velocity": -5.3109070915401695, "lateral_surface_wind": -0.29405360869862074, "x_impact": 3509.220931451788} +{"y_impact": 1607.5036926773269, "t_final": 279.12643475796557, "out_of_rail_velocity": 24.29612118716493, "apogee_x": 72.7596338143475, "frontal_surface_wind": 7.375340394871433, "max_mach_number": 0.7426084554022832, "apogee": 2879.914353967403, "apogee_time": 24.011673157469083, "apogee_y": -67.07748556805804, "out_of_rail_time": 0.45244545620016924, "impact_velocity": -5.328900273045953, "lateral_surface_wind": 1.0991541161631022, "x_impact": 2565.055738164321} +{"y_impact": 1058.3183919507808, "t_final": 265.4764087670778, "out_of_rail_velocity": 20.960114258713695, "apogee_x": 51.67592865128519, "frontal_surface_wind": 5.779208542902955, "max_mach_number": 0.7013185916342126, "apogee": 2678.030171068683, "apogee_time": 23.622115009145574, "apogee_y": -51.764214263684735, "out_of_rail_time": 0.34963621003898815, "impact_velocity": -5.41938008797061, "lateral_surface_wind": 0.723408521545509, "x_impact": 1763.675875056251} +{"y_impact": 1547.5069900054332, "t_final": 309.7849365179173, "out_of_rail_velocity": 23.3446735031536, "apogee_x": -73.6282597013512, "frontal_surface_wind": 7.269046788221645, "max_mach_number": 0.8628543725877718, "apogee": 3362.619026554971, "apogee_time": 25.78146188526896, "apogee_y": -282.6963743581212, "out_of_rail_time": 0.3596966190866185, "impact_velocity": -5.066514035776783, "lateral_surface_wind": 1.6627520867360746, "x_impact": 2890.622224469735} +{"y_impact": 1094.3362726701012, "t_final": 321.875834147179, "out_of_rail_velocity": 24.459162389604092, "apogee_x": 118.36376008518769, "frontal_surface_wind": 5.916070472893296, "max_mach_number": 0.9349583285051457, "apogee": 3879.595576426631, "apogee_time": 27.65354268332415, "apogee_y": 8.553720765093587, "out_of_rail_time": 0.3613781976341842, "impact_velocity": -5.546555010202257, "lateral_surface_wind": 0.3663859246259582, "x_impact": 3095.614895976223} +{"y_impact": 979.7670065673702, "t_final": 295.8035101341467, "out_of_rail_velocity": 22.363210336273088, "apogee_x": 10.159203511607826, "frontal_surface_wind": 5.924804616039417, "max_mach_number": 0.7983241973049535, "apogee": 3177.8026078806106, "apogee_time": 25.415362454052573, "apogee_y": 20.046367620999078, "out_of_rail_time": 0.32792377543338136, "impact_velocity": -5.413952485787812, "lateral_surface_wind": -0.17555269226632353, "x_impact": 2486.471769847284} +{"y_impact": 1195.7497018454944, "t_final": 296.65313331574004, "out_of_rail_velocity": 23.05265561375712, "apogee_x": 68.48612662408374, "frontal_surface_wind": 5.533978395689478, "max_mach_number": 0.8430981359857112, "apogee": 3401.217875528897, "apogee_time": 26.07629732891373, "apogee_y": 78.59277663998506, "out_of_rail_time": 0.31838587837730037, "impact_velocity": -5.325151802683015, "lateral_surface_wind": -0.18906698639194008, "x_impact": 2053.8718299291254} +{"y_impact": 1493.0994441287967, "t_final": 331.8096313069931, "out_of_rail_velocity": 24.55842757044386, "apogee_x": 184.04139709406388, "frontal_surface_wind": 5.743944898615107, "max_mach_number": 0.9080407589962048, "apogee": 3643.224684653837, "apogee_time": 26.75820340048624, "apogee_y": -11.276024965518573, "out_of_rail_time": 0.42463551982808095, "impact_velocity": -5.224200936684563, "lateral_surface_wind": 0.9641930683637177, "x_impact": 2833.6777583731664} +{"y_impact": 1147.5464001928165, "t_final": 268.12923371649055, "out_of_rail_velocity": 21.247815251313316, "apogee_x": 301.20320522750023, "frontal_surface_wind": 5.712435366536449, "max_mach_number": 0.7208599299498546, "apogee": 2746.3014983391677, "apogee_time": 23.814176070720816, "apogee_y": 165.8259357152513, "out_of_rail_time": 0.3457356450860717, "impact_velocity": -5.286128361263502, "lateral_surface_wind": 0.4913075990518547, "x_impact": 2215.1581870511764} +{"y_impact": 1098.7926134349416, "t_final": 291.80279745225465, "out_of_rail_velocity": 24.45133721442376, "apogee_x": 186.98944861317497, "frontal_surface_wind": 4.821973194294552, "max_mach_number": 0.778775800924491, "apogee": 3100.616143622047, "apogee_time": 24.661056268070624, "apogee_y": 236.26912703305797, "out_of_rail_time": 0.2959439872043025, "impact_velocity": -5.335954294539868, "lateral_surface_wind": -0.8940052337070932, "x_impact": 1971.3134467909729} +{"y_impact": 1309.1153517610353, "t_final": 292.2902197741874, "out_of_rail_velocity": 22.549010185059835, "apogee_x": 200.93572381747262, "frontal_surface_wind": 5.542424451346783, "max_mach_number": 0.8112530022761902, "apogee": 3253.2353419440296, "apogee_time": 25.660317177243765, "apogee_y": -64.65244097497785, "out_of_rail_time": 0.32564095380254166, "impact_velocity": -5.4388925884612584, "lateral_surface_wind": 1.4733649897121115, "x_impact": 2276.1916868015805} +{"y_impact": 1311.6072545563238, "t_final": 344.2667082296747, "out_of_rail_velocity": 25.452345793889265, "apogee_x": 130.69516816258158, "frontal_surface_wind": 4.944820478300322, "max_mach_number": 1.0102739461444115, "apogee": 4140.235078835907, "apogee_time": 28.156336790924467, "apogee_y": 67.02228680190822, "out_of_rail_time": 0.2881945045513913, "impact_velocity": -5.304359291807171, "lateral_surface_wind": 0.07368023129897594, "x_impact": 3014.322041818696} +{"y_impact": 1453.5161534771905, "t_final": 352.2618100434264, "out_of_rail_velocity": 26.10229209927863, "apogee_x": 63.6096105484779, "frontal_surface_wind": 5.446921127908663, "max_mach_number": 1.0422064667262194, "apogee": 4222.137287792603, "apogee_time": 28.32566494529786, "apogee_y": -5.236111716987409, "out_of_rail_time": 0.34153310171093293, "impact_velocity": -5.230737934356044, "lateral_surface_wind": 0.2516201717967874, "x_impact": 2885.8279281018754} +{"y_impact": 1551.9257334292963, "t_final": 301.04306246102084, "out_of_rail_velocity": 22.596835312794436, "apogee_x": 147.1902325124083, "frontal_surface_wind": 5.95882283585842, "max_mach_number": 0.8088949795406036, "apogee": 3181.2240501649544, "apogee_time": 25.33054306325306, "apogee_y": -97.12186423193187, "out_of_rail_time": 0.3602653117676793, "impact_velocity": -5.2605312698543285, "lateral_surface_wind": 1.5251508061528019, "x_impact": 2222.1958096177536} +{"y_impact": 1546.6599111404362, "t_final": 308.68794619285546, "out_of_rail_velocity": 24.236800784984315, "apogee_x": 161.59823340039864, "frontal_surface_wind": 6.368932111322862, "max_mach_number": 0.8734605733361962, "apogee": 3546.385567387172, "apogee_time": 26.6680774439547, "apogee_y": -51.11459962835084, "out_of_rail_time": 0.47880018592166046, "impact_velocity": -5.466301284105811, "lateral_surface_wind": 1.1894513691886588, "x_impact": 2828.7451369856344} +{"y_impact": 1509.5974672203595, "t_final": 314.9777960916496, "out_of_rail_velocity": 23.015097222884272, "apogee_x": -56.89716961884825, "frontal_surface_wind": 6.582906943105934, "max_mach_number": 0.84629663208707, "apogee": 3385.218292145313, "apogee_time": 26.018083342344063, "apogee_y": -137.3579092777332, "out_of_rail_time": 0.3184989652631921, "impact_velocity": -5.3860581975826, "lateral_surface_wind": 0.5940392554051384, "x_impact": 2730.8584602612377} +{"y_impact": 1022.928534528767, "t_final": 283.60463186262257, "out_of_rail_velocity": 21.88907650503642, "apogee_x": 110.91666512029357, "frontal_surface_wind": 5.113400484985453, "max_mach_number": 0.76666030892563, "apogee": 3000.0358386074745, "apogee_time": 24.753241765713696, "apogee_y": 53.01277891068147, "out_of_rail_time": 0.33510658572748003, "impact_velocity": -5.3815830650398215, "lateral_surface_wind": 0.14993611773661142, "x_impact": 1991.309114748279} +{"y_impact": 1067.3991301256199, "t_final": 273.7116707835017, "out_of_rail_velocity": 21.381277412048387, "apogee_x": -77.47456800776912, "frontal_surface_wind": 5.900319184277217, "max_mach_number": 0.7214205141956799, "apogee": 2747.5590566736264, "apogee_time": 23.87364578099683, "apogee_y": -67.96464337630188, "out_of_rail_time": 0.4105430836354713, "impact_velocity": -5.297919603527354, "lateral_surface_wind": -0.005254020605019782, "x_impact": 1655.1606199830796} +{"y_impact": 1085.171839091988, "t_final": 285.2742470172978, "out_of_rail_velocity": 22.014076065837447, "apogee_x": 181.64038233295986, "frontal_surface_wind": 5.112830366720504, "max_mach_number": 0.773111336297694, "apogee": 3040.2893297693204, "apogee_time": 24.90116839406102, "apogee_y": 98.7154902837323, "out_of_rail_time": 0.3335171397251445, "impact_velocity": -5.344372823603386, "lateral_surface_wind": 0.16825873050771856, "x_impact": 2094.8793697665383} +{"y_impact": 1504.982162571982, "t_final": 331.4020911128268, "out_of_rail_velocity": 24.957499984985315, "apogee_x": 151.28973513113306, "frontal_surface_wind": 5.889015235480185, "max_mach_number": 0.9706619194394215, "apogee": 3943.8221463311643, "apogee_time": 27.585450087003704, "apogee_y": 50.457758048679, "out_of_rail_time": 0.32855613150982005, "impact_velocity": -5.255120420218611, "lateral_surface_wind": 0.3650940116799153, "x_impact": 2819.2729396315917} +{"y_impact": 1602.224354362131, "t_final": 336.9405625639002, "out_of_rail_velocity": 28.464251939700123, "apogee_x": 143.63919045422642, "frontal_surface_wind": 5.496164242752653, "max_mach_number": 0.9603835778043804, "apogee": 3957.92819466949, "apogee_time": 27.50715864756563, "apogee_y": 1.0449710788041815, "out_of_rail_time": 0.5652124950555427, "impact_velocity": -5.3883998145563075, "lateral_surface_wind": 0.8420491334099989, "x_impact": 2731.855976203452} +{"y_impact": 1610.7350731204547, "t_final": 323.34803437229397, "out_of_rail_velocity": 24.897216718399374, "apogee_x": 241.26915646500552, "frontal_surface_wind": 5.650255022191526, "max_mach_number": 0.9539281056967565, "apogee": 3887.415697249281, "apogee_time": 27.51760396296383, "apogee_y": 32.302537294818855, "out_of_rail_time": 0.3904139188006025, "impact_velocity": -5.310380328000067, "lateral_surface_wind": 0.9817796983007399, "x_impact": 2750.9747157510424} +{"y_impact": 1604.562600219508, "t_final": 330.84487625498036, "out_of_rail_velocity": 27.31699270116195, "apogee_x": 261.6795089509067, "frontal_surface_wind": 5.888276139425136, "max_mach_number": 0.960425992791797, "apogee": 4020.451900608453, "apogee_time": 27.524942160596265, "apogee_y": 135.62570780215202, "out_of_rail_time": 0.2617505417051474, "impact_velocity": -5.40116046644216, "lateral_surface_wind": 0.37682646796489205, "x_impact": 2982.6608983270266} +{"y_impact": 1168.147703606125, "t_final": 303.8911550005914, "out_of_rail_velocity": 22.63941982356556, "apogee_x": 130.75021116923094, "frontal_surface_wind": 5.1154161927895725, "max_mach_number": 0.8206713554439535, "apogee": 3259.270766055263, "apogee_time": 25.58436659878686, "apogee_y": 95.8941327188601, "out_of_rail_time": 0.3239175943918381, "impact_velocity": -5.292455365941132, "lateral_surface_wind": -0.04315708282115782, "x_impact": 2257.717275203717} +{"y_impact": 1076.1188738084338, "t_final": 239.29053453988703, "out_of_rail_velocity": 19.84726124583716, "apogee_x": 66.54832325133266, "frontal_surface_wind": 6.3314264897433485, "max_mach_number": 0.6130969628658237, "apogee": 2187.6320213395643, "apogee_time": 21.670110865874783, "apogee_y": -109.74574728145315, "out_of_rail_time": 0.4506645909028544, "impact_velocity": -5.301035027270496, "lateral_surface_wind": 1.4447773189227902, "x_impact": 1655.3175542897586} +{"y_impact": 1308.0154162811777, "t_final": 289.6054299223224, "out_of_rail_velocity": 22.465778865514075, "apogee_x": -98.85133201057333, "frontal_surface_wind": 6.584825659188914, "max_mach_number": 0.8109868319503994, "apogee": 3192.9452685243577, "apogee_time": 25.377711737063684, "apogee_y": -164.4285663812721, "out_of_rail_time": 0.32662702186466047, "impact_velocity": -5.374439633128647, "lateral_surface_wind": 0.5723788051997505, "x_impact": 2318.499821959132} +{"y_impact": 786.7933261935909, "t_final": 219.6710628126295, "out_of_rail_velocity": 20.624090282115418, "apogee_x": 163.61581842330222, "frontal_surface_wind": 5.612713276269705, "max_mach_number": 0.5586113197702228, "apogee": 1981.8846898466045, "apogee_time": 20.353521409422445, "apogee_y": 7.09809806199169, "out_of_rail_time": 0.3523592122914744, "impact_velocity": -5.37234971281742, "lateral_surface_wind": 1.1707906098565641, "x_impact": 1489.4708984742933} +{"y_impact": 1734.3208096748358, "t_final": 348.40721534297114, "out_of_rail_velocity": 25.747622256728416, "apogee_x": 257.90610296628904, "frontal_surface_wind": 5.11251235096633, "max_mach_number": 1.0019589420694914, "apogee": 4124.123003350801, "apogee_time": 28.259913984106184, "apogee_y": 23.196133850994972, "out_of_rail_time": 0.42605844219930245, "impact_velocity": -5.3980037687731155, "lateral_surface_wind": 1.101949525262679, "x_impact": 2782.515860774073} +{"y_impact": 1426.7478367582269, "t_final": 300.14027901179054, "out_of_rail_velocity": 25.592609894574988, "apogee_x": 161.71774772162593, "frontal_surface_wind": 5.636192382116493, "max_mach_number": 0.8303031075854671, "apogee": 3311.4388525399427, "apogee_time": 25.379119716776465, "apogee_y": -2.023675506973454, "out_of_rail_time": 0.4039878980317115, "impact_velocity": -5.21255350133037, "lateral_surface_wind": 1.0595322664119609, "x_impact": 2297.091101409058} +{"y_impact": 804.2344604994521, "t_final": 244.75511319408798, "out_of_rail_velocity": 20.196465276599298, "apogee_x": 78.91030297329627, "frontal_surface_wind": 5.925669007713381, "max_mach_number": 0.6214325967943516, "apogee": 2220.3087927084453, "apogee_time": 21.850350149186053, "apogee_y": 37.58128855586048, "out_of_rail_time": 0.5763355091793465, "impact_velocity": -5.262809813405886, "lateral_surface_wind": 0.14344091825223337, "x_impact": 1785.3745787118028} +{"y_impact": 1601.4992586098729, "t_final": 338.2123700723036, "out_of_rail_velocity": 25.17473268476672, "apogee_x": 483.3758360227194, "frontal_surface_wind": 4.945367759590477, "max_mach_number": 0.9922420080708653, "apogee": 4045.186187846786, "apogee_time": 27.87834496983534, "apogee_y": 343.83220921783186, "out_of_rail_time": 0.2914896230939678, "impact_velocity": -5.25605377074656, "lateral_surface_wind": 0.00400768082142644, "x_impact": 3323.481465505052} +{"y_impact": 1143.3060432855418, "t_final": 248.1067127527991, "out_of_rail_velocity": 20.48285212213181, "apogee_x": 40.678743200420264, "frontal_surface_wind": 6.263228904532456, "max_mach_number": 0.6669673625632246, "apogee": 2476.220150182902, "apogee_time": 22.860761746124673, "apogee_y": -216.76100793284488, "out_of_rail_time": 0.36468418210376996, "impact_velocity": -5.418452049689865, "lateral_surface_wind": 2.074219475701469, "x_impact": 1919.7504071722458} +{"y_impact": 1495.578509691804, "t_final": 302.69731250300055, "out_of_rail_velocity": 23.057834064226114, "apogee_x": 150.33522239362603, "frontal_surface_wind": 6.001087705164589, "max_mach_number": 0.8442023304610896, "apogee": 3368.172551545959, "apogee_time": 25.91862447673431, "apogee_y": -62.65184255384382, "out_of_rail_time": 0.31807071700385814, "impact_velocity": -5.360784318521912, "lateral_surface_wind": 1.2551897209334317, "x_impact": 2459.147670982544} +{"y_impact": 1235.0409996333412, "t_final": 277.389239487727, "out_of_rail_velocity": 21.738291917898998, "apogee_x": 57.147583937087035, "frontal_surface_wind": 6.2913316834295365, "max_mach_number": 0.7468184816755862, "apogee": 2893.1165084523263, "apogee_time": 24.418079040818103, "apogee_y": -156.77545107325835, "out_of_rail_time": 0.37212897264674477, "impact_velocity": -5.409906285705834, "lateral_surface_wind": 1.5483011488014662, "x_impact": 2149.611084562908} +{"y_impact": 1310.242137054475, "t_final": 334.59089846088955, "out_of_rail_velocity": 27.25085852966499, "apogee_x": 183.6811468276561, "frontal_surface_wind": 5.699142979987491, "max_mach_number": 0.9142012821596089, "apogee": 3673.3667219614886, "apogee_time": 26.47298361864871, "apogee_y": 45.893553284939294, "out_of_rail_time": 0.46712473280820566, "impact_velocity": -5.222100055845631, "lateral_surface_wind": 0.6269531620478617, "x_impact": 3039.175801490623} +{"y_impact": 1016.1339715891257, "t_final": 279.4285537253252, "out_of_rail_velocity": 21.91855686393436, "apogee_x": 8.52464341040318, "frontal_surface_wind": 5.536463658198302, "max_mach_number": 0.7735222617553767, "apogee": 3032.312302195411, "apogee_time": 24.85823321297125, "apogee_y": -4.127584810784835, "out_of_rail_time": 0.3349520250208562, "impact_velocity": -5.35205084292405, "lateral_surface_wind": 0.09073792344266529, "x_impact": 1741.2758486769785} +{"y_impact": 1626.7927827717372, "t_final": 297.8844650539174, "out_of_rail_velocity": 23.414512013444448, "apogee_x": 88.0406922081285, "frontal_surface_wind": 6.702285510089758, "max_mach_number": 0.8682155183955521, "apogee": 3547.9837113363537, "apogee_time": 26.6374933833328, "apogee_y": -28.17180529451827, "out_of_rail_time": 0.35328335640879643, "impact_velocity": -5.48900530277862, "lateral_surface_wind": 0.6617652054072019, "x_impact": 2490.127232759557} +{"y_impact": 1835.9274103082034, "t_final": 325.4269908190753, "out_of_rail_velocity": 27.34322362900876, "apogee_x": 453.31732010308167, "frontal_surface_wind": 5.513734381207776, "max_mach_number": 0.9347452490331404, "apogee": 3871.494269037956, "apogee_time": 27.167506275836388, "apogee_y": 259.1890670192221, "out_of_rail_time": 0.3967206915004224, "impact_velocity": -5.410483337683457, "lateral_surface_wind": 0.7180538279799658, "x_impact": 2954.044184838923} +{"y_impact": 1630.0015883891163, "t_final": 320.4319956433768, "out_of_rail_velocity": 23.65992181555352, "apogee_x": 216.120436532034, "frontal_surface_wind": 6.33610189503816, "max_mach_number": 0.8783853228256068, "apogee": 3546.075197861442, "apogee_time": 26.510089535511604, "apogee_y": -38.774772448265985, "out_of_rail_time": 0.34309528066882156, "impact_velocity": -5.29622124243613, "lateral_surface_wind": 1.3534783241700303, "x_impact": 3011.7937458661945} +{"y_impact": 1518.2269884548216, "t_final": 296.45739375734377, "out_of_rail_velocity": 21.937263788380786, "apogee_x": 140.40318332626694, "frontal_surface_wind": 6.346980141973459, "max_mach_number": 0.7704488455028844, "apogee": 2987.820141996992, "apogee_time": 24.695462086662182, "apogee_y": -136.60727524572076, "out_of_rail_time": 0.33773060342753364, "impact_velocity": -5.312713537240929, "lateral_surface_wind": 1.801739665252636, "x_impact": 2707.843058350285} +{"y_impact": 1564.915329849975, "t_final": 315.8087355411318, "out_of_rail_velocity": 23.360210974639983, "apogee_x": -39.71416513230892, "frontal_surface_wind": 6.6015043365653385, "max_mach_number": 0.8577448580845904, "apogee": 3413.7953598964828, "apogee_time": 26.069368595611866, "apogee_y": -92.63202989988537, "out_of_rail_time": 0.3508633502153591, "impact_velocity": -5.268867312431761, "lateral_surface_wind": 0.32815690281272314, "x_impact": 2747.208185116474} +{"y_impact": 1572.1706144169048, "t_final": 309.44421614591306, "out_of_rail_velocity": 25.87600246977582, "apogee_x": 150.9517013289863, "frontal_surface_wind": 6.370942838248416, "max_mach_number": 0.8625653767902728, "apogee": 3552.3455563194184, "apogee_time": 26.207763612005138, "apogee_y": -36.155582390783664, "out_of_rail_time": 0.2961721031965814, "impact_velocity": -5.40085388446063, "lateral_surface_wind": 1.1786340187163629, "x_impact": 2824.6675602646824} +{"y_impact": 1449.5915277934585, "t_final": 306.3055928969364, "out_of_rail_velocity": 23.47842304244688, "apogee_x": 219.22451761237372, "frontal_surface_wind": 5.1262983995794915, "max_mach_number": 0.8554877942732079, "apogee": 3421.721094883432, "apogee_time": 26.145460407912992, "apogee_y": 18.8723367137671, "out_of_rail_time": 0.40976840392421715, "impact_velocity": -5.304276845677344, "lateral_surface_wind": 1.0359247141943508, "x_impact": 2179.782260980864} +{"y_impact": 1536.1417932115883, "t_final": 343.20857053630215, "out_of_rail_velocity": 24.63978235090129, "apogee_x": 338.2863910013312, "frontal_surface_wind": 5.372312492733917, "max_mach_number": 0.9577220487276963, "apogee": 3917.755509884017, "apogee_time": 27.55134097346197, "apogee_y": 139.54525816156496, "out_of_rail_time": 0.2976985623481694, "impact_velocity": -5.290618982342549, "lateral_surface_wind": 0.6812231925605094, "x_impact": 3092.5126502836547} +{"y_impact": 1196.1552676562358, "t_final": 289.1383190462192, "out_of_rail_velocity": 22.207934793949097, "apogee_x": 119.60693337750075, "frontal_surface_wind": 5.011207728871147, "max_mach_number": 0.7898343299122363, "apogee": 3109.0112130455286, "apogee_time": 25.145055886594044, "apogee_y": -107.00187234168808, "out_of_rail_time": 0.34192034326886933, "impact_velocity": -5.3650733078345905, "lateral_surface_wind": 1.44660492078769, "x_impact": 1997.9055127280164} +{"y_impact": 1547.4892766109576, "t_final": 330.3627530472864, "out_of_rail_velocity": 27.545361445475848, "apogee_x": -46.52684664977762, "frontal_surface_wind": 6.621373258065619, "max_mach_number": 0.9679905121781629, "apogee": 4018.1694115290366, "apogee_time": 27.530164487082423, "apogee_y": -74.47049556627746, "out_of_rail_time": 0.29727247475514446, "impact_velocity": -5.410185715250428, "lateral_surface_wind": 0.11674396047791591, "x_impact": 3533.933175908263} +{"y_impact": 1585.198972058632, "t_final": 332.19227628918367, "out_of_rail_velocity": 27.172649131386198, "apogee_x": 197.53939566745424, "frontal_surface_wind": 5.4614083435425975, "max_mach_number": 0.9256751048782428, "apogee": 3771.8326196538073, "apogee_time": 26.761417375158842, "apogee_y": 12.244889873223546, "out_of_rail_time": 0.39593294021883, "impact_velocity": -5.284327907127061, "lateral_surface_wind": 1.0439765473767477, "x_impact": 2690.966992095437} +{"y_impact": 844.05556586607, "t_final": 235.40453075979056, "out_of_rail_velocity": 19.033097360705405, "apogee_x": 151.68288727510762, "frontal_surface_wind": 5.110426982137313, "max_mach_number": 0.5854590501304804, "apogee": 2080.738465701472, "apogee_time": 21.178955297091807, "apogee_y": 77.83565481900027, "out_of_rail_time": 0.3859247775864299, "impact_velocity": -5.3405850240055806, "lateral_surface_wind": 0.22995960404886207, "x_impact": 1479.0165303637648} +{"y_impact": 1269.9792744983788, "t_final": 358.0501200886073, "out_of_rail_velocity": 26.53759834244261, "apogee_x": 128.43536332639277, "frontal_surface_wind": 5.924239086698876, "max_mach_number": 1.070192737870009, "apogee": 4341.067688833268, "apogee_time": 28.675861719435378, "apogee_y": 32.925031618986985, "out_of_rail_time": 0.3461121531975165, "impact_velocity": -5.314729362906785, "lateral_surface_wind": 0.19370010230561352, "x_impact": 3627.7381261771766} +{"y_impact": 2026.6145043347028, "t_final": 367.0589919487021, "out_of_rail_velocity": 27.446665670523423, "apogee_x": 188.77202329050024, "frontal_surface_wind": 6.058876546158406, "max_mach_number": 1.1424010790266532, "apogee": 4569.652557134667, "apogee_time": 29.06067312007842, "apogee_y": -25.75237332735171, "out_of_rail_time": 0.2671254221918398, "impact_velocity": -5.214122510829029, "lateral_surface_wind": 1.0600328150901355, "x_impact": 3300.4128557950853} +{"y_impact": 1574.0289538777306, "t_final": 324.3001040758515, "out_of_rail_velocity": 27.598387637174667, "apogee_x": 153.87450159789552, "frontal_surface_wind": 6.261077645568864, "max_mach_number": 0.9690720030822226, "apogee": 3960.528239783882, "apogee_time": 27.236132479863024, "apogee_y": -104.0223465282552, "out_of_rail_time": 0.2951792895706959, "impact_velocity": -5.272576854214109, "lateral_surface_wind": 1.6664325712317654, "x_impact": 3076.6037763211243} +{"y_impact": 2016.0268276159475, "t_final": 326.9577665370115, "out_of_rail_velocity": 27.30141032176666, "apogee_x": 457.03102012441275, "frontal_surface_wind": 6.415151488210832, "max_mach_number": 0.945255191981882, "apogee": 3904.0818909120135, "apogee_time": 27.17576203827981, "apogee_y": 259.123032545215, "out_of_rail_time": 0.31731451845448533, "impact_velocity": -5.3336167168516, "lateral_surface_wind": 0.9077015928214593, "x_impact": 3470.4179269328897} +{"y_impact": 1329.5711546977677, "t_final": 276.35308737676206, "out_of_rail_velocity": 21.277916187337325, "apogee_x": 115.70828118524234, "frontal_surface_wind": 6.358648156216855, "max_mach_number": 0.7256227825506998, "apogee": 2770.37244712073, "apogee_time": 23.912909947148314, "apogee_y": -70.65987020413587, "out_of_rail_time": 0.34507717985363623, "impact_velocity": -5.256029260416288, "lateral_surface_wind": 1.243255574588046, "x_impact": 2153.155439154219} +{"y_impact": 1139.5809516398663, "t_final": 287.53540082117087, "out_of_rail_velocity": 25.05960753563795, "apogee_x": 203.9933526541901, "frontal_surface_wind": 5.704259348845071, "max_mach_number": 0.8195916282790995, "apogee": 3321.5717051848856, "apogee_time": 25.439002858337542, "apogee_y": 73.91709942188481, "out_of_rail_time": 0.2858116601244171, "impact_velocity": -5.372621896623809, "lateral_surface_wind": 0.5785553170234614, "x_impact": 2446.76445418963} +{"y_impact": 1616.373271148912, "t_final": 319.809706048579, "out_of_rail_velocity": 27.38878279871021, "apogee_x": 218.0671294300515, "frontal_surface_wind": 6.267794661413694, "max_mach_number": 0.9236190402048988, "apogee": 3794.4172036381697, "apogee_time": 26.9678113995202, "apogee_y": -48.731602943053595, "out_of_rail_time": 0.4561444068470202, "impact_velocity": -5.3858456593487105, "lateral_surface_wind": 1.6409877759015323, "x_impact": 3083.791037228481} +{"y_impact": 1506.2035147637268, "t_final": 298.45400871723297, "out_of_rail_velocity": 25.857707303218643, "apogee_x": 281.123184345944, "frontal_surface_wind": 5.495738343714786, "max_mach_number": 0.841931414018249, "apogee": 3424.6295441100874, "apogee_time": 25.82893933860174, "apogee_y": 111.24359212499122, "out_of_rail_time": 0.40874283441131287, "impact_velocity": -5.365851398219237, "lateral_surface_wind": 0.8448243508637985, "x_impact": 2370.8533535563533} +{"y_impact": 1122.181401894836, "t_final": 319.73853284573204, "out_of_rail_velocity": 23.613121106302653, "apogee_x": 85.75814561302809, "frontal_surface_wind": 4.848361663467648, "max_mach_number": 0.870880517949884, "apogee": 3512.942218782085, "apogee_time": 26.397219686028105, "apogee_y": 156.2349382785438, "out_of_rail_time": 0.35968694903780873, "impact_velocity": -5.3161794459158545, "lateral_surface_wind": -0.7376042466039003, "x_impact": 2186.9727794731816} +{"y_impact": 1596.4663673807954, "t_final": 347.93436075151465, "out_of_rail_velocity": 25.861501086467918, "apogee_x": -11.835922160747675, "frontal_surface_wind": 6.260234329416075, "max_mach_number": 1.0057324831858883, "apogee": 4080.2004519088923, "apogee_time": 28.024659210031363, "apogee_y": -280.0996709175653, "out_of_rail_time": 0.36683641137324896, "impact_velocity": -5.339594630339598, "lateral_surface_wind": 1.7273705558153867, "x_impact": 3333.6892959082347} +{"y_impact": 1011.8071762495068, "t_final": 304.63273848628216, "out_of_rail_velocity": 23.530439066052885, "apogee_x": 7.079365040502427, "frontal_surface_wind": 4.838157484939099, "max_mach_number": 0.8625338532659257, "apogee": 3490.858245379117, "apogee_time": 26.414376339551726, "apogee_y": 110.29742107386583, "out_of_rail_time": 0.40363225620512544, "impact_velocity": -5.373611384704777, "lateral_surface_wind": -0.8018123192609634, "x_impact": 1959.7104409278434} +{"y_impact": 1528.9043668090928, "t_final": 294.1804693948563, "out_of_rail_velocity": 22.592864836352177, "apogee_x": -68.89818986796959, "frontal_surface_wind": 7.220550059411913, "max_mach_number": 0.8134697433116981, "apogee": 3256.833446458146, "apogee_time": 25.66202611663998, "apogee_y": -27.14254200301466, "out_of_rail_time": 0.32494076241139686, "impact_velocity": -5.425599726813305, "lateral_surface_wind": -0.2699011086224643, "x_impact": 2773.816157390448} +{"y_impact": 1117.870676466165, "t_final": 270.1592266732915, "out_of_rail_velocity": 23.22110124127981, "apogee_x": 15.026389696326007, "frontal_surface_wind": 5.816919384945387, "max_mach_number": 0.7068090667821505, "apogee": 2732.6071900843526, "apogee_time": 23.416290293799477, "apogee_y": -22.527229658201346, "out_of_rail_time": 0.3214906552612182, "impact_velocity": -5.375504419613198, "lateral_surface_wind": 0.29329190315064535, "x_impact": 1770.6282434841671} +{"y_impact": 1414.3577850820982, "t_final": 318.14226417847374, "out_of_rail_velocity": 23.868892731548375, "apogee_x": 73.80428036385815, "frontal_surface_wind": 6.297343122121518, "max_mach_number": 0.8870656018409457, "apogee": 3577.235897117491, "apogee_time": 26.664758640294462, "apogee_y": -142.61199218636807, "out_of_rail_time": 0.39775633105442976, "impact_velocity": -5.384647579356222, "lateral_surface_wind": 1.342570991826837, "x_impact": 2829.390029351104} +{"y_impact": 729.9068466919219, "t_final": 213.48042554183127, "out_of_rail_velocity": 17.613607162513105, "apogee_x": -77.36698094882205, "frontal_surface_wind": 5.78263678873529, "max_mach_number": 0.5048790296280274, "apogee": 1670.664949399508, "apogee_time": 19.234455744706775, "apogee_y": -116.17653043975785, "out_of_rail_time": 0.4171634533019173, "impact_velocity": -5.2646057013293035, "lateral_surface_wind": 0.6954732496454272, "x_impact": 1033.40886733966} +{"y_impact": 1814.316238496177, "t_final": 341.3439463901568, "out_of_rail_velocity": 25.181154653057682, "apogee_x": 284.8784125954962, "frontal_surface_wind": 6.352034917918152, "max_mach_number": 0.9720869986866926, "apogee": 3959.3219676579974, "apogee_time": 27.712731529137315, "apogee_y": 14.434881424207632, "out_of_rail_time": 0.394907996419503, "impact_velocity": -5.312746363026221, "lateral_surface_wind": 1.2766139588195022, "x_impact": 3463.931234673461} +{"y_impact": 1223.6839390992232, "t_final": 343.2297924313856, "out_of_rail_velocity": 25.892899862941885, "apogee_x": 1.6670465572838675, "frontal_surface_wind": 4.77094720885871, "max_mach_number": 1.0152448043517845, "apogee": 4115.477344940372, "apogee_time": 28.045428849738702, "apogee_y": 157.57611713202402, "out_of_rail_time": 0.34841911296367556, "impact_velocity": -5.24916562231949, "lateral_surface_wind": -1.1352240195988443, "x_impact": 2428.3326126229545} +{"y_impact": 1137.002824639553, "t_final": 251.86813769157484, "out_of_rail_velocity": 20.21513215627133, "apogee_x": 20.7772059057997, "frontal_surface_wind": 6.033951666016113, "max_mach_number": 0.6369731116700522, "apogee": 2297.0985424704454, "apogee_time": 22.137822196368205, "apogee_y": -101.22688950718927, "out_of_rail_time": 0.5123582156085624, "impact_velocity": -5.205219255082905, "lateral_surface_wind": 1.0862698434532319, "x_impact": 1544.4236232769474} +{"y_impact": 1706.2473538497495, "t_final": 361.8592855061055, "out_of_rail_velocity": 27.119572625448807, "apogee_x": 259.4940694000469, "frontal_surface_wind": 5.879654505004703, "max_mach_number": 1.1092023259566632, "apogee": 4520.883465514541, "apogee_time": 29.119378679519407, "apogee_y": 96.21256515589546, "out_of_rail_time": 0.31441680694361546, "impact_velocity": -5.347801550197643, "lateral_surface_wind": 0.49341360222452346, "x_impact": 3432.169156987164} +{"y_impact": 1098.2179440050106, "t_final": 262.1452961135274, "out_of_rail_velocity": 21.006940980449272, "apogee_x": -251.48664112980055, "frontal_surface_wind": 6.618316366596633, "max_mach_number": 0.7137976618675632, "apogee": 2701.6440952809917, "apogee_time": 23.691579578991824, "apogee_y": -179.12702760141752, "out_of_rail_time": 0.3494506540073092, "impact_velocity": -5.428821912917969, "lateral_surface_wind": -0.23259717662456403, "x_impact": 2084.242952801674} +{"y_impact": 1708.95411468474, "t_final": 325.1096588020091, "out_of_rail_velocity": 26.678209100188788, "apogee_x": 390.6732776104621, "frontal_surface_wind": 5.0293397357608285, "max_mach_number": 0.8980320010039214, "apogee": 3660.896803685096, "apogee_time": 26.37626278377562, "apogee_y": 144.16498489718677, "out_of_rail_time": 0.27868465847195134, "impact_velocity": -5.234552032378834, "lateral_surface_wind": 1.3822483572217734, "x_impact": 2790.258684150991} +{"y_impact": 1361.2779712973013, "t_final": 349.72463956519624, "out_of_rail_velocity": 25.829577675216328, "apogee_x": -37.943369719568665, "frontal_surface_wind": 5.632822370365449, "max_mach_number": 1.0239323967811036, "apogee": 4204.487822510964, "apogee_time": 28.420447306185995, "apogee_y": -134.5483652871486, "out_of_rail_time": 0.3567376559699571, "impact_velocity": -5.422872534489726, "lateral_surface_wind": 0.6116814394357402, "x_impact": 2831.715973223704} +{"y_impact": 1393.2094389562865, "t_final": 340.26959945940115, "out_of_rail_velocity": 25.00077758517617, "apogee_x": 240.4566684818353, "frontal_surface_wind": 5.709764117746812, "max_mach_number": 0.981542368954823, "apogee": 4043.4241198994428, "apogee_time": 27.947496319608785, "apogee_y": 87.02652174113052, "out_of_rail_time": 0.2935634080333423, "impact_velocity": -5.345418223334338, "lateral_surface_wind": 0.5214352245806664, "x_impact": 3256.737738797288} +{"y_impact": 1094.3669369835718, "t_final": 286.4511101774656, "out_of_rail_velocity": 22.503519472475457, "apogee_x": 31.498376524287988, "frontal_surface_wind": 5.536709121005869, "max_mach_number": 0.8111046558237451, "apogee": 3244.481071176006, "apogee_time": 25.600054882573247, "apogee_y": 31.932854342402585, "out_of_rail_time": 0.3262663181409379, "impact_velocity": -5.418624621709348, "lateral_surface_wind": -0.07426519152087785, "x_impact": 1889.0547987599875} +{"y_impact": 1350.4098292311137, "t_final": 272.35080867094007, "out_of_rail_velocity": 21.288814150762118, "apogee_x": 159.87251952989476, "frontal_surface_wind": 6.190342421697254, "max_mach_number": 0.7209362926253895, "apogee": 2710.9185031394604, "apogee_time": 23.699575910515613, "apogee_y": -160.0819834224947, "out_of_rail_time": 0.4044135588021911, "impact_velocity": -5.235262793004632, "lateral_surface_wind": 2.282560721226379, "x_impact": 2359.4465175431965} +{"y_impact": 1422.490641639465, "t_final": 306.38341389106506, "out_of_rail_velocity": 25.421925887523294, "apogee_x": 114.77821332960954, "frontal_surface_wind": 5.6382255550551506, "max_mach_number": 0.835442649081835, "apogee": 3352.0720985945895, "apogee_time": 25.426838267653643, "apogee_y": -37.24457057422378, "out_of_rail_time": 0.28641333210780845, "impact_velocity": -5.198760628996241, "lateral_surface_wind": 1.0486590399739582, "x_impact": 2313.689472346097} +{"y_impact": 916.89868528576, "t_final": 262.68947889926926, "out_of_rail_velocity": 21.44639843538871, "apogee_x": 18.303694636715896, "frontal_surface_wind": 5.1086681485110566, "max_mach_number": 0.7084611938176821, "apogee": 2702.502824111521, "apogee_time": 23.766592046955093, "apogee_y": 43.95500265041709, "out_of_rail_time": 0.4436777025328982, "impact_velocity": -5.427036944769264, "lateral_surface_wind": -0.2661862273672595, "x_impact": 1634.3650730261559} +{"y_impact": 1284.6266404767139, "t_final": 303.25707971641543, "out_of_rail_velocity": 22.77722612351572, "apogee_x": 143.08349712747562, "frontal_surface_wind": 4.99890682063517, "max_mach_number": 0.8325887377486976, "apogee": 3330.950067800972, "apogee_time": 25.871350127109483, "apogee_y": -104.67969398488252, "out_of_rail_time": 0.32230538636111555, "impact_velocity": -5.369064239739449, "lateral_surface_wind": 1.4885561115901056, "x_impact": 2220.054128488969} +{"y_impact": 1262.2599722239404, "t_final": 290.934454524757, "out_of_rail_velocity": 24.934258245421262, "apogee_x": 282.88658891432107, "frontal_surface_wind": 5.1145766386752225, "max_mach_number": 0.8059173422122798, "apogee": 3249.597398575518, "apogee_time": 25.19687544072082, "apogee_y": 218.63879599748623, "out_of_rail_time": 0.2894396108737769, "impact_velocity": -5.390580922772707, "lateral_surface_wind": -0.1022309462396418, "x_impact": 2325.243410249752} +{"y_impact": 1381.7815327365506, "t_final": 273.90523830972455, "out_of_rail_velocity": 21.623827967475826, "apogee_x": 60.285927999293875, "frontal_surface_wind": 6.6541890046477095, "max_mach_number": 0.750142290289156, "apogee": 2914.6952395356293, "apogee_time": 24.474575140336878, "apogee_y": -89.29136755440562, "out_of_rail_time": 0.3395670847944732, "impact_velocity": -5.361821171607733, "lateral_surface_wind": 1.0393906562367632, "x_impact": 2045.0701711980757} +{"y_impact": 1464.6372813280823, "t_final": 335.96180691336343, "out_of_rail_velocity": 25.097073383369086, "apogee_x": 128.88374966174356, "frontal_surface_wind": 5.691265689858727, "max_mach_number": 0.9858777451491554, "apogee": 4067.3057964907885, "apogee_time": 28.040612789639948, "apogee_y": -64.6976615435091, "out_of_rail_time": 0.2922882027066114, "impact_velocity": -5.398933257523492, "lateral_surface_wind": 0.9215628839994388, "x_impact": 2999.264192984811} +{"y_impact": 1866.1480552707924, "t_final": 338.1609233293833, "out_of_rail_velocity": 28.131512147587678, "apogee_x": 327.67919141680426, "frontal_surface_wind": 6.258105596171482, "max_mach_number": 1.001654261150667, "apogee": 4135.806763697385, "apogee_time": 27.76333243703799, "apogee_y": 2.4782167532491717, "out_of_rail_time": 0.26066102114019474, "impact_velocity": -5.349955998144104, "lateral_surface_wind": 1.7350669276614892, "x_impact": 3601.1892282549984} +{"y_impact": 1842.7266776209462, "t_final": 328.8799835482047, "out_of_rail_velocity": 25.580450135328757, "apogee_x": 174.28157263185648, "frontal_surface_wind": 7.285680027255006, "max_mach_number": 0.9801495338698778, "apogee": 3983.848458691776, "apogee_time": 27.859055060183945, "apogee_y": -118.30977883327789, "out_of_rail_time": 0.4852862833311044, "impact_velocity": -5.353138861448645, "lateral_surface_wind": 1.5882859477304692, "x_impact": 3620.9371277096025} +{"y_impact": 1612.8156461121027, "t_final": 317.58997809169654, "out_of_rail_velocity": 23.543781977821666, "apogee_x": 245.42433926035136, "frontal_surface_wind": 5.182697513678248, "max_mach_number": 0.8808040871514053, "apogee": 3532.482831922422, "apogee_time": 26.384162653880217, "apogee_y": 98.78637369263592, "out_of_rail_time": 0.31206128298978114, "impact_velocity": -5.22836531550226, "lateral_surface_wind": 0.7012287620478936, "x_impact": 2329.01217747362} +{"y_impact": 1087.6545299292677, "t_final": 285.85345543465206, "out_of_rail_velocity": 22.235657781347815, "apogee_x": 50.06431789491483, "frontal_surface_wind": 4.944607576256674, "max_mach_number": 0.7839093668702684, "apogee": 3051.379663622414, "apogee_time": 24.916577919531914, "apogee_y": -182.070642864005, "out_of_rail_time": 0.3653806352757426, "impact_velocity": -5.272648862829951, "lateral_surface_wind": 1.6600375343859506, "x_impact": 1859.6377593279713} +{"y_impact": 1707.7402592831288, "t_final": 334.55057323727664, "out_of_rail_velocity": 24.884600597897375, "apogee_x": 202.51631946117251, "frontal_surface_wind": 6.350512454459856, "max_mach_number": 0.9483497464536129, "apogee": 3842.400096350571, "apogee_time": 27.377295090662727, "apogee_y": -43.41747556456771, "out_of_rail_time": 0.41201354442092675, "impact_velocity": -5.248301257270019, "lateral_surface_wind": 1.2841660188832749, "x_impact": 3242.6774133028143} +{"y_impact": 1519.4964510226057, "t_final": 325.93850163988736, "out_of_rail_velocity": 24.939839157234, "apogee_x": 192.93764615274546, "frontal_surface_wind": 5.7280438271190395, "max_mach_number": 0.9765814682902394, "apogee": 4033.570982265334, "apogee_time": 27.956412511449216, "apogee_y": 28.464359486914493, "out_of_rail_time": 0.2943491129051269, "impact_velocity": -5.42397701501815, "lateral_surface_wind": 0.6552077657750757, "x_impact": 2948.336097048479} +{"y_impact": 1485.0497284719534, "t_final": 342.1255046034488, "out_of_rail_velocity": 25.360382964821085, "apogee_x": 259.8609854579344, "frontal_surface_wind": 5.53408512170352, "max_mach_number": 1.000971884778949, "apogee": 4110.789921220579, "apogee_time": 28.083017050126454, "apogee_y": 145.06075076325826, "out_of_rail_time": 0.3045472360315014, "impact_velocity": -5.331995704556141, "lateral_surface_wind": 0.18591684980376355, "x_impact": 2880.874100518591} +{"y_impact": 1116.1692791512055, "t_final": 262.8013188968091, "out_of_rail_velocity": 21.121799482549207, "apogee_x": -199.75866914806787, "frontal_surface_wind": 6.684032172497992, "max_mach_number": 0.7159771620044416, "apogee": 2723.1862752962707, "apogee_time": 23.77384310030892, "apogee_y": -248.21801744307155, "out_of_rail_time": 0.3474613949577873, "impact_velocity": -5.3819236394874395, "lateral_surface_wind": 0.8260013092353642, "x_impact": 1587.1859723093512} +{"y_impact": 1721.6776200687711, "t_final": 344.8103651944597, "out_of_rail_velocity": 28.568771483508034, "apogee_x": 307.38443181998895, "frontal_surface_wind": 5.8899309487948965, "max_mach_number": 0.9956300921374789, "apogee": 4050.0559313758677, "apogee_time": 27.535587097319212, "apogee_y": 177.40619971335076, "out_of_rail_time": 0.4259218627533052, "impact_velocity": -5.235377595637898, "lateral_surface_wind": 0.35001071342221257, "x_impact": 3179.1647287741507} +{"y_impact": 1269.802567453387, "t_final": 278.4298080282281, "out_of_rail_velocity": 23.70766843268694, "apogee_x": 210.4589600669904, "frontal_surface_wind": 5.009262540979579, "max_mach_number": 0.7366848959508165, "apogee": 2869.623140581186, "apogee_time": 23.883883739910893, "apogee_y": 8.771707562143574, "out_of_rail_time": 0.31125670271994166, "impact_velocity": -5.356353983530873, "lateral_surface_wind": 1.4533263550503384, "x_impact": 1948.3079201587507} +{"y_impact": 1688.3817486628618, "t_final": 319.89079772996524, "out_of_rail_velocity": 23.838684727845525, "apogee_x": 178.43468680698672, "frontal_surface_wind": 6.363831564140233, "max_mach_number": 0.8969843545552062, "apogee": 3660.586095188873, "apogee_time": 26.86998989947947, "apogee_y": 23.6612029453555, "out_of_rail_time": 0.3225646259164688, "impact_velocity": -5.36450556167931, "lateral_surface_wind": 0.7558252543159414, "x_impact": 2662.189524742296} +{"y_impact": 1295.8419087810862, "t_final": 302.81441929515057, "out_of_rail_velocity": 23.295142639061364, "apogee_x": 247.35347133756193, "frontal_surface_wind": 5.382882603029829, "max_mach_number": 0.8410337639900666, "apogee": 3365.7274759831703, "apogee_time": 26.008806328754535, "apogee_y": 101.53741246514191, "out_of_rail_time": 0.4260344374694058, "impact_velocity": -5.367603152184962, "lateral_surface_wind": 0.5919302658810928, "x_impact": 2442.465590102012} +{"y_impact": 1353.40974058939, "t_final": 299.7031235244689, "out_of_rail_velocity": 23.721072917342177, "apogee_x": -144.83633335728067, "frontal_surface_wind": 6.621312470565018, "max_mach_number": 0.8505293951715005, "apogee": 3382.606234234402, "apogee_time": 26.045181645324657, "apogee_y": -114.35666979762948, "out_of_rail_time": 0.4333605029339227, "impact_velocity": -5.36144271729795, "lateral_surface_wind": -0.12014217442161046, "x_impact": 2850.256203855495} +{"y_impact": 1185.8798102216283, "t_final": 322.0480399501706, "out_of_rail_velocity": 24.320042158116177, "apogee_x": 113.23563288593768, "frontal_surface_wind": 4.944431649363966, "max_mach_number": 0.9325682308414966, "apogee": 3803.925203634955, "apogee_time": 27.238689843681875, "apogee_y": 54.554467592918925, "out_of_rail_time": 0.30179039462630697, "impact_velocity": -5.330674308098604, "lateral_surface_wind": 0.09630162963536693, "x_impact": 2668.809922612868} +{"y_impact": 1584.5300293184757, "t_final": 339.6683839047792, "out_of_rail_velocity": 28.553880363730865, "apogee_x": 118.40785259612358, "frontal_surface_wind": 5.938640576879721, "max_mach_number": 0.9900627843701268, "apogee": 4100.744932957005, "apogee_time": 27.850751550237867, "apogee_y": 37.14154079661638, "out_of_rail_time": 0.45180208332865246, "impact_velocity": -5.407895971680697, "lateral_surface_wind": 0.2838147298845328, "x_impact": 3177.356644347054} +{"y_impact": 1194.2137818007125, "t_final": 302.4901427653451, "out_of_rail_velocity": 23.828524295648332, "apogee_x": 162.39846144349508, "frontal_surface_wind": 5.115564142189186, "max_mach_number": 0.8596058508753794, "apogee": 3474.873959771051, "apogee_time": 26.447175535098523, "apogee_y": 113.6066705617954, "out_of_rail_time": 0.4991734737178806, "impact_velocity": -5.432488988143594, "lateral_surface_wind": -0.018677965617563963, "x_impact": 2343.537075364608} +{"y_impact": 1755.4123510248537, "t_final": 331.48419190370385, "out_of_rail_velocity": 24.550350550111535, "apogee_x": 161.97661696746957, "frontal_surface_wind": 6.37385582637419, "max_mach_number": 0.9368934681501734, "apogee": 3849.507302536838, "apogee_time": 27.436620725749172, "apogee_y": 24.383766192996113, "out_of_rail_time": 0.34510544762715284, "impact_velocity": -5.313915546217, "lateral_surface_wind": 0.6660224443703706, "x_impact": 2811.096802243945} +{"y_impact": 1962.283196041099, "t_final": 361.883935503087, "out_of_rail_velocity": 26.16575664488632, "apogee_x": 234.01918664172186, "frontal_surface_wind": 6.622368383838829, "max_mach_number": 1.0382219347339432, "apogee": 4206.4958071844585, "apogee_time": 28.312345293936396, "apogee_y": 140.63780928494302, "out_of_rail_time": 0.3743823780292382, "impact_velocity": -5.224920072022638, "lateral_surface_wind": 0.02121234702912611, "x_impact": 4327.303766452009} +{"y_impact": 1153.1126830845074, "t_final": 272.878987357328, "out_of_rail_velocity": 23.33915796653376, "apogee_x": 23.72803572789353, "frontal_surface_wind": 6.141343856690217, "max_mach_number": 0.7124055196005582, "apogee": 2752.3103751967737, "apogee_time": 23.465032018791568, "apogee_y": -0.022079553752190544, "out_of_rail_time": 0.3116199594328842, "impact_velocity": -5.34813743649274, "lateral_surface_wind": 0.14036319388620022, "x_impact": 1972.494217521572} +{"y_impact": 1115.9933138309768, "t_final": 301.04033179445935, "out_of_rail_velocity": 25.42336371552362, "apogee_x": 134.42898991437363, "frontal_surface_wind": 5.9256200343526, "max_mach_number": 0.8443610238644371, "apogee": 3448.6362781603143, "apogee_time": 25.859675944840628, "apogee_y": 103.05311608282169, "out_of_rail_time": 0.2815097185486824, "impact_velocity": -5.3828110321388944, "lateral_surface_wind": -0.14544997244075963, "x_impact": 2750.021704660749} +{"y_impact": 1209.0536634230082, "t_final": 294.9182732425645, "out_of_rail_velocity": 22.769234059505553, "apogee_x": 181.31771477122226, "frontal_surface_wind": 5.112640980090822, "max_mach_number": 0.8218108422215222, "apogee": 3301.8964927834872, "apogee_time": 25.78880333901288, "apogee_y": 158.6443057539154, "out_of_rail_time": 0.3222759603498151, "impact_velocity": -5.416674873015557, "lateral_surface_wind": -0.1739182795089702, "x_impact": 2253.3747548784727} +{"y_impact": 848.8957243192151, "t_final": 235.90059593227758, "out_of_rail_velocity": 19.27372099362911, "apogee_x": 69.95275402692599, "frontal_surface_wind": 5.3778249873006825, "max_mach_number": 0.6006530982376024, "apogee": 2163.154343861372, "apogee_time": 21.563351133225417, "apogee_y": -17.649531428392986, "out_of_rail_time": 0.38102474616298143, "impact_velocity": -5.402909103991393, "lateral_surface_wind": 0.6362428495721315, "x_impact": 1376.142812364481} +{"y_impact": 1078.7926852243377, "t_final": 300.5122223317308, "out_of_rail_velocity": 23.064672098886426, "apogee_x": 24.55642194510366, "frontal_surface_wind": 5.1143768157061436, "max_mach_number": 0.8450104355957894, "apogee": 3403.3910950814225, "apogee_time": 26.091922791088958, "apogee_y": 25.099067658837267, "out_of_rail_time": 0.3181401829425295, "impact_velocity": -5.357080591905943, "lateral_surface_wind": -0.11178168999833415, "x_impact": 2139.886262939637} +{"y_impact": 1590.2123988131932, "t_final": 331.28473092763284, "out_of_rail_velocity": 25.37991851695626, "apogee_x": 75.16603829757982, "frontal_surface_wind": 5.941550105364283, "max_mach_number": 0.9729103254093553, "apogee": 4061.2258013705464, "apogee_time": 28.1247502478427, "apogee_y": 81.93309315409248, "out_of_rail_time": 0.33159607110378686, "impact_velocity": -5.491731390002579, "lateral_surface_wind": -0.21444124535036213, "x_impact": 3022.0461554671388} +{"y_impact": 941.0775687405362, "t_final": 283.76034978155843, "out_of_rail_velocity": 24.287543988419895, "apogee_x": 124.56279761590088, "frontal_surface_wind": 5.913818139551494, "max_mach_number": 0.7678065512029637, "apogee": 3014.0426171846284, "apogee_time": 24.395737869425474, "apogee_y": 28.51503487141855, "out_of_rail_time": 0.34274340745788234, "impact_velocity": -5.361084715054803, "lateral_surface_wind": 0.40110285253989275, "x_impact": 2434.6002049452227} +{"y_impact": 1049.7631810646178, "t_final": 291.5424456815055, "out_of_rail_velocity": 22.959617090315437, "apogee_x": -16.931532010458735, "frontal_surface_wind": 5.434289544884586, "max_mach_number": 0.8116325440033874, "apogee": 3231.61999890724, "apogee_time": 25.57791974286906, "apogee_y": -77.19650070107043, "out_of_rail_time": 0.37737699360601795, "impact_velocity": -5.4534367430523245, "lateral_surface_wind": 0.448062079260132, "x_impact": 1993.127366426216} +{"y_impact": 1520.268734419802, "t_final": 314.53377554385844, "out_of_rail_velocity": 23.257631794992523, "apogee_x": 80.51583620047204, "frontal_surface_wind": 6.292580732292468, "max_mach_number": 0.8575598884018079, "apogee": 3387.1838377477716, "apogee_time": 25.97843253223761, "apogee_y": -225.81500816416025, "out_of_rail_time": 0.36667332008916187, "impact_velocity": -5.213911096056165, "lateral_surface_wind": 1.9833936753785664, "x_impact": 2930.5455359485723} +{"y_impact": 1246.8696633232394, "t_final": 322.7055413562108, "out_of_rail_velocity": 24.85857501761456, "apogee_x": 200.00408628868487, "frontal_surface_wind": 5.927027844307172, "max_mach_number": 0.9245491652503468, "apogee": 3673.0246697098423, "apogee_time": 26.86921653842132, "apogee_y": 139.91805115554487, "out_of_rail_time": 0.5283337016090315, "impact_velocity": -5.160784211792236, "lateral_surface_wind": -0.06685371202409529, "x_impact": 3102.4501058339893} +{"y_impact": 848.3616400049771, "t_final": 278.01889043532117, "out_of_rail_velocity": 22.31477031016868, "apogee_x": -20.8338031578745, "frontal_surface_wind": 4.8636336764221015, "max_mach_number": 0.7828066869567286, "apogee": 3107.9957963982756, "apogee_time": 25.17342210144032, "apogee_y": 66.14218570593674, "out_of_rail_time": 0.34611949045385587, "impact_velocity": -5.4369978448082685, "lateral_surface_wind": -0.629077344977317, "x_impact": 1619.4129285005124} +{"y_impact": 1605.5250006970925, "t_final": 311.4944839375763, "out_of_rail_velocity": 26.0217542374478, "apogee_x": 17.081645750143032, "frontal_surface_wind": 6.074140035898013, "max_mach_number": 0.8841632156245582, "apogee": 3631.2727618418617, "apogee_time": 26.395678830384796, "apogee_y": -111.4167025563151, "out_of_rail_time": 0.28160170062750234, "impact_velocity": -5.377560286006297, "lateral_surface_wind": 0.9687504296552429, "x_impact": 2309.3370041127505} +{"y_impact": 1085.9293966674775, "t_final": 252.35550675944015, "out_of_rail_velocity": 20.467060015943527, "apogee_x": 58.32203718421326, "frontal_surface_wind": 5.82224950400228, "max_mach_number": 0.6726428518707662, "apogee": 2543.3543107974624, "apogee_time": 23.13787146996227, "apogee_y": 28.95967427320913, "out_of_rail_time": 0.35856742250917656, "impact_velocity": -5.469205861856449, "lateral_surface_wind": 0.15486117832548985, "x_impact": 1626.5652138767114} +{"y_impact": 1247.7911895862865, "t_final": 336.4025551360044, "out_of_rail_velocity": 25.35769775801425, "apogee_x": 58.47712890135399, "frontal_surface_wind": 5.115349616668739, "max_mach_number": 0.9994364163514873, "apogee": 4151.205141937115, "apogee_time": 28.29265590829934, "apogee_y": 19.959028529542735, "out_of_rail_time": 0.28974064898369806, "impact_velocity": -5.482540128523499, "lateral_surface_wind": 0.050434695382951755, "x_impact": 2713.1692296800325} +{"y_impact": 1447.0235988946058, "t_final": 331.7227084346653, "out_of_rail_velocity": 27.43045462365518, "apogee_x": 218.43578965115802, "frontal_surface_wind": 5.398139201126263, "max_mach_number": 0.9406878214617478, "apogee": 3871.996114193086, "apogee_time": 27.113166441514224, "apogee_y": 106.20700719361655, "out_of_rail_time": 0.38480318336305974, "impact_velocity": -5.325263202901087, "lateral_surface_wind": 0.4311609014407036, "x_impact": 2824.2537541470983} +{"y_impact": 1047.194684918037, "t_final": 268.96168240754105, "out_of_rail_velocity": 21.094392466830396, "apogee_x": 27.81771305984871, "frontal_surface_wind": 6.101970833182829, "max_mach_number": 0.7171838434819303, "apogee": 2750.3216516118277, "apogee_time": 23.895445351500396, "apogee_y": -70.75255089607175, "out_of_rail_time": 0.34796009516786014, "impact_velocity": -5.4031411760544765, "lateral_surface_wind": 0.7083488852893498, "x_impact": 1935.0995051394937} +{"y_impact": 1170.0011676020406, "t_final": 339.7479741398207, "out_of_rail_velocity": 27.208497475897612, "apogee_x": -2.129757883035317, "frontal_surface_wind": 4.778888868430678, "max_mach_number": 0.9533290487709902, "apogee": 3938.8011298222655, "apogee_time": 27.198884635847683, "apogee_y": 122.04788691067088, "out_of_rail_time": 0.2652463481601531, "impact_velocity": -5.292288968990723, "lateral_surface_wind": -1.1013137734452605, "x_impact": 2362.0310491253326} +{"y_impact": 1607.3812163899456, "t_final": 327.44219208687326, "out_of_rail_velocity": 24.295022584139833, "apogee_x": 166.78327522949306, "frontal_surface_wind": 6.219834719735088, "max_mach_number": 0.9231316950671451, "apogee": 3762.654206989291, "apogee_time": 27.221111638582247, "apogee_y": -207.74571755312652, "out_of_rail_time": 0.3612954551841824, "impact_velocity": -5.390702477920078, "lateral_surface_wind": 2.2009268054908264, "x_impact": 3300.128302507988} +{"y_impact": 1656.9923998525765, "t_final": 332.44706344826824, "out_of_rail_velocity": 27.329154851975325, "apogee_x": 74.96483476485798, "frontal_surface_wind": 6.345683938054797, "max_mach_number": 0.9538915600524884, "apogee": 3926.442028127392, "apogee_time": 27.200566290303126, "apogee_y": -190.99689745932326, "out_of_rail_time": 0.2704992821521729, "impact_velocity": -5.338810903566756, "lateral_surface_wind": 1.806299560500273, "x_impact": 3287.28798371252} +{"y_impact": 1705.6473287677507, "t_final": 335.0839409758347, "out_of_rail_velocity": 27.114438180476746, "apogee_x": 212.97044265388104, "frontal_surface_wind": 6.350377071088363, "max_mach_number": 0.9282651947987887, "apogee": 3778.1433144146654, "apogee_time": 26.791343809822543, "apogee_y": 20.200477185445802, "out_of_rail_time": 0.3750168280346539, "impact_velocity": -5.229285772843457, "lateral_surface_wind": 1.0638319044009084, "x_impact": 3215.0101684687174} +{"y_impact": 786.8842232786174, "t_final": 238.09625521858825, "out_of_rail_velocity": 19.88651312307164, "apogee_x": 35.543381153763775, "frontal_surface_wind": 5.332308855607391, "max_mach_number": 0.614325222021731, "apogee": 2218.527887009638, "apogee_time": 21.889756232197833, "apogee_y": -74.69478196359388, "out_of_rail_time": 0.5301546665609218, "impact_velocity": -5.45123386521424, "lateral_surface_wind": 0.9446104096812822, "x_impact": 1361.2384913635951} +{"y_impact": 1689.6072695789376, "t_final": 305.42783044623, "out_of_rail_velocity": 26.84680989257166, "apogee_x": 172.63257888715086, "frontal_surface_wind": 7.213468138777756, "max_mach_number": 0.9052358903826129, "apogee": 3726.0672643444827, "apogee_time": 26.736326522707824, "apogee_y": 55.48978042903532, "out_of_rail_time": 0.39161307017698505, "impact_velocity": -5.393307442668338, "lateral_surface_wind": 0.4184103007183193, "x_impact": 3317.8599949770905} +{"y_impact": 1620.7782094852666, "t_final": 323.847106305531, "out_of_rail_velocity": 24.1064776597481, "apogee_x": 131.47780116913327, "frontal_surface_wind": 6.340116112146797, "max_mach_number": 0.9185452935449645, "apogee": 3680.578371789264, "apogee_time": 26.826418078214996, "apogee_y": -181.27031944002604, "out_of_rail_time": 0.3189398645891459, "impact_velocity": -5.17790385050457, "lateral_surface_wind": 1.8257465400341584, "x_impact": 3153.1444631928475} +{"y_impact": 1351.5507304960643, "t_final": 289.5902689599543, "out_of_rail_velocity": 22.763264126796432, "apogee_x": 205.32204611749992, "frontal_surface_wind": 5.484152093820451, "max_mach_number": 0.8038167334219343, "apogee": 3171.235428887321, "apogee_time": 25.34790512223825, "apogee_y": 30.988949629153414, "out_of_rail_time": 0.4284004475108054, "impact_velocity": -5.326829816984687, "lateral_surface_wind": 0.9170299549273961, "x_impact": 2122.068009075482} +{"y_impact": 1105.8600732767327, "t_final": 296.3278129886838, "out_of_rail_velocity": 22.33618746909221, "apogee_x": 54.29070618484646, "frontal_surface_wind": 5.394542929000361, "max_mach_number": 0.7974705743428138, "apogee": 3125.245344156579, "apogee_time": 25.11635457124855, "apogee_y": -29.176100542784383, "out_of_rail_time": 0.3286142860347175, "impact_velocity": -5.250421265415462, "lateral_surface_wind": 0.47403918070077244, "x_impact": 2079.750100845947} +{"y_impact": 1500.6515437804753, "t_final": 325.6809314288797, "out_of_rail_velocity": 24.47350219103037, "apogee_x": 206.6667001489069, "frontal_surface_wind": 5.706982891687783, "max_mach_number": 0.9408119745832818, "apogee": 3894.2111946790187, "apogee_time": 27.617893083934202, "apogee_y": 11.740891785167921, "out_of_rail_time": 0.30921171186888097, "impact_velocity": -5.4428528729033365, "lateral_surface_wind": 0.8186144243240769, "x_impact": 2944.7108315728856} +{"y_impact": 1776.7848403015878, "t_final": 337.1699667149932, "out_of_rail_velocity": 25.569557954877084, "apogee_x": 167.86986095395605, "frontal_surface_wind": 6.622340324485714, "max_mach_number": 0.9857185942819787, "apogee": 4037.7569714066476, "apogee_time": 27.936444228102264, "apogee_y": 93.12296554994927, "out_of_rail_time": 0.3548293066409537, "impact_velocity": -5.368997223504157, "lateral_surface_wind": 0.028663594070319043, "x_impact": 3870.9982309778084} +{"y_impact": 1312.251631738832, "t_final": 342.4762133854757, "out_of_rail_velocity": 28.955821892844927, "apogee_x": 197.29543975136818, "frontal_surface_wind": 5.927237741606861, "max_mach_number": 1.0155055221995117, "apogee": 4125.298383873103, "apogee_time": 27.788771004899765, "apogee_y": 122.2138437004011, "out_of_rail_time": 0.4518015264635343, "impact_velocity": -5.320384503763026, "lateral_surface_wind": -0.0445111275428034, "x_impact": 3472.3794696834357} +{"y_impact": 1052.6042192465704, "t_final": 278.10297839481143, "out_of_rail_velocity": 22.176201220981657, "apogee_x": -65.2048308571419, "frontal_surface_wind": 5.664033856698576, "max_mach_number": 0.7700388573761099, "apogee": 3009.9483734001424, "apogee_time": 24.86369557360943, "apogee_y": -83.89527360288199, "out_of_rail_time": 0.42376754322067056, "impact_velocity": -5.3788794936218105, "lateral_surface_wind": 0.14684178428456418, "x_impact": 1761.490379636164} +{"y_impact": 1526.303097793052, "t_final": 306.04112805061817, "out_of_rail_velocity": 23.20022852006796, "apogee_x": -124.93947082575488, "frontal_surface_wind": 7.224888988586339, "max_mach_number": 0.8594261038951932, "apogee": 3465.38688472645, "apogee_time": 26.28228871371447, "apogee_y": -93.09895568945292, "out_of_rail_time": 0.31644020539437545, "impact_velocity": -5.372771474326926, "lateral_surface_wind": -0.10084082265082817, "x_impact": 2929.615151646616} +{"y_impact": 1202.7915289765522, "t_final": 262.11976062328205, "out_of_rail_velocity": 21.008265114283393, "apogee_x": 208.54202915831223, "frontal_surface_wind": 5.795555964261106, "max_mach_number": 0.6817443036862648, "apogee": 2550.1126885662984, "apogee_time": 23.12205232226976, "apogee_y": 87.26420458890621, "out_of_rail_time": 0.4467344282142451, "impact_velocity": -5.2772893912165335, "lateral_surface_wind": 0.5780158618279239, "x_impact": 1878.224583661679} +{"y_impact": 1419.2382954087777, "t_final": 352.55268056080445, "out_of_rail_velocity": 26.09977057954953, "apogee_x": 321.0804718958262, "frontal_surface_wind": 5.925580527937983, "max_mach_number": 1.0338884473843968, "apogee": 4114.701047974062, "apogee_time": 27.9383006654343, "apogee_y": 182.66194746636123, "out_of_rail_time": 0.37460654472262106, "impact_velocity": -5.105534289986224, "lateral_surface_wind": 0.14705064748629582, "x_impact": 3703.959299488255} +{"y_impact": 1610.9146226270973, "t_final": 344.1708699181488, "out_of_rail_velocity": 29.43970368786277, "apogee_x": 258.8434764408743, "frontal_surface_wind": 5.634326206397599, "max_mach_number": 1.0356038471100046, "apogee": 4263.783666557871, "apogee_time": 28.263802849148586, "apogee_y": 105.13883794400446, "out_of_rail_time": 0.468353037198126, "impact_velocity": -5.392449464647228, "lateral_surface_wind": 0.5976706779998961, "x_impact": 3117.5214490782746} +{"y_impact": 1660.8127355596994, "t_final": 339.788894628675, "out_of_rail_velocity": 24.68948530173527, "apogee_x": 113.2002650665492, "frontal_surface_wind": 6.3168313751688965, "max_mach_number": 0.963998738462283, "apogee": 3939.683658601403, "apogee_time": 27.658766657460923, "apogee_y": -224.36734047305845, "out_of_rail_time": 0.29677951324575763, "impact_velocity": -5.313206149540256, "lateral_surface_wind": 1.904747784256997, "x_impact": 3423.15007569937} +{"y_impact": 1375.4902931967954, "t_final": 278.6118432861105, "out_of_rail_velocity": 21.44266598562058, "apogee_x": 71.84510037461689, "frontal_surface_wind": 6.375640036887593, "max_mach_number": 0.7368442085583123, "apogee": 2839.5132052877875, "apogee_time": 24.170463370773568, "apogee_y": -25.93112758104389, "out_of_rail_time": 0.34255127474288216, "impact_velocity": -5.289954941023707, "lateral_surface_wind": 0.648720364907148, "x_impact": 1904.81467287889} +{"y_impact": 1612.8098419613939, "t_final": 335.848874998589, "out_of_rail_velocity": 24.839981551742856, "apogee_x": 249.4044404962985, "frontal_surface_wind": 5.720706877954651, "max_mach_number": 0.9582572480875732, "apogee": 3903.6383698100494, "apogee_time": 27.533420553340815, "apogee_y": 63.01058588834389, "out_of_rail_time": 0.3433539614965979, "impact_velocity": -5.261580233101484, "lateral_surface_wind": 0.7164468705011156, "x_impact": 3088.6814581277918} +{"y_impact": 1966.4821160932247, "t_final": 372.2622334864486, "out_of_rail_velocity": 31.527186138043422, "apogee_x": 295.0116173879299, "frontal_surface_wind": 6.286484038552091, "max_mach_number": 1.1735475952235086, "apogee": 4859.057817925185, "apogee_time": 29.77833624128671, "apogee_y": 30.77829296248961, "out_of_rail_time": 0.40098776427797145, "impact_velocity": -5.519517817431316, "lateral_surface_wind": 1.2448865108270297, "x_impact": 3671.2324532075213} +{"y_impact": 1453.812356284652, "t_final": 354.080420387084, "out_of_rail_velocity": 25.986199225248765, "apogee_x": 78.68408530916471, "frontal_surface_wind": 5.534961604862965, "max_mach_number": 1.042690213621783, "apogee": 4249.575006335923, "apogee_time": 28.376792970312692, "apogee_y": 71.89684791846115, "out_of_rail_time": 0.2823592097398533, "impact_velocity": -5.250129748642795, "lateral_surface_wind": -0.15768082316506815, "x_impact": 2812.1099560796833} +{"y_impact": 1537.4189983259519, "t_final": 334.8309901367878, "out_of_rail_velocity": 25.99368026475005, "apogee_x": 111.54581910773989, "frontal_surface_wind": 5.800795689441391, "max_mach_number": 0.9945276432903383, "apogee": 4094.637383471, "apogee_time": 28.241956688765192, "apogee_y": -5.290211560179485, "out_of_rail_time": 0.5126167959050514, "impact_velocity": -5.430082935025578, "lateral_surface_wind": 0.5228198932379398, "x_impact": 2900.169007383251} +{"y_impact": 1875.208441388218, "t_final": 337.218195798794, "out_of_rail_velocity": 25.893736403900363, "apogee_x": 186.29734399279613, "frontal_surface_wind": 6.635754871381993, "max_mach_number": 1.0088125739976839, "apogee": 4143.961310239398, "apogee_time": 28.273155433070308, "apogee_y": -42.421730207415244, "out_of_rail_time": 0.3941477964895874, "impact_velocity": -5.424863302384047, "lateral_surface_wind": 1.1512260997636035, "x_impact": 3193.7806633055256} +{"y_impact": 781.052242148201, "t_final": 202.61229308858688, "out_of_rail_velocity": 19.642165152726587, "apogee_x": 85.14814272418809, "frontal_surface_wind": 5.380116246575188, "max_mach_number": 0.5026117758059878, "apogee": 1705.709153810026, "apogee_time": 19.066152042416846, "apogee_y": 20.465695610527405, "out_of_rail_time": 0.42338409711751185, "impact_velocity": -5.443423469449516, "lateral_surface_wind": 0.616567701882742, "x_impact": 1110.2296701848584} +{"y_impact": 1756.7948738257633, "t_final": 356.09933542961994, "out_of_rail_velocity": 26.958207329791275, "apogee_x": -133.24439136939677, "frontal_surface_wind": 6.6661508462444505, "max_mach_number": 1.1126095493859474, "apogee": 4497.334519688723, "apogee_time": 28.994828279322466, "apogee_y": -246.2425639549666, "out_of_rail_time": 0.27198356655598654, "impact_velocity": -5.33663076668846, "lateral_surface_wind": 0.9596859595519556, "x_impact": 3118.894593055914} +{"y_impact": 1166.4719552741071, "t_final": 268.1935428621682, "out_of_rail_velocity": 21.224036966196113, "apogee_x": 30.43336144548558, "frontal_surface_wind": 6.299267349201402, "max_mach_number": 0.7281455830729555, "apogee": 2771.9503881398555, "apogee_time": 23.91492551485327, "apogee_y": -164.11889438602148, "out_of_rail_time": 0.3457262598769515, "impact_velocity": -5.237200562053845, "lateral_surface_wind": 1.5156918095673046, "x_impact": 1955.4917033089864} +{"y_impact": 911.2516107030788, "t_final": 229.9991546562017, "out_of_rail_velocity": 18.968706025831718, "apogee_x": -70.29042196354874, "frontal_surface_wind": 6.295478245463042, "max_mach_number": 0.5823411410758802, "apogee": 2049.223424360329, "apogee_time": 21.056731008990024, "apogee_y": -205.43217191085915, "out_of_rail_time": 0.38676402326669257, "impact_velocity": -5.3879374242291656, "lateral_surface_wind": 1.5313537994878392, "x_impact": 1339.2525657676742} +{"y_impact": 1273.7326104936203, "t_final": 320.1795866024464, "out_of_rail_velocity": 24.4594788437545, "apogee_x": 100.48986119683786, "frontal_surface_wind": 5.091409493478267, "max_mach_number": 0.9463932913528119, "apogee": 3901.3133592836048, "apogee_time": 27.586948743021896, "apogee_y": 5.651003819508002, "out_of_rail_time": 0.30021457278087255, "impact_velocity": -5.395737991118159, "lateral_surface_wind": 0.4159449343914283, "x_impact": 2374.574869650783} +{"y_impact": 1741.757727329888, "t_final": 335.23950664638693, "out_of_rail_velocity": 24.937611952043117, "apogee_x": -48.251244172866, "frontal_surface_wind": 7.22559191613943, "max_mach_number": 0.9734376919593558, "apogee": 4011.2800616342242, "apogee_time": 27.869623984346852, "apogee_y": -55.41683662716137, "out_of_rail_time": 0.2942696299868309, "impact_velocity": -5.354429604081468, "lateral_surface_wind": -0.003351168384775338, "x_impact": 3551.475499913693} +{"y_impact": 1012.5349564438229, "t_final": 270.44858705137494, "out_of_rail_velocity": 24.22461451471454, "apogee_x": 58.9341777074196, "frontal_surface_wind": 5.087308368257461, "max_mach_number": 0.7249480680127195, "apogee": 2810.354079794069, "apogee_time": 23.835101037161902, "apogee_y": -4.170095140237164, "out_of_rail_time": 0.5174201313392354, "impact_velocity": -5.42658502924308, "lateral_surface_wind": 0.4634159956066659, "x_impact": 1654.3027959413603} +{"y_impact": 1526.0923053378704, "t_final": 324.03084045746533, "out_of_rail_velocity": 26.223806846951003, "apogee_x": 210.15653943872002, "frontal_surface_wind": 5.029556799920566, "max_mach_number": 0.8820004239431323, "apogee": 3636.1199243307806, "apogee_time": 26.485189945885566, "apogee_y": -7.140847333182872, "out_of_rail_time": 0.33705065694542685, "impact_velocity": -5.438363474535691, "lateral_surface_wind": 1.3814583218895482, "x_impact": 2599.5923065824722} +{"y_impact": 1665.8231931940259, "t_final": 324.9306423883004, "out_of_rail_velocity": 25.456060105124955, "apogee_x": 218.07046210286208, "frontal_surface_wind": 6.011549948052655, "max_mach_number": 0.9922062035082913, "apogee": 4080.831927552236, "apogee_time": 28.089987580696658, "apogee_y": -25.30248649810095, "out_of_rail_time": 0.36399150232600647, "impact_velocity": -5.351018842624688, "lateral_surface_wind": 1.204085587773006, "x_impact": 2916.710709298967} +{"y_impact": 1547.4141765820668, "t_final": 308.8081141714223, "out_of_rail_velocity": 23.25496411780652, "apogee_x": 126.82248388985694, "frontal_surface_wind": 6.350563217731236, "max_mach_number": 0.868847854795562, "apogee": 3461.4627893602637, "apogee_time": 26.203559562813023, "apogee_y": -170.3044243037976, "out_of_rail_time": 0.31567295684101887, "impact_velocity": -5.228792936046863, "lateral_surface_wind": 1.7890694680613168, "x_impact": 2916.4993815024745} +{"y_impact": 1051.2185470018176, "t_final": 288.8970375336519, "out_of_rail_velocity": 22.257748428354464, "apogee_x": 119.68677642443093, "frontal_surface_wind": 5.7049692292413, "max_mach_number": 0.7931836075484225, "apogee": 3118.1515753950707, "apogee_time": 25.13173952597526, "apogee_y": 4.853569853910154, "out_of_rail_time": 0.3295518293903657, "impact_velocity": -5.326329918207878, "lateral_surface_wind": 0.5715129632409424, "x_impact": 2308.6104193733204} +{"y_impact": 1810.5401281888894, "t_final": 312.4323718266417, "out_of_rail_velocity": 25.9223940288259, "apogee_x": 72.1093048222106, "frontal_surface_wind": 7.408891152478783, "max_mach_number": 0.8666124876038277, "apogee": 3537.9456386257007, "apogee_time": 26.128114901859977, "apogee_y": -68.16670876924569, "out_of_rail_time": 0.3120854323907103, "impact_velocity": -5.364907496644407, "lateral_surface_wind": 0.8438706073932192, "x_impact": 3195.3173009012294} +{"y_impact": 1605.6405206171112, "t_final": 322.35994293503586, "out_of_rail_velocity": 24.71960733929886, "apogee_x": 194.062108091546, "frontal_surface_wind": 6.261001041270301, "max_mach_number": 0.9581293872115515, "apogee": 3959.170768068065, "apogee_time": 27.794949039501606, "apogee_y": -130.02816187735496, "out_of_rail_time": 0.3112204532000123, "impact_velocity": -5.448613460679167, "lateral_surface_wind": 1.7245894750663728, "x_impact": 3211.009777699815} +{"y_impact": 1798.6535784884338, "t_final": 349.212383675885, "out_of_rail_velocity": 29.841305832695003, "apogee_x": 143.36374049206572, "frontal_surface_wind": 6.267090972140593, "max_mach_number": 1.0491395560787609, "apogee": 4177.153276331624, "apogee_time": 27.8534790323743, "apogee_y": -114.92186402795556, "out_of_rail_time": 0.5086880588530005, "impact_velocity": -5.22164079830144, "lateral_surface_wind": 1.7023259509304856, "x_impact": 3526.7969266171967} +{"y_impact": 1412.1655927753638, "t_final": 345.34584811129776, "out_of_rail_velocity": 25.21001681363257, "apogee_x": 68.3465057691784, "frontal_surface_wind": 5.533581491749839, "max_mach_number": 0.9983264677797365, "apogee": 3998.8960280442457, "apogee_time": 27.593445806862356, "apogee_y": 73.27274012190104, "out_of_rail_time": 0.3000003200176637, "impact_velocity": -5.111708638922612, "lateral_surface_wind": -0.20034740693316833, "x_impact": 2640.284484869913} +{"y_impact": 1604.3157719364378, "t_final": 303.7058158827272, "out_of_rail_velocity": 23.500300522507683, "apogee_x": 488.63857773030355, "frontal_surface_wind": 4.983985180366258, "max_mach_number": 0.8537603080359076, "apogee": 3417.502432365691, "apogee_time": 26.176766197351956, "apogee_y": 162.9314248820816, "out_of_rail_time": 0.4196440433873676, "impact_velocity": -5.365244950603451, "lateral_surface_wind": 1.537777753979622, "x_impact": 2645.6738578036134} +{"y_impact": 1243.9457707703377, "t_final": 310.17561491261773, "out_of_rail_velocity": 26.10160575902947, "apogee_x": 263.66695646328463, "frontal_surface_wind": 4.942017693040143, "max_mach_number": 0.8863349207829545, "apogee": 3667.2728947249534, "apogee_time": 26.52035183192323, "apogee_y": 150.14012858585983, "out_of_rail_time": 0.2748498220986988, "impact_velocity": -5.40933866876376, "lateral_surface_wind": 0.18204246971703553, "x_impact": 2698.144709631357} +{"y_impact": 1195.7410081206294, "t_final": 241.6424998757049, "out_of_rail_velocity": 20.141401213507784, "apogee_x": 61.00289927803785, "frontal_surface_wind": 6.0706384277177605, "max_mach_number": 0.6342048644972689, "apogee": 2310.0954285364396, "apogee_time": 22.23270587435066, "apogee_y": -60.51168748665425, "out_of_rail_time": 0.4914574537365166, "impact_velocity": -5.366275584182923, "lateral_surface_wind": 0.9904562840291216, "x_impact": 1412.0439224059794} +{"y_impact": 1702.9293488241187, "t_final": 328.84063078054066, "out_of_rail_velocity": 24.266455424650903, "apogee_x": 25.69522856764161, "frontal_surface_wind": 7.210095789510242, "max_mach_number": 0.9171344267383391, "apogee": 3753.051084834206, "apogee_time": 27.176150630181432, "apogee_y": -61.8116409033713, "out_of_rail_time": 0.351011903382191, "impact_velocity": -5.382881638041466, "lateral_surface_wind": 0.47297830288049214, "x_impact": 3497.4910298306395} +{"y_impact": 1406.2269491154245, "t_final": 303.50113151985175, "out_of_rail_velocity": 22.752630528749147, "apogee_x": 163.87071339359693, "frontal_surface_wind": 5.1527363893435325, "max_mach_number": 0.8262950543817199, "apogee": 3306.9736594703672, "apogee_time": 25.779494258477424, "apogee_y": 0.12380893661379959, "out_of_rail_time": 0.32251703637075324, "impact_velocity": -5.340270746681699, "lateral_surface_wind": 0.895199975952238, "x_impact": 2070.198617227502} +{"y_impact": 1241.2665078760626, "t_final": 289.08537334492934, "out_of_rail_velocity": 22.744030462731686, "apogee_x": 59.124624450266595, "frontal_surface_wind": 5.936277771443434, "max_mach_number": 0.8217676541607085, "apogee": 3321.4490882945306, "apogee_time": 25.90513025974496, "apogee_y": -7.006849233040969, "out_of_rail_time": 0.3226323018578871, "impact_velocity": -5.534439118301662, "lateral_surface_wind": 0.32955867842968, "x_impact": 2343.9238292811488} +{"y_impact": 1696.5463215766065, "t_final": 345.39952110423354, "out_of_rail_velocity": 26.00156896775704, "apogee_x": 296.341946661052, "frontal_surface_wind": 5.056243847594427, "max_mach_number": 1.027757068447053, "apogee": 4169.191522697874, "apogee_time": 28.226849865014923, "apogee_y": 6.775863343433179, "out_of_rail_time": 0.3789274144739521, "impact_velocity": -5.346628423804403, "lateral_surface_wind": 1.336590232147987, "x_impact": 2798.7469516433457} +{"y_impact": 1549.1107163930699, "t_final": 311.9222284265162, "out_of_rail_velocity": 24.212006042109316, "apogee_x": 134.06208022818717, "frontal_surface_wind": 6.375285444929723, "max_mach_number": 0.8802648419233329, "apogee": 3516.272758980873, "apogee_time": 26.440631741591808, "apogee_y": -65.73328245745968, "out_of_rail_time": 0.459085271741028, "impact_velocity": -5.2645547928307685, "lateral_surface_wind": 1.1549139768707812, "x_impact": 2796.915991090163} +{"y_impact": 1671.96359978601, "t_final": 337.96490452894017, "out_of_rail_velocity": 24.64558522080324, "apogee_x": 239.6674056456465, "frontal_surface_wind": 5.136095608882721, "max_mach_number": 0.9578346581519145, "apogee": 3898.864750466014, "apogee_time": 27.46423492602763, "apogee_y": 31.62982202750229, "out_of_rail_time": 0.2978453930752858, "impact_velocity": -5.3124337214392545, "lateral_surface_wind": 0.9862034229435306, "x_impact": 2600.580705433289} +{"y_impact": 959.7250308521353, "t_final": 260.73448411130187, "out_of_rail_velocity": 20.781317109817806, "apogee_x": 138.96693171591866, "frontal_surface_wind": 5.338102969136276, "max_mach_number": 0.6771762232670316, "apogee": 2530.4066981203296, "apogee_time": 23.080511906855445, "apogee_y": -8.655727954819772, "out_of_rail_time": 0.4544820379009384, "impact_velocity": -5.3523582568895085, "lateral_surface_wind": 0.911297563129478, "x_impact": 1717.4767843438294} +{"y_impact": 1295.6028557554566, "t_final": 304.78546389293723, "out_of_rail_velocity": 24.030529831488554, "apogee_x": 143.74936880701333, "frontal_surface_wind": 5.629275299152626, "max_mach_number": 0.8790222608596764, "apogee": 3555.5015173064835, "apogee_time": 26.632190875710222, "apogee_y": 10.355028007061316, "out_of_rail_time": 0.4555614645510601, "impact_velocity": -5.368857500273143, "lateral_surface_wind": 0.6435073004945093, "x_impact": 2396.61296282589} +{"y_impact": 1515.9105251054846, "t_final": 352.54148924795567, "out_of_rail_velocity": 26.00296940795646, "apogee_x": 336.09637192210386, "frontal_surface_wind": 5.33315006725247, "max_mach_number": 1.0366482206622893, "apogee": 4196.715353853718, "apogee_time": 28.214337237464573, "apogee_y": 78.5154581875392, "out_of_rail_time": 0.3082208012075859, "impact_velocity": -5.244452049449818, "lateral_surface_wind": 0.9398494123167951, "x_impact": 3240.958925912266} +{"y_impact": 1947.1255412933076, "t_final": 365.0172802803953, "out_of_rail_velocity": 28.597549747153092, "apogee_x": 356.5033231122783, "frontal_surface_wind": 6.3301201230916835, "max_mach_number": 1.204590720034277, "apogee": 4852.361561814008, "apogee_time": 29.84514008503061, "apogee_y": 27.352285527432404, "out_of_rail_time": 0.3106487339730131, "impact_velocity": -5.326072810321397, "lateral_surface_wind": 1.381184283697868, "x_impact": 4026.587266936219} +{"y_impact": 1655.4728315011923, "t_final": 298.3610429524973, "out_of_rail_velocity": 24.568618629558344, "apogee_x": 53.0564918693853, "frontal_surface_wind": 7.306595513666855, "max_mach_number": 0.7840691054783067, "apogee": 3093.5972425489485, "apogee_time": 24.641325387012426, "apogee_y": -135.58441876320023, "out_of_rail_time": 0.3109856297440037, "impact_velocity": -5.288068994771, "lateral_surface_wind": 1.489109704140025, "x_impact": 2864.9141346638467} +{"y_impact": 996.7226423712342, "t_final": 239.9223882341901, "out_of_rail_velocity": 19.078876736594083, "apogee_x": 11.217156451039015, "frontal_surface_wind": 6.235122392805319, "max_mach_number": 0.5932192764669155, "apogee": 2084.5489213971414, "apogee_time": 21.17723580437317, "apogee_y": -183.88483011301497, "out_of_rail_time": 0.38485500924537297, "impact_velocity": -5.22811946279897, "lateral_surface_wind": 1.8159272130333766, "x_impact": 1575.662778580082} +{"y_impact": 1623.1238571872605, "t_final": 308.72375480952127, "out_of_rail_velocity": 26.38925065535669, "apogee_x": 22.11617740079463, "frontal_surface_wind": 7.222604113259322, "max_mach_number": 0.8837672162156852, "apogee": 3587.8647913115333, "apogee_time": 26.251934477166316, "apogee_y": -22.002757807732692, "out_of_rail_time": 0.3727664544839082, "impact_velocity": -5.301612411576856, "lateral_surface_wind": 0.20779699718368017, "x_impact": 3154.3486918248122} +{"y_impact": 1311.4447910136034, "t_final": 316.93927972180154, "out_of_rail_velocity": 24.66537404878993, "apogee_x": 142.99081739631873, "frontal_surface_wind": 5.09671933796857, "max_mach_number": 0.9376880319369698, "apogee": 3803.1474489582993, "apogee_time": 27.26503672959313, "apogee_y": 53.69049592078126, "out_of_rail_time": 0.39833277730725464, "impact_velocity": -5.2719086908551045, "lateral_surface_wind": 0.34483736558519107, "x_impact": 2358.436437154831} +{"y_impact": 981.3720882368291, "t_final": 297.86106620573014, "out_of_rail_velocity": 25.33009707653757, "apogee_x": 59.782208028801854, "frontal_surface_wind": 5.926005635058122, "max_mach_number": 0.8017463809360647, "apogee": 3172.7906022771704, "apogee_time": 25.024329558315294, "apogee_y": 12.811821875138492, "out_of_rail_time": 0.476726192375552, "impact_velocity": -5.273542898986931, "lateral_surface_wind": 0.12878547768800397, "x_impact": 2547.8784961463994} +{"y_impact": 1693.2791681476501, "t_final": 348.0602950000413, "out_of_rail_velocity": 27.924642915873804, "apogee_x": 244.81879783102946, "frontal_surface_wind": 5.7203570818661, "max_mach_number": 0.9802995203466046, "apogee": 3968.1956459843063, "apogee_time": 27.23408863062353, "apogee_y": 75.729541193563, "out_of_rail_time": 0.34815195770924856, "impact_velocity": -5.139148414121431, "lateral_surface_wind": 0.7192344246995281, "x_impact": 3225.844312218669} +{"y_impact": 1541.270167403148, "t_final": 347.7536605307813, "out_of_rail_velocity": 25.593831138142537, "apogee_x": 13.599643589754887, "frontal_surface_wind": 5.94153456289054, "max_mach_number": 0.9967215745490217, "apogee": 4111.601997306361, "apogee_time": 28.22568506207913, "apogee_y": -36.15628168335807, "out_of_rail_time": 0.39293737621114466, "impact_velocity": -5.356988530904186, "lateral_surface_wind": 0.2148714504973892, "x_impact": 3149.3797682025747} +{"y_impact": 1587.7001761701704, "t_final": 332.0709882268351, "out_of_rail_velocity": 25.852935510050433, "apogee_x": 227.49551357753697, "frontal_surface_wind": 5.089417984453251, "max_mach_number": 0.9919908382170493, "apogee": 4042.217403234865, "apogee_time": 28.02027511012224, "apogee_y": -13.293277193986798, "out_of_rail_time": 0.4962161393034119, "impact_velocity": -5.32478258353339, "lateral_surface_wind": 1.2041178823245315, "x_impact": 2556.5123581866133} +{"y_impact": 1720.5339325790712, "t_final": 341.32333341521525, "out_of_rail_velocity": 28.47982930331104, "apogee_x": 291.3668851147811, "frontal_surface_wind": 5.789017148670144, "max_mach_number": 0.9942612070378957, "apogee": 4071.684540627233, "apogee_time": 27.638141604084343, "apogee_y": 120.70802672082117, "out_of_rail_time": 0.42130136196570533, "impact_velocity": -5.328410265033197, "lateral_surface_wind": 0.6401966290212311, "x_impact": 3171.4806872214863} +{"y_impact": 1620.1538687780937, "t_final": 346.1639764352615, "out_of_rail_velocity": 29.41402316110366, "apogee_x": 251.80176322375019, "frontal_surface_wind": 5.870919431073869, "max_mach_number": 1.066695684702921, "apogee": 4406.8604038653975, "apogee_time": 28.5211120092876, "apogee_y": 87.31022225870642, "out_of_rail_time": 0.3091164790495651, "impact_velocity": -5.373874815307826, "lateral_surface_wind": 0.5883018909722781, "x_impact": 3220.3801454313148} +{"y_impact": 1502.6531327380017, "t_final": 338.19894636291923, "out_of_rail_velocity": 25.64565737106995, "apogee_x": 196.61160067054686, "frontal_surface_wind": 5.105608564474553, "max_mach_number": 1.022765979717118, "apogee": 4255.614172345709, "apogee_time": 28.577110201835158, "apogee_y": 124.75692105321771, "out_of_rail_time": 0.285931346234495, "impact_velocity": -5.433116803218834, "lateral_surface_wind": 0.16799406266475536, "x_impact": 2741.214837352317} +{"y_impact": 1293.0130091839144, "t_final": 250.13369164465308, "out_of_rail_velocity": 20.080177646686106, "apogee_x": 112.45408294013282, "frontal_surface_wind": 6.38205761228872, "max_mach_number": 0.6512869394200494, "apogee": 2381.4753023941757, "apogee_time": 22.427216781770937, "apogee_y": -108.12360430283981, "out_of_rail_time": 0.3655446292376089, "impact_velocity": -5.272909805140196, "lateral_surface_wind": 1.673249347042372, "x_impact": 1993.0645447716145} +{"y_impact": 1193.1975270025712, "t_final": 262.06744527503133, "out_of_rail_velocity": 20.767615751781058, "apogee_x": 29.07439558582447, "frontal_surface_wind": 6.5520508514517735, "max_mach_number": 0.6907456841211136, "apogee": 2613.52141907809, "apogee_time": 23.392365958711075, "apogee_y": -87.34533623856927, "out_of_rail_time": 0.3533612221433586, "impact_velocity": -5.4282944408386, "lateral_surface_wind": 0.8707330811130918, "x_impact": 2012.2573382103783} +{"y_impact": 2125.521265876815, "t_final": 354.952649345243, "out_of_rail_velocity": 29.580958553540203, "apogee_x": 332.0868499491276, "frontal_surface_wind": 6.579377691691681, "max_mach_number": 1.041056732529766, "apogee": 4212.938587195629, "apogee_time": 28.01605114472711, "apogee_y": 154.50033444763642, "out_of_rail_time": 0.4746951430076857, "impact_velocity": -5.317737823526913, "lateral_surface_wind": 0.6319300978941209, "x_impact": 3872.852707867306} +{"y_impact": 1375.8676866486524, "t_final": 338.4253745581852, "out_of_rail_velocity": 27.215826650293227, "apogee_x": 84.30491124045984, "frontal_surface_wind": 5.536157773116803, "max_mach_number": 0.9203542359449708, "apogee": 3676.448524177865, "apogee_time": 26.35918025207444, "apogee_y": 67.48965640798212, "out_of_rail_time": 0.41451126308752667, "impact_velocity": -5.130326232448722, "lateral_surface_wind": -0.10779759023103441, "x_impact": 2528.255195493583} +{"y_impact": 1313.9523341261406, "t_final": 286.69087112314133, "out_of_rail_velocity": 22.76365108846496, "apogee_x": 32.8557204583282, "frontal_surface_wind": 6.309463143275773, "max_mach_number": 0.8037361336788117, "apogee": 3192.682936589295, "apogee_time": 25.485642587427282, "apogee_y": -122.33405531496527, "out_of_rail_time": 0.42511958362889557, "impact_velocity": -5.388924228063467, "lateral_surface_wind": 1.1226303200314445, "x_impact": 2035.4840781472708} +{"y_impact": 966.291794541545, "t_final": 236.4660631169337, "out_of_rail_velocity": 20.035017841855154, "apogee_x": 69.05485854742487, "frontal_surface_wind": 5.8802187818975895, "max_mach_number": 0.6159389044461147, "apogee": 2216.801814098401, "apogee_time": 21.859725203756735, "apogee_y": 2.106657160247418, "out_of_rail_time": 0.5601083992041331, "impact_velocity": -5.351286019677132, "lateral_surface_wind": 0.48664274175324174, "x_impact": 1415.3611164636259} +{"y_impact": 1528.077632465984, "t_final": 331.8030979569898, "out_of_rail_velocity": 23.983328154835753, "apogee_x": 108.03844725059487, "frontal_surface_wind": 6.3124548996687775, "max_mach_number": 0.9143672494690991, "apogee": 3660.0020305888, "apogee_time": 26.76685776403755, "apogee_y": -112.14839519839391, "out_of_rail_time": 0.32868533432112146, "impact_velocity": -5.176240049786698, "lateral_surface_wind": 1.269622150670711, "x_impact": 3016.940154150972} +{"y_impact": 1009.1457897326613, "t_final": 253.03017478794857, "out_of_rail_velocity": 20.19725354112088, "apogee_x": 78.76729590927421, "frontal_surface_wind": 5.131929020686422, "max_mach_number": 0.6571414251984528, "apogee": 2440.5382617767677, "apogee_time": 22.69506252579745, "apogee_y": -57.68664517153294, "out_of_rail_time": 0.3635558719649951, "impact_velocity": -5.335927454599148, "lateral_surface_wind": 1.007660568667054, "x_impact": 1383.9255713683867} +{"y_impact": 838.6341622539682, "t_final": 211.98363011842056, "out_of_rail_velocity": 17.631694821151864, "apogee_x": -33.71343469232262, "frontal_surface_wind": 5.740653739790736, "max_mach_number": 0.502975604682616, "apogee": 1654.3647038278468, "apogee_time": 19.180566002906968, "apogee_y": -77.50522879265293, "out_of_rail_time": 0.4658129288135061, "impact_velocity": -5.240204288384747, "lateral_surface_wind": 0.5335521919691963, "x_impact": 1090.7634945578016} +{"y_impact": 813.2461524671647, "t_final": 234.52516807071933, "out_of_rail_velocity": 19.704482418454546, "apogee_x": -90.75268441123356, "frontal_surface_wind": 5.65318337426704, "max_mach_number": 0.5962548643803148, "apogee": 2103.9792475666413, "apogee_time": 21.363044400210367, "apogee_y": -113.39453693217409, "out_of_rail_time": 0.5488359358659562, "impact_velocity": -5.3171806754694915, "lateral_surface_wind": 0.3799470704589627, "x_impact": 1182.9792614188443} +{"y_impact": 1175.694479071288, "t_final": 302.57045526926464, "out_of_rail_velocity": 25.248424214103668, "apogee_x": 162.60523299998758, "frontal_surface_wind": 5.712278324301902, "max_mach_number": 0.8286719512402789, "apogee": 3357.284947822713, "apogee_time": 25.53345940078401, "apogee_y": 53.837940565569916, "out_of_rail_time": 0.28415220897710863, "impact_velocity": -5.344623248218054, "lateral_surface_wind": 0.4931301242604884, "x_impact": 2578.2291777370638} +{"y_impact": 1048.9397095131815, "t_final": 243.90505420612428, "out_of_rail_velocity": 19.96993433932113, "apogee_x": 84.05139603026738, "frontal_surface_wind": 5.662009261634022, "max_mach_number": 0.6434934682878276, "apogee": 2380.027755167964, "apogee_time": 22.465420051616036, "apogee_y": 46.22337571493817, "out_of_rail_time": 0.3673363399632495, "impact_velocity": -5.40693344594024, "lateral_surface_wind": 0.21093401956579516, "x_impact": 1514.027603301475} +{"y_impact": 1450.165884015936, "t_final": 319.3191857893265, "out_of_rail_velocity": 23.829167905583628, "apogee_x": 115.38341914727789, "frontal_surface_wind": 6.296617345576459, "max_mach_number": 0.8899094334737497, "apogee": 3598.491752153885, "apogee_time": 26.731200973822418, "apogee_y": -116.87628181244813, "out_of_rail_time": 0.3825648353287311, "impact_velocity": -5.358039951363187, "lateral_surface_wind": 1.3459707534756236, "x_impact": 2887.195373040877} +{"y_impact": 973.6959157600339, "t_final": 284.1759380121217, "out_of_rail_velocity": 24.843788440724037, "apogee_x": 96.36343161453362, "frontal_surface_wind": 5.927316587888484, "max_mach_number": 0.7760088171891159, "apogee": 3056.477824644813, "apogee_time": 24.630968011106155, "apogee_y": 52.89477518502798, "out_of_rail_time": 0.44714520716918343, "impact_velocity": -5.3713270135187425, "lateral_surface_wind": 0.032350470567835465, "x_impact": 2414.6760748273305} +{"y_impact": 734.2170990004034, "t_final": 229.78923178693776, "out_of_rail_velocity": 19.058856111000743, "apogee_x": 70.90854740066513, "frontal_surface_wind": 4.845813223926797, "max_mach_number": 0.5843560992628195, "apogee": 2095.8077964876634, "apogee_time": 21.280085790035393, "apogee_y": 132.43538512127964, "out_of_rail_time": 0.3852097012890259, "impact_velocity": -5.463276933121709, "lateral_surface_wind": -0.7541651299331391, "x_impact": 1225.5846711894724} +{"y_impact": 1759.4434897576798, "t_final": 329.407645850675, "out_of_rail_velocity": 27.569988362101277, "apogee_x": 302.780523083153, "frontal_surface_wind": 6.317942476916521, "max_mach_number": 0.9618952991889606, "apogee": 4018.8071036893157, "apogee_time": 27.590955324963776, "apogee_y": 26.972618151349753, "out_of_rail_time": 0.33347147746672323, "impact_velocity": -5.480424074297954, "lateral_surface_wind": 1.435859901480017, "x_impact": 3373.878356831808} +{"y_impact": 1509.01870061445, "t_final": 291.80452655139624, "out_of_rail_velocity": 25.02509992772614, "apogee_x": -93.12405310936205, "frontal_surface_wind": 7.204872338645139, "max_mach_number": 0.8135595620963809, "apogee": 3251.6325488436405, "apogee_time": 25.149224792910456, "apogee_y": -32.23141127652573, "out_of_rail_time": 0.2941355132731755, "impact_velocity": -5.330600077137313, "lateral_surface_wind": -0.5468129046896646, "x_impact": 2705.3206181191845} +{"y_impact": 1035.4737943724867, "t_final": 267.6996852041709, "out_of_rail_velocity": 23.636390410840292, "apogee_x": 112.52840484670767, "frontal_surface_wind": 5.104439887392521, "max_mach_number": 0.7141275010769811, "apogee": 2773.7213348971504, "apogee_time": 23.64349578829767, "apogee_y": 123.59833302872394, "out_of_rail_time": 0.40662790488731204, "impact_velocity": -5.392263960420718, "lateral_surface_wind": -0.3376963062392395, "x_impact": 1804.1302485283422} +{"y_impact": 1604.1445651443435, "t_final": 333.6216238082531, "out_of_rail_velocity": 25.416450561178316, "apogee_x": 392.21012521606616, "frontal_surface_wind": 4.898321991872649, "max_mach_number": 0.9901117593270186, "apogee": 4028.890611366214, "apogee_time": 27.876109406305332, "apogee_y": 11.042691374818416, "out_of_rail_time": 0.36605276807529885, "impact_velocity": -5.326975853561135, "lateral_surface_wind": 1.7920129359694528, "x_impact": 2954.055522214361} +{"y_impact": 1401.979459550567, "t_final": 336.73822388544284, "out_of_rail_velocity": 28.297836536039206, "apogee_x": 229.1291937512719, "frontal_surface_wind": 4.944097876465018, "max_mach_number": 0.991409031958408, "apogee": 4104.223964112676, "apogee_time": 27.80400626743193, "apogee_y": 171.19978045664172, "out_of_rail_time": 0.39260153647905754, "impact_velocity": -5.398902903800153, "lateral_surface_wind": -0.11213619860059643, "x_impact": 3051.316257768017} +{"y_impact": 1157.905556452257, "t_final": 324.32992990573865, "out_of_rail_velocity": 26.20950828128334, "apogee_x": 63.956253688638945, "frontal_surface_wind": 4.945306131931005, "max_mach_number": 0.887415455516885, "apogee": 3606.183458368417, "apogee_time": 26.232328243496124, "apogee_y": 31.391568359435926, "out_of_rail_time": 0.2894715150466185, "impact_velocity": -5.235238754429251, "lateral_surface_wind": 0.025012008877699277, "x_impact": 2585.807034983756} +{"y_impact": 1415.58500034245, "t_final": 281.6879642889403, "out_of_rail_velocity": 22.30015656061542, "apogee_x": -105.91149679606116, "frontal_surface_wind": 7.220295336964169, "max_mach_number": 0.7934923960361654, "apogee": 3142.69525600191, "apogee_time": 25.278223459135397, "apogee_y": -56.53382998847444, "out_of_rail_time": 0.33989843014377186, "impact_velocity": -5.440496587874136, "lateral_surface_wind": -0.2766315526517187, "x_impact": 2535.719809454633} +{"y_impact": 1121.2020372138386, "t_final": 304.74375998384335, "out_of_rail_velocity": 23.318855646564142, "apogee_x": 15.22437315835134, "frontal_surface_wind": 5.418652114918387, "max_mach_number": 0.8304786632503808, "apogee": 3280.3229224090346, "apogee_time": 25.716372836321156, "apogee_y": -69.19985857794187, "out_of_rail_time": 0.47633468851520366, "impact_velocity": -5.2497540045175555, "lateral_surface_wind": 0.6086638990471864, "x_impact": 2148.2914900893043} +{"y_impact": 969.8916600038848, "t_final": 230.85382818669288, "out_of_rail_velocity": 19.120250646892433, "apogee_x": 19.532104797614178, "frontal_surface_wind": 6.28735075504171, "max_mach_number": 0.5933659867883198, "apogee": 2099.3676762479336, "apogee_time": 21.270418331029255, "apogee_y": -161.4404863612834, "out_of_rail_time": 0.3838391368440541, "impact_velocity": -5.287552273728673, "lateral_surface_wind": 1.6259038653542683, "x_impact": 1496.9356069322616} +{"y_impact": 1831.7391627308618, "t_final": 352.6703898296512, "out_of_rail_velocity": 25.970140619374817, "apogee_x": 147.17990334239522, "frontal_surface_wind": 6.357439836073501, "max_mach_number": 1.0186442514126448, "apogee": 4153.277425412068, "apogee_time": 28.23435757347352, "apogee_y": -12.648710471983263, "out_of_rail_time": 0.4049252642137474, "impact_velocity": -5.324900878803611, "lateral_surface_wind": 0.8078259233987413, "x_impact": 3097.2545537758924} +{"y_impact": 1034.9782188439635, "t_final": 237.2866490162643, "out_of_rail_velocity": 21.06610939448125, "apogee_x": -50.03982753654388, "frontal_surface_wind": 6.580476266495781, "max_mach_number": 0.5887069990709102, "apogee": 2098.4203560323017, "apogee_time": 20.829122750542968, "apogee_y": -91.95948864817778, "out_of_rail_time": 0.34365535788873486, "impact_velocity": -5.242588520819631, "lateral_surface_wind": 0.6203858191805738, "x_impact": 1557.3744965242038} +{"y_impact": 1219.506625373308, "t_final": 313.5599629083013, "out_of_rail_velocity": 23.340134590470456, "apogee_x": 200.7551539175096, "frontal_surface_wind": 4.944716595590082, "max_mach_number": 0.8688729701060182, "apogee": 3531.050216732882, "apogee_time": 26.503937000705818, "apogee_y": 125.42651709885259, "out_of_rail_time": 0.3144736420076953, "impact_velocity": -5.395694722898511, "lateral_surface_wind": 0.0803500367052119, "x_impact": 2627.467231434986} +{"y_impact": 923.6927949140481, "t_final": 274.64169924036696, "out_of_rail_velocity": 23.47261588621354, "apogee_x": 83.05100968462176, "frontal_surface_wind": 5.927391472287834, "max_mach_number": 0.7167000866631725, "apogee": 2761.4301271941654, "apogee_time": 23.524687935900165, "apogee_y": 51.858524974276214, "out_of_rail_time": 0.35582644500564165, "impact_velocity": -5.350011753074232, "lateral_surface_wind": -0.012602390780624972, "x_impact": 2217.838258963862} +{"y_impact": 1620.3172354099092, "t_final": 344.5870646460594, "out_of_rail_velocity": 28.81836237052748, "apogee_x": 156.0175749503977, "frontal_surface_wind": 6.138712926518599, "max_mach_number": 1.0099624342217852, "apogee": 4106.285357378696, "apogee_time": 27.667262104544207, "apogee_y": 72.61659215539939, "out_of_rail_time": 0.3929336602303205, "impact_velocity": -5.242776115551402, "lateral_surface_wind": 0.22805656775912908, "x_impact": 3287.614055718365} +{"y_impact": 1759.1538588063088, "t_final": 335.0730425224588, "out_of_rail_velocity": 27.648746511736242, "apogee_x": 370.5849637707694, "frontal_surface_wind": 5.934941643622166, "max_mach_number": 0.9574101255220773, "apogee": 3920.0466432287776, "apogee_time": 27.171550346807905, "apogee_y": 212.75876629098073, "out_of_rail_time": 0.3532510057192591, "impact_velocity": -5.30600166501549, "lateral_surface_wind": 0.35280361259654613, "x_impact": 3366.489496566705} +{"y_impact": 1515.8798588731233, "t_final": 293.7307147332837, "out_of_rail_velocity": 22.44197378679173, "apogee_x": 313.03812095702307, "frontal_surface_wind": 6.272311800656747, "max_mach_number": 0.8005043251676858, "apogee": 3172.9239750337497, "apogee_time": 25.33571859263861, "apogee_y": -1.3139104585805852, "out_of_rail_time": 0.3267749072888294, "impact_velocity": -5.398416892269379, "lateral_surface_wind": 1.6236364967708683, "x_impact": 2718.3138850185574} +{"y_impact": 758.6304587085424, "t_final": 268.03884143480326, "out_of_rail_velocity": 21.067745529896012, "apogee_x": -103.7059418429378, "frontal_surface_wind": 4.823783637509724, "max_mach_number": 0.7122338935089704, "apogee": 2740.4096674886296, "apogee_time": 23.873445253220332, "apogee_y": 31.35275344235651, "out_of_rail_time": 0.3485584065792302, "impact_velocity": -5.47831271672381, "lateral_surface_wind": -0.8841845185730977, "x_impact": 1371.2673848176182} +{"y_impact": 1213.813569837811, "t_final": 278.3768323992198, "out_of_rail_velocity": 21.468397312033847, "apogee_x": 57.98216021304642, "frontal_surface_wind": 5.6674945181057375, "max_mach_number": 0.742288730447196, "apogee": 2858.075610747989, "apogee_time": 24.237433546031525, "apogee_y": -68.99691269930113, "out_of_rail_time": 0.34188251152173305, "impact_velocity": -5.3529890721829085, "lateral_surface_wind": 0.8768004784655843, "x_impact": 1874.8108102021336} +{"y_impact": 1754.8646282725422, "t_final": 350.5903744395723, "out_of_rail_velocity": 28.20192633728825, "apogee_x": -27.346303341112197, "frontal_surface_wind": 6.599648022410625, "max_mach_number": 0.9919121285193943, "apogee": 4045.826768003782, "apogee_time": 27.525806406725764, "apogee_y": 7.954431092374588, "out_of_rail_time": 0.3636311549360684, "impact_velocity": -5.269409055011946, "lateral_surface_wind": -0.5485061122960397, "x_impact": 3850.0674568177074} +{"y_impact": 957.6164211803357, "t_final": 244.23400914786484, "out_of_rail_velocity": 20.283635503683904, "apogee_x": -18.945927186325783, "frontal_surface_wind": 5.944842402395896, "max_mach_number": 0.6376677741429143, "apogee": 2353.436368141341, "apogee_time": 22.484541275670264, "apogee_y": -23.616896877052604, "out_of_rail_time": 0.5114458194454148, "impact_velocity": -5.552781434998449, "lateral_surface_wind": 0.08277386627155936, "x_impact": 1568.517532243911} +{"y_impact": 820.0169089455354, "t_final": 219.70632820028945, "out_of_rail_velocity": 18.617505055970383, "apogee_x": 5.801727568726622, "frontal_surface_wind": 5.638011093809698, "max_mach_number": 0.5577230913751104, "apogee": 1943.972610046767, "apogee_time": 20.62961891360702, "apogee_y": -51.360492953219115, "out_of_rail_time": 0.4471418577662659, "impact_velocity": -5.402443313002291, "lateral_surface_wind": 0.5618477956870431, "x_impact": 1174.8214539315036} +{"y_impact": 1463.096703608145, "t_final": 308.96409127996606, "out_of_rail_velocity": 24.118099727496308, "apogee_x": -32.177111800013485, "frontal_surface_wind": 6.622390241788592, "max_mach_number": 0.9242470983177689, "apogee": 3796.640999884576, "apogee_time": 27.307354516460663, "apogee_y": -48.466611390963514, "out_of_rail_time": 0.304142046950203, "impact_velocity": -5.380509753596999, "lateral_surface_wind": 0.012667296389165195, "x_impact": 3173.3452937036286} +{"y_impact": 1680.6047127338163, "t_final": 318.04852829901955, "out_of_rail_velocity": 23.737223235555827, "apogee_x": 156.46221354354847, "frontal_surface_wind": 5.991928844134264, "max_mach_number": 0.8947909005547928, "apogee": 3648.097827528717, "apogee_time": 26.842215449795926, "apogee_y": -83.3655314415837, "out_of_rail_time": 0.30904166785955217, "impact_velocity": -5.37573786060593, "lateral_surface_wind": 1.3894039360416945, "x_impact": 2541.4971671356834} +{"y_impact": 1292.7372159615456, "t_final": 298.1438115062019, "out_of_rail_velocity": 22.443197435870253, "apogee_x": 101.06327805695835, "frontal_surface_wind": 6.259550454162666, "max_mach_number": 0.8078850414765413, "apogee": 3205.9852969970407, "apogee_time": 25.480996746797018, "apogee_y": -136.30660286766235, "out_of_rail_time": 0.32712088739206696, "impact_velocity": -5.411232207660332, "lateral_surface_wind": 1.508991510121259, "x_impact": 2542.995615455697} +{"y_impact": 1029.55206437181, "t_final": 256.03562281678165, "out_of_rail_velocity": 20.80859039207058, "apogee_x": 73.00943256700245, "frontal_surface_wind": 5.136926552344618, "max_mach_number": 0.6713428403118173, "apogee": 2480.3242293484814, "apogee_time": 22.901976346076413, "apogee_y": -53.002565351728514, "out_of_rail_time": 0.5233649708378789, "impact_velocity": -5.262618410329696, "lateral_surface_wind": 0.9818660248866693, "x_impact": 1398.0804087717186} +{"y_impact": 1314.4344054601395, "t_final": 287.9075483582439, "out_of_rail_velocity": 22.007584644437657, "apogee_x": 208.62472373157988, "frontal_surface_wind": 5.123159067119696, "max_mach_number": 0.7626868570071721, "apogee": 2924.51080871689, "apogee_time": 24.430438090842944, "apogee_y": 22.294043587610346, "out_of_rail_time": 0.41235773372881707, "impact_velocity": -5.1965030985756675, "lateral_surface_wind": 1.0513403197819233, "x_impact": 1886.7181634645945} +{"y_impact": 1859.0010542568834, "t_final": 317.2672097521087, "out_of_rail_velocity": 27.715805946959595, "apogee_x": 304.9100682406082, "frontal_surface_wind": 6.029521004154688, "max_mach_number": 0.9369377997534115, "apogee": 3807.073853052248, "apogee_time": 26.943960254666674, "apogee_y": 80.20909635818627, "out_of_rail_time": 0.5015903334054314, "impact_velocity": -5.26395699226052, "lateral_surface_wind": 1.2159486136814261, "x_impact": 2730.3444911802076} +{"y_impact": 1151.8787831348884, "t_final": 268.3276915778609, "out_of_rail_velocity": 20.784560884967405, "apogee_x": 185.4454248351432, "frontal_surface_wind": 5.408748793231707, "max_mach_number": 0.6916929564651996, "apogee": 2623.344565797663, "apogee_time": 23.404343763528953, "apogee_y": -28.101902307014914, "out_of_rail_time": 0.36225269918683145, "impact_velocity": -5.378185156161033, "lateral_surface_wind": 1.2893039277470333, "x_impact": 1774.970005980564} +{"y_impact": 988.5581665890288, "t_final": 267.65674516928726, "out_of_rail_velocity": 23.716761292222216, "apogee_x": 143.71286076710646, "frontal_surface_wind": 4.780383883419319, "max_mach_number": 0.7053791978902488, "apogee": 2707.457018674497, "apogee_time": 23.397124062358692, "apogee_y": 228.30127062455566, "out_of_rail_time": 0.4801028917442985, "impact_velocity": -5.338556776993335, "lateral_surface_wind": -1.094806271235103, "x_impact": 1648.9689762587795} +{"y_impact": 1217.3463169980907, "t_final": 265.6080402367689, "out_of_rail_velocity": 20.747615974529815, "apogee_x": 299.28349279395826, "frontal_surface_wind": 5.070317465676094, "max_mach_number": 0.6930760364306984, "apogee": 2608.4057519429816, "apogee_time": 23.307311240748103, "apogee_y": 53.479873481811154, "out_of_rail_time": 0.3538890758407111, "impact_velocity": -5.320580288707665, "lateral_surface_wind": 1.2821685116512016, "x_impact": 1769.3858109199261} +{"y_impact": 1597.5373755215433, "t_final": 322.92729725349335, "out_of_rail_velocity": 23.527500048446072, "apogee_x": 78.49382555131385, "frontal_surface_wind": 6.341688797928683, "max_mach_number": 0.8767123391815913, "apogee": 3492.433401567161, "apogee_time": 26.21887168794827, "apogee_y": -70.94770984974498, "out_of_rail_time": 0.3118849473183947, "impact_velocity": -5.193191545684573, "lateral_surface_wind": 0.9233673061329108, "x_impact": 2518.031204663941} +{"y_impact": 1304.1221952453302, "t_final": 325.6070856137042, "out_of_rail_velocity": 25.187133426996443, "apogee_x": 107.87364693717421, "frontal_surface_wind": 5.108050231148626, "max_mach_number": 0.9515331255968801, "apogee": 3883.7112059573387, "apogee_time": 27.606267888859136, "apogee_y": 114.37901412619644, "out_of_rail_time": 0.4920409091047702, "impact_velocity": -5.368422640067151, "lateral_surface_wind": -0.27779164010793833, "x_impact": 2587.1015930156777} +{"y_impact": 1275.7446284857795, "t_final": 282.182332801029, "out_of_rail_velocity": 22.106177388461724, "apogee_x": 90.70965459805848, "frontal_surface_wind": 6.234670241952021, "max_mach_number": 0.7540612067346721, "apogee": 2852.440083100411, "apogee_time": 24.23258845948345, "apogee_y": -156.70915914123805, "out_of_rail_time": 0.5083580082588457, "impact_velocity": -5.230708018473087, "lateral_surface_wind": 1.8174789876131832, "x_impact": 2291.111270265941} +{"y_impact": 1245.1207921627513, "t_final": 325.13798036065754, "out_of_rail_velocity": 25.283680590060946, "apogee_x": 15.813544310837393, "frontal_surface_wind": 5.102911270824007, "max_mach_number": 1.0033174680972916, "apogee": 4108.315459560095, "apogee_time": 28.078783961709597, "apogee_y": -38.24230379415758, "out_of_rail_time": 0.2900245145618529, "impact_velocity": -5.301636276898134, "lateral_surface_wind": 0.23613000830859399, "x_impact": 2348.249144826789} +{"y_impact": 1829.8335485423684, "t_final": 322.9751059268934, "out_of_rail_velocity": 26.808318061860753, "apogee_x": 309.8367782001051, "frontal_surface_wind": 6.340538100589972, "max_mach_number": 0.869276397816274, "apogee": 3492.2840932293752, "apogee_time": 26.035610378893676, "apogee_y": 126.14051451935644, "out_of_rail_time": 0.5519596652991947, "impact_velocity": -5.2273625687736125, "lateral_surface_wind": 0.931236053198218, "x_impact": 2792.5778738322297} +{"y_impact": 1706.5188513238484, "t_final": 334.98787601051816, "out_of_rail_velocity": 24.650450953613902, "apogee_x": 262.3221021045759, "frontal_surface_wind": 5.660334158392513, "max_mach_number": 0.9552641293104983, "apogee": 3929.7243167230254, "apogee_time": 27.629613681049626, "apogee_y": 54.6644548928128, "out_of_rail_time": 0.29763842160123083, "impact_velocity": -5.310715482605502, "lateral_surface_wind": 0.9218950087352589, "x_impact": 2915.6925814256424} +{"y_impact": 1120.4779660546783, "t_final": 258.5261135877515, "out_of_rail_velocity": 20.38284849934498, "apogee_x": 165.30802210793908, "frontal_surface_wind": 5.5616112379216425, "max_mach_number": 0.6695368532634248, "apogee": 2485.2265203373913, "apogee_time": 22.82422040589159, "apogee_y": -47.30203659745679, "out_of_rail_time": 0.3599021690801784, "impact_velocity": -5.261756627466235, "lateral_surface_wind": 1.3991974950019568, "x_impact": 1739.7540812266707} +{"y_impact": 1184.569104804894, "t_final": 332.97182502049395, "out_of_rail_velocity": 24.552247654495982, "apogee_x": 118.02135348827667, "frontal_surface_wind": 5.9269247918581565, "max_mach_number": 0.926804148700165, "apogee": 3759.6157272115415, "apogee_time": 27.197310591486747, "apogee_y": 55.35825232465304, "out_of_rail_time": 0.42569218254178987, "impact_velocity": -5.349931036536281, "lateral_surface_wind": 0.07543870134802466, "x_impact": 3191.995044347045} +{"y_impact": 1605.6768905008194, "t_final": 313.80714563337983, "out_of_rail_velocity": 26.93711996535846, "apogee_x": 134.35464873791489, "frontal_surface_wind": 6.042557359859848, "max_mach_number": 0.9054991526093022, "apogee": 3708.584880321527, "apogee_time": 26.700790814726783, "apogee_y": -26.821427989573397, "out_of_rail_time": 0.43516470969922444, "impact_velocity": -5.378295602743892, "lateral_surface_wind": 1.0373309179900692, "x_impact": 2641.1860581506717} +{"y_impact": 1666.6121193865422, "t_final": 365.2149651552557, "out_of_rail_velocity": 27.519637634866232, "apogee_x": -6.7240876656328314, "frontal_surface_wind": 6.320040386076614, "max_mach_number": 1.1053931319266275, "apogee": 4398.32676469411, "apogee_time": 28.70250369013459, "apogee_y": -229.78459050210665, "out_of_rail_time": 0.37384929087195884, "impact_velocity": -5.219146518514556, "lateral_surface_wind": 1.426597461327066, "x_impact": 3522.2949305308334} +{"y_impact": 1338.976855343875, "t_final": 296.90469530722663, "out_of_rail_velocity": 22.395049890573425, "apogee_x": 157.4645871862544, "frontal_surface_wind": 6.26887317418201, "max_mach_number": 0.8005812740553524, "apogee": 3150.109475628818, "apogee_time": 25.24537630841415, "apogee_y": -90.32165357410939, "out_of_rail_time": 0.32807453435710626, "impact_velocity": -5.31602923115751, "lateral_surface_wind": 1.4697810693593953, "x_impact": 2570.0281367025386} +{"y_impact": 919.422043978099, "t_final": 213.40715859080805, "out_of_rail_velocity": 18.386858306143516, "apogee_x": -56.837672507710224, "frontal_surface_wind": 6.0536982893690565, "max_mach_number": 0.5370015976854757, "apogee": 1829.352317789619, "apogee_time": 20.104527982156075, "apogee_y": -144.7419192554243, "out_of_rail_time": 0.49133769069726396, "impact_velocity": -5.48792036460709, "lateral_surface_wind": 1.0892160446607884, "x_impact": 1020.1968790249456} +{"y_impact": 1089.5802420073096, "t_final": 275.3953931332556, "out_of_rail_velocity": 24.044457862120876, "apogee_x": 227.57514253046435, "frontal_surface_wind": 5.113849546837535, "max_mach_number": 0.7429097578362515, "apogee": 2908.595090138388, "apogee_time": 24.064787747691284, "apogee_y": 139.43937402948768, "out_of_rail_time": 0.3681102766430971, "impact_velocity": -5.370671553892207, "lateral_surface_wind": 0.1337466693451579, "x_impact": 2037.3425979903823} +{"y_impact": 1276.6174024289248, "t_final": 328.1099446398551, "out_of_rail_velocity": 24.70393223123574, "apogee_x": 54.598078816097036, "frontal_surface_wind": 5.103106902335225, "max_mach_number": 0.9496300691565751, "apogee": 3845.7127117204395, "apogee_time": 27.320189739549253, "apogee_y": 83.66939457465277, "out_of_rail_time": 0.34265021399710305, "impact_velocity": -5.235102052539412, "lateral_surface_wind": -0.3572748278146394, "x_impact": 2530.709717519516} +{"y_impact": 1527.744246587638, "t_final": 325.6315022132239, "out_of_rail_velocity": 27.093412232020416, "apogee_x": 271.24316758242173, "frontal_surface_wind": 5.629175125262677, "max_mach_number": 0.8978620154525235, "apogee": 3607.441793760277, "apogee_time": 26.29629681089198, "apogee_y": 118.16910937938923, "out_of_rail_time": 0.48328513897473285, "impact_velocity": -5.220019524817208, "lateral_surface_wind": 0.6443829983507836, "x_impact": 2773.3338935903043} +{"y_impact": 1531.0633613097912, "t_final": 319.7910823185271, "out_of_rail_velocity": 24.575763835513428, "apogee_x": 163.74520968690138, "frontal_surface_wind": 5.523243589763426, "max_mach_number": 0.9150458196384346, "apogee": 3674.9032785993213, "apogee_time": 26.835558943368223, "apogee_y": 31.79403334440788, "out_of_rail_time": 0.410430310596266, "impact_velocity": -5.21001559116961, "lateral_surface_wind": 0.6408185191819862, "x_impact": 2482.6831010023097} +{"y_impact": 1190.5433014237576, "t_final": 247.54629538501686, "out_of_rail_velocity": 22.509837018766124, "apogee_x": 212.4398037044813, "frontal_surface_wind": 6.278748354547478, "max_mach_number": 0.6395241965954969, "apogee": 2362.024011861035, "apogee_time": 22.055048050200963, "apogee_y": 19.365780085911876, "out_of_rail_time": 0.4785886032308148, "impact_velocity": -5.3166347019086375, "lateral_surface_wind": 1.4270060848130313, "x_impact": 1952.119099808876} +{"y_impact": 1084.3749394869324, "t_final": 245.35816408870215, "out_of_rail_velocity": 19.708884264520417, "apogee_x": 44.7432304460631, "frontal_surface_wind": 5.9810373232734815, "max_mach_number": 0.6303308396554315, "apogee": 2281.2730676273814, "apogee_time": 22.01068066013684, "apogee_y": -111.92765480910812, "out_of_rail_time": 0.3723420665881223, "impact_velocity": -5.263820478088761, "lateral_surface_wind": 1.3474967228992152, "x_impact": 1518.4715557491} +{"y_impact": 1041.528561333399, "t_final": 243.54675584668277, "out_of_rail_velocity": 19.77923922316203, "apogee_x": 7.472020423133639, "frontal_surface_wind": 6.333539983038041, "max_mach_number": 0.6329385940927086, "apogee": 2296.4215220936926, "apogee_time": 22.104866189059187, "apogee_y": -161.35434912703812, "out_of_rail_time": 0.37137465083759935, "impact_velocity": -5.282823811798463, "lateral_surface_wind": 1.4354839530820245, "x_impact": 1649.8583020556673} +{"y_impact": 1481.9789571361262, "t_final": 368.3019392249064, "out_of_rail_velocity": 27.956918737057165, "apogee_x": 241.85698334939502, "frontal_surface_wind": 5.108609655825905, "max_mach_number": 1.1739354655215166, "apogee": 4756.089926452584, "apogee_time": 29.614861359372107, "apogee_y": 100.26269029271961, "out_of_rail_time": 0.2624774585861595, "impact_velocity": -5.331431458119479, "lateral_surface_wind": 0.2673064601795545, "x_impact": 3363.4709123415178} +{"y_impact": 1249.7170777194472, "t_final": 302.94380030734476, "out_of_rail_velocity": 23.416230714552732, "apogee_x": 143.85081908032927, "frontal_surface_wind": 5.537093818075643, "max_mach_number": 0.826219842743247, "apogee": 3311.8303271781742, "apogee_time": 25.935551996356665, "apogee_y": 98.44265812634205, "out_of_rail_time": 0.5229845316954148, "impact_velocity": -5.42992279240147, "lateral_surface_wind": 0.03542963631930718, "x_impact": 2192.916579223671} +{"y_impact": 1128.700206526022, "t_final": 280.7035032640426, "out_of_rail_velocity": 22.153169614171777, "apogee_x": 105.46416860685528, "frontal_surface_wind": 5.537053902851868, "max_mach_number": 0.7589684603464454, "apogee": 2979.0821684039215, "apogee_time": 24.781307307007797, "apogee_y": 84.1386633847867, "out_of_rail_time": 0.44519713538100847, "impact_velocity": -5.4576617259685465, "lateral_surface_wind": -0.04119813362416602, "x_impact": 1861.1613370835655} +{"y_impact": 1343.1159240797638, "t_final": 348.7210187335828, "out_of_rail_velocity": 26.554034547306433, "apogee_x": 64.30541542005876, "frontal_surface_wind": 5.386240300814313, "max_mach_number": 1.0468453644304023, "apogee": 4257.132993363742, "apogee_time": 28.465700427522446, "apogee_y": -55.64793896542845, "out_of_rail_time": 0.35728106719925723, "impact_velocity": -5.278349082691351, "lateral_surface_wind": 0.5605550637992511, "x_impact": 2897.1884977687328} +{"y_impact": 1057.688638003233, "t_final": 269.24916237728013, "out_of_rail_velocity": 21.25475931267908, "apogee_x": 71.95764107891674, "frontal_surface_wind": 5.536146542757226, "max_mach_number": 0.7201690395113284, "apogee": 2772.06366265542, "apogee_time": 23.946878726206972, "apogee_y": 69.37345418812946, "out_of_rail_time": 0.3454365305370337, "impact_velocity": -5.394569588067252, "lateral_surface_wind": -0.10837281217365202, "x_impact": 1676.4607601525258} +{"y_impact": 1186.4978709852307, "t_final": 254.99423839680728, "out_of_rail_velocity": 20.718973193635463, "apogee_x": -71.15784517296521, "frontal_surface_wind": 6.621535465356246, "max_mach_number": 0.692467581558477, "apogee": 2616.358804126768, "apogee_time": 23.400309934006394, "apogee_y": -71.68828963433636, "out_of_rail_time": 0.35413022469460753, "impact_velocity": -5.451881536669044, "lateral_surface_wind": 0.107149689519066, "x_impact": 2190.6225780397967} +{"y_impact": 1799.6709779975656, "t_final": 345.98024492005237, "out_of_rail_velocity": 26.60710178763261, "apogee_x": 273.6741866139206, "frontal_surface_wind": 5.9452215602395295, "max_mach_number": 1.0568235006995963, "apogee": 4321.885912532913, "apogee_time": 28.727200797154374, "apogee_y": 192.8399827357404, "out_of_rail_time": 0.41858832604347174, "impact_velocity": -5.399327597614865, "lateral_surface_wind": 0.04840766390547202, "x_impact": 3476.5167012912034} +{"y_impact": 1639.6759633802378, "t_final": 357.22189615625416, "out_of_rail_velocity": 26.46398917312061, "apogee_x": 374.1026687761525, "frontal_surface_wind": 5.11440788463703, "max_mach_number": 1.052036962050094, "apogee": 4237.4994596936385, "apogee_time": 28.356219360755208, "apogee_y": 283.3654240947296, "out_of_rail_time": 0.38242955155278535, "impact_velocity": -5.20834197224015, "lateral_surface_wind": -0.11035102543237985, "x_impact": 3288.163176258128} +{"y_impact": 1203.6146086048543, "t_final": 277.7595177025398, "out_of_rail_velocity": 21.57884080567787, "apogee_x": 282.3067109237732, "frontal_surface_wind": 4.873261897984863, "max_mach_number": 0.7463703551192122, "apogee": 2889.950614321724, "apogee_time": 24.38922226611814, "apogee_y": -42.72864529520052, "out_of_rail_time": 0.34991838722011426, "impact_velocity": -5.368801194262529, "lateral_surface_wind": 1.85908234685666, "x_impact": 2030.5738010209539} +{"y_impact": 1041.7613946998572, "t_final": 268.08865960238074, "out_of_rail_velocity": 21.458779152994428, "apogee_x": 69.47331704444413, "frontal_surface_wind": 5.605101793393681, "max_mach_number": 0.7343208647965189, "apogee": 2830.030665381812, "apogee_time": 24.174976376395183, "apogee_y": -53.250998312266006, "out_of_rail_time": 0.3649915223992084, "impact_velocity": -5.396930430242669, "lateral_surface_wind": 0.8280555084863335, "x_impact": 1790.3063718026656} +{"y_impact": 1330.995233042745, "t_final": 347.12802534655947, "out_of_rail_velocity": 25.727727590173796, "apogee_x": 116.11393407499975, "frontal_surface_wind": 5.718036357540228, "max_mach_number": 1.0218019284175495, "apogee": 4216.357813517233, "apogee_time": 28.464278382968, "apogee_y": 4.136938539285232, "out_of_rail_time": 0.33516975233798973, "impact_velocity": -5.388351402707071, "lateral_surface_wind": 0.42114271641641343, "x_impact": 3236.746596771558} +{"y_impact": 1877.2233043313677, "t_final": 361.6175804238663, "out_of_rail_velocity": 29.525560918073232, "apogee_x": 147.62242798600616, "frontal_surface_wind": 6.034473327259051, "max_mach_number": 1.0620106954138946, "apogee": 4342.044323554556, "apogee_time": 28.324499844506533, "apogee_y": -39.572135972962, "out_of_rail_time": 0.3488980782771067, "impact_velocity": -5.3450899830788785, "lateral_surface_wind": 1.083368147590472, "x_impact": 3323.1675942227303} +{"y_impact": 587.8622690143009, "t_final": 203.8025247045274, "out_of_rail_velocity": 19.56162967619386, "apogee_x": 58.331715028394605, "frontal_surface_wind": 4.864131858560418, "max_mach_number": 0.49198555970331975, "apogee": 1639.8508002033877, "apogee_time": 18.71546710988208, "apogee_y": 82.26106195526353, "out_of_rail_time": 0.483149428145997, "impact_velocity": -5.260869214501476, "lateral_surface_wind": -0.6252136490260356, "x_impact": 1042.5735508655416} +{"y_impact": 1267.8534555830838, "t_final": 293.12444439673146, "out_of_rail_velocity": 22.60192906201094, "apogee_x": -99.53879091078907, "frontal_surface_wind": 6.33019812033373, "max_mach_number": 0.8051728690496414, "apogee": 3184.251255774876, "apogee_time": 25.399003639553637, "apogee_y": -202.2835322769912, "out_of_rail_time": 0.3743106564648553, "impact_velocity": -5.417706314577452, "lateral_surface_wind": 0.9991074762669983, "x_impact": 1955.5003284138259} +{"y_impact": 1448.9080073523044, "t_final": 292.951670096377, "out_of_rail_velocity": 24.61683055796949, "apogee_x": 168.06247432080337, "frontal_surface_wind": 5.691305729403409, "max_mach_number": 0.7855182886385071, "apogee": 3119.4586643856696, "apogee_time": 24.743099670914017, "apogee_y": 54.10972816408485, "out_of_rail_time": 0.3238675051488415, "impact_velocity": -5.263848305533823, "lateral_surface_wind": 0.7059123785966701, "x_impact": 2196.4811699502957} +{"y_impact": 1275.3405781425731, "t_final": 326.5921402844648, "out_of_rail_velocity": 24.343730093228313, "apogee_x": 175.48467040419916, "frontal_surface_wind": 4.820992577804797, "max_mach_number": 0.9277059033714121, "apogee": 3800.294090337708, "apogee_time": 27.27799447274458, "apogee_y": 257.3317742980324, "out_of_rail_time": 0.34438266881405527, "impact_velocity": -5.377490521147966, "lateral_surface_wind": -0.8992782712497498, "x_impact": 2422.7932863609117} +{"y_impact": 1481.0552660792819, "t_final": 330.3727335115697, "out_of_rail_velocity": 27.56745220095212, "apogee_x": 133.57514004297693, "frontal_surface_wind": 5.697206887807699, "max_mach_number": 0.9412892070329765, "apogee": 3850.512252331964, "apogee_time": 27.07495845045029, "apogee_y": -26.791185211926905, "out_of_rail_time": 0.4281572321013616, "impact_velocity": -5.293886799469163, "lateral_surface_wind": 0.884091046920517, "x_impact": 2887.5519267804852} +{"y_impact": 1199.6901018464428, "t_final": 269.55129619706696, "out_of_rail_velocity": 21.02455056561644, "apogee_x": -30.8723142180474, "frontal_surface_wind": 6.55804112009128, "max_mach_number": 0.7001088551745406, "apogee": 2621.9014079365365, "apogee_time": 23.368675606302215, "apogee_y": -122.19468357088279, "out_of_rail_time": 0.38395847665346194, "impact_velocity": -5.289181089656138, "lateral_surface_wind": 0.8244047099249991, "x_impact": 2017.3628376010768} +{"y_impact": 1185.164033609405, "t_final": 297.1192604533763, "out_of_rail_velocity": 25.94489540033622, "apogee_x": 200.762308823181, "frontal_surface_wind": 5.709377469832685, "max_mach_number": 0.8334768688226492, "apogee": 3379.9777279960617, "apogee_time": 25.748170705150045, "apogee_y": 79.38307965272274, "out_of_rail_time": 0.4539894453020596, "impact_velocity": -5.376071023528994, "lateral_surface_wind": 0.5256518626519386, "x_impact": 2566.73141423263} +{"y_impact": 1234.4672212178864, "t_final": 281.5469051127775, "out_of_rail_velocity": 21.75372055798381, "apogee_x": 50.497194336636184, "frontal_surface_wind": 5.681447829252537, "max_mach_number": 0.7537632136738525, "apogee": 2926.855905339464, "apogee_time": 24.519684506652965, "apogee_y": -65.7096204273918, "out_of_rail_time": 0.364820501688973, "impact_velocity": -5.321868011832548, "lateral_surface_wind": 0.7812962020115664, "x_impact": 1902.886799523746} +{"y_impact": 1842.2865978635446, "t_final": 327.80271543386726, "out_of_rail_velocity": 24.66913772874237, "apogee_x": 130.4829544980216, "frontal_surface_wind": 7.337436945736026, "max_mach_number": 0.9422125750467393, "apogee": 3882.408438922169, "apogee_time": 27.61104789730407, "apogee_y": -118.78142274996418, "out_of_rail_time": 0.3726971352115341, "impact_velocity": -5.433977491417767, "lateral_surface_wind": 1.3288358734804566, "x_impact": 3560.063302375163} +{"y_impact": 1207.1405360180993, "t_final": 329.12635730361205, "out_of_rail_velocity": 24.78465907196036, "apogee_x": 40.476004804506175, "frontal_surface_wind": 5.367031163834502, "max_mach_number": 0.9429527837642528, "apogee": 3879.11601319861, "apogee_time": 27.548569407411758, "apogee_y": -88.48241917452678, "out_of_rail_time": 0.33718068385543454, "impact_velocity": -5.3945468080554955, "lateral_surface_wind": 0.7216529942406638, "x_impact": 2595.2070456282345} +{"y_impact": 1709.4471647865169, "t_final": 356.7754445704806, "out_of_rail_velocity": 27.217972655411497, "apogee_x": 102.57509124602257, "frontal_surface_wind": 5.676756441065432, "max_mach_number": 1.0919749993913106, "apogee": 4378.740379753758, "apogee_time": 28.723489884426105, "apogee_y": -55.11372519364708, "out_of_rail_time": 0.41166087632831744, "impact_velocity": -5.264631262499772, "lateral_surface_wind": 0.8146836813255747, "x_impact": 3038.513987046315} +{"y_impact": 966.609192293429, "t_final": 293.3714032229282, "out_of_rail_velocity": 22.510333902174988, "apogee_x": -2.370167872883995, "frontal_surface_wind": 4.944892116647644, "max_mach_number": 0.8095061383608089, "apogee": 3211.1170850022245, "apogee_time": 25.475136217960777, "apogee_y": -0.3452624989615767, "out_of_rail_time": 0.34053867664987036, "impact_velocity": -5.368733114628333, "lateral_surface_wind": -0.06870439446269527, "x_impact": 2085.1912759167712} +{"y_impact": 1819.9004055411885, "t_final": 335.0017517820242, "out_of_rail_velocity": 24.640752527571795, "apogee_x": 9.240743328538226, "frontal_surface_wind": 6.71448403739068, "max_mach_number": 0.9461552097305241, "apogee": 3789.568677498662, "apogee_time": 27.105214657449718, "apogee_y": -76.95883906603426, "out_of_rail_time": 0.356023972935944, "impact_velocity": -5.154612641809393, "lateral_surface_wind": 0.5237063656979153, "x_impact": 2846.6122650474717} +{"y_impact": 1804.9489030589118, "t_final": 338.15272861297854, "out_of_rail_velocity": 24.62956499596793, "apogee_x": 54.665863588126555, "frontal_surface_wind": 6.655200784176064, "max_mach_number": 0.9496525263280392, "apogee": 3827.0719507554363, "apogee_time": 27.19880485281659, "apogee_y": -109.07909369748836, "out_of_rail_time": 0.2979786502512472, "impact_velocity": -5.175960461715872, "lateral_surface_wind": 1.032892428159419, "x_impact": 2950.173021221523} +{"y_impact": 1273.4836768886241, "t_final": 282.570929666649, "out_of_rail_velocity": 21.996910283030466, "apogee_x": -184.45427631940686, "frontal_surface_wind": 6.695406178584987, "max_mach_number": 0.7753278405752008, "apogee": 3031.7980069879645, "apogee_time": 24.874314715815157, "apogee_y": -236.8511866894535, "out_of_rail_time": 0.33382263654333927, "impact_velocity": -5.389608578300749, "lateral_surface_wind": 0.7280799060630225, "x_impact": 1881.1501467670419} +{"y_impact": 1781.0714762671403, "t_final": 351.2991706588801, "out_of_rail_velocity": 26.01691220277206, "apogee_x": 303.0415684977815, "frontal_surface_wind": 5.111259532097042, "max_mach_number": 1.0496332111058595, "apogee": 4283.1875613299, "apogee_time": 28.49914010723903, "apogee_y": 48.324337149578206, "out_of_rail_time": 0.28574839150435527, "impact_velocity": -5.30897037203636, "lateral_surface_wind": 1.107746040641552, "x_impact": 2881.461988138945} +{"y_impact": 1687.6429424156515, "t_final": 329.330062632459, "out_of_rail_velocity": 24.485007456719476, "apogee_x": 120.87566278448645, "frontal_surface_wind": 6.367384106105327, "max_mach_number": 0.9407970750917761, "apogee": 3828.178892965203, "apogee_time": 27.263192138104845, "apogee_y": -21.22579213601385, "out_of_rail_time": 0.2996902980604605, "impact_velocity": -5.215507888272201, "lateral_surface_wind": 0.7252886577953412, "x_impact": 2721.0402247736124} +{"y_impact": 773.2411049314758, "t_final": 231.82453224754406, "out_of_rail_velocity": 19.155920745507014, "apogee_x": -72.4116073751789, "frontal_surface_wind": 5.531516837093115, "max_mach_number": 0.5878520661827857, "apogee": 2086.418163189327, "apogee_time": 21.265181001001643, "apogee_y": -28.331554461992077, "out_of_rail_time": 0.46306310094465786, "impact_velocity": -5.371793658107399, "lateral_surface_wind": -0.25096750836830983, "x_impact": 1114.8263547208608} +{"y_impact": 1456.8466488546508, "t_final": 301.96072709530256, "out_of_rail_velocity": 25.688311011674113, "apogee_x": 176.041708456632, "frontal_surface_wind": 5.7479762488113195, "max_mach_number": 0.8461311131415571, "apogee": 3433.776475372425, "apogee_time": 25.81127169790956, "apogee_y": 75.26184462480315, "out_of_rail_time": 0.3388316965542473, "impact_velocity": -5.34830862019205, "lateral_surface_wind": 0.4478307100115555, "x_impact": 2537.7286623907394} +{"y_impact": 1393.7342476166755, "t_final": 311.6957200988424, "out_of_rail_velocity": 23.33060010630088, "apogee_x": 132.053190193191, "frontal_surface_wind": 5.65953093048968, "max_mach_number": 0.8554757302293368, "apogee": 3434.793782198518, "apogee_time": 26.18741883696386, "apogee_y": 64.16804217996113, "out_of_rail_time": 0.3718327759558931, "impact_velocity": -5.326636991889384, "lateral_surface_wind": 0.2693542022509323, "x_impact": 2430.5813776526584} +{"y_impact": 1353.9153563652947, "t_final": 297.11288329176296, "out_of_rail_velocity": 24.547996668151224, "apogee_x": 43.55889012955082, "frontal_surface_wind": 5.690509299890717, "max_mach_number": 0.7905366847202148, "apogee": 3158.9908340657407, "apogee_time": 24.890532259841933, "apogee_y": -50.95248293513145, "out_of_rail_time": 0.2917401656195729, "impact_velocity": -5.35474208177102, "lateral_surface_wind": 0.7123040780827568, "x_impact": 2118.3197857277723} +{"y_impact": 972.6885494984165, "t_final": 264.5751115917968, "out_of_rail_velocity": 21.18044667033843, "apogee_x": -42.458827768806174, "frontal_surface_wind": 5.6387248129124945, "max_mach_number": 0.697866680830196, "apogee": 2603.9927311267083, "apogee_time": 23.34609435513532, "apogee_y": -97.95982181407162, "out_of_rail_time": 0.4868986190466231, "impact_velocity": -5.250268996184735, "lateral_surface_wind": 0.5546390931809473, "x_impact": 1566.8928756885348} +{"y_impact": 1370.4310971505909, "t_final": 344.961451669756, "out_of_rail_velocity": 26.287025065508395, "apogee_x": 178.83237476115966, "frontal_surface_wind": 4.945289916903028, "max_mach_number": 1.0318370401036787, "apogee": 4108.7392318913435, "apogee_time": 27.95789854401302, "apogee_y": 118.60795086757362, "out_of_rail_time": 0.4281072694159656, "impact_velocity": -5.17984635323818, "lateral_surface_wind": -0.02803527919855453, "x_impact": 3049.9787682540104} +{"y_impact": 620.1370911041992, "t_final": 219.54372558315683, "out_of_rail_velocity": 18.628247706843393, "apogee_x": -74.77457311792047, "frontal_surface_wind": 5.926983579529088, "max_mach_number": 0.5644248462142563, "apogee": 1973.7848154567314, "apogee_time": 20.747656350743945, "apogee_y": -53.01341397744405, "out_of_rail_time": 0.3940384732482495, "impact_velocity": -5.473897531042612, "lateral_surface_wind": -0.07066918703710146, "x_impact": 1336.5383431685927} +{"y_impact": 1253.2361164241545, "t_final": 273.8421268967722, "out_of_rail_velocity": 24.01272685530796, "apogee_x": 30.35214322376594, "frontal_surface_wind": 6.343468291667589, "max_mach_number": 0.7448238210505537, "apogee": 2937.959160827102, "apogee_time": 24.174812162381116, "apogee_y": -124.00981193407186, "out_of_rail_time": 0.3068749522059673, "impact_velocity": -5.395743312599992, "lateral_surface_wind": 1.318522214796606, "x_impact": 2088.139052218249} +{"y_impact": 534.3372340658365, "t_final": 171.83362342786734, "out_of_rail_velocity": 17.619485372416996, "apogee_x": -66.95149518580986, "frontal_surface_wind": 5.926752280358729, "max_mach_number": 0.3881049529842754, "apogee": 1155.9340657715868, "apogee_time": 16.050641453970858, "apogee_y": -47.2515041873936, "out_of_rail_time": 0.6115755611435839, "impact_velocity": -5.455358797016406, "lateral_surface_wind": -0.08795392695351367, "x_impact": 882.7790274420724} +{"y_impact": 1502.586149548908, "t_final": 342.53811854308634, "out_of_rail_velocity": 26.159835285806817, "apogee_x": 77.89276084331874, "frontal_surface_wind": 6.131038771802398, "max_mach_number": 1.0562270872077166, "apogee": 4321.509431491977, "apogee_time": 28.621727439148632, "apogee_y": -22.808989605742855, "out_of_rail_time": 0.28061684943624793, "impact_velocity": -5.387995012195468, "lateral_surface_wind": 0.38232155440198134, "x_impact": 3237.9168026696466} +{"y_impact": 1273.9108995937318, "t_final": 289.5029304474657, "out_of_rail_velocity": 24.63778006852686, "apogee_x": 154.4735896596409, "frontal_surface_wind": 5.65543448776412, "max_mach_number": 0.7944044091436913, "apogee": 3178.6004576605324, "apogee_time": 24.96629081517165, "apogee_y": -27.514881007053862, "out_of_rail_time": 0.29209811655855555, "impact_velocity": -5.353222460348962, "lateral_surface_wind": 1.1206444825798587, "x_impact": 2321.0674713168933} +{"y_impact": 1630.433472043697, "t_final": 309.9557301098588, "out_of_rail_velocity": 23.165781831305477, "apogee_x": 251.36879335499276, "frontal_surface_wind": 6.3653166161980295, "max_mach_number": 0.8575627168114321, "apogee": 3463.5297469397665, "apogee_time": 26.278095166809823, "apogee_y": 13.184480022847598, "out_of_rail_time": 0.31676664924614, "impact_velocity": -5.36860727975705, "lateral_surface_wind": 1.20865014535122, "x_impact": 2917.038140043168} +{"y_impact": 1527.9296628630686, "t_final": 327.9942321261054, "out_of_rail_velocity": 24.347347211663546, "apogee_x": 129.4698653949143, "frontal_surface_wind": 5.150734974140178, "max_mach_number": 0.9236963069251943, "apogee": 3735.177890222432, "apogee_time": 27.02584395410871, "apogee_y": -33.49280205912907, "out_of_rail_time": 0.35176754248577174, "impact_velocity": -5.25526627968972, "lateral_surface_wind": 0.906644649892717, "x_impact": 2336.0543185308416} +{"y_impact": 1453.896712181485, "t_final": 342.3250175424994, "out_of_rail_velocity": 26.270468763911868, "apogee_x": 168.52985332930356, "frontal_surface_wind": 5.4044652286749315, "max_mach_number": 1.0287353486845823, "apogee": 4231.982526209514, "apogee_time": 28.560398173288423, "apogee_y": 65.35106329236203, "out_of_rail_time": 0.44967577999906055, "impact_velocity": -5.423399483960811, "lateral_surface_wind": 0.3428733727061095, "x_impact": 2958.9497923585827} +{"y_impact": 1126.8870916256772, "t_final": 242.88957855371436, "out_of_rail_velocity": 20.205159918456417, "apogee_x": -105.78554173660822, "frontal_surface_wind": 6.620860948904767, "max_mach_number": 0.6564782214024019, "apogee": 2442.2837129279, "apogee_time": 22.74648077031956, "apogee_y": -70.50725773555172, "out_of_rail_time": 0.3632537980287486, "impact_velocity": -5.4779500742433465, "lateral_surface_wind": -0.14287501601911812, "x_impact": 1968.9552901638433} +{"y_impact": 872.6786772466211, "t_final": 261.70173107867936, "out_of_rail_velocity": 23.721800628581917, "apogee_x": 4.8496730474806355, "frontal_surface_wind": 5.114712247164685, "max_mach_number": 0.7291543401326155, "apogee": 2829.221533698188, "apogee_time": 23.776171543011284, "apogee_y": 6.841216708164309, "out_of_rail_time": 0.3646878496075502, "impact_velocity": -5.342676064463056, "lateral_surface_wind": -0.09520497862495025, "x_impact": 1623.728539594516} +{"y_impact": 934.9466656292127, "t_final": 287.6822077065439, "out_of_rail_velocity": 22.195926970659116, "apogee_x": -16.505947577675975, "frontal_surface_wind": 4.943258652545468, "max_mach_number": 0.7899627436654607, "apogee": 3104.0605348338077, "apogee_time": 25.093830986450154, "apogee_y": -0.7012603226125819, "out_of_rail_time": 0.330949734168956, "impact_velocity": -5.36142267507075, "lateral_surface_wind": -0.14447225732596802, "x_impact": 1979.712261970018} +{"y_impact": 1152.9931248388716, "t_final": 297.41271764002863, "out_of_rail_velocity": 22.880577964497345, "apogee_x": 74.74409022559341, "frontal_surface_wind": 5.430894541558644, "max_mach_number": 0.8331498065110947, "apogee": 3344.892627144477, "apogee_time": 25.90844534153018, "apogee_y": -16.50592324023842, "out_of_rail_time": 0.3256912560693722, "impact_velocity": -5.377636636411136, "lateral_surface_wind": 0.4874904747596256, "x_impact": 2174.3098407248312} +{"y_impact": 1628.5874445874392, "t_final": 343.456651983572, "out_of_rail_velocity": 25.157097537761498, "apogee_x": 273.16527663216215, "frontal_surface_wind": 5.449954954696819, "max_mach_number": 0.9906757532885907, "apogee": 4069.627427587292, "apogee_time": 27.975198355922167, "apogee_y": 183.9045904817499, "out_of_rail_time": 0.29160894759893097, "impact_velocity": -5.345454059308427, "lateral_surface_wind": 0.17393526464870845, "x_impact": 3025.6028810566695} +{"y_impact": 1414.150850945881, "t_final": 308.73132845181806, "out_of_rail_velocity": 23.50941107228332, "apogee_x": 108.12610958939833, "frontal_surface_wind": 6.200630236136816, "max_mach_number": 0.8757951985785906, "apogee": 3579.877377027167, "apogee_time": 26.678665433494505, "apogee_y": -152.978556247052, "out_of_rail_time": 0.31209436298744725, "impact_velocity": -5.407469235080485, "lateral_surface_wind": 1.6192000081877427, "x_impact": 2448.090978189595} +{"y_impact": 1151.1325648901877, "t_final": 263.8901959379846, "out_of_rail_velocity": 20.982601414142476, "apogee_x": 114.747500748189, "frontal_surface_wind": 6.30074965651197, "max_mach_number": 0.7030711542016218, "apogee": 2662.031440481699, "apogee_time": 23.55317481709381, "apogee_y": -80.92132224524565, "out_of_rail_time": 0.36141263654994354, "impact_velocity": -5.382549139650203, "lateral_surface_wind": 1.3264920021584672, "x_impact": 2054.593001154621} +{"y_impact": 1494.0582794397537, "t_final": 330.0785988345763, "out_of_rail_velocity": 24.329281551878232, "apogee_x": 17.644149715475063, "frontal_surface_wind": 6.317630068064778, "max_mach_number": 0.9373266232988553, "apogee": 3799.373054706972, "apogee_time": 27.200307023164754, "apogee_y": -207.6870420833882, "out_of_rail_time": 0.3020429545592324, "impact_velocity": -5.242942165974667, "lateral_surface_wind": 1.4372338436691816, "x_impact": 2962.2386194296123} +{"y_impact": 1498.3493012251927, "t_final": 287.18076126871404, "out_of_rail_velocity": 24.48010484139592, "apogee_x": 112.7968396370619, "frontal_surface_wind": 6.621459727404061, "max_mach_number": 0.7765279515188982, "apogee": 3078.5845259471803, "apogee_time": 24.636013623289248, "apogee_y": 56.73035106396066, "out_of_rail_time": 0.3291076886732421, "impact_velocity": -5.3013883523509815, "lateral_surface_wind": 0.11173206030820992, "x_impact": 2902.6616315196693} +{"y_impact": 1336.6206980967704, "t_final": 290.4166771793398, "out_of_rail_velocity": 22.369287445799333, "apogee_x": 131.76456757887587, "frontal_surface_wind": 5.186448403349606, "max_mach_number": 0.7972969820943093, "apogee": 3147.56110355875, "apogee_time": 25.231570875935493, "apogee_y": 14.455242717505493, "out_of_rail_time": 0.32828905490985544, "impact_velocity": -5.299512182550685, "lateral_surface_wind": 0.6729251476964131, "x_impact": 1876.9720756419983} +{"y_impact": 1292.8448865503397, "t_final": 287.5551549995983, "out_of_rail_velocity": 22.324126854409606, "apogee_x": 156.81213692519455, "frontal_surface_wind": 5.796043945556697, "max_mach_number": 0.7934130998835706, "apogee": 3163.4035965152743, "apogee_time": 25.366209931977377, "apogee_y": 35.74245576951309, "out_of_rail_time": 0.3469182737266477, "impact_velocity": -5.430326716639636, "lateral_surface_wind": 0.5731019565336637, "x_impact": 2226.4060461815297} +{"y_impact": 1383.130505469301, "t_final": 257.81136354152494, "out_of_rail_velocity": 22.941714441032243, "apogee_x": 24.68708076282324, "frontal_surface_wind": 7.2221935735576706, "max_mach_number": 0.6795546960398882, "apogee": 2595.806025568457, "apogee_time": 22.97320127279065, "apogee_y": 37.70195245146452, "out_of_rail_time": 0.3898951673767055, "impact_velocity": -5.432143697188984, "lateral_surface_wind": -0.22160720875304385, "x_impact": 2249.0747789294333} +{"y_impact": 1250.828175959212, "t_final": 296.17546191022313, "out_of_rail_velocity": 22.489782037433223, "apogee_x": 104.83969261422213, "frontal_surface_wind": 5.86725718621922, "max_mach_number": 0.8143252840124692, "apogee": 3218.420290314028, "apogee_time": 25.438021773526764, "apogee_y": -11.701659506966053, "out_of_rail_time": 0.3262245014474081, "impact_velocity": -5.262196987412165, "lateral_surface_wind": 0.6237685402785287, "x_impact": 2209.1442954338795} +{"y_impact": 1251.299155749776, "t_final": 289.67276072780186, "out_of_rail_velocity": 22.860255559026687, "apogee_x": 87.78269017393124, "frontal_surface_wind": 5.798381457591113, "max_mach_number": 0.8074786791161871, "apogee": 3210.5582222825706, "apogee_time": 25.551605292300017, "apogee_y": -10.352754014012206, "out_of_rail_time": 0.44660429157221543, "impact_velocity": -5.41174779635776, "lateral_surface_wind": 0.5489478515038759, "x_impact": 2178.07371710717} +{"y_impact": 1630.426106040115, "t_final": 309.94120772547615, "out_of_rail_velocity": 23.179982354159538, "apogee_x": 20.424155196347794, "frontal_surface_wind": 7.315167323845176, "max_mach_number": 0.8552531117505479, "apogee": 3459.0187938508384, "apogee_time": 26.309159151998728, "apogee_y": -209.34943246365802, "out_of_rail_time": 0.31665303966361036, "impact_velocity": -5.446844513230041, "lateral_surface_wind": 1.4464137497439649, "x_impact": 3099.488841003616} +{"y_impact": 1291.1105039162062, "t_final": 258.1818180362445, "out_of_rail_velocity": 22.838708551049777, "apogee_x": 300.87094651558334, "frontal_surface_wind": 5.153750489302865, "max_mach_number": 0.6731308512404964, "apogee": 2532.8994144853305, "apogee_time": 22.656509222510106, "apogee_y": 150.05486048253243, "out_of_rail_time": 0.39657351421024895, "impact_velocity": -5.2450475020457, "lateral_surface_wind": 0.8893431222089614, "x_impact": 1698.3975404004816} +{"y_impact": 1546.1895567901931, "t_final": 316.08670897810356, "out_of_rail_velocity": 26.258952280845488, "apogee_x": 325.9168886366323, "frontal_surface_wind": 4.950130991229444, "max_mach_number": 0.8589731595659356, "apogee": 3423.930398057267, "apogee_time": 25.726072653589434, "apogee_y": 53.90064601853409, "out_of_rail_time": 0.4470264640477123, "impact_velocity": -5.238630240589, "lateral_surface_wind": 1.6434937993235281, "x_impact": 2573.3269061670526} +{"y_impact": 1129.1391336756053, "t_final": 308.6826649321812, "out_of_rail_velocity": 23.091871720341686, "apogee_x": -3.1088014779809554, "frontal_surface_wind": 5.092432852349513, "max_mach_number": 0.817345696413416, "apogee": 3245.067114440814, "apogee_time": 25.582734933461172, "apogee_y": -61.280980488359674, "out_of_rail_time": 0.3660458933475902, "impact_velocity": -5.30954624757156, "lateral_surface_wind": 0.4032225973800405, "x_impact": 2001.1736799448527} +{"y_impact": 1544.7405907919738, "t_final": 317.2511466790253, "out_of_rail_velocity": 23.342718349818856, "apogee_x": -99.36746416907935, "frontal_surface_wind": 7.209096994784872, "max_mach_number": 0.8697896315527849, "apogee": 3519.41718948825, "apogee_time": 26.45435891930873, "apogee_y": -139.1950095511591, "out_of_rail_time": 0.31413032930283685, "impact_velocity": -5.375404748502289, "lateral_surface_wind": 0.4879654585037354, "x_impact": 3129.207196848071} +{"y_impact": 1370.0806137116683, "t_final": 286.25377816176695, "out_of_rail_velocity": 24.213371935851196, "apogee_x": 215.7226769335701, "frontal_surface_wind": 5.150814029407734, "max_mach_number": 0.7614775471294914, "apogee": 2998.7222908747294, "apogee_time": 24.2998160752321, "apogee_y": 68.39706212535052, "out_of_rail_time": 0.29909075532676765, "impact_velocity": -5.293981820668441, "lateral_surface_wind": 0.9061954146134124, "x_impact": 1911.8036924457517} +{"y_impact": 1070.5317134752092, "t_final": 304.1735478283825, "out_of_rail_velocity": 23.26085247367857, "apogee_x": 118.60423934732644, "frontal_surface_wind": 5.926864905614324, "max_mach_number": 0.8442066113013142, "apogee": 3397.3897369135116, "apogee_time": 26.157868394187993, "apogee_y": 60.44575018296471, "out_of_rail_time": 0.40681181844817554, "impact_velocity": -5.370790600067669, "lateral_surface_wind": 0.08000547857013185, "x_impact": 2754.6957993275764} +{"y_impact": 1292.2976448222653, "t_final": 290.94284936486633, "out_of_rail_velocity": 25.36842993316823, "apogee_x": 83.43812635771624, "frontal_surface_wind": 5.941105759126931, "max_mach_number": 0.8274378916774656, "apogee": 3343.328983536116, "apogee_time": 25.497040704056275, "apogee_y": 30.10556545006722, "out_of_rail_time": 0.3182989527447721, "impact_velocity": -5.316624450359001, "lateral_surface_wind": 0.22641789048249272, "x_impact": 2370.7371994096284} +{"y_impact": 1012.2529936803985, "t_final": 250.44677646816265, "out_of_rail_velocity": 20.419996497632777, "apogee_x": 106.47529795649965, "frontal_surface_wind": 5.53526352772586, "max_mach_number": 0.6669998559235717, "apogee": 2482.8082715990545, "apogee_time": 22.8373369294349, "apogee_y": 102.14476877512371, "out_of_rail_time": 0.39186506287939626, "impact_velocity": -5.336159353494713, "lateral_surface_wind": -0.14669999294168168, "x_impact": 1514.4201784848694} +{"y_impact": 1005.2604417824991, "t_final": 289.4104494961962, "out_of_rail_velocity": 22.42984098593349, "apogee_x": -22.822931464622698, "frontal_surface_wind": 5.417212905060001, "max_mach_number": 0.7972155375968414, "apogee": 3132.7967285849654, "apogee_time": 25.19558377483999, "apogee_y": -100.01737541649241, "out_of_rail_time": 0.36700074322850534, "impact_velocity": -5.299340933111273, "lateral_surface_wind": 0.6213427602895272, "x_impact": 1923.259522907097} +{"y_impact": 1526.732213022552, "t_final": 287.14648295765585, "out_of_rail_velocity": 24.657528969647114, "apogee_x": 8.242014222595012, "frontal_surface_wind": 7.225297454045688, "max_mach_number": 0.7744972624302969, "apogee": 3075.671301566977, "apogee_time": 24.693438896038007, "apogee_y": 5.188604440480094, "out_of_rail_time": 0.39177385358853645, "impact_velocity": -5.4085709213473825, "lateral_surface_wind": -0.06531821698370965, "x_impact": 2726.3051429405714} +{"y_impact": 1655.2076681944538, "t_final": 322.9721821049276, "out_of_rail_velocity": 26.82666947882011, "apogee_x": 62.351274805319974, "frontal_surface_wind": 6.555165680186844, "max_mach_number": 0.9146392368731159, "apogee": 3737.470083791466, "apogee_time": 26.70864662480691, "apogee_y": -66.79792873239815, "out_of_rail_time": 0.3579367022008094, "impact_velocity": -5.3134910830510735, "lateral_surface_wind": 0.8469647949325587, "x_impact": 3037.343499264502} +{"y_impact": 1417.3374700113066, "t_final": 314.7663938111416, "out_of_rail_velocity": 23.380695390213212, "apogee_x": 154.0922727812708, "frontal_surface_wind": 5.782898039143957, "max_mach_number": 0.8635040143920559, "apogee": 3510.9541410723623, "apogee_time": 26.454024018683707, "apogee_y": 7.151839682035772, "out_of_rail_time": 0.33216601401321777, "impact_velocity": -5.376727437199564, "lateral_surface_wind": 0.6932975842105069, "x_impact": 2594.637620010309} +{"y_impact": 1821.4962002926125, "t_final": 313.8819853690699, "out_of_rail_velocity": 26.739550729771576, "apogee_x": 339.4653909506457, "frontal_surface_wind": 5.958697897038817, "max_mach_number": 0.8844603611970271, "apogee": 3576.106875342036, "apogee_time": 26.251500371237896, "apogee_y": 59.52499570090236, "out_of_rail_time": 0.4624649102616458, "impact_velocity": -5.284063984473142, "lateral_surface_wind": 1.5256388637162837, "x_impact": 2685.5966574079234} +{"y_impact": 1392.173344962064, "t_final": 345.4187007550309, "out_of_rail_velocity": 25.429102879357004, "apogee_x": 125.19116532816496, "frontal_surface_wind": 4.934621817841415, "max_mach_number": 1.0005352495399122, "apogee": 4065.1699046503036, "apogee_time": 27.928691078549637, "apogee_y": 135.94987961943775, "out_of_rail_time": 0.33479297383412165, "impact_velocity": -5.244140474675943, "lateral_surface_wind": -0.3258617099107872, "x_impact": 2996.779064399912} +{"y_impact": 1121.1448039437662, "t_final": 235.52277187189992, "out_of_rail_velocity": 21.075618056588358, "apogee_x": 69.19096826879483, "frontal_surface_wind": 6.030764706250221, "max_mach_number": 0.5829470732548768, "apogee": 2110.461613859182, "apogee_time": 20.950614179966134, "apogee_y": -40.981582559165055, "out_of_rail_time": 0.34497210633233466, "impact_velocity": -5.397477336606708, "lateral_surface_wind": 1.1038260453808912, "x_impact": 1455.6779524263084} +{"y_impact": 1313.2287755009406, "t_final": 298.93049989626303, "out_of_rail_velocity": 23.17274300907716, "apogee_x": 15.618549597878301, "frontal_surface_wind": 6.238827085896107, "max_mach_number": 0.8183456473390899, "apogee": 3204.9281205156303, "apogee_time": 25.496273745759225, "apogee_y": -232.0883303345604, "out_of_rail_time": 0.4970808936146777, "impact_velocity": -5.345088373799326, "lateral_surface_wind": 1.8031581984358973, "x_impact": 2528.079820358845} +{"y_impact": 1522.705086266135, "t_final": 284.2916404777807, "out_of_rail_velocity": 21.730223554885637, "apogee_x": 162.67511281189798, "frontal_surface_wind": 6.037741769268197, "max_mach_number": 0.7510621910034255, "apogee": 2920.12667632609, "apogee_time": 24.47335004589276, "apogee_y": -26.963990008948173, "out_of_rail_time": 0.3373099912166379, "impact_velocity": -5.349028014280374, "lateral_surface_wind": 1.174448337855043, "x_impact": 2018.251791801133} +{"y_impact": 1386.697144428857, "t_final": 294.62960662455725, "out_of_rail_velocity": 22.814321167850395, "apogee_x": 18.65527011290677, "frontal_surface_wind": 6.35146998568459, "max_mach_number": 0.8102016539890238, "apogee": 3169.425051034654, "apogee_time": 25.365976330936423, "apogee_y": -240.7351077751465, "out_of_rail_time": 0.4428178825057447, "impact_velocity": -5.320265406331925, "lateral_surface_wind": 1.7858476320498102, "x_impact": 2576.4777375975427} +{"y_impact": 1458.8358927649128, "t_final": 298.7992883204953, "out_of_rail_velocity": 23.01654919464479, "apogee_x": 69.4584159426548, "frontal_surface_wind": 6.071503551981298, "max_mach_number": 0.8473269026593908, "apogee": 3386.2838646005516, "apogee_time": 25.99375238183653, "apogee_y": -70.90328118114222, "out_of_rail_time": 0.318773498191455, "impact_velocity": -5.326006560871712, "lateral_surface_wind": 0.8517038798156467, "x_impact": 2317.089431328081} +{"y_impact": 1420.3436350337618, "t_final": 331.44136912088703, "out_of_rail_velocity": 26.697617379717318, "apogee_x": 302.1442081189985, "frontal_surface_wind": 5.115306907687474, "max_mach_number": 0.9073696496914144, "apogee": 3674.1550446431847, "apogee_time": 26.417791728008915, "apogee_y": 198.3899476191633, "out_of_rail_time": 0.3414305264984315, "impact_velocity": -5.209500432073866, "lateral_surface_wind": 0.05459486620740739, "x_impact": 2827.558163546074} +{"y_impact": 1040.3893335840469, "t_final": 299.4392508158653, "out_of_rail_velocity": 23.071429655213954, "apogee_x": -19.123438362676094, "frontal_surface_wind": 5.066007506616296, "max_mach_number": 0.8283556161399438, "apogee": 3280.2647658317073, "apogee_time": 25.710995118889794, "apogee_y": -101.80181025900465, "out_of_rail_time": 0.420185798712339, "impact_velocity": -5.338714144210982, "lateral_surface_wind": 0.6565278072053324, "x_impact": 1910.6244680352606} +{"y_impact": 1477.3553961293296, "t_final": 311.64556352909165, "out_of_rail_velocity": 25.696386824266384, "apogee_x": -38.18556865145249, "frontal_surface_wind": 6.361771388722026, "max_mach_number": 0.8344300444066969, "apogee": 3293.062115360106, "apogee_time": 25.258547339548866, "apogee_y": -116.92684636214938, "out_of_rail_time": 0.4167950745410093, "impact_velocity": -5.150727169601008, "lateral_surface_wind": 0.7729739901491595, "x_impact": 2213.618998643428} +{"y_impact": 1886.8443817945697, "t_final": 375.33472386692773, "out_of_rail_velocity": 27.525115136976762, "apogee_x": 229.5726808658927, "frontal_surface_wind": 5.119828079584798, "max_mach_number": 1.108327528850703, "apogee": 4501.477873373789, "apogee_time": 29.11381390488405, "apogee_y": 8.626098540497427, "out_of_rail_time": 0.37891014880852014, "impact_velocity": -5.352636827074887, "lateral_surface_wind": 1.0674435490951972, "x_impact": 3096.04220983959} +{"y_impact": 1406.1753123530077, "t_final": 324.92068369708716, "out_of_rail_velocity": 24.239478647130966, "apogee_x": 151.40783433114015, "frontal_surface_wind": 5.63363826210958, "max_mach_number": 0.899528413972632, "apogee": 3675.546655231416, "apogee_time": 26.95366018581318, "apogee_y": 17.56737087521395, "out_of_rail_time": 0.3503651610953053, "impact_velocity": -5.385064669486484, "lateral_surface_wind": 0.6041208249469392, "x_impact": 2657.3382502846443} +{"y_impact": 1138.489824032122, "t_final": 270.8605817781927, "out_of_rail_velocity": 21.710464594379683, "apogee_x": 23.218423626838437, "frontal_surface_wind": 5.669907046739771, "max_mach_number": 0.7531703939561455, "apogee": 2950.785922967918, "apogee_time": 24.644314532495525, "apogee_y": -99.58735639586247, "out_of_rail_time": 0.3379910704185561, "impact_velocity": -5.482446424387943, "lateral_surface_wind": 0.8610617127283908, "x_impact": 1792.507484472618} +{"y_impact": 1222.8893569851816, "t_final": 261.3070569922374, "out_of_rail_velocity": 20.73748277357109, "apogee_x": 63.342918978914966, "frontal_surface_wind": 6.2509596043348505, "max_mach_number": 0.6971965216644802, "apogee": 2608.7379860974825, "apogee_time": 23.329468176405047, "apogee_y": -216.26531686204203, "out_of_rail_time": 0.35409586689836464, "impact_velocity": -5.330300021285349, "lateral_surface_wind": 2.110906622502282, "x_impact": 2114.601399704477} +{"y_impact": 1196.1362851406448, "t_final": 303.2656083642378, "out_of_rail_velocity": 22.525601247361507, "apogee_x": -47.69315783851102, "frontal_surface_wind": 5.792961526021583, "max_mach_number": 0.808556476363434, "apogee": 3182.0103494860277, "apogee_time": 25.30369198825371, "apogee_y": -119.59687255986638, "out_of_rail_time": 0.32587572285431016, "impact_velocity": -5.2798683263403055, "lateral_surface_wind": 0.6034633621363006, "x_impact": 2148.41940994795} +{"y_impact": 1660.9371213078878, "t_final": 324.30152771342426, "out_of_rail_velocity": 23.542189414971414, "apogee_x": 65.6254346528621, "frontal_surface_wind": 6.387574935295183, "max_mach_number": 0.880852335579654, "apogee": 3561.0251695314805, "apogee_time": 26.529337791767016, "apogee_y": -24.915494995674003, "out_of_rail_time": 0.31192843132112974, "impact_velocity": -5.299426921221621, "lateral_surface_wind": 0.5181799280153836, "x_impact": 2550.857069620804} +{"y_impact": 1670.4817920594403, "t_final": 333.0005745678778, "out_of_rail_velocity": 24.429978086058124, "apogee_x": -116.1343388297839, "frontal_surface_wind": 7.224626151683966, "max_mach_number": 0.9329052314289015, "apogee": 3811.1914114223914, "apogee_time": 27.331217858772384, "apogee_y": -112.19846821904284, "out_of_rail_time": 0.35507946111350835, "impact_velocity": -5.380625143051469, "lateral_surface_wind": 0.11818095156649111, "x_impact": 3409.8173780740613} +{"y_impact": 1578.4383548570956, "t_final": 332.2793041528836, "out_of_rail_velocity": 24.82159634314123, "apogee_x": -240.235505946255, "frontal_surface_wind": 7.41085244660921, "max_mach_number": 0.9718297614972211, "apogee": 3929.448215394858, "apogee_time": 27.557096192217458, "apogee_y": -376.68722447435044, "out_of_rail_time": 0.3048031161616603, "impact_velocity": -5.308186202025746, "lateral_surface_wind": 0.8264694343330916, "x_impact": 3189.5151881135694} +{"y_impact": 984.9305321430716, "t_final": 309.53069480555064, "out_of_rail_velocity": 23.43566324336735, "apogee_x": 4.449119955645256, "frontal_surface_wind": 5.925832775933445, "max_mach_number": 0.8578012848573073, "apogee": 3453.4423410325135, "apogee_time": 26.30322253917659, "apogee_y": -31.522463905985877, "out_of_rail_time": 0.38862385613939215, "impact_velocity": -5.389681771560735, "lateral_surface_wind": 0.13650786672147852, "x_impact": 2702.1611538783736} +{"y_impact": 1016.619879649119, "t_final": 244.50093003593904, "out_of_rail_velocity": 20.101082006798308, "apogee_x": -54.5137434515805, "frontal_surface_wind": 6.308796384194993, "max_mach_number": 0.6357270235820932, "apogee": 2330.223056451594, "apogee_time": 22.324544784168584, "apogee_y": -155.9175473185659, "out_of_rail_time": 0.4571311992748662, "impact_velocity": -5.443278899110916, "lateral_surface_wind": 1.1263712418991632, "x_impact": 1369.3052879752329} +{"y_impact": 1857.7668518877138, "t_final": 353.1720243193621, "out_of_rail_velocity": 29.07298766455516, "apogee_x": 216.4050749744887, "frontal_surface_wind": 6.365195740507409, "max_mach_number": 1.0500593383173351, "apogee": 4290.297399490118, "apogee_time": 28.13499494940179, "apogee_y": -5.351002666706279, "out_of_rail_time": 0.3027699371422581, "impact_velocity": -5.303060774519533, "lateral_surface_wind": 1.2092865596419227, "x_impact": 3608.9400159358825} +{"y_impact": 1156.3462979209216, "t_final": 325.594892110674, "out_of_rail_velocity": 23.86623664044848, "apogee_x": -0.41375476558518826, "frontal_surface_wind": 5.729756132774295, "max_mach_number": 0.8840354631758858, "apogee": 3543.8102494977143, "apogee_time": 26.526578043312085, "apogee_y": -49.04147552191962, "out_of_rail_time": 0.41957843311770204, "impact_velocity": -5.281914020657288, "lateral_surface_wind": 0.2078355904985325, "x_impact": 2692.960223683212} +{"y_impact": 1475.062031941436, "t_final": 289.40856709628815, "out_of_rail_velocity": 25.40485365477639, "apogee_x": 30.132122570500066, "frontal_surface_wind": 6.616743327760562, "max_mach_number": 0.8051107524284278, "apogee": 3234.185842878807, "apogee_time": 25.296477478376016, "apogee_y": -108.9676975064523, "out_of_rail_time": 0.4649751390814601, "impact_velocity": -5.448936224899596, "lateral_surface_wind": 1.2558948922512791, "x_impact": 2260.118293888122} +{"y_impact": 1039.4696349613296, "t_final": 275.20571735352695, "out_of_rail_velocity": 24.518626315137727, "apogee_x": 132.29500480232653, "frontal_surface_wind": 5.345379359399858, "max_mach_number": 0.7636648817781037, "apogee": 3033.4673398200102, "apogee_time": 24.58252615296583, "apogee_y": -4.052899405340334, "out_of_rail_time": 0.4089176923510862, "impact_velocity": -5.491683736764968, "lateral_surface_wind": 0.8675978686979477, "x_impact": 1967.1871554779418} +{"y_impact": 1668.2584590020745, "t_final": 355.4313402129362, "out_of_rail_velocity": 28.815149856251004, "apogee_x": 171.0046805642306, "frontal_surface_wind": 5.894997348232593, "max_mach_number": 1.0244533360034083, "apogee": 4213.489507816611, "apogee_time": 28.033917490878107, "apogee_y": 84.92271529369111, "out_of_rail_time": 0.3799354706871411, "impact_velocity": -5.330072431434179, "lateral_surface_wind": 0.2505999708957902, "x_impact": 3196.3696174797847} +{"y_impact": 1143.457752036085, "t_final": 268.1740555316886, "out_of_rail_velocity": 21.04456718435736, "apogee_x": 67.47856122572176, "frontal_surface_wind": 5.9420962305332985, "max_mach_number": 0.711748202142557, "apogee": 2722.3474929950858, "apogee_time": 23.777458939100185, "apogee_y": 25.1055347754856, "out_of_rail_time": 0.34867840110917675, "impact_velocity": -5.3825434735018, "lateral_surface_wind": 0.19873371466285983, "x_impact": 1965.4742461306066} +{"y_impact": 1182.7881594946814, "t_final": 328.39496138676753, "out_of_rail_velocity": 25.002588987865824, "apogee_x": 26.43414521305959, "frontal_surface_wind": 5.115341778038153, "max_mach_number": 0.9724472484327056, "apogee": 3988.2787237122343, "apogee_time": 27.80885008215266, "apogee_y": -1.3487275085412316, "out_of_rail_time": 0.34090687440361395, "impact_velocity": -5.336142694881485, "lateral_surface_wind": 0.051223560095491116, "x_impact": 2541.543641163027} +{"y_impact": 955.4330886246904, "t_final": 278.423904725782, "out_of_rail_velocity": 21.545720935233636, "apogee_x": 68.06177895946252, "frontal_surface_wind": 5.702899371940882, "max_mach_number": 0.738439036109291, "apogee": 2815.4656121540174, "apogee_time": 24.06965439946778, "apogee_y": -29.536004586291135, "out_of_rail_time": 0.3860592849618661, "impact_velocity": -5.262435796878537, "lateral_surface_wind": 0.591810550141517, "x_impact": 2053.241527676047} +{"y_impact": 1372.2070199747805, "t_final": 360.6230194428711, "out_of_rail_velocity": 27.48745831347583, "apogee_x": 193.55092237609102, "frontal_surface_wind": 4.849530219262314, "max_mach_number": 1.1115215378544232, "apogee": 4444.8699738015775, "apogee_time": 28.833097339436737, "apogee_y": 227.00794770878088, "out_of_rail_time": 0.39876591414211926, "impact_velocity": -5.208403213469382, "lateral_surface_wind": -0.729881837595985, "x_impact": 2874.0052368361858} +{"y_impact": 1105.815866044, "t_final": 263.5627879723659, "out_of_rail_velocity": 21.319319569016233, "apogee_x": 46.074187213670434, "frontal_surface_wind": 6.319752353922469, "max_mach_number": 0.7150120651696367, "apogee": 2713.8605985416316, "apogee_time": 23.797175373161362, "apogee_y": -118.22957261922542, "out_of_rail_time": 0.4363359734497952, "impact_velocity": -5.409859800271277, "lateral_surface_wind": 1.2327844300271975, "x_impact": 1981.0723997890982} +{"y_impact": 1532.1322597639, "t_final": 282.80599862637547, "out_of_rail_velocity": 24.4975530164375, "apogee_x": 181.1627302564257, "frontal_surface_wind": 5.993735689375997, "max_mach_number": 0.7592358158727988, "apogee": 2993.0085326995427, "apogee_time": 24.41593705968385, "apogee_y": -12.039992832258845, "out_of_rail_time": 0.4204950814003116, "impact_velocity": -5.383913407817493, "lateral_surface_wind": 1.3815885988805685, "x_impact": 2050.0737227220516} +{"y_impact": 1426.167200177619, "t_final": 318.1343358576436, "out_of_rail_velocity": 23.69829766516462, "apogee_x": 244.05729521588052, "frontal_surface_wind": 4.953728260332841, "max_mach_number": 0.8877999166216142, "apogee": 3597.0028479701505, "apogee_time": 26.65854031470287, "apogee_y": -60.84188654755012, "out_of_rail_time": 0.3094217381949196, "impact_velocity": -5.376650373577558, "lateral_surface_wind": 1.632619068100346, "x_impact": 2551.927250237936} +{"y_impact": 1379.238666963048, "t_final": 342.0579125420135, "out_of_rail_velocity": 25.05020703365304, "apogee_x": 59.17078736776953, "frontal_surface_wind": 5.437799768079348, "max_mach_number": 0.9866158093877309, "apogee": 4107.192616500175, "apogee_time": 28.19921442957517, "apogee_y": -28.4093386404313, "out_of_rail_time": 0.29273765728486945, "impact_velocity": -5.469132212698231, "lateral_surface_wind": 0.4032321499942957, "x_impact": 2785.7028934173463} +{"y_impact": 1962.7587672377715, "t_final": 366.9627239010676, "out_of_rail_velocity": 26.743657798389975, "apogee_x": 172.58260728976168, "frontal_surface_wind": 6.081807786724766, "max_mach_number": 1.0787029181184646, "apogee": 4330.7136669582815, "apogee_time": 28.55246362086724, "apogee_y": 10.175822873528922, "out_of_rail_time": 0.34945872231158803, "impact_velocity": -5.187162106205895, "lateral_surface_wind": 0.7747057027985229, "x_impact": 3385.6223335959644} +{"y_impact": 1074.5228730452213, "t_final": 210.27056751098888, "out_of_rail_velocity": 17.74161401995457, "apogee_x": 55.31356557070975, "frontal_surface_wind": 6.352832767902315, "max_mach_number": 0.5152528636425983, "apogee": 1728.9251238844774, "apogee_time": 19.58773509489192, "apogee_y": -128.14031554940513, "out_of_rail_time": 0.41387579717422174, "impact_velocity": -5.466893456374938, "lateral_surface_wind": 1.7809937021271933, "x_impact": 1441.677499905797} +{"y_impact": 1460.5821279815493, "t_final": 312.7522176511742, "out_of_rail_velocity": 23.270126594580503, "apogee_x": -57.74310012408313, "frontal_surface_wind": 6.619762743829686, "max_mach_number": 0.8606650735404423, "apogee": 3472.542649990533, "apogee_time": 26.31197124731229, "apogee_y": -80.62628158778521, "out_of_rail_time": 0.31522346993108874, "impact_velocity": -5.3592482115475, "lateral_surface_wind": 0.18696039778262907, "x_impact": 3151.884661607579} +{"y_impact": 1611.708890012856, "t_final": 335.4508072780636, "out_of_rail_velocity": 24.88118821798996, "apogee_x": 293.04303761796973, "frontal_surface_wind": 5.647030177231965, "max_mach_number": 0.9680606414723981, "apogee": 3946.242728350045, "apogee_time": 27.590169671949443, "apogee_y": 148.06137253349715, "out_of_rail_time": 0.2949197553738097, "impact_velocity": -5.271810611798166, "lateral_surface_wind": 0.4624848288010561, "x_impact": 2977.3446584360922} +{"y_impact": 1092.510220556379, "t_final": 275.21147794675824, "out_of_rail_velocity": 21.41457612000766, "apogee_x": -50.2799536366085, "frontal_surface_wind": 5.738076578969489, "max_mach_number": 0.7410630597830387, "apogee": 2854.9443402811585, "apogee_time": 24.265006852292917, "apogee_y": -122.171424381823, "out_of_rail_time": 0.3428654976854646, "impact_velocity": -5.3220304890487204, "lateral_surface_wind": 0.5605894001943845, "x_impact": 1852.9884344691245} +{"y_impact": 1321.1952347544316, "t_final": 296.5988858220043, "out_of_rail_velocity": 23.158257612861803, "apogee_x": 116.64635826063945, "frontal_surface_wind": 5.933054576761053, "max_mach_number": 0.8429639274715675, "apogee": 3381.0406322819226, "apogee_time": 26.032027226604956, "apogee_y": 28.35626608899688, "out_of_rail_time": 0.36823353252443913, "impact_velocity": -5.3748888931936705, "lateral_surface_wind": 0.38323112013046323, "x_impact": 2489.3519763422223} +{"y_impact": 1219.128770513402, "t_final": 299.96876538972555, "out_of_rail_velocity": 22.888593935457152, "apogee_x": 164.16788138173146, "frontal_surface_wind": 5.112633035508239, "max_mach_number": 0.8359763675559239, "apogee": 3387.9620050521994, "apogee_time": 26.101014537884332, "apogee_y": 145.94223851227892, "out_of_rail_time": 0.32061967263373325, "impact_velocity": -5.467366243598907, "lateral_surface_wind": -0.17415166804026505, "x_impact": 2306.796411809003} +{"y_impact": 1777.814697429858, "t_final": 357.5404515537689, "out_of_rail_velocity": 26.747521680729847, "apogee_x": 192.46588296602488, "frontal_surface_wind": 5.668677643825305, "max_mach_number": 1.0928612317446202, "apogee": 4437.066579644051, "apogee_time": 28.847045199583413, "apogee_y": 0.5644972537841154, "out_of_rail_time": 0.2742865534502817, "impact_velocity": -5.258613338477039, "lateral_surface_wind": 0.8691184972092452, "x_impact": 3155.3868986236794} +{"y_impact": 1914.2661166910057, "t_final": 336.65832718874293, "out_of_rail_velocity": 24.48251713261835, "apogee_x": 158.45943347087893, "frontal_surface_wind": 6.684664270535683, "max_mach_number": 0.9453189992619921, "apogee": 3846.8349360865996, "apogee_time": 27.329227013597205, "apogee_y": -7.115625108627973, "out_of_rail_time": 0.299843376651382, "impact_velocity": -5.244710705036167, "lateral_surface_wind": 0.8208701700454233, "x_impact": 3065.092169670716} +{"y_impact": 896.6830298528826, "t_final": 240.7955659522562, "out_of_rail_velocity": 19.444292874824036, "apogee_x": -39.511193475003445, "frontal_surface_wind": 5.810050571234305, "max_mach_number": 0.6116152700225014, "apogee": 2195.309108214803, "apogee_time": 21.668325027098653, "apogee_y": -76.51913910992305, "out_of_rail_time": 0.3920652228932715, "impact_velocity": -5.25651129917753, "lateral_surface_wind": 0.40728814260554635, "x_impact": 1333.0162719535124} +{"y_impact": 1542.4297647236608, "t_final": 293.8512167310041, "out_of_rail_velocity": 22.15186232729605, "apogee_x": 127.09391489329072, "frontal_surface_wind": 6.033575723406912, "max_mach_number": 0.7824427179532188, "apogee": 3079.7309086628943, "apogee_time": 25.03034217998214, "apogee_y": -65.72221932789012, "out_of_rail_time": 0.3309289973248587, "impact_velocity": -5.357109157976135, "lateral_surface_wind": 1.1956665758358769, "x_impact": 2109.5211789241853} +{"y_impact": 1669.0900492577412, "t_final": 316.37985310968133, "out_of_rail_velocity": 25.928358225694037, "apogee_x": 214.73619867461773, "frontal_surface_wind": 6.23655479280167, "max_mach_number": 0.8730441129261178, "apogee": 3542.8380986666857, "apogee_time": 26.09925647959843, "apogee_y": -105.59785529578784, "out_of_rail_time": 0.30487028633212326, "impact_velocity": -5.306747986546607, "lateral_surface_wind": 2.153092441195369, "x_impact": 3160.381648509171} +{"y_impact": 1143.3558951385507, "t_final": 324.43114356490366, "out_of_rail_velocity": 23.816661317871844, "apogee_x": 94.68697443868169, "frontal_surface_wind": 4.937354303116795, "max_mach_number": 0.904871413521738, "apogee": 3671.7216655911075, "apogee_time": 26.865144478238623, "apogee_y": 15.340054438200255, "out_of_rail_time": 0.3081545820213613, "impact_velocity": -5.31449957182667, "lateral_surface_wind": 0.28144417669684785, "x_impact": 2646.822016814072} +{"y_impact": 1144.9376635458284, "t_final": 274.4158113833243, "out_of_rail_velocity": 21.022599174170917, "apogee_x": 100.80447578799058, "frontal_surface_wind": 5.5278778924858365, "max_mach_number": 0.7115580377835895, "apogee": 2716.3962176361315, "apogee_time": 23.72278195290645, "apogee_y": 124.95073251909662, "out_of_rail_time": 0.3491357723513387, "impact_velocity": -5.315956360102617, "lateral_surface_wind": -0.3212930361330111, "x_impact": 1732.0027109757218} +{"y_impact": 1257.8639895332983, "t_final": 347.4248755875688, "out_of_rail_velocity": 29.049016045057833, "apogee_x": 155.2400614533425, "frontal_surface_wind": 5.924626790506418, "max_mach_number": 1.0182227892088245, "apogee": 4188.6099338548065, "apogee_time": 28.07328596851272, "apogee_y": 58.8497206286242, "out_of_rail_time": 0.4675932483988509, "impact_velocity": -5.398215928860168, "lateral_surface_wind": 0.18145489582139795, "x_impact": 3512.473084062495} +{"y_impact": 854.5335300991139, "t_final": 218.73902092914102, "out_of_rail_velocity": 18.38554298614285, "apogee_x": -92.48827312317465, "frontal_surface_wind": 6.505063946074975, "max_mach_number": 0.5371434341185187, "apogee": 1809.266029673622, "apogee_time": 19.987821848819763, "apogee_y": -160.87192239830583, "out_of_rail_time": 0.5089890724506926, "impact_velocity": -5.296749276566086, "lateral_surface_wind": 1.1711914941759503, "x_impact": 1304.376202166416} +{"y_impact": 1627.464233970637, "t_final": 342.84144969478507, "out_of_rail_velocity": 26.084216815917532, "apogee_x": 188.51183733643924, "frontal_surface_wind": 5.789336921779058, "max_mach_number": 1.0301122994320093, "apogee": 4254.598669438386, "apogee_time": 28.56975872592286, "apogee_y": 28.672397601120558, "out_of_rail_time": 0.36980666565089787, "impact_velocity": -5.425044531388849, "lateral_surface_wind": 0.6372984210971597, "x_impact": 3109.346816828502} +{"y_impact": 1397.532092160342, "t_final": 278.40433914897153, "out_of_rail_velocity": 21.945699092009292, "apogee_x": 150.1234650130245, "frontal_surface_wind": 6.343252761092046, "max_mach_number": 0.7696016129735332, "apogee": 2980.7723450320536, "apogee_time": 24.60216194206939, "apogee_y": -4.558917963730605, "out_of_rail_time": 0.334785585704449, "impact_velocity": -5.257977427504045, "lateral_surface_wind": 0.9125614503733059, "x_impact": 2024.5457845390977} +{"y_impact": 1193.7776714494187, "t_final": 265.0978015233354, "out_of_rail_velocity": 24.09339940137985, "apogee_x": 232.52782881904784, "frontal_surface_wind": 5.448535250222717, "max_mach_number": 0.7223639887293319, "apogee": 2774.2432203689564, "apogee_time": 23.62640222250347, "apogee_y": 163.89888042321215, "out_of_rail_time": 0.5035494988911879, "impact_velocity": -5.327039370565275, "lateral_surface_wind": 0.2138366469838604, "x_impact": 1926.3172738756382} +{"y_impact": 1655.2017756555747, "t_final": 375.4101560322011, "out_of_rail_velocity": 27.816890607839323, "apogee_x": -28.27964915107978, "frontal_surface_wind": 5.942592526544265, "max_mach_number": 1.155547781063268, "apogee": 4616.090136524609, "apogee_time": 29.239631485871502, "apogee_y": -71.85765098739822, "out_of_rail_time": 0.32819313949869877, "impact_velocity": -5.25747637734088, "lateral_surface_wind": 0.18329420536933272, "x_impact": 3547.615114059513} +{"y_impact": 1752.3923616828527, "t_final": 343.55482923704125, "out_of_rail_velocity": 25.790053177536212, "apogee_x": 6.229545378668042, "frontal_surface_wind": 6.06326862780104, "max_mach_number": 1.0076346715774398, "apogee": 4110.928099363547, "apogee_time": 28.16822447423355, "apogee_y": -153.89430750241988, "out_of_rail_time": 0.4175195907862483, "impact_velocity": -5.312953091482232, "lateral_surface_wind": 1.0346149611232334, "x_impact": 2742.750007143574} +{"y_impact": 1618.8782812576449, "t_final": 309.89575077946733, "out_of_rail_velocity": 25.578166869376947, "apogee_x": 321.527960654757, "frontal_surface_wind": 5.506743866348058, "max_mach_number": 0.8407042912468295, "apogee": 3440.070274111355, "apogee_time": 25.85276794470835, "apogee_y": 152.29685200645196, "out_of_rail_time": 0.3290477585989726, "impact_velocity": -5.404575727477423, "lateral_surface_wind": 0.7698312261966378, "x_impact": 2541.8854030116204} diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/parachute_drop_from_helicopter.disp_errors.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/parachute_drop_from_helicopter.disp_errors.txt similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/parachute_drop_from_helicopter.disp_errors.txt rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/parachute_drop_from_helicopter.disp_errors.txt diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/parachute_drop_from_helicopter.disp_inputs.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/parachute_drop_from_helicopter.disp_inputs.txt similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/parachute_drop_from_helicopter.disp_inputs.txt rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/parachute_drop_from_helicopter.disp_inputs.txt diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/parachute_drop_from_helicopter.disp_outputs.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/parachute_drop_from_helicopter.disp_outputs.txt similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/parachute_drop_from_helicopter.disp_outputs.txt rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/parachute_drop_from_helicopter.disp_outputs.txt diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/parachute_drop_from_helicopter.svg b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/parachute_drop_from_helicopter.svg similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/parachute_drop_from_helicopter.svg rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/parachute_drop_from_helicopter.svg diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.disp_errors.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/valetudo_rocket_v0.disp_errors.txt similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.disp_errors.txt rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/valetudo_rocket_v0.disp_errors.txt diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.disp_inputs.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/valetudo_rocket_v0.disp_inputs.txt similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.disp_inputs.txt rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/valetudo_rocket_v0.disp_inputs.txt diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.disp_outputs.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/valetudo_rocket_v0.disp_outputs.txt similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.disp_outputs.txt rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/valetudo_rocket_v0.disp_outputs.txt diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.svg b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/valetudo_rocket_v0.svg similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.svg rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/valetudo_rocket_v0.svg diff --git a/docs/notebooks/monte_carlo_analysis/monte_carlo_class_usage.ipynb b/docs/notebooks/monte_carlo_analysis/monte_carlo_class_usage.ipynb new file mode 100644 index 000000000..d3fc877eb --- /dev/null +++ b/docs/notebooks/monte_carlo_analysis/monte_carlo_class_usage.ipynb @@ -0,0 +1,1242 @@ +{ + "cells": [ + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Monte Carlo class usage" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "![Landing point dispersion elipses](https://github.com/RocketPy-Team/RocketPy/raw/master/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.svg)\n", + "\n", + "This is an advanced use of RocketPy. This notebook runs a Monte Carlo analysis and predicts probability distributions of the rocket's landing point, apogee and other relevant information. \n", + "\n", + "The `MonteCarlo` class simplifies the process of performing Monte Carlo simulations. The idea is to take the already defined classes for a standard flight simulation, and create the so called ``Stochastic`` classes, which are used to run the Monte Carlo analysis.\n", + "\n", + "This class offers extensive capabilities, and this example notebook covers as many as possible.\n", + "For a deeper understanding, we recommend checking the class [documentation](https://docs.rocketpy.org/en/latest/).\n", + "\n", + "For a more comprehensive conceptual understanding of Monte Carlo Simulations, refer to RocketPy's main reference: [RocketPy: Six Degree-of-Freedom Rocket Trajectory Simulator](https://doi.org/10.1061/(ASCE)AS.1943-5525.0001331).\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 30, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The autoreload extension is already loaded. To reload it, use:\n", + " %reload_ext autoreload\n" + ] + } + ], + "source": [ + "# We import these lines for debugging purposes, only works on Jupyter Notebook\n", + "%load_ext autoreload\n", + "%autoreload 2" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "First, let's import the necessary libraries" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "from rocketpy import Environment, SolidMotor, Rocket, Flight, MonteCarlo, Function\n", + "from rocketpy.stochastic import (\n", + " StochasticEnvironment,\n", + " StochasticSolidMotor,\n", + " StochasticRocket,\n", + " StochasticFlight,\n", + " StochasticNoseCone,\n", + " StochasticTail,\n", + " StochasticTrapezoidalFins,\n", + " StochasticParachute,\n", + " StochasticRailButtons,\n", + ")\n", + "import datetime" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "If you are using Jupyter Notebooks, it is recommended to run the following line to make matplotlib plots which will be shown later interactive and higher quality.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "%matplotlib widget" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 1: Standard Simulation\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We will first create a standard RocketPy simulation objects (e.g. Environment, SolidMotor, etc.) to then create the Stochastic objects.\n", + "\n", + "The standard objects created here are the same as in the [First Simulation Page](https://docs.rocketpy.org/en/latest/user/first_simulation.html) of our documentation, so you can go through that if you want to understand what is done in more detail.\n", + "\n", + "The only difference here is that we will use a `Environment` with atmospheric model type `Ensemble`. This allows us to run the Monte Carlo analysis with different ensemble members, which are different atmospheric profiles.\n", + "\n", + "We will do it all in one single cell for simplicity." + ] + }, + { + "cell_type": "code", + "execution_count": 32, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Total Impulse of the Solid Motor: 6026.35 Ns\n" + ] + } + ], + "source": [ + "# Environment\n", + "env = Environment(latitude=39.389700, longitude=-8.288964, elevation=113)\n", + "tomorrow = datetime.date.today() + datetime.timedelta(days=1)\n", + "env.set_date((tomorrow.year, tomorrow.month, tomorrow.day, 12))\n", + "env.set_atmospheric_model(type=\"Ensemble\", file=\"GEFS\")\n", + "\n", + "# Motor\n", + "motor = SolidMotor(\n", + " thrust_source=\"../../../data/motors/Cesaroni_M1670.eng\",\n", + " dry_mass=1.815,\n", + " dry_inertia=(0.125, 0.125, 0.002),\n", + " nozzle_radius=33 / 1000,\n", + " grain_number=5,\n", + " grain_density=1815,\n", + " grain_outer_radius=33 / 1000,\n", + " grain_initial_inner_radius=15 / 1000,\n", + " grain_initial_height=120 / 1000,\n", + " grain_separation=5 / 1000,\n", + " grains_center_of_mass_position=0.397,\n", + " center_of_dry_mass_position=0.317,\n", + " nozzle_position=0,\n", + " burn_time=3.9,\n", + " throat_radius=11 / 1000,\n", + " coordinate_system_orientation=\"nozzle_to_combustion_chamber\",\n", + ")\n", + "print(f\"Total Impulse of the Solid Motor: {motor.total_impulse} Ns\")\n", + "\n", + "# Rocket\n", + "rocket = Rocket(\n", + " radius=127 / 2000,\n", + " mass=14.426,\n", + " inertia=(6.321, 6.321, 0.034),\n", + " power_off_drag=\"../../../data/calisto/powerOffDragCurve.csv\",\n", + " power_on_drag=\"../../../data/calisto/powerOnDragCurve.csv\",\n", + " center_of_mass_without_motor=0,\n", + " coordinate_system_orientation=\"tail_to_nose\",\n", + ")\n", + "\n", + "rail_buttons = rocket.set_rail_buttons(\n", + " upper_button_position=0.0818,\n", + " lower_button_position=-0.618,\n", + " angular_position=45,\n", + ")\n", + "\n", + "rocket.add_motor(motor, position=-1.255)\n", + "\n", + "nose_cone = rocket.add_nose(length=0.55829, kind=\"vonKarman\", position=1.278)\n", + "\n", + "fin_set = rocket.add_trapezoidal_fins(\n", + " n=4,\n", + " root_chord=0.120,\n", + " tip_chord=0.060,\n", + " span=0.110,\n", + " position=-1.04956,\n", + " cant_angle=0.5,\n", + " airfoil=(\"../../../data/calisto/NACA0012-radians.csv\", \"radians\"),\n", + ")\n", + "\n", + "tail = rocket.add_tail(\n", + " top_radius=0.0635, bottom_radius=0.0435, length=0.060, position=-1.194656\n", + ")\n", + "Main = rocket.add_parachute(\n", + " \"Main\",\n", + " cd_s=10.0,\n", + " trigger=800,\n", + " sampling_rate=105,\n", + " lag=1.5,\n", + " noise=(0, 8.3, 0.5),\n", + ")\n", + "\n", + "Drogue = rocket.add_parachute(\n", + " \"Drogue\",\n", + " cd_s=1.0,\n", + " trigger=\"apogee\",\n", + " sampling_rate=105,\n", + " lag=1.5,\n", + " noise=(0, 8.3, 0.5),\n", + ")\n", + "\n", + "# Flight\n", + "test_flight = Flight(\n", + " rocket=rocket,\n", + " environment=env,\n", + " rail_length=5,\n", + " inclination=84,\n", + " heading=133,\n", + ")\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Lets check the trajectory of the Flight." + ] + }, + { + "cell_type": "code", + "execution_count": 68, + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAskAAALfCAYAAACTul9rAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8g+/7EAAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOydd3wb9f3/X6e9Je/tOLGzQxLIDiMBQgIE2rJK2aOMBAIlZZZNKKtfKKNAGC2jLZSy+iuFlk1CCIGQQPZy9vKKLcmStXX3+0O5y0mWbVnW+Mh+Px8PPRKfTqe3Pnf3ude97z04QRAEEARBEARBEAQhoci2AQRBEARBEATBGiSSCYIgCIIgCCIGEskEQRAEQRAEEQOJZIIgCIIgCIKIgUQyQRAEQRAEQcRAIpkgCIIgCIIgYiCRTBAEQRAEQRAxkEgmCIIgCIIgiBhIJBMEQRAEQRBEDCSSCYLIKWpqanD55ZdLfy9ZsgQcx2HJkiW93pb42XfffTd1BmaI3bt3g+M4vPbaa9k2hSAIol9CIpkgCCZ47bXXwHFc3Ncdd9yRbfPw5ptv4qmnnupxvfvvv7/L3yF/zZw5M+0294WDBw/i/vvvx5o1a7JtCkEQRFZQZdsAgiAIOYsWLcLgwYOjlo0ZM6bL9U844QR4vV5oNJq02vXmm29iw4YNuOmmm7pd7+yzz0ZdXZ30t9vtxvz583HWWWfh7LPPlpaXlJT0yZ5BgwbB6/VCrVb3aTtdcfDgQTzwwAOoqanB+PHj0/IdBEEQLEMimSAIpjjttNMwceLEhNdXKBTQ6XRptKh3jB07FmPHjpX+PnToEObPn4+xY8fi4osv7vJzPp8PGo0GCkViD/g4jmPqdydKR0cHjEZjts0gCILoEQq3IAgip+kqJvm5557DkCFDoNfrMXnyZCxbtgwzZ86MG+bA8zweeughVFZWQqfT4eSTT8b27dul92fOnImPPvoIe/bskcIlampq+mzzW2+9hbvvvhsVFRUwGAxob29HW1sbbrnlFhx11FEwmUywWCw47bTTsHbt2qhtdBWTvGXLFpx77rnIz8+HTqfDxIkT8cEHH3SyweFwYOHChaipqYFWq0VlZSUuvfRSHDp0CEuWLMGkSZMAAFdccYX0m+Xf9c4772DChAnQ6/UoLCzExRdfjAMHDkR9x+WXXw6TyYQdO3bg9NNPh9lsxkUXXYT77rsParUaLS0tney65pprYLPZ4PP5khxdgiCI1ECeZIIgmMLpdOLQoUNRywoLC3u1jcWLF2PBggU4/vjjsXDhQuzevRu/+MUvkJeXh8rKyk7rP/roo1AoFLjlllvgdDrxhz/8ARdddBG+//57AMBdd90Fp9OJ/fv348knnwQAmEymJH/hER588EFoNBrccsst8Pv90Gg02LRpE/7f//t/OO+88zB48GA0NTXhxRdfxIwZM7Bp0yaUl5d3ub2NGzfi2GOPRUVFBe644w4YjUa8/fbb+MUvfoH33nsPZ511FoBICMjxxx+PzZs348orr8QxxxyDQ4cO4YMPPsD+/fsxcuRILFq0CPfeey+uueYaHH/88QCA6dOnA4jEj19xxRWYNGkSHnnkETQ1NeHpp5/G8uXL8dNPP8Fms0k2hUIhzJkzB8cddxwef/xxGAwGTJs2DYsWLcI///lPLFiwQFo3EAjg3XffxTnnnJOTXnKCIPoZAkEQBAO8+uqrAoC4LzmDBg0SLrvsMunvr776SgAgfPXVV4IgCILf7xcKCgqESZMmCcFgUFrvtddeEwAIM2bM6PTZkSNHCn6/X1r+9NNPCwCE9evXS8vmzp0rDBo0qNe/q6WlRQAg3HfffZ2+d8iQIYLH44la3+fzCeFwOGrZrl27BK1WKyxatChqGQDh1VdflZadfPLJwlFHHSX4fD5pGc/zwvTp04WhQ4dKy+69914BgPD+++93spfneUEQBOGHH37otH1BEIRAICAUFxcLY8aMEbxer7T8ww8/FAAI9957r7TssssuEwAId9xxR6fvmTZtmjBlypSoZe+//37UviQIgsgmFG5BEARTPPfcc/jss8+iXr1h1apVaG1txdVXXw2V6sjDsosuugh5eXlxP3PFFVdEJf6JntOdO3cm8QsS57LLLoNer49aptVqpbjkcDiM1tZWmEwmDB8+HD/++GOX22pra8OXX36JX/7yl3C5XDh06BAOHTqE1tZWzJkzB/X19VI4xHvvvYdx48ZJnmU5HMd1a/OqVavQ3NyM6667LsrbO3fuXIwYMQIfffRRp8/Mnz+/07JLL70U33//PXbs2CEte+ONN1BVVYUZM2Z0awNBEEQmIJFMEARTTJ48GbNmzYp69YY9e/YAQFSFCQBQqVRdxhFXV1dH/S2Kabvd3qvv7i2xVTyASHz0k08+iaFDh0Kr1aKwsBBFRUVYt24dnE5nl9vavn07BEHAPffcg6KioqjXfffdBwBobm4GAOzYsaPbiiHdIY7v8OHDO703YsQI6X0RlUoVN8Tl/PPPh1arxRtvvAEgEmbz4Ycf4qKLLupRqBMEQWQCikkmCGLAo1Qq4y4XBCGt3xvrRQaAhx9+GPfccw+uvPJKPPjgg8jPz4dCocBNN90Enue73Jb43i233II5c+bEXSf2xiETyD3jcvLy8nDGGWfgjTfewL333ot3330Xfr+/2wogBEEQmYREMkEQ/YpBgwYBiHhWTzzxRGl5KBTC7t27o8qz9YZMeTffffddnHjiifjLX/4StdzhcHSbwDhkyBAAgFqt7tH7Xltbiw0bNnS7Tle/VxzfrVu34qSTTop6b+vWrdL7iXDppZfi5z//OX744Qe88cYbOProozF69OiEP08QBJFOKNyCIIh+xcSJE1FQUICXX34ZoVBIWv7GG2/0KXzCaDR2G+6QKpRKZScP9jvvvNOpvFosxcXFmDlzJl588UU0NDR0el9ebu2cc87B2rVr8a9//avTeuJ3i7WMHQ5H1PsTJ05EcXExXnjhBfj9fmn5//73P2zevBlz587t/gfKOO2001BYWIjHHnsMS5cuJS8yQRBMQZ5kgiD6FRqNBvfffz9uuOEGnHTSSfjlL3+J3bt347XXXkNtbW3SHuEJEybgn//8J377299i0qRJMJlMOPPMM1NsPXDGGWdg0aJFuOKKKzB9+nSsX78eb7zxhuQp7o7nnnsOxx13HI466ihcffXVGDJkCJqamrBixQrs379fqrV866234t1338V5552HK6+8EhMmTEBbWxs++OADvPDCCxg3bhxqa2ths9nwwgsvwGw2w2g0YsqUKRg8eDAee+wxXHHFFZgxYwYuuOACqQRcTU0NFi5cmPBvVavV+NWvfoVnn30WSqUSF1xwQdLjRhAEkWrIk0wQRL9jwYIFeOaZZ7B3717ccsstWLZsGT744APYbLak6+9ed911uPDCC/Hqq6/iwgsvxA033JBiqyPceeeduPnmm/HJJ5/gN7/5DX788Ud89NFHqKqq6vGzo0aNwqpVqzB37ly89tpruP766/HCCy9AoVDg3nvvldYzmUxYtmwZ5s+fj//+97+48cYb8fzzz2P48OFSkp1arcbrr78OpVKJefPm4YIL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g8vlYvDgwRg8eDBee+01lJSUICcnB19//TWeeuopjBkzBllZWZg6dSqioqJakNampibU1NSgqqoK9fX1CAwMREREhN1QBMBCSgoKCpCbm4t169bh7NmzuO222zBv3jxkZmYiPDzcR4y7MTgcDmpqahAaGgrgWnPn7t278cknn4DP5zsM1yDkWK1Wg8/nt6g6S6VSDB48GH/88Qf27duH0aNH0/2cOXMGly5dwq233or//e9/2LlzJ2pra3HnnXc6DHRy59U5H7oBul7h4YMPrsO6deuYhx9+2KrB6KuvvmKGDx/ObN26lWGYlhrjiooK5u6772amT5/OMMy1OGuNRsMIhUJGLpczL730EnPHHXcwAQEBdD9VVVV2j6G+vp55/PHHmS+//PL/27v32JrvP47j76OnqEtbDEPbKaalrBOmarb8tN10Y1sQrHWrmluyIRo0I1hsMnTDNhnitiwIFZcscysatc79Ujolq0tdyjpKO0Z6tO/fH9LvnE8vuqxa1ecj+Ub6+X7ON59voue8zrefz/tT3rdXqoyMDD19+rR17Ny5U0VEN27cqFeuXFHVsi3+GThwoPbp08fp2sHBwdV24d5/UVBQoBcuXNC4uDh9/fXX1cXFRbt166Zz5szRjRs36oQJE9TPz0/79OmjSUlJevbsWb1161aJi/USExN14sSJ2qpVK61Tp4727dtXf/zxR719+3a1mLu5b98+7dOnjzZr1qzIArm8vDydMmWKdujQQevUqaPNmjXToUOHWgvfCt26dUsjIyO1fv366uHhodHR0UW2uk9JSdEePXporVq11MvLS+fOnVsRt1duvvjiC/Xy8tL58+dbv+srV65UX19fzc3NLXFu8v3793Xx4sXarVs3tdls1pziQo8vju7Zs6fOmjVLs7KyrPcQm82mffv2LfbaVWltB6oPQjKeawUFBVaoLY7D4dCPPvpIAwICnBbJPO7SpUsaEBCgixcvVlW1+q1evVrr1Kmj8fHxqvpoxXafPn00LCxM58+fryEhIdq8eXONi4uzxlD476BBg/TTTz9V1cr7cChu4V5ZFv8kJyer3W7XuLg4TUtL05kzZ6qrq6uePn26Eu7i+ZGfn6+7du3S8PBwrVu3roqI1q1bV9966y3dtWtXsYvvcnJydPv27Tp27FhroWBERITGx8cXCXbVwbZt23TatGm6adOm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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "test_flight.plots.trajectory_3d()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The flight trajectory above represents the nominal trajectory of the rocket, without any uncertainties.\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 2: Stochastic Objects" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "For each RocketPy object, we will create a ``Stochastic`` couterpart that extends the initial model, allowing us to define the uncertainties of each input parameter.\n", + "\n", + "The idea of the ``Stochastic`` classes is to take the standard classes and add uncertainties to the input parameters. This is done by constructing distributions for each parameter, and then sampling from these distributions to create a new object for each simulation.\n", + "\n", + "In terms of initialization parameters, the ``Stochastic`` classes are very similar to the standard classes. The main difference is that they receive the standard object as an argument. The rest of the parameters are the same as the standard classes. **The standard object received will be used as the default nominal value for all the distribuitions.**\n", + "\n", + "Here is a better explanation of the parameters:\n", + "\n", + "- All ``Stochastic`` classes **must** receive the standard object as an argument. This is the only mandatory parameter.\n", + "\n", + "- The remaining parameters are the same as the standard classes, and they are optional. They need only be passed if you want to define the standard deviation for a (possibly) chosen distribuition of that parameter. If you don't pass a parameter, it will be considered as a deterministic value taken from the standard object.\n", + "\n", + "- Some ``Stochastic`` classes have additional parameters that are not present in the standard classes. These are used for specific purposes, such as changing the total impulse of a motor, or a multiplication factor for the drag curves or wind speeds.\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "
\n", + "\n", + "#### **Important**\n", + "\n", + "\n", + "Furthermore, the optional parameters (which define the uncertainties) can be passed in a few different ways:\n", + "\n", + "- **As a single value:** This will define the standard deviation for that parameter. The default distribuition used will be a normal distribuition and the nominal value will be the value of that same parameter from the standard object.\n", + "\n", + "- **As a tuple of two numbers:** The first number will define the nominal value of the distribuition, and the second number will define the standard deviation. The default distribuition used will be a normal distribuition.\n", + "\n", + "- **As a tuple of two numbers and a string:** The first number will define the nominal value of the distribuition, the second number will define the standard deviation, and the string will define the distribuition type. The distribuition type can be distributions *\"normal\"*, *\"binomial\"*, *\"chisquare\"*, *\"exponential\"*, *\"gamma\"*, *\"gumbel\"*, *\"laplace\"*, *\"logistic\"*, *\"poisson\"*, *\"uniform\"* and *\"wald\"*.\n", + "\n", + "- **As a tuple of a number and a string:** The number will define the standard deviation, and the string will define the distribuition type. The nominal value will be the value of that same parameter from the standard object.\n", + "\n", + "- **As a list of values:** The values will be randomly chosen from this and used as the parameter value during the simulation. You can not define standard deviations when using lists.\n", + "\n", + "
" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "\n", + "Starting with the `Environment` object, we will create a `StochasticEnvironment` to specify its uncertainties.\n", + "\n", + "In this first example, we will specify the ensemble member and wind velocities factor.\n", + "\n", + "Since the ensemble member is a discrete value, **only list type inputs are permitted**. The list will contain the ensemble numbers to be randomly selected during the Monte Carlo simulation. This means that in each iteration, a different ensemble member will be chosen.\n", + "\n", + "The wind velocities factor are also special inputs. They are used to scale the wind velocities in each axis. The factor inputs can only be tuples or lists, since it has no nominal value to get from the standard. Lets scale the wind by a factor of 1.00000 ± 0.2" + ] + }, + { + "cell_type": "code", + "execution_count": 44, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "object: \n", + "last_rnd_dict: {}\n", + "elevation: [113]\n", + "gravity: ['Function from R1 to R1 : (height (m)) → (gravity (m/s²))']\n", + "latitude: [39.3897]\n", + "longitude: [-8.288964]\n", + "wind_velocity_x_factor: 1.00000 ± 0.20000 (numpy.random.normal)\n", + "wind_velocity_y_factor: 1.00000 ± 0.20000 (numpy.random.normal)\n", + "datum: ['SIRGAS2000']\n", + "timezone: ['UTC']\n", + "ensemble_member: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]" + ] + }, + "execution_count": 44, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "stochastic_env = StochasticEnvironment(\n", + " environment=env,\n", + " ensemble_member=list(range(env.num_ensemble_members)),\n", + " wind_velocity_x_factor=(1, 0.2),\n", + " wind_velocity_y_factor=(1, 0.2),\n", + ")\n", + "\n", + "stochastic_env" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "
\n", + "\n", + "#### NOTE\n", + "\n", + "Always check the printing of the object to see if the uncertainties were correctly set.\n", + "\n", + "
\n", + "\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Just to illustrate the potential of this technique, let's randomly generate 5 instances of the environment using the `create_object` method.\n", + "\n", + "For each instance, we will calculate the wind speed at 1km altitude and store the results in a list." + ] + }, + { + "cell_type": "code", + "execution_count": 45, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "[3.740092684250815, 4.9381130538062425, 3.9988061871142895, 2.767140726386856, 3.6032724506858345]\n" + ] + } + ], + "source": [ + "wind_speed_at_1000m = []\n", + "for i in range(5):\n", + " rnd_env = stochastic_env.create_object()\n", + " wind_speed_at_1000m.append(rnd_env.wind_velocity_x(1000))\n", + "\n", + "print(wind_speed_at_1000m)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "As you can see, the wind speed varies between ensemble members.\n", + "This demonstrates how the Monte Carlo simulation can capture the variability in wind conditions due to different ensemble members.\n" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Motor\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We can now create a `StochasticSolidMotor` object to define the uncertainties associated with the motor.\n", + "In this example, we will apply more complex uncertainties to the motor parameters.\n", + "\n", + "The `StochasticSolidMotor` also has one special parameter which is the `total_impulse`. It lets us alter the total impulse of the motor while maintaining the thrust curve shape. This is particularly useful for motor uncertainties." + ] + }, + { + "cell_type": "code", + "execution_count": 51, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "object: \n", + "last_rnd_dict: {}\n", + "thrust_source: ['../../../data/motors/Cesaroni_M1670.eng', [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], 'Function from R1 to R1 : (Scalar) → (Scalar)']\n", + "total_impulse: 6500.00000 ± 1000.00000 (numpy.random.normal)\n", + "burn_start_time: 0.00000 ± 0.10000 (numpy.random.binomial)\n", + "burn_out_time: [3.9]\n", + "dry_mass: [1.815]\n", + "dry_I_11: [0.125]\n", + "dry_I_22: [0.125]\n", + "dry_I_33: [0.002]\n", + "dry_I_12: [0]\n", + "dry_I_13: [0]\n", + "dry_I_23: [0]\n", + "nozzle_radius: 0.03300 ± 0.00050 (numpy.random.normal)\n", + "grain_number: [5]\n", + "grain_density: 1815.00000 ± 50.00000 (numpy.random.normal)\n", + "grain_outer_radius: 0.03300 ± 0.00038 (numpy.random.normal)\n", + "grain_initial_inner_radius: 0.01500 ± 0.00038 (numpy.random.normal)\n", + "grain_initial_height: 0.12000 ± 0.00100 (numpy.random.normal)\n", + "grain_separation: 0.00500 ± 0.00100 (numpy.random.normal)\n", + "grains_center_of_mass_position: 0.39700 ± 0.00100 (numpy.random.normal)\n", + "center_of_dry_mass_position: [0.317]\n", + "nozzle_position: 0.00000 ± 0.00100 (numpy.random.normal)\n", + "throat_radius: 0.01100 ± 0.00050 (numpy.random.normal)\n", + "interpolate: ['linear']\n", + "coordinate_system_orientation: ['nozzle_to_combustion_chamber']" + ] + }, + "execution_count": 51, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "stochastic_motor = StochasticSolidMotor(\n", + " solid_motor=motor,\n", + " thrust_source=[\n", + " \"../../../data/motors/Cesaroni_M1670.eng\",\n", + " [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]],\n", + " Function([[0, 5900], [1, 6000], [2, 6100], [3, 5900], [4, 5800]]),\n", + " ],\n", + " burn_start_time=(0, 0.1, \"binomial\"),\n", + " grains_center_of_mass_position=0.001,\n", + " grain_density=50,\n", + " grain_separation=1 / 1000,\n", + " grain_initial_height=1 / 1000,\n", + " grain_initial_inner_radius=0.375 / 1000,\n", + " grain_outer_radius=0.375 / 1000,\n", + " total_impulse=(6500, 1000),\n", + " throat_radius=0.5 / 1000,\n", + " nozzle_radius=0.5 / 1000,\n", + " nozzle_position=0.001,\n", + ")\n", + "stochastic_motor" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "
\n", + "\n", + "#### NOTE\n", + "\n", + "Pay special attention to how different input types are interpreted in the `StochasticSolidMotor` object by checking the printed object:\n", + "\n", + "\n", + "- ``thrust_source`` was given as a list of 3 items, and is saved as is. This means that the simulation will randomly chose one item of that list, as desired\n", + "\n", + "- ``burn_start_time`` was given as a tuple of 3 items, specifying the nominal value, the standard deviation and the distribuition type\n", + "\n", + "- ``total_impulse`` was given as a tuple of 2 numbers, so the distribuition type was set to the default: `normal`\n", + "\n", + "- All other values set for the other parameters in the constructor are simple values, which means they are interpreted as standard deviation and the nominal value is taken from the ``motor``\n", + "\n", + "- The remaining parameters that are printed are just the nominal values from the ``motor``. In the ``Stochastic`` object they are saved as a list of one item\n", + "\n", + "
\n", + "\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Once again, we can illustrate the power of stochastic modeling by generating multiple instances of the `SolidMotor` class using the `StochasticSolidMotor` object.\n", + "For each instance, we will calculate the total impulse and store the results in a list. This will show how the uncertainties in the motor parameters affect the total impulse over multiple iterations.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 56, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "[5922.730109775586, 5397.418437730037, 8888.401049795124, 2867.149759762836, 6583.48945300187]\n" + ] + } + ], + "source": [ + "total_impulse = []\n", + "for i in range(5):\n", + " rnd_motor = stochastic_motor.create_object()\n", + " total_impulse.append(rnd_motor.total_impulse)\n", + "\n", + "print(total_impulse)" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Rocket\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We can now create a `StochasticRocket` object to define the uncertainties associated with the rocket." + ] + }, + { + "cell_type": "code", + "execution_count": 60, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "object: \n", + "last_rnd_dict: {}\n", + "radius: 0.06350 ± 0.00001 (numpy.random.normal)\n", + "mass: 15.42600 ± 0.50000 (numpy.random.normal)\n", + "I_11_without_motor: 6.32100 ± 0.00000 (numpy.random.normal)\n", + "I_22_without_motor: 6.32100 ± 0.01000 (numpy.random.normal)\n", + "I_33_without_motor: 0.03400 ± 0.01000 (numpy.random.normal)\n", + "I_12_without_motor: [0]\n", + "I_13_without_motor: [0]\n", + "I_23_without_motor: [0]\n", + "power_off_drag: ['Function from R1 to R1 : (Mach Number) → (Drag Coefficient with Power Off)']\n", + "power_on_drag: ['Function from R1 to R1 : (Mach Number) → (Drag Coefficient with Power On)']\n", + "power_off_drag_factor: 1.00000 ± 0.00000 (numpy.random.normal)\n", + "power_on_drag_factor: 1.00000 ± 0.00000 (numpy.random.normal)\n", + "center_of_mass_without_motor: 0.00000 ± 0.00000 (numpy.random.normal)\n", + "coordinate_system_orientation: ['tail_to_nose']\n", + "motors: Components:\n", + "\n", + "aerodynamic_surfaces: Components:\n", + "\n", + "rail_buttons: Components:\n", + "\n", + "parachutes: []" + ] + }, + "execution_count": 60, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "stochastic_rocket = StochasticRocket(\n", + " rocket=rocket,\n", + " radius=0.0127 / 2000,\n", + " mass=(15.426, 0.5, \"normal\"),\n", + " inertia_11=(6.321, 0),\n", + " inertia_22=0.01,\n", + " inertia_33=0.01,\n", + " center_of_mass_without_motor=0,\n", + ")\n", + "stochastic_rocket" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The `StochasticRocket` still needs to have its aerodynamic surfaces and parachutes added. \n", + "\n", + "We can also create stochastic models for each aerodynamic surface, although this is not mandatory." + ] + }, + { + "cell_type": "code", + "execution_count": 61, + "metadata": {}, + "outputs": [], + "source": [ + "stochastic_nose_cone = StochasticNoseCone(\n", + " nosecone=nose_cone,\n", + " length=0.001,\n", + ")\n", + "\n", + "stochastic_fin_set = StochasticTrapezoidalFins(\n", + " trapezoidal_fins=fin_set,\n", + " root_chord=0.0005,\n", + " tip_chord=0.0005,\n", + " span=0.0005,\n", + ")\n", + "\n", + "stochastic_tail = StochasticTail(\n", + " tail=tail,\n", + " top_radius=0.001,\n", + " bottom_radius=0.001,\n", + " length=0.001,\n", + ")\n", + "\n", + "stochastic_rail_buttons = StochasticRailButtons(\n", + " rail_buttons=rail_buttons, buttons_distance=0.001\n", + ")\n", + "\n", + "stochastic_main = StochasticParachute(\n", + " parachute=Main,\n", + " cd_s=0.1,\n", + " lag=0.1,\n", + ")\n", + "\n", + "stochastic_drogue = StochasticParachute(\n", + " parachute=Drogue,\n", + " cd_s=0.07,\n", + " lag=0.2,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Then we must add them to our stochastic rocket, much like we do in the normal Rocket.\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 62, + "metadata": {}, + "outputs": [], + "source": [ + "stochastic_rocket.add_motor(stochastic_motor, position=0.001)\n", + "stochastic_rocket.add_nose(stochastic_nose_cone, position=(1.134, 0.001))\n", + "stochastic_rocket.add_trapezoidal_fins(stochastic_fin_set, position=(0.001, \"normal\"))\n", + "stochastic_rocket.add_tail(stochastic_tail)\n", + "stochastic_rocket.set_rail_buttons(\n", + " stochastic_rail_buttons, lower_button_position=(0.001, \"normal\")\n", + ")\n", + "stochastic_rocket.add_parachute(stochastic_main)\n", + "stochastic_rocket.add_parachute(stochastic_drogue)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "
\n", + "\n", + "#### NOTE\n", + "\n", + "The `position` arguments behave just like the other ``Stochastic`` classes parameters\n", + "\n", + "
\n", + "\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now lets check how the `StochasticRocket` handled all these additions" + ] + }, + { + "cell_type": "code", + "execution_count": 66, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "object: \n", + "last_rnd_dict: {}\n", + "radius: 0.06350 ± 0.00001 (numpy.random.normal)\n", + "mass: 15.42600 ± 0.50000 (numpy.random.normal)\n", + "I_11_without_motor: 6.32100 ± 0.00000 (numpy.random.normal)\n", + "I_22_without_motor: 6.32100 ± 0.01000 (numpy.random.normal)\n", + "I_33_without_motor: 0.03400 ± 0.01000 (numpy.random.normal)\n", + "I_12_without_motor: [0]\n", + "I_13_without_motor: [0]\n", + "I_23_without_motor: [0]\n", + "power_off_drag: ['Function from R1 to R1 : (Mach Number) → (Drag Coefficient with Power Off)']\n", + "power_on_drag: ['Function from R1 to R1 : (Mach Number) → (Drag Coefficient with Power On)']\n", + "power_off_drag_factor: 1.00000 ± 0.00000 (numpy.random.normal)\n", + "power_on_drag_factor: 1.00000 ± 0.00000 (numpy.random.normal)\n", + "center_of_mass_without_motor: 0.00000 ± 0.00000 (numpy.random.normal)\n", + "coordinate_system_orientation: ['tail_to_nose']\n", + "motors: Components:\n", + "\tComponent: object: \n", + "last_rnd_dict: {}\n", + "thrust_source: ['../../../data/motors/Cesaroni_M1670.eng', [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], 'Function from R1 to R1 : (Scalar) → (Scalar)']\n", + "total_impulse: 6500.00000 ± 1000.00000 (numpy.random.normal)\n", + "burn_start_time: 0.00000 ± 0.10000 (numpy.random.normal)\n", + "burn_out_time: [3.9]\n", + "dry_mass: [1.815]\n", + "dry_I_11: [0.125]\n", + "dry_I_22: [0.125]\n", + "dry_I_33: [0.002]\n", + "dry_I_12: [0]\n", + "dry_I_13: [0]\n", + "dry_I_23: [0]\n", + "nozzle_radius: 0.03300 ± 0.00050 (numpy.random.normal)\n", + "grain_number: [5]\n", + "grain_density: 1815.00000 ± 50.00000 (numpy.random.normal)\n", + "grain_outer_radius: 0.03300 ± 0.00038 (numpy.random.normal)\n", + "grain_initial_inner_radius: 0.01500 ± 0.00038 (numpy.random.normal)\n", + "grain_initial_height: 0.12000 ± 0.00100 (numpy.random.normal)\n", + "grain_separation: 0.00500 ± 0.00100 (numpy.random.normal)\n", + "grains_center_of_mass_position: 0.39700 ± 0.00100 (numpy.random.normal)\n", + "center_of_dry_mass_position: [0.317]\n", + "nozzle_position: 0.00000 ± 0.00100 (numpy.random.normal)\n", + "throat_radius: 0.01100 ± 0.00050 (numpy.random.normal)\n", + "interpolate: ['linear']\n", + "coordinate_system_orientation: ['nozzle_to_combustion_chamber'] Position: (-1.255, 0.001, )\n", + "aerodynamic_surfaces: Components:\n", + "\tComponent: object: \n", + "last_rnd_dict: {}\n", + "length: 0.55829 ± 0.00100 (numpy.random.normal)\n", + "kind: ['vonKarman']\n", + "base_radius: [0.0635]\n", + "bluffness: [0]\n", + "rocket_radius: [0.0635]\n", + "name: ['Nose Cone'] Position: (1.134, 0.001, )\n", + "\tComponent: object: \n", + "last_rnd_dict: {}\n", + "n: [4]\n", + "root_chord: 0.12000 ± 0.00050 (numpy.random.normal)\n", + "tip_chord: 0.06000 ± 0.00050 (numpy.random.normal)\n", + "span: 0.11000 ± 0.00050 (numpy.random.normal)\n", + "rocket_radius: [0.0635]\n", + "cant_angle: [0.5]\n", + "sweep_length: [0.06]\n", + "sweep_angle: [None]\n", + "airfoil: [('../../../data/calisto/NACA0012-radians.csv', 'radians')]\n", + "name: ['Fins'] Position: (-1.04956, 0.001, )\n", + "\tComponent: object: \n", + "last_rnd_dict: {}\n", + "top_radius: 0.06350 ± 0.00100 (numpy.random.normal)\n", + "bottom_radius: 0.04350 ± 0.00100 (numpy.random.normal)\n", + "length: 0.06000 ± 0.00100 (numpy.random.normal)\n", + "rocket_radius: [0.0635]\n", + "name: ['Tail'] Position: [-1.194656]\n", + "rail_buttons: Components:\n", + "\tComponent: object: \n", + "last_rnd_dict: {}\n", + "buttons_distance: 0.69980 ± 0.00100 (numpy.random.normal)\n", + "angular_position: [45]\n", + "name: ['Rail Buttons'] Position: (-0.618, 0.001, )\n", + "parachutes: [StochasticParachute(parachute=Parachute Main with a cd_s of 10.0000 m2, cd_s=(10.0, 0.1, ), trigger=[800], sampling_rate=[105], lag=(1.5, 0.1, ), noise=[(0, 8.3, 0.5)]), StochasticParachute(parachute=Parachute Drogue with a cd_s of 1.0000 m2, cd_s=(1.0, 0.07, ), trigger=['apogee'], sampling_rate=[105], lag=(1.5, 0.2, ), noise=[(0, 8.3, 0.5)])]" + ] + }, + "execution_count": 66, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "stochastic_rocket" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "\n", + "### Flight\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "After defining the `Flight`, we can create the corresponding `Stochastic` object to define the uncertainties of the input parameters." + ] + }, + { + "cell_type": "code", + "execution_count": 67, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "object: , environment= , rail_length= 5, inclination= 84, heading = 133,name= Flight)>\n", + "last_rnd_dict: {}\n", + "rail_length: [5]\n", + "inclination: 84.70000 ± 1.00000 (numpy.random.normal)\n", + "heading: 53.00000 ± 2.00000 (numpy.random.normal)\n", + "initial_solution: None\n", + "terminate_on_apogee: None" + ] + }, + "execution_count": 67, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "stochastic_flight = StochasticFlight(\n", + " flight=test_flight,\n", + " inclination=(84.7, 1), # mean= 84.7, std=1\n", + " heading=(53, 2), # mean= 53, std=2\n", + ")\n", + "stochastic_flight" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Step 2: Starting the Monte Carlo Simulations\n" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "First, let's invoke the `MonteCarlo` class, we are going to need a filename to initialize it.\n", + "The filename will be used either to save the results of the simulations or to load them\n", + "from a previous ran simulation.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "c:\\mateus\\github\\rocketpy\\rocketpy\\simulation\\monte_carlo.py:97: UserWarning: This class is still under testing and some attributes may be changed in next versions\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The following input file was imported: monte_carlo_analysis_outputs/monte_carlo_class_example.inputs.txt\n", + "A total of 1000 simulations results were loaded from the following output file: monte_carlo_analysis_outputs/monte_carlo_class_example.outputs.txt\n", + "\n", + "The following error file was imported: monte_carlo_analysis_outputs/monte_carlo_class_example.errors.txt\n" + ] + } + ], + "source": [ + "test_dispersion = MonteCarlo(\n", + " filename=\"monte_carlo_analysis_outputs/monte_carlo_class_example\",\n", + " environment=stochastic_env,\n", + " rocket=stochastic_rocket,\n", + " flight=stochastic_flight,\n", + ")" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Finally, let's simulate our flights. \n", + "We can run the simulations using the method `MonteCarlo.simulate()`.\n", + "\n", + "Set `append=False` to overwrite the previous results, or `append=True` to add the new results to the previous ones.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 21, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Keyboard Interrupt, files saved.age Time per Iteration: 2.184 s | Estimated time left: 2116 s\n", + "Completed 32 iterations. Total CPU time: 68.9 s. Total wall time: 69.6 s\n", + "Saving results. \n", + "Results saved to monte_carlo_analysis_outputs/monte_carlo_class_example.outputs.txt\n" + ] + } + ], + "source": [ + "test_dispersion.simulate(number_of_simulations=1000, append=False)" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Visualizing the results\n" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now we finally have the results of our Monte Carlo simulations loaded!\n", + "Let's play with them.\n" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "First, we can print numerical information regarding the results of the simulations.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "metadata": {}, + "outputs": [], + "source": [ + "# You only need to import results if you did not run the simulations\n", + "# test_dispersion.import_results()" + ] + }, + { + "cell_type": "code", + "execution_count": 22, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "31" + ] + }, + "execution_count": 22, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "test_dispersion.num_of_loaded_sims" + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Monte Carlo Simulation by RocketPy\n", + "Data Source: monte_carlo_analysis_outputs/monte_carlo_class_example\n", + "Number of simulations: 31\n", + "Results: \n", + "\n", + " Parameter Mean Std. Dev.\n", + "------------------------------------------------------------\n", + " out_of_rail_velocity 23.690 2.184\n", + " x_impact 1514.914 386.644\n", + " apogee_time 25.657 2.347\n", + " impact_velocity -5.322 0.066\n", + " y_impact -283.937 203.440\n", + " out_of_rail_time 0.341 0.064\n", + " frontal_surface_wind 0.887 0.591\n", + " apogee_y 751.781 141.018\n", + " t_final 304.216 37.176\n", + " max_mach_number 0.866 0.144\n", + " apogee_x 87.831 126.183\n", + " lateral_surface_wind -5.351 0.415\n", + " apogee 3367.587 688.136\n" + ] + } + ], + "source": [ + "test_dispersion.prints.all()" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Secondly, we can plot the results of the simulations.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "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vKjjx4/r+PHjdr9sd+3aVYcPH9bIkSPVqFEj+fv7KzY2Vt7e3rrzzjv1zDPPaPHixTm+Ze16TZs21f79+zVv3jw99thjCgsLk4+Pj+Lj41WqVCk1a9ZMb731lqKjo/W///1Pnp6eNu1d+b4wu1mv443OS+fOnbvhbQvO4uXlpdWrV+s///mPwsPDde3aNQUGBuqBBx7Q8uXLHXapf+edd/T555/rkUceUa1ateTh4aGEhASVK1dObdu21ddff61169bJz8/Prm1ej8P8bDMvzL1KAgMD1a5duxy1ueOOO1S7dm2b9tbysq/N8npsenh46IcfftD06dMt7620tDTdc889ltm/zD0TsvrVPz/njoI879yqn6X5wT6x54z3QEFy1feH7OTku8XNPifj5jMZRh5GrQFQ4MaOHat33nlHzZo1U2RkpKvDAYBbTsuWLbV+/XqNHDmS2QoKWGHe14ZhqHLlyjp16pTmzJmjJ554wtUhATcV7wHAMXqWAIXUmjVrJGU9GBcAAMi/uXPn6tSpU/Lw8FCbNm1cHQ5w0/EeABwjWQIUQteuXdOmTZvUoUMHRUREuDocAACKtL59+2rBggW6cOGCpezcuXP64IMPLFOwP/nkk6pQoYKrQgQKFO8BIPc8XB0AAHve3t43fWo5AABuVb/88ou+++47SVKJEiXk6elpM3V3RESEPv30U1eFBxQ43gNA7pEsAQAAwC3t888/1y+//KKdO3cqJiZGCQkJKlu2rBo0aKA+ffroiSeesBtwGbiV8B4Acq9YD/D6ySef6Pfff9dff/2lmJgYJScnq3z58mrRooVee+013XHHHQ7bzZo1S5MnT9a+ffvk5eWlxo0b6+2339b999+f5baioqL0/vvva/PmzUpJSVGdOnU0ePBgPfnkk1m2OXXqlN555x399ttvunTpkipXrqy+ffvqzTfflI+PT76fPwAAAAAAsFeskyVlypRRYmKi6tevr9tuu02StHfvXh08eFCenp5atGiROnXqZNPmpZde0sSJE+Xr66t27dopOTlZq1evlmEYWrBggbp27Wq3nYULF6p3797KyMhQ8+bNVaZMGa1evVqxsbEaNmyYPv74Y7s2hw8fVpMmTXThwgXVq1dPderU0bZt23TkyBE1bdpUq1evlre3d4HsFwAAAAAAirNinSyJiorS3XffbddLY/LkyRo0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JqvEQU6XF0blypVTYGCg9uzZo6ioKEt5enq6Xn/9dYfJEClz0FtJGjdunNLT0y3l8+bN07x585wW3xtvvCFJeuWVV7R7926bZdbT9xYGL774oqTMWM+fP28pP3v2rF577TVJ0tChQwts++beLQcOHCiwbQCuRrIEAAAAKGSskyGdO3fW/v371blzZ0vZokWLXBFWtho3bpzlY/r06fLw8NDw4cOVlpamFi1aqF27durTp4/CwsL05ZdfatCgQQ7XO2jQIJUtW1YLFixQnTp11LNnTzVo0EBPPPGEUxMCTz75pF588UWdPn1aDRs2VEREhB599FG1atVKFSpUsCQhCoOXX35ZDz74oHbv3q0aNWqoW7dueuSRR1SzZk1FR0era9eueuGFFwps++Zj8dFHH1XPnj31zDPP6Jlnnimw7QGuwJglAAAAQCFTsmRJ+fj4aMKECXr++edlMpn0448/avLkyXr11VcVGBjo6hDtbNmyJctlHTp0kCSNGDFClSpV0meffaaoqCj5+vqqWbNmeu+997Rjxw6HbUNCQrRhwwa99tprWr9+vU6fPq27775bK1eulMlk0qeffuq05/D555+rTZs2mjx5sv744w9t3bpV5cqVU7NmzfT00087bTv55e7urp9++kmTJ0/WrFmz9Ntvv0mS6tSpo6eeekrPPfdcgQ7Y2q1bN3366aeaNm2ali5dapktZ/r06QW2TeBmMxm5GW4at5S6detKkvbu3eviSAAAKFpSU1Pl5eWllJSUIjl2BPImIyPDcttBeHh4gV6MpqSkKD09Xb6+vnbLrl69Knd3d8u4EQDgark5PxaV61B6lgAAAACFTHaJEEcJFACAczFmCQAAAAAAgBWSJQAAAAAAAFZIlgAAAAAAAFghWQIAAAAAAGCFZAkAAAAAAIAVkiUAAAAAAABWSJYAAAAAAABYIVkCAAAAAABghWQJAAAAAACAFZIlAAAAAAAAVkiWAAAAAAAAWCFZAgAAAAAAYIVkCQAAAAAAgBWSJQAAAADyZe3aterevbtuu+02eXl5KTg4WOHh4erZs6e++OILXblyxaZ+y5YtZTKZdOzYMdcEnI1Ro0bJZDJp1qxZrg4l12bNmiWTyaRRo0blqf3WrVtlMplkMpn03nvvOTc4oIghWQIAAAAgz9577z21bt1aixYtUmBgoDp16qR27drJ19dXixYt0osvvqjo6GhXh+kSJpNJVapUcXUYOTZ37lzL/7/99lsXRgK4noerAwAAAABQNG3fvl2jRo2Sp6enfvjhB3Xt2tVm+dmzZ/XNN98oKCjIpnzOnDlKSkrSbbfddvOCRbZSU1P13XffSZLKly+vgwcPasuWLbrvvvtcHBngGvQsAQAAAJAnixYtkmEY6tWrl12iRMq86H711VdVq1Ytm/LKlSurVq1a8vT0vEmR4kZ+/fVXXbhwQU2bNtULL7wgybanCVDckCwBAAAAkCfnz5+XJJUtWzZX7bIas8R820paWprGjBmjsLAw+fr6qnbt2po5c6al3po1a9SqVSuVLFlSwcHBevLJJ3Xx4kW77VSpUkUmk8lhDOvWrZPJZFL//v1zFPPhw4c1atQoNWnSROXLl5eXl5cqVaqkJ598UgcPHrSpax47RJKOHz9uGQfEZDKpZcuWNnWTkpI0btw43XXXXfL395e/v78aN26s2bNnZxlLVFSU2rRpo4CAAAUFBal9+/basmVLjp5HVr755htJ0uOPP67HH39ckvT9998rNTXVYX3zvjUMQxMnTlSdOnXk4+Oj2267TUOGDFFsbKzDdklJSRozZozq1asnX19fBQYGqnnz5pZeLY7s3r1bDz/8sIKCghQQEKDmzZtr5cqV2b6GhmFo3rx5at26tYKDg+Xj46PatWtr1KhRSkpKcridtLQ0TZkyRU2aNFHJkiXl6+urBg0a6LPPPlNaWlo2ew+3IpIlAAAAAPLk9ttvlyQtXLhQMTExTltvr169NGHCBN1xxx1q3ry5jh49qqefflozZ87UggUL1L59e6Wlpal9+/by8/PT3Llz1bVrVxmG4bQYrjd9+nS99957SkxM1L333qvOnTurZMmSmjt3ru69917t3r3bUjcsLEz9+vWTJPn5+alfv36WR4cOHSz1YmJi1KRJE40YMUJnz55VixYt1Lx5c+3fv1/9+/fXiy++aBfHsmXL1LJlS61evVp16tTRgw8+qJMnT6p58+batGlTnp7blStX9NNPP8nLy0u9evVS1apVdf/99+vChQv69ddfs2374osv6rXXXlOlSpXUpUsXpaena9KkSWrRooXi4uJs6sbHx6t58+Z69913FRMTo06dOqlp06baunWr+vbtq6FDh9qtf9OmTWrSpImWLVum0NBQderUScnJyerQoYMW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nKwhQ4bYzMjj5uam2bNnq02bNnrjjTc0b9481alTR3///bf++OMPDRo0SP/973/tEnFvvPGG9u/fr7lz56p27dq66667VLVqVaWkpOjAgQPat2+f6tevb5mBR5ImTpyoY8eOaeHChfr111/VoEEDVa5cWYmJidq3b58OHz6sLl26qHv37jnavyj66FkCAAAAIE/efvttzZ07V48//ri8vb0VGRmpBQsWaN++fWrUqJHGjx+vP//80+EMNjdDSEiINmzYoE6dOunMmTP65ZdfFBgYqJUrV6pz5865WteSJUv01ltvqWzZsvrll1+0fft29enTR5s3b1ZQUJDDNuPGjdPgwYOVlpam77//XjNmzLDMxCJJ5cqV08aNG/X555+rTp062rlzpxYsWKDdu3erWrVq+uijj/Tqq6/arNM8YG6rVq20Z88eLV++XBUqVND69et1//335/j5mHtWZNerxMxcZ968eXa3FX3++ecaN26cjh8/riVLlshkMmnQoEGKjIxUYGCgTd2AgACtX79eo0ePVpkyZfTTTz8pMjJS99xzj/73v/9p4sSJdttu0qSJNm7cqE6dOuno0aP66aef5OnpqZ9//llNmjSR9O9ArWZubm6aM2eOlixZorZt2+ro0aNauHChfv/9d/n4+Oi1117T119/bdPG19dXv/zyi2bPnq377rtP0dHRWrBggbZt26ayZctq9OjRdr1bcGszGbkZshm3lLp160qS9u7de4OaAADAWmpqqry8vJSSkiJPT09Xh4ObJCMjQwcOHJAkhYeHO21WFqAoqlKlio4fP56rGYCcbeDAgZo6daq+++479e7d22VxIHfnx6JyHcoZHgAAAABQKF26dEnHjh2zK//+++81ffp0BQUFqVOnTjc/MNzyGLMEAAAAAFAoHTx4UE2aNFH9+vVVrVo1SVJ0dLQOHDggd3d3TZ06VX5+fi6OErciepYAAAAAAAqlatWqadCgQUpNTdXatWu1bNkyXblyRd26dVNkZKR69erl6hBxi6JnCQAAAAAgVxzdGlMQypUrpy+++OKmbAuwRs8SAAAAAAAAKyRLAAAAAAAArJAsAQAAAAAAsEKyBAAAAAAAwArJEgAAAAAAACskSwAAAAAAAKyQLAEAAAAAALBCsgQAAAAAAMAKyRIAAAAAAAArJEsAAAAA5MvatWvVvXt33XbbbfLy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vHhRKSkpKlu2rHx8fBy2qVy5cp6SJdWrV7fMduPp6amQkBBFRESobdu2loSZ+fln9TzN5adPn87xdrN77lLBvm+KMpIlAAAAQCHUvbtUt660d++/ZfXqSd26uS6mnAoKCtLAgQNVsWJFdenSRWvXrlVSUpLNLRVZcdTLIjfLcyojIyPHdRMSEtSrVy9dunRJ7777rvr06aPQ0FD5+vrKZDLp0Ucf1bx587KcqSW77Tdr1qzITPv6zDPPaNeuXerevbuGDx+u8PBwBQQEyM3NTV999ZWee+65LPeBs163vHL19qXM13rWrFn5WkdeBjAuDM+9KCJZAgAAABRCbm7SyJFSr17/lo0cmVleVLRu3VpS5q0bsbGxOUqWOJN5vIeEhARL7xMz62labyQyMlIXL15Ujx49NHr0aLvlR44cyXVs5l/7u3btqmHDhuWoTYUKFSRlTuvqSFblzpCYmKiVK1cqJCRE33//vV3vn7zsA0dc+RylzFtzPD09deHCBSUnJzvsXZKbYye3KlasKCnr52nukeSohxWcqwidagEAAIDixdy7RCqcvUpu1JPCPM2rl5eXypQpczNCsmG+8D548KDdspzeFiRlTmUrOb6d4fDhw9qxY4fDdp6enkpLS3O4rG3btpKkxYsX5ziOiIgISdIPP/xgtywtLU0LFy7M8bpy68qVK8rIyFCFChXsEiWpqam5eh7Zufvuu+Xr66vt27c7TMB89913TtlOVjw9PdWoUSMZhqFFixbZLV+zZo0uXrxYYNs336bz66+/KjY21m75N998I+nfY6EgZHfcFickSwAAAIBCys1NmjJFuvdeafLkwter5J133tFrr72mv//+227Z6dOn9dxzz0mSOnfubDOrx83SokULSdK4ceOUnp5uKZ83b57mzZuX4/WYB8JctGiRzZglsbGxGjBggGWg1+tVrFhR586dc3jRe99996lt27aKioqyzCRzvV27dunXX3+1/N2zZ0+VLl1a69atsxko1DAMjRw5UidOnMjxc8qtcuXKKTAwUHv27FFUVJSlPD09Xa+//rrDhFRe+Pv764knnlB6erpefPFFXb161bJs27Zt+uKLL5yynewMHDhQkvTuu+/ajA1y6dIlvfbaawW67WrVqumhhx5SfHy8hg4danNsbdq0SVOmTJG7u3ueZwXKieyO2+KkkJ1uAQAAAFiLiJC2bs38t7BJSEjQxx9/rLCwMIWHh+uRRx5R3759FRERoapVq2rr1q0KCwsr8BlasjJo0CCVLVtWCxYsUJ06ddSzZ081aNBATzzxhIYOHZrj9dxzzz1q27atTpw4oZo1a1oGs61atar++ecfdenSxWG7zp07Ky0tTQ0bNtTjjz+uZ555xmbq2W+++UZ33XWXJk+erNDQULVq1UqPPfaYOnXqpMqVK6tBgwY2yZKAgADNmDFD7u7u6t+/vxo3bqxHH31U9erV00cffaRnn302z/uqcePGWT6mT58uDw8PDR8+XGlpaWrRooXatWunPn36KCwsTF9++aVTL97HjRun8PBw/fzzz6pevbr69Omj9u3bq0mTJnryySedtp2sPPbYY3rkkUf0999/q1atWuratau6d++usLAwubm5WaZPLqgE4NSpU1W1alXNmTNHNWrUUN++fdWmTRtFREQoMTFR48ePV4MGDQpk29KNj9vigmQJAAAAgDx5++23NXfuXD3++OPy9vZWZGSkFixYoH379qlRo0YaP368/vzzT5eNrxASEqINGzaoU6dOOnPmjH755RcFBgZq5cqV6ty5c67WtWTJEr311lsqW7asfvnlF23fvl19+vTR5s2bFRQU5LDNuHHjNHjwYKWlpen777/XjBkztHz5csvycuXKaePGjfr8889Vp04d7dy5UwsWLNDu3btVrVo1ffTRR3r11Vdt1mkeMLdVq1bas2ePli9frgoVKmj9+vW6//77c72PzLZs2ZLl49SpU5KkESNGaPbs2apfv76ioqK0atUq3Xnnndq8ebPuueeePG/7eqVKlVJUVJSef/55GYahH3/8USdOnNAHH3ygSZMmOW07WTGZTPr+++81btw4VahQQb/88ou2bNmixx9/XGvWrNGFCxdkMpkUHBxcINu/7bbb9Mcff2jYsGHy8PDQokWLtH37dj3wwAP67bff9MorrxTIds1udNwWFyYjN0M245ZS9/9ugN1rPcQ6AAC4odTUVHl5eSklJUWenp6uDgc3SUZGhg4cOCBJCg8PZ4YJoBg6deqUqlatqrCwMEVHR7s6nEIjN+fHonIdyhkeAAAAAAAru3fvthuL5ty5c+rfv7/S0tL0+OOPuygy3CxMHQwAAAAAgJXhw4dr69atatCggUJCQnTmzBlt375dCQkJuvfee3M83TOKLpIlAAAAAABY6d+/vwzD0F9//aWNGzfK3d1dNWvWVI8ePfTyyy/Lx8fH1SGigJEsAQAAAADASp8+fdSnTx9XhwEXYswSAAAAAAAAKyRLAAAAAAAArJAsAQAAAAAAsEKyBAAAAMgBk8lk+X9GRoYLIwGAwsX6nGh9rizKSJYAAAAAOWAymeTl5SVJSkxMdHE0AFB4mM+JXl5et0yyhNlwAAAAgBwKCAjQxYsXde7cOUmSn5+f3Nz4/RFA8ZSRkaHExETLOTEgIMDFETkPyRIAAAAgh0qXLq3ExEQlJyfrn3/+cXU4AFBo+Pj4qHTp0q4Ow2mKbRo8KSlJP/74owYMGKDw8HD5+PjIz89Pd955p9577z0lJCRk2XbWrFlq1KiR/P39VapUKXXs2FEbN27MdntRUVHq2LGjSpUqJX9/fzVq1Ehz5szJts2pU6f01FNPqWLFivLx8VHNmjU1cuRIJScn5+k5AwAAIH/c3d1VuXJllS5d2nJLDgAUZ15eXipdurQqV64sd3d3V4fjNCbDMAxXB+EK06dP17PPPitJql27turVq6e4uDht3LhR8fHxqlWrltavX69y5crZtHvppZc0ceJE+fr6ql27dkpOTtbq1atlGIYWLFigrl272m1r4cKF6t27tzIyMtS8eXOVKVNGq1evVmxsrIYNG6aPP/7Yrs3hw4fVpEkTXbhwQfXq1VOdOnW0bds2HTlyRE2bNtXq1avl7e2dr31Qt25dSdLevXvztR4AAIqb1NRUeXl5KSUlRZ6enq4OBy5kGIaK6ddpAJDJZMr1GCVF5Tq02CZLZs+erY0bN+qll15S7dq1LeVnzpzRQw89pJ07d6pv37763//+Z1m2atUqtW3bVqVLl9amTZtUo0YNSdKmTZvUsmVLlShRQkePHlVQUJClzaVLl1S1alXFxcVp4cKF6tatmyTp3LlzatasmQ4fPqy1a9eqZcuWNvE1a9ZMUVFRGjJkiCZOnChJSktLU69evbR48WKNHDlSo0aNytc+KCoHKQAAhQ3JEgAA8qaoXIcW29tw+vXrp6lTp9okSiSpQoUK+u9//ytJWrRokVJSUizLPvnkE0nS22+/bUmUSFKTJk00cOBAxcbGasaMGTbrmz59uuLi4tSlSxdLokSSQkJCNH78eEnShAkTbNps3bpVUVFRKleunKWOJHl4eGjKlCny9PTU559/rrS0tPzsAgAAAAAA4ECxTZZk584775QkXbt2TRcvXpQkXb16VWvWrJEk9ejRw66NuWzp0qU25cuXL8+yzUMPPSQfHx+tWrXKZhwSc5uHH37Y7labkJAQRURE6PLly/r999/z9PwAAAAAAEDWSJY4cOTIEUmSp6enSpUqJUk6cOCArl27prJly6pSpUp2bRo2bChJ2r17t035rl27bJZb8/LyUr169ZScnKyDBw/mqE122wIAAAAAAPlHssQB8xghHTp0sPTsOHHihCQ5TJRIkp+fn4KCgnT58mXFx8dLkuLi4nTlypVs25nLjx8/bim70bYctQEAAAAAAM7h4eoACpuff/5ZM2bMkKenp8aMGWMpN08lXKJEiSzb+vn5KTY2VvHx8QoICLCZfjirdn5+fpJkSbDkZFuO2mTHPIDO9f7++29Vr149R+sAAAAAAKC4oGeJlf379+vxxx+XYRj66KOPLGOXAAAAAACA4oOeJf/n9OnT6tChgy5fvqxXXnlFQ4cOtVnu7+8vSUpKSspyHYmJiZKkgIAAmzbmdiVLlrxhm5xsy1Gb7GQ1JVNWPU4AAAAAACjO6Fki6dKlS2rXrp2OHz+up556Sh9//LFdncqVK0uSTp065XAdiYmJio2NVXBwsCWJUbJkSQUGBmbbzlweGhqa4205agMAAAAAAJyj2CdLEhIS9OCDD2rfvn3q1q2bpk2bJpPJZFcvPDxc3t7eOn/+vE6fPm23fMeOHZKk+vXr25Sbb+UxL7eWmpqqPXv2yMfHRzVr1sxRm+y2BQAAAAAA8q9YJ0uuXbumLl26aOvWrWrfvr3mzZsnd3d3h3V9fX3VunVrSdL8+fPtli9YsECS9PDDD9uUP/TQQzbLrS1btkzJyclq06aNfHx87NosXbpU165ds2lz7tw5RUZGKjg4WE2bNs3pUwUAAAAAADlUbJMl6enp6tu3r9asWaOIiAgtWrRIXl5e2bZ55ZVXJEljx47VoUOHLOWbNm3S1KlTFRQUpAEDBti0eeaZZ1SyZEktWbJEixYtspTHxMRo+PDhkqRhw4bZtGnUqJGaNm2qmJgYvf7665bytLQ0vfDCC0pNTdWQIUPk6emZtycPAAAAAACyZDIMw3B1EK4wceJEvfTSS5KkRx55xOHgq5L08ccfq0yZMpa/X3rpJU2cOFElSpRQ27ZtlZKSopUrV8owDC1YsEBdu3a1W8fChQvVq1cvGYahli1bqnTp0lq1apViY2P1yiuvaMKECXZtDh06pCZNmujixYu64447VKdOHf3xxx86cuSI7r//fq1Zs0be3t752gfmAV6zGgAWAAA4lpqaKi8vL6WkpPDjBQAAuVBUrkOLbbJk1KhRGj169A3rHT16VFWqVLEpmzVrlr744gtFR0fLy8tLjRs31jvvvKP7778/y/VERUVp7Nix2rx5s1JSUlSnTh0NHjxY/fr1y7LNyZMn9e677+rXX3/VpUuXVLlyZfXt21cjRoywuW0nr4rKQQoAQGFDsgQAgLwpKtehxTZZgqJzkAIAUNiQLAEAIG+KynVosR2zBAAAAAAAwBGSJQAAAAAAAFZIlgAAAAAAAFghWQIAAAAAAGCFZAkAAAAAAIAVkiUAAAAAAABWSJYAAAAAAABYIVkCAAAAAABghWQJAAAAAACAFZIlAAAAAAAAVkiWAAAAAAAAWCFZAgAAAAAAYIVkCQAAAAAAgBWSJQAAAAAAAFZIlgAAAAAAAFghWQIAAAAAAGCFZAkAAAAAAIAVkiUAAAAAAABWSJYAAAAAAABYIVkCAAAAAABghWQJAAAAAACAFZIlAAAAAAAAVkiWAAAAAAAAWCFZAgAAAAAAYIVkCQAAAAAAgBWSJQAAAAAAAFZIlgAAAAAAAFghWQIAAAAAAGCFZAkAAAAAAIAVkiUAAAAAAABWSJYAAAAAAABYIVkCAAAAAABghWQJAAAAAACAFZIlAAAAAAAAVkiWAAAAAAAAWCFZAgAAAAAAYIVkCQAAAAAAgBWSJQAAAAAAAFZIlgAAAAAAAFghWQIAAAAAAGCFZAkAAAAAAIAVkiUAAAAAAABWSJYAAAAAAABYIVkCAAAAAABghWQJAAAAAACAFZIlAAAAAAAAVkiWAAAAAAAAWCFZAgAAAAAAYIVkCQAAAAAAgBWSJQAAAAAAAFZIlgAAAAAAAFghWQIAAAAAAGCFZAkAAAAAAIAVkiUAAAAAAABWSJYAAAAAAABYIVkCAAAAAABghWQJAAAAAACAFZIlAAAAAAAAVkiWAAAAAAAAWCFZAgAAAAAAYIVkCQAAAAAAgBWSJQAAAAAAAFZIlgAAAAAAAFghWQIAAAAAAGCFZAkAAAAAAIAVkiUAAAAAAABWSJYAAAAAAABYIVkCAAAAAABghWQJAAAAAACAFZIlAAAAAAAAVkiWAAAAAAAAWCFZAgAAAAAAYIVkCQAAAAAAgBWSJQAAAAAAAFZIlgAAAAAAAFghWQIAAAAAAGCFZAkAAAAAAIAVkiUAAAAAAABWSJYAAAAAAABYIVkCAAAAAABghWQJAAAAAACAFZIlAAAAAAAAVkiWAAAAAAAAWCFZAgAAAAAAYIVkCQAAAAAAgBWSJQAAAAAAAFZIlgAAAAAAAFghWQIAAAAAAGCFZAkAAAAAAIAVkiUAAAAAAABWSJYAAAAAAABYIVkCAAAAAABghWQJAAAAAACAFZIlAAAAAAAAVkiWAAAAAAAAWCFZAgAAAAAAYIVkCQAAAAAAgBWSJQAAAAAAAFZIlgAAAAAAAFgp1smS7du364MPPlC3bt1UqVIlmUwmmUymG7abNWuWGjVqJH9/f5UqVUodO3bUxo0bs20TFRWljh07qlSpUvL391ejRo00Z86cbNucOnVKTz31lCpWrCgfHx/VrFlTI0eOVHJycq6eJwAAgLNEHo9Uo2mNFHk8Ml91AAAozEyGYRiuDsJVunbtqiVLltiVZ7dLXnrpJU2cOFG+vr5q166dkpOTtXr1ahmGoQULFqhr1652bRYuXKjevXsrIyNDzZs3V5kyZbR69WrFxsZq2LBh+vjjj+3aHD58WE2aNNGFCxdUr1491alTR9u2bdORI0fUtGlTrV69Wt7e3vl6/nXr1pUk7d27N1/rAQCguElNTZWXl5dSUlLk6enp6nBumgwjQ/Wn1Nfe83tVr1w97Rq4S24mt1zXAQAUX0XlOrRYf3I1adJE77zzjn766SedOXPmhsmHVatWaeLEiSpdurR27dqlH3/8Ub/++qs2bNggd3d3PfXUU4qNjbVpc+nSJT399NNKT0/XggULtG7dOi1YsED79+9XWFiYJkyYoHXr1tltq3///rpw4YKGDBmiv/76S99//70OHDigRx55RFFRURo3bpwT9wQAAMCNLdy3UHvPZ3653ROzR4uiF+WpDgAAhV2xTpa8/vrreu+99/Twww+rfPnyN6z/ySefSJLefvtt1ahRw1LepEkTDRw4ULGxsZoxY4ZNm+nTpysuLk5dunRRt27dLOUhISEaP368JGnChAk2bbZu3aqoqCiVK1fOUkeSPDw8NGXKFHl6eurzzz9XWlpa7p80AABAHmQYGRq9frRN2ej1o5VhZOSqDgAARUGxTpbkxtWrV7VmzRpJUo8ePeyWm8uWLl1qU758+fIs2zz00EPy8fHRqlWrbMYhMbd5+OGH7Xq7hISEKCIiQpcvX9bvv/+ej2cEAACQc9Y9Rsyu7zmSkzoAABQFJEty6MCBA7p27ZrKli2rSpUq2S1v2LChJGn37t025bt27bJZbs3Ly0v16tVTcnKyDh48mKM22W0LAACgoEzaOumG5TmpAwBAUeDh6gCKihMnTkiSw0SJJPn5+SkoKEiXL19WfHy8AgICFBcXpytXrmTbrlKlStq2bZuOHz+u+vXr52hb5vLjx4/nKHbzADrX+/vvv1W9evUcrQMAABRvHcI66FTcKRn6dyB8k0xqX719ruoAAFAUkCzJoYSEBElSiRIlsqzj5+en2NhYS7LE3Ca7dn5+fpKk+Pj4HG/LURsAAICCNCJihEZEjMh3HQAAigKSJcVAVlMyZdXjBAAAAACA4owxS3LI399fkpSUlJRlncTERElSQECATZvs2l3fJifbctQGAAAAAAA4B8mSHKpcubIk6dSpUw6XJyYmKjY2VsHBwZYkRsmSJRUYGJhtO3N5aGhojrflqA0AALg5Io9Hqsn0Jq4OAwAAFCCSJTkUHh4ub29vnT9/XqdPn7ZbvmPHDkmyDNJqduedd9ost5aamqo9e/bIx8dHNWvWzFGb7LYFAAAKVoaRoeeXP6/tZ7Zb/gYAALcekiU55Ovrq9atW0uS5s+fb7d8wYIFkqSHH37Ypvyhhx6yWW5t2bJlSk5OVps2beTj42PXZunSpbp27ZpNm3PnzikyMlLBwcFq2rRpPp4RAADIrYX7Fmrv+X/HAlscvdiF0QAAgIJCsiQXXnnlFUnS2LFjdejQIUv5pk2bNHXqVAUFBWnAgAE2bZ555hmVLFlSS5Ys0aJFiyzlMTExGj58uCRp2LBhNm0aNWqkpk2bKiYmRq+//rqlPC0tTS+88IJSU1M1ZMgQeXp6Ov05AgAAxzKMDI1eP9qmbGzkWHqXAABwCyrWyZLly5ercePGlkdKSook2ZQtX77cUr9NmzYaOnSoLl68qAYNGqhr167q2LGjmjdvrrS0NM2cOVNBQUE22yhVqpS+/vprubm5qUePHmrdurV69uyp8PBwHT58WK+88opatmxpF9vMmTNVunRpTZw4UfXr11efPn0UHh6uRYsW6f7779ebb75ZkLsGAABc5/peJZK0N2avFkUvyqIFAAAoqop1suT8+fPasmWL5WEYhiTZlJ0/f96mzWeffaaZM2eqdu3aWrlypTZt2qQ2bdpow4YN6tq1q8PtdO/eXRs2bFD79u21c+dO/fzzzwoLC9OsWbM0YcIEh21q1KihnTt3qn///jp//rwWL14sNzc3vfPOO1q9erW8vb2dui8AAED2Jm2dlKvymyXyeKQaTWukyOORLo0DAIBbickwZwhQ7NStW1eStHfv3hvUBAAA/4n8j6bvmC5Dhox0Q8eHHVeVCVX07L3PakTECEmZiYthK4ZpQrsJigiNyLLMWTKMDNWfUl97z+9VvXL1tGvgLrmZivVvYQCAQq6oXIeSLCnGispBCgBAYZOamiovLy+lpKRYxhBzlLiQVKDJjPl756vXgl7//t1zvnrU6eG09QMA4GxF5TqUnx4AAACcwHpMkz0xe7QoepHDsqxER0dr8ODBql+/vkqWLCl3d3ebR2BgoOo/XF9hH4Yp8nikwwFnR68fzYCzAAA4gYerAwAAACjqHCUuRq0bZVdv9PrR6la7m6V3yderv9aQZUOU/FOy0o+kZ7uNuPg4/VX5LylZavlxS417cJzdgLPmhAy9SwAAyB+SJQAAAPnkcKac8/bdi83JjL+X/q3R743W1f5XpXKS2kv6UpKn5F7KXf6V/RVSP0Te/t4yuZuUkpCiY6eOKblcsiQpo0yGXv/5damsfSyTtk4iWQIAQD6RLAEAAMin3MyI0+vjXjJmGlIdZSZKJClEunva3eoyoIvDNhlGhiZPmazk88n/FvpKuiyVr1Rel5IvqZRvKfl6+Kp99fZ5fh4AACATyRIAAIB86hDWQafiTsnQv+PmX0m+IkkK9AlUXFycLl26JBmScdiQTJLa2q7jZMpJZRgZDgeA3bdvn2LOx9gW+kv6QYrvFK+UEikqU6IMs+EAAOAkJEsAAADyaUTECMv0wdYOHjyo5s2b69K5S5kFJsmnho/unH2nthzZYlM3JiZG0dHRqlunrt16tmzdYlcmSWopJZZIlMR4JQAAOBM/PQAAABSA3r17Kzw8XOfOnZMkuZd3V49lPTTiwAidTTvrsM3mrZvtyo4dP6bLly/L399fQUFBlodHhodUwrYus+EAAOAc9CwBAABwovPnz6tOnTq6cOFCZoGPdMcLd6jnhJ6WOmFhYYqLi7O5bcckk8Kqh9msK8PI0LLlyxQXH6dy5crphYEvWG6zWTJtibb/s10ylHlbj+hdAgCAs5AsAQAAcJJZs2bp6aeflmFkJkFK1CuhQWsGKaBsgE29FhEt1CKixQ3XZz1WyfW36Rw8czCzksm2DbPhAACQfyRLAAAAnKBPnz76/vvvM//wkOoNqqden/XK8/oyjAytW7/Opmzt+rWqXbu23Exu8rzkaSmvUrWKpMzeKcyGAwBA/pEsAQAAyKeGDRtq586dkiRTsEmPLXlMNSNq5mudjmbAse5dkvRzknRIKlWqlI5ePJqvbQEAAFsM8AoAAJBH6enpqly5cmaipLJkGmzSY7/nP1EiZT0Dzuatm3Ut8ZqSjyZLkjp27JjvbQEAAFskSwAAQLEWeTxSjaY1UuTxyFy3rVy5sk6ePCmZJLeebjLKGFqxfoVTZqQJCwtTcFCwzQw4wUHBCqsepoXDFkppmfW++OKLfG8LAADYMhnmEchQ7NStmzlA3N69e10cCQAArpFhZKj+lPrae36v6pWrp10Dd1lmm8lOamqqvLy8LH8HPRGk2Oqxlr9LBZdS1y5dVSW0itNjvpZ4Te+Xe19Kkm677TadOnXK6dsAAKCgFJXrUHqWAACAYmvhvoXaez7zy5p52t2ciIiIsPy/bNuy8mrsZbP80uVLWvbzMqf0MLnenP5zpKTM///8889OXz8AACBZAgAAiqkMI0Oj14+2KRu9fvQNExx9+vTRli2Z44n43+WvVp+2shuIVfp3MFazY8ePaeq0qTp2/FieY445FKOTP52UlPnLXP369fO8LgAAkDWSJQAAoFiy7lVidqPeJYsXL/53emBJL218KcuBWKXMqX4zjAxlGBlatnyZTv9zOs89TtLT0/Vl6y+llMy/V61alet1AACAnCFZAgAAiqVJWyflqjwhIUE9e/bM/CMg8x93d3eFhYUpKDBIJpPJro25d4n1NMDX9zjJqZl9ZyrtVOaoriNGjFD58uVzvQ4AAJAzHq4OAAAAwBU6hHXQqbhTMvTvWPcmmdS+enuH9e+44w6lp6dLblLXWV31Y/cfJUktIlqoVKlSmr9gvsN2m7ZsUvLVZJuytevXqnbt2jkaTFaSNs/drBMLT0iSatSooffffz9H7QAAQN6QLAEAAMXSiIgRGhExIkd13/rqLR1re0z6TarWoprufPhO/agfJWWOffLbit8ctvMr4aeSJUvqxIkTNuXm3iV169S94bajV0Xr52d+ljIkDw8P7dmzJ0cxAwCAvCNZAgAAkI0MI0Pjdo+TbpPURXpy4pMy0v7tjbJv3z7FxcU5bFumbBnFx8U7XLZ562abZMmx48f024rfdOedd2rXrl1q36693GPdNa/zPMs4JVFRUTZTFgMAgILBmCUAAKDYizweqUbTGinyeKTdsr5j+soo+3/JkdKyG28kqwFePdw9FFY9TNWrV5ebW+ZXLjc3NwUFBSk4KFhh1cMsda0HgP1txW86/c9p/fjjj5oWMU26mllnyZIlatSoUbaxAgAA56BnCQAAKNYyjAw9v/x57T2/Vy/8/IJ2DdxlGUskw8jQ/Jj5Utl/669dv1Y1w2pa/g4LC1NcXJzN2CdpaWlyM7kptHKoEhISlJGROftNRkaG2rdtb3f7jfUAsOnp6ZKkS7GXpLskhUvD7himzp07ZxsrAABwHpIlAACgWLOeQtg8dXCPOj0kSeOWjMvsVWJI+r/JbmJiYrQ/er+lfYuIFmoR0cLyd4aRoclTJivmfIyW/bxMRsa/SRTJfnDXDCND69avcxxcc0ke0m8ev2m8MT7bWAEAgPPwUwQAACi2MowMjV4/2qZs9PrRyjAye4KMXzc+s/C6WYG3/OH41htJdtMEn79w3mb59VMHW9eXJEsHFUOWn7X2xOzRgn0Lso0VAAA4D8kSAABQbFn31DAz99iQpKS/kqTMu2Lk5uamwMBABQcFq3r16g7Xl20vESubt262/N9uzBPTdf/+n1dXvJptrAAAwHlIlgAAgGJr0tZJ2ZZnxGRI7pllGRkZ6tCug14e+rKaN2vusJ1dL5H/U6JECQUFBTkc3LWUVynpijIHck3PfLg5+Ip2Mu5krp4DAADIO8YsAQAAxVaHsA46FXfKZnBWk0xqX729MowMZTS3vcXFPN5IVrKaGads2bIa0H+ATVl6erq+GfCN/v72byktsywiIkJr165VqzmtFHnCfrYbHw8flfcvbxcrAABwLpIlAACg2BoRMUIjIkY4XDZ/73ypnOwGd42OjlatGrVs6h47fky/rfhNIeVD7GbGMclk05NEkjbO2ajfXvpNxuXMeiaTSVOmTNFzzz0nKeskzjMNn8kyXgAA4DwkSwAAAByw3N5y3dghm7dutkmWZBgZWrZ8mWLOxyg1LVVDhwzNcjrfI5uP6IdnflDS3iRLWfXq1fX777+rfPl/e4xkl8QBAAAFjzFLAAAAHOgQ1kGeCZ7SZUmxUmDJQLvxRiT72W+sZ7ox+/OnP/Wf8P9o1v2zLIkSHx8fLViwQIcPH7ZJlAAAANejZwkAAIADIyJGqHFqYz3wwAOSpJTaKXrtz9fk4eWh9NTMKXIczX5jHtfkWvw1LRu5TNHzo5V2Os2y3M3NTf369dPXX399054LAADIHZIlAAAAWWjdurV69OihBQsW6GriVb039D1VC6im9gMyB1WN3hdtN/tNTEyMxrQco/SodMu0w5Lk6emp559/Xp988onc3d1v5tMAAAC5xG04AAAA2Zg/f77ua3yf1ElSeelIwhFNqTVFkrRg0gKHbdKr/ZsoKVOmjD788EOlpKRo4sSJJEoAACgCSJYAAADcwLDpwzJnxpGkEEnm2YMPKHNMk+se/uf8NWTIEMXHx+v8+fMaPnz4zQ8aAADkGbfhAAAAZCPDyNDo9aNtyio/UVknRpxQjwo95BnjKS8vL7Vr1049evSQl5eXiyIFAADOQrIEAAAgGwv3LdTe83ttyk5cPSFJ+t///idPT89s20cej9SwFcM0od0ERYRGFFicAADAebgNBwAAIBuTtk7Kcd3I45FqNK2RIo9HSsrslfL88uf1xz9/6IWfX1CGkZFlXQAAUHiQLAEAAMhGh7AOqhpUVVWCqtg8rucoMWLdK2VPzB4til6UZV0AAFB4mAzDMFwdBFyjbt26kqS9e/feoCYAALCWmpoqLy8vpaSkWG7Dmb93vnot6GWp832P7/Xe+vdsbuGpV66edg3cpYX7FtrUnd9zvnrU6XHzngAAAC5SVK5D6VkCAACQT44GgX11xat2Y53sidmjBfsW2NUdvX40vUsAAChESJYAAADkk6NBYE/GnXRYd9S6UQ6TKOZbdAAAgOsxGw4AAEA+ZTUIrI+7j8oHlLf8bZJJV1OvZrkObsUBAKBwIFkCAACQTx3COuhU3CkZ+ncoOJNMeqbhMxoRMcKm7n8i/6PpO6bb1W1fvf1NixcAAGSPAV6LsaIysA4AAIWNowFeAQDAjRWV61DGLAEAAAAAALBCsgQAAAAAAMAKyRIAAAAAAAArJEsAAAAAAACskCwBAAAAAACwQrIEAAAAAADACskSAAAAAAAAKyRLAAAAAAAArJAsAQAAAAAAsEKyBAAAAAAAwArJEgAAAAAAACskSwAAAAAAAKx4OHuFx48f159//qnz588rNjZWQUFBKlu2rBo0aKDQ0FBnbw4AACBHIo9HatiKYZrQboIiQiNcHQ4AACjEnJIs2bVrl7766istX75cJ0+ezLLe7bffrk6dOumZZ55RgwYNnLFpAACAG8owMvT88ue19/xevfDzC9o1cJfcTHSwBQAAjuUrWbJu3Tq9+eab2rp1qwzDkKenpxo2bKhatWqpVKlSKlmypK5cuaLLly8rOjpaf/31lyZPnqwpU6bovvvu07hx49SiRQtnPRcAAACHFu5bqL3n90qS9sTs0aLoRepRp4eLowIAAIVVnpMlnTp10i+//KLAwEA9/fTTevTRR3X//ffL29s7yzbXrl1TVFSUvv32Wy1evFitW7dWx44dtXTp0ryGAQAAkK0MI0Oj14+2KRu9frS61e5G7xIAAOBQnr8h7NixQxMmTNA///yjadOmqVWrVtkmSiTJ29tbrVu31owZM/TPP//o448/1vbt2/MaAgAAwA1Z9yoxM/cuAQAAcMRkGIaRl4bJycny8fHJdwDOWg9yr27dupKkvXv33qAmAABFV/OZzRV5ItK+PLS51vdfn6d1pqamysvLSykpKfL09MxviAAAFBtF5To0z7fhOCvBQaIEAAAUpA5hHXQq7pQM/fv7kEkmta/e3oVRAQCAwizPPUtQ9BWVjB4AAIUNPUsAAMibonId6pSpg60lJSVp27ZtOnPmjK5du5ZlvSeffNLZmwYAAAAAAMg3pyVLDMPQu+++q88++0xJSUnZ1jOZTCRLAAAAAABAoeS0ZMl7772n999/X15eXuratauqVasmf39/Z60eAAAAAADgpnBasmTGjBkqWbKkNm3apNq1aztrtQAAAAAAADeVm7NWdOHCBbVo0YJECQAAAAAAKNKcliypUaOGMjIynLU6AAAAAAAAl3BasuT555/X2rVrdezYMWetEgAAAAAA4KZzWrJk4MCBGjBggCIiIjRr1iydPn3aWasGAAAAAAC4aZyWLJGk5557ToGBgRowYIAqV64sd3d3hw8PD6eNKwsAAAAAAOBUTstabNq0Se3atVNiYqJMJpNKlSrF1MEAAAAAAKDIcVqyZPjw4UpMTNTIkSP18ssvq2TJks5aNQAAAAAAwE3jtGTJzp07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TAhLAAAAAAAATAhLAAAAAAAATAhLAAAAAAAATAhLAAAAAAAATAhLAAAAAAAATAhLAAAAAAAATAhLAAAAAAAATAhLAAAAAAAATAhLAAAAAAAATAhLAAAAAAAATAhLAAAAAAAATAhLAAAAAAAATAhLAAAAAAAATAhLAAAAAAAATAhLAAAAAAAATAhLAAAAAAAATAhLAAAAAAAATBpsWHLt2jW99957mjhxonr06CFPT09ZLBa9+OKLN609deqUxo4dq5YtW8rLy0sRERGKj49XTk5OqTXZ2dmaOXOmIiIi5OXlpZYtW2rcuHE6ffp0medatmyZoqKi5Ovrq6CgIA0ZMkRbt26t6McFAAAAAADl5FbbHagtaWlpGj16dIXrDh8+rOjoaF24cEGRkZGKjY3VF198oZdfflkbN27Uxo0b5enpaVOTk5Oj/v37a9u2bQoJCdGwYcN07NgxvfPOO/roo4+0bds2hYWFlTjX5MmTlZCQIG9vbw0cOFA5OTlav3691q1bp8TERA0fPryyHx8AAAAAAJSiwc4sady4scaPH68lS5Zo165devnll8tVN2bMGF24cEGTJk3S3r17tWLFCqWmpiouLk4pKSmaM2dOiZpZs2Zp27Ztio6O1qFDh7RixQpt375d8+bNU0ZGhsaNG1eiZsOGDUpISFCTJk20e/duffDBB1qzZo0+++wzubq6auzYscrKyqrqtwEAAAAAAPxIgw1LwsPD9de//lW//vWvddddd8nd3f2mNTt27FBKSoqaNWum1157zdru5uamxYsXy93dXQsWLFBBQYF1W15enhYtWiRJev311+Xr62vdNmXKFHXu3FnJycnatWuXzbnmz58vSXrhhRfUvn17a3t0dLSeeOIJZWVlaenSpZX78AAAAAAAoFQNNiypjNWrV0uShg4dWuJRm+bNmys2NlaZmZnasmWLtT0lJUWXLl1SeHi4unbtWuKYDz74oCQpKSnJ2padna1NmzbZbL9ZDQAAAAAAcAzCkgrYvXu3JOmuu+6yu724fc+ePVWqSU1NVW5uroKDg9WqVaty1QAAAAAAAMdosAu8VsaJEyckyW6AYW4/fvx4tdY0atRIAQEByszM1JUrV9S4ceMy+92pUye77enp6QoPDy+zFgAAAACAhoaZJRVw9epVSZKPj4/d7Y0aNZIkXblypVprSqsDAAAAAABV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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "test_dispersion.plots.ellipses(xlim=(-200, 3500), ylim=(-200, 3500))" + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAjIAAAGzCAYAAAA1yP25AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8g+/7EAAAACXBIWXMAAA9hAAAPYQGoP6dpAAA3zElEQVR4nO3deVhU9eLH8c/IJiqgKKAkAqmpuKa2uOSeZlZa3tKyFLXyJoZK15LK3UK9avzymlk3l7JuLmlp5paa3sx9TTNxTa8bboCgIcr5/dHDPI0sztgMw8H363nmqfmeM+d8OAh+/J5zZiyGYRgCAAAwoRLuDgAAAHC7KDIAAMC0KDIAAMC0KDIAAMC0KDIAAMC0KDIAAMC0KDIAAMC0KDIAAMC0KDIAAMC0KDIotiIiIhQdHe3uGMXeP//5T919993y8PBQgwYN3B3H6dLT0/Xiiy+qYsWKslgsGjRoUKHtu1WrVmrVqpX1+bFjx2SxWDRr1qxCy5AXi8WikSNHumTbReVrhHlQZGAKs2bNksVi0bZt2/Jc3qpVK9WpU+cv7+e7775z2S/o4mjlypV6/fXX1axZM82cOVPvvvtuoe37ypUrGjlypH744QeX7ufdd9/VrFmz9Morr+izzz7TCy+84NL9ITd+LlEQT3cHAFzlwIEDKlHCsa7+3XffaerUqfzStNOaNWtUokQJffLJJ/L29i7UfV+5ckWjRo2SJJtZC2dbs2aNHnzwQY0YMcJl+8jPypUrC32f7hYeHq6rV6/Ky8vLOsbPJQrCjAyKLR8fH5tfhmaQkZHh7ggOSU5Olq+vb6GXmMKUnJyssmXL/uXtGIahq1evOvQab2/vYn1s82KxWFSyZEl5eHi4OwpMgiKDYuvma2SysrI0atQoVa9eXSVLllT58uXVvHlzrVq1SpIUHR2tqVOnSvrjl2nOI0dGRoZee+01hYWFycfHRzVq1NDEiRN18wfIX716VbGxsapQoYL8/Pz0xBNP6OTJk7muKxg5cqQsFot++eUXPffccypXrpyaN28uSdqzZ4+io6N19913q2TJkqpYsaL69OmjCxcu2OwrZxtJSUl6/vnnFRAQoKCgIA0bNkyGYejEiRPq3Lmz/P39VbFiRU2aNMmuY3f9+nWNGTNGVatWlY+PjyIiIvTmm28qMzPTuo7FYtHMmTOVkZFhPVa3uq5h/vz5atSokXx9fVWhQgU9//zzOnnypM06N18XkiM6OloRERGS/riOIigoSJI0atQo6/4d+Rd7cnKy+vbtq5CQEJUsWVL169fX7Nmzrct/+OEHWSwWHT16VEuXLrXu49ixY3ZtPyIiQo899phWrFihxo0by9fXV9OnT5ckzZw5U23atFFwcLB8fHwUFRWladOm5dpGfsfCXmfPnpWnp6d15urPDhw4IIvFon/961/WsZSUFA0aNMj6Z7xatWoaP368srOzb7mvnTt3qmPHjvL391eZMmXUtm1bbdq0Kdd6KSkpGjx4sCIiIuTj46PKlSurZ8+eOn/+vKTc18jk93NpGIYiIiLUuXPnXPv4/fffFRAQoH79+tl1nGBunFqCqaSmplp/4f1ZVlbWLV87cuRIJSQk6MUXX9T999+vtLQ0bdu2TTt27NDDDz+sfv366dSpU1q1apU+++wzm9cahqEnnnhCa9euVd++fdWgQQOtWLFCQ4YM0cmTJ/Xee+9Z142Ojta8efP0wgsv6MEHH9S6devUqVOnfHM9/fTTql69ut59911rKVq1apWOHDmi3r17q2LFitq3b58++ugj7du3T5s2bbIpWJLUrVs31apVS+PGjdPSpUs1duxYBQYGavr06WrTpo3Gjx+vzz//XP/4xz903333qUWLFgUeqxdffFGzZ8/W3/72N7322mvavHmzEhIStH//fi1atEiS9Nlnn+mjjz7Sli1b9O9//1uS1LRp03y3OWvWLPXu3Vv33XefEhISdPbsWf3f//2fNmzYoJ07dzo06xEUFKRp06bplVde0ZNPPqmnnnpKklSvXj27Xn/16lW1atVKhw4d0oABAxQZGan58+crOjpaKSkpGjhwoGrVqqXPPvtMgwcPVuXKlfXaa69Z922vAwcO6Nlnn1W/fv300ksvqUaNGpKkadOmqXbt2nriiSfk6empJUuWqH///srOzlZMTIzd27+VkJAQtWzZUvPmzct1amzu3Lny8PDQ008/LemPU3UtW7bUyZMn1a9fP1WpUkU//fST4uPjdfr0aSUmJua7n3379umhhx6Sv7+/Xn/9dXl5eWn69Olq1aqV1q1bpwceeEDSHxdOP/TQQ9q/f7/69Omjhg0b6vz581q8eLH+97//qUKFCrm2nd/PpcVi0fPPP68JEybo4sWLCgwMtC5bsmSJ0tLS9Pzzz/+VwwezMAATmDlzpiGpwEft2rVtXhMeHm706tXL+rx+/fpGp06dCtxPTEyMkdePxddff21IMsaOHWsz/re//c2wWCzGoUOHDMMwjO3btxuSjEGDBtmsFx0dbUgyRowYYR0bMWKEIcl49tlnc+3vypUrucb+85//GJKM9evX59rGyy+/bB27fv26UblyZcNisRjjxo2zjl+6dMnw9fW1OSZ52bVrlyHJePHFF23G//GPfxiSjDVr1ljHevXqZZQuXbrA7RmGYVy7ds0IDg426tSpY1y9etU6/u233xqSjOHDh1vHWrZsabRs2TLXNnr16mWEh4dbn587dy7XMbVXYmKiIcmYM2eOTcYmTZoYZcqUMdLS0qzj4eHht/xzk5fw8HBDkrF8+fJcy/L6/nbo0MG4++67bcZuPhZHjx41JBkzZ860O8f06dMNScbPP/9sMx4VFWW0adPG+nzMmDFG6dKljaSkJJv1hg4danh4eBjHjx+3jt183Lt06WJ4e3sbhw8fto6dOnXK8PPzM1q0aGEdGz58uCHJWLhwYa6c2dnZ+X6N+f1cHjhwwJBkTJs2zWb8iSeeMCIiIqzbRPHGqSWYytSpU7Vq1apcD3v+JV62bFnt27dPBw8edHi/3333nTw8PBQbG2sz/tprr8kwDC1btkyStHz5cklS//79bdZ79dVX89323//+91xjvr6+1v///fffdf78eT344IOSpB07duRa/8UXX7T+v4eHhxo3bizDMNS3b1/reNmyZVWjRg0dOXIk3yzSH1+rJMXFxdmM58xILF26tMDX52Xbtm1KTk5W//79VbJkSet4p06dVLNmzdva5l/x3XffqWLFinr22WetY15eXoqNjVV6errWrVvnlP1ERkaqQ4cOucb//P3NmWVs2bKljhw5otTUVKfsO8dTTz0lT09PzZ071zq2d+9e/fLLL+rWrZt1bP78+XrooYdUrlw5nT9/3vpo166dbty4ofXr1+e5/Rs3bmjlypXq0qWL7r77but4pUqV9Nxzz+nHH39UWlqaJOmrr75S/fr19eSTT+bazs2zjPa455579MADD+jzzz+3jl28eFHLli1Tjx49bmubMB+KDEzl/vvvV7t27XI9ypUrd8vXjh49WikpKbrnnntUt25dDRkyRHv27LFrv7/99ptCQ0Pl5+dnM16rVi3r8pz/lihRQpGRkTbrVatWLd9t37yu9Mcv44EDByokJES+vr4KCgqyrpfXX3RVqlSxeR4QEKCSJUvmmqoPCAjQpUuX8s3y56/h5swVK1ZU2bJlrV+rI3Jek3Nq5c9q1qx5W9v8K3777TdVr149111tN38//6q8vreStGHDBrVr106lS5dW2bJlFRQUpDfffFNS3t/fv6JChQpq27at5s2bZx2bO3euPD09rafkJOngwYNavny5goKCbB7t2rWT9Mc1RXk5d+6crly5kuf3tlatWsrOztaJEyckSYcPH3bK2yT8Wc+ePbVhwwbr92z+/PnKysriNvk7CEUGd4wWLVro8OHDmjFjhurUqaN///vfatiwofX6Dnf587/OczzzzDP6+OOP9fe//10LFy7UypUrrbM9eV14mdcdHvnd9WHcdHFyftz1r9n89nvjxo1CTvLX5fW9PXz4sNq2bavz589r8uTJWrp0qVatWqXBgwdLyvv7+1d1795dSUlJ2rVrlyRp3rx5atu2rU3Rzc7O1sMPP5znjOeqVavUtWtXp+dyhu7du8vLy8s6KzNnzhw1btw4z2KF4omLfXFHCQwMVO/evdW7d2+lp6erRYsWGjlypPXUTH5/iYaHh+v777/X5cuXbWZlfv31V+vynP9mZ2fr6NGjql69unW9Q4cO2Z3x0qVLWr16tUaNGqXhw4dbx2/nlNjtyPkaDh48aJ2hkP64AyYlJcX6tTq6TemPi1/btGljs+zAgQM22yxXrlyep79uniX5K0UrPDxce/bsUXZ2ts2szM3fT1dYsmSJMjMztXjxYpuZtLVr17psn126dFG/fv2sp5eSkpIUHx9vs07VqlWVnp5unYGxV1BQkEqVKqUDBw7kWvbrr7+qRIkSCgsLs+5j7969Ducv6HsdGBioTp066fPPP1ePHj20YcOGAi9MRvHDjAzuGDffulymTBlVq1bN5pbi0qVLS/rjFtE/e/TRR3Xjxg2bW1Ul6b333pPFYlHHjh0lyXo9xAcffGCz3pQpU+zOmTOTcvPMSWH9cn700Ufz3N/kyZMlqcA7sPLTuHFjBQcH68MPP7Q53suWLdP+/ftttlm1alX9+uuvOnfunHVs9+7d2rBhg802S5UqJSn398oejz76qM6cOWNz3cj169c1ZcoUlSlTRi1btnR4m/bK6/ubmpqqmTNnumyfZcuWVYcOHTRv3jx9+eWX8vb2VpcuXWzWeeaZZ7Rx40atWLEi1+tTUlJ0/fr1PLft4eGh9u3b65tvvrG5Nf3s2bP64osv1Lx5c/n7+0uSunbtqt27d1vvfPuzgmYK8/u5zPHCCy/ol19+0ZAhQ+Th4aHu3bvnuy0UP8zI4I4RFRWlVq1aqVGjRgoMDNS2bdu0YMECDRgwwLpOo0aNJEmxsbHq0KGD9Zfi448/rtatW+utt97SsWPHVL9+fa1cuVLffPONBg0apKpVq1pf37VrVyUmJurChQvW26+TkpIk2TeL4O/vrxYtWmjChAnKysrSXXfdpZUrV+ro0aMuOCq51a9fX7169dJHH32klJQUtWzZUlu2bNHs2bPVpUsXtW7d2uFtenl5afz48erdu7datmypZ5991nr7dUREhPW0iiT16dNHkydPVocOHdS3b18lJyfrww8/VO3ata0XjUp/nLaJiorS3Llzdc899ygwMFB16tSx6xqMl19+WdOnT1d0dLS2b9+uiIgILViwwPqv+ZuvhXKm9u3by9vbW48//rj69eun9PR0ffzxxwoODtbp06ddtt9u3brp+eef1wcffKAOHTrkut19yJAhWrx4sR577DFFR0erUaNGysjI0M8//6wFCxbo2LFjed4eLUljx47VqlWr1Lx5c/Xv31+enp6aPn26MjMzNWHCBJt9LFiwQE8//bT69OmjRo0a6eLFi1q8eLE+/PBD1a9fP8/t5/dzmaNTp04qX7685s+fr44dOyo4OPgvHi2YijtvmQLslXP79datW/Nc3rJly1vefj127Fjj/vvvN8qWLWv4+voaNWvWNN555x3j2rVr1nWuX79uvPrqq0ZQUJBhsVhsbvm8fPmyMXjwYCM0NNTw8vIyqlevbvzzn//MdYtnRkaGERMTYwQGBhplypQxunTpYr1N9M+3Q+fcOn3u3LlcX8///vc/48knnzTKli1rBAQEGE8//bRx6tSpfG/hvnkb+d0WnddxyktWVpYxatQoIzIy0vDy8jLCwsKM+Ph44/fff7drP/mZO3euce+99xo+Pj5GYGCg0aNHD+N///tfrvXmzJlj3H333Ya3t7fRoEEDY8WKFbluvzYMw/jpp5+MRo0aGd7e3g7fin327Fmjd+/eRoUKFQxvb2+jbt26ed7W/Fduv87vdYsXLzbq1atnlCxZ0oiIiDDGjx9vzJgxw5BkHD161LqeM26/zpGWlmb4+vrmuu38zy5fvmzEx8cb1apVM7y9vY0KFSoYTZs2NSZOnGjzc5LXsd6xY4fRoUMHo0yZMkapUqWM1q1bGz/99FOufVy4cMEYMGCAcddddxne3t5G5cqVjV69ehnnz5/P92ss6OcyR//+/Q1JxhdffOHwsYG5WQzDziv/ANy2Xbt26d5779WcOXPUo0cPd8cBip3Bgwfrk08+0ZkzZ6ynHXFn4BoZwMny+jydxMRElShR4pbvqAvAcb///rvmzJmjrl27UmLuQFwjAzjZhAkTtH37drVu3Vqenp5atmyZli1bppdfftl69wZc49q1a7p48WKB6wQEBOR5W7S9zp07V+Ct4N7e3jZvl+8qhfG1FnXJycn6/vvvtWDBAl24cEEDBw50dyS4g7vPbQHFzcqVK41mzZoZ5cqVM7y8vIyqVasaI0eONLKystwdrdhbu3btLT/K4nauL/mznI8eyO+R18cruEJhfK1FXc4xCA4ONqZMmeLuOHATrpEBUGxcunRJ27dvL3Cd2rVrq1KlSre9jw0bNuR5+jBHuXLlrHfZuFJhfK2AGVBkAACAaXGxLwAAMK1if7Fvdna2Tp06JT8/Pz4JFQAAkzAMQ5cvX1ZoaGiuD3j9s2JfZE6dOsWdIgAAmNSJEydUuXLlfJcX+yKT81bjJ06csH7eBwAAKNrS0tIUFhZ2y48MKfZFJud0kr+/P0UGAACTudVlIVzsCwAATIsiAwAATIsiAwAATIsiAwAATIsiAwAATIsiAwAATIsiAwAATIsiAwAATIsiAwAATIsiAwAATMutRWb9+vV6/PHHFRoaKovFoq+//tpmuWEYGj58uCpVqiRfX1+1a9dOBw8edE9YAABQ5Li1yGRkZKh+/fqaOnVqnssnTJig999/Xx9++KE2b96s0qVLq0OHDvr9998LOSkAACiK3PqhkR07dlTHjh3zXGYYhhITE/X222+rc+fOkqRPP/1UISEh+vrrr9W9e/fCjAoAAIqgInuNzNGjR3XmzBm1a9fOOhYQEKAHHnhAGzduzPd1mZmZSktLs3kAAIDiya0zMgU5c+aMJCkkJMRmPCQkxLosLwkJCRo1apRLswHAnSZi6FJ3R3DYsXGd3B0BhaDIzsjcrvj4eKWmplofJ06ccHckAADgIkW2yFSsWFGSdPbsWZvxs2fPWpflxcfHR/7+/jYPAABQPBXZIhMZGamKFStq9erV1rG0tDRt3rxZTZo0cWMyAABQVLj1Gpn09HQdOnTI+vzo0aPatWuXAgMDVaVKFQ0aNEhjx45V9erVFRkZqWHDhik0NFRdunRxX2gAAFBkuLXIbNu2Ta1bt7Y+j4uLkyT16tVLs2bN0uuvv66MjAy9/PLLSklJUfPmzbV8+XKVLFnSXZEBAEARYjEMw3B3CFdKS0tTQECAUlNTuV4GAG4Tdy2hsNn793eRvUYGAADgVigyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtCgyAADAtIp0kblx44aGDRumyMhI+fr6qmrVqhozZowMw3B3NAAAUAR4ujtAQcaPH69p06Zp9uzZql27trZt26bevXsrICBAsbGx7o4HAADcrEgXmZ9++kmdO3dWp06dJEkRERH6z3/+oy1btrg5GQAAKAqK9Kmlpk2bavXq1UpKSpIk7d69Wz/++KM6duyY72syMzOVlpZm8wAAAMVTkZ6RGTp0qNLS0lSzZk15eHjoxo0beuedd9SjR498X5OQkKBRo0YVYkoAAOAuRXpGZt68efr888/1xRdfaMeOHZo9e7YmTpyo2bNn5/ua+Ph4paamWh8nTpwoxMQAAKAwFekZmSFDhmjo0KHq3r27JKlu3br67bfflJCQoF69euX5Gh8fH/n4+BRmTAAA4CZFekbmypUrKlHCNqKHh4eys7PdlAgAABQlRXpG5vHHH9c777yjKlWqqHbt2tq5c6cmT56s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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAioAAAGzCAYAAAABsTylAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8g+/7EAAAACXBIWXMAAA9hAAAPYQGoP6dpAAA4O0lEQVR4nO3dd3xUVf7/8fckIYWS0MFIqEGQ3gQpghSpiqCrgEjXRQ1SggiBLyWABhAQC6DuIrDuCi5SdEFK6BZAepcaygqICEkIYAjM+f3hL7MOoeTCJHNJXs/HYx5kzj1z7+eeJMw79557x2GMMQIAALAhH28XAAAAcCsEFQAAYFsEFQAAYFsEFQAAYFsEFQAAYFsEFQAAYFsEFQAAYFsEFQAAYFsEFQAAYFsEFSADlSxZUt27d/d2GVneO++8o9KlS8vX11fVqlXL8O3NmjVLDodDx44dy/BtAdkdQQVIp9Q3py1bttx0+eOPP65KlSrd83a++eYbjRo16p7Xk12sWLFCb775purXr6+ZM2fq7bff9nZJ95Vp06Zp1qxZ3i4DuCU/bxcAZGUHDhyQj4+1vwe++eYbTZ06lbCSTqtXr5aPj49mzJghf3//TNlmly5d1LFjRwUEBGTK9jLStGnTVLBgQY78wbY4ogJkoICAAOXIkcPbZVhy6dIlb5dgydmzZxUUFJRpIUWSfH19FRgYKIfDkWnbBLIrggqQgW6co5KSkqLo6GiVLVtWgYGBKlCggBo0aKDY2FhJUvfu3TV16lRJksPhcD1SXbp0SQMHDlRYWJgCAgJUrlw5TZw4UTd+CPqVK1fUt29fFSxYUHny5FHbtm31888/y+FwuB2pGTVqlBwOh/bt26cXXnhB+fLlU4MGDSRJu3btUvfu3VW6dGkFBgaqaNGi6tmzp3777Te3baWu4+DBg3rxxRcVEhKiQoUKafjw4TLG6OTJk3r66acVHBysokWLatKkSekau2vXrmnMmDEqU6aMAgICVLJkSQ0dOlTJycmuPg6HQzNnztSlS5dcY3Wr0xj79+9XUFCQunbt6tb+3XffydfXV4MHD05XXdLN56iULFlSTz75pNauXatatWopKChIlStX1tq1ayVJCxYsUOXKlRUYGKiaNWtq+/btbuvs3r27cufOraNHj6pFixbKlSuXQkNDNXr06DTf34kTJ6pevXoqUKCAgoKCVLNmTX355Zc3rfWf//ynateurZw5cypfvnxq2LChVqxY4ap57969WrdunWv8Hn/88XSPA5AZOPUDWJSQkKBz586laU9JSbnja0eNGqWYmBi99NJLql27thITE7VlyxZt27ZNTzzxhHr37q1Tp04pNjZWn332mdtrjTFq27at1qxZo169eqlatWpavny5Bg0apJ9//lnvvvuuq2/37t3173//W126dNGjjz6qdevWqU2bNres67nnnlPZsmX19ttvu94UY2NjdfToUfXo0UNFixbV3r179cknn2jv3r3auHFjmqMJHTp00MMPP6xx48ZpyZIlGjt2rPLnz6+PP/5YTZo00fjx4/Wvf/1Lb7zxhh555BE1bNjwtmP10ksvafbs2frLX/6igQMHatOmTYqJidH+/fu1cOFCSdJnn32mTz75RD/++KP+/ve/S5Lq1at30/U9/PDDGjNmjAYNGqS//OUvatu2rS5duqTu3burfPnyGj169G3rSY/Dhw/rhRdeUO/evfXiiy9q4sSJeuqpp/TRRx9p6NCheu211yRJMTExev7559OcGrx+/bpatmypRx99VBMmTNCyZcs0cuRIXbt2za2+9957T23btlXnzp119epVzZ07V88995wWL17s9n2Ojo7WqFGjVK9ePY0ePVr+/v7atGmTVq9erebNm2vKlCl6/fXXlTt3bg0bNkySVKRIkXseB8CjDIB0mTlzppF020fFihXdXlOiRAnTrVs31/OqVauaNm3a3HY7ERER5ma/mosWLTKSzNixY93a//KXvxiHw2EOHz5sjDFm69atRpLp37+/W7/u3bsbSWbkyJGutpEjRxpJplOnTmm2d/ny5TRtc+bMMZLM+vXr06zjr3/9q6vt2rVrplixYsbhcJhx48a52i9cuGCCgoLcxuRmduzYYSSZl156ya39jTfeMJLM6tWrXW3dunUzuXLluu36Ul2/ft00aNDAFClSxJw7d85EREQYPz8/s3nz5nS9PlXqz0JcXJyrrUSJEkaS+eGHH1xty5cvN5JMUFCQOX78uKv9448/NpLMmjVr3PZDknn99dddbU6n07Rp08b4+/ubX3/91dV+4/fm6tWrplKlSqZJkyautkOHDhkfHx/Tvn17c/36dbf+TqfT9XXFihVNo0aNLO0/kJk49QNYNHXqVMXGxqZ5VKlS5Y6vzZs3r/bu3atDhw5Z3u4333wjX19f9e3b16194MCBMsZo6dKlkqRly5ZJkuuv91Svv/76Ldf9yiuvpGkLCgpyff3777/r3LlzevTRRyVJ27ZtS9P/pZdecn3t6+urWrVqyRijXr16udrz5s2rcuXK6ejRo7esRfpjXyUpMjLSrX3gwIGSpCVLltz29bfi4+OjWbNmKSkpSa1atdK0adMUFRWlWrVq3dX6blShQgXVrVvX9bxOnTqSpCZNmqh48eJp2m82Dn369HF97XA41KdPH129elUrV650tf/5e3PhwgUlJCTosccec/u+LFq0SE6nUyNGjEgzoZu5NbifcOoHsKh27do3fWPLly/fTU8J/dno0aP19NNP66GHHlKlSpXUsmVLdenSJV0h5/jx4woNDVWePHnc2h9++GHX8tR/fXx8VKpUKbd+4eHht1z3jX0l6fz584qOjtbcuXN19uxZt2UJCQlp+v/5jViSQkJCFBgYqIIFC6Zpv3Gey41S9+HGmosWLaq8efO69vVulClTRqNGjdKgQYNUqVIlDR8+/K7XdaObjYEkhYWF3bT9woULbu0+Pj4qXbq0W9tDDz0kSW7zYRYvXqyxY8dqx44daebspDpy5Ih8fHxUoUKFu9wbwB44ogJkooYNG+rIkSP69NNPValSJf39739XjRo1XPMrvOXPf6Gnev755/W3v/1Nr7zyihYsWKAVK1a4jtY4nc40/X19fdPVJinN5NBbyai//FMnk546deqOocmKW+3vvY7Dn3377bdq27atAgMDNW3aNH3zzTeKjY3VCy+8cFfrA+yOoAJksvz586tHjx6aM2eOTp48qSpVqrhdiXOrN+cSJUro1KlTunjxolv7Tz/95Fqe+q/T6VRcXJxbv8OHD6e7xgsXLmjVqlUaMmSIoqOj1b59ez3xxBNp/trPKKn7cOMpsl9++UXx8fGufb0bH330kWJjY/XWW2/p6tWr6t27972W6zFOpzPN6aCDBw9K+uMKHUmaP3++AgMDtXz5cvXs2VOtWrVSs2bN0qyrTJkycjqd2rdv3223yWkg2B1BBchEN/71njt3boWHh7sdvs+VK5ckKT4+3q1v69atdf36dX344Ydu7e+++64cDodatWolSWrRooWkP27k9WcffPBBuutMPQJw41/oU6ZMSfc67kXr1q1vur3JkydL0m2vYLqduLg4DRo0SM8++6yGDh2qiRMn6uuvv9Y//vGPe6rXk/78/TXG6MMPP1SOHDnUtGlTSX98bxwOh65fv+7qd+zYMS1atMhtPe3atZOPj49Gjx6d5gjYn7+vuXLlSvOzBtgJc1SATFShQgU9/vjjqlmzpvLnz68tW7boyy+/dJtAWbNmTUlS37591aJFC/n6+qpjx4566qmn1LhxYw0bNkzHjh1T1apVtWLFCn311Vfq37+/ypQp43r9s88+qylTpui3335zXZ6c+pd5ev6CDg4OVsOGDTVhwgSlpKTowQcf1IoVK9IcpckoVatWVbdu3fTJJ58oPj5ejRo10o8//qjZs2erXbt2aty4seV1GmPUs2dPBQUFafr06ZKk3r17a/78+erXr5+aNWum0NBQT++KJYGBgVq2bJm6deumOnXqaOnSpVqyZImGDh2qQoUKSfojpE2ePFktW7bUCy+8oLNnz2rq1KkKDw/Xrl27XOsKDw/XsGHDNGbMGD322GN65plnFBAQoM2bNys0NFQxMTGS/vh5mT59usaOHavw8HAVLlxYTZo08cr+AzflteuNgPtM6iWpt7qUtVGjRne8PHns2LGmdu3aJm/evCYoKMiUL1/evPXWW+bq1auuPteuXTOvv/66KVSokHE4HG6XKl+8eNEMGDDAhIaGmhw5cpiyZcuad955x+1yU2OMuXTpkomIiDD58+c3uXPnNu3atTMHDhwwktwuF069tPjPl76m+u9//2vat29v8ubNa0JCQsxzzz1nTp06dctLnG9cx60uG77ZON1MSkqKiY6ONqVKlTI5cuQwYWFhJioqyvz+++/p2s6N3nvvPSPJzJ8/3639xIkTJjg42LRu3fqO60h1q8uTb3bpuSQTERHh1hYXF2ckmXfeeSfNfhw5csQ0b97c5MyZ0xQpUsSMHDkyzeXFM2bMMGXLljUBAQGmfPnyZubMma7vw40+/fRTU716dRMQEGDy5ctnGjVqZGJjY13Lz5w5Y9q0aWPy5MljJHGpMmzHYQyzr4DsYMeOHapevbr++c9/qnPnzt4uBzfo3r27vvzySyUlJXm7FMBWmKMCZEFXrlxJ0zZlyhT5+Pjc8Y6wAGAnzFEBsqAJEyZo69ataty4sfz8/LR06VItXbpUf/3rX9Pc0wP/k5SUdMcjGoUKFbrl5cYAPI+gAmRB9erVU2xsrMaMGaOkpCQVL15co0aNcn2eC25u4sSJio6Ovm2fuLg416XCADIec1QA4P87evToHW/v36BBAwUGBmZSRQAIKgAAwLaYTAsAAGzrvp6j4nQ6derUKeXJk4fbQAMAcJ8wxujixYsKDQ1N8+neN7qvg8qpU6e4ggEAgPvUyZMnVaxYsdv2ua+DSurH3Z88eVLBwcFergYAAKRHYmKiwsLCXO/jt3NfB5XU0z3BwcEEFQAA7jPpmbbBZFoAAGBbBBUAAGBbBBUAAGBbBBUAAGBbBBUAAGBbBBUAAGBbBBUAAGBbBBUAAGBbBBUAAGBbBBUAAGBbXg0qJUuWlMPhSPOIiIjwZlkAAMAmvPpZP5s3b9b169ddz/fs2aMnnnhCzz33nBerAgAAduHVoFKoUCG35+PGjVOZMmXUqFEjL1UEAADsxDafnnz16lX985//VGRk5C0/TTE5OVnJycmu54mJiZlVHgAA8ALbBJVFixYpPj5e3bt3v2WfmJgYRUdHZ15RAGBRySFLvF2CZcfGtfF2CcAt2eaqnxkzZqhVq1YKDQ29ZZ+oqCglJCS4HidPnszECgEAQGazxRGV48ePa+XKlVqwYMFt+wUEBCggICCTqgIAAN5miyMqM2fOVOHChdWmDYcfAQDA/3g9qDidTs2cOVPdunWTn58tDvAAAACb8HpQWblypU6cOKGePXt6uxQAAGAzXj+E0bx5cxljvF0GAACwIa8fUQEAALgVggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtggoAALAtrweVn3/+WS+++KIKFCigoKAgVa5cWVu2bPF2WQAAwAb8vLnxCxcuqH79+mrcuLGWLl2qQoUK6dChQ8qXL583ywIAADbh1aAyfvx4hYWFaebMma62UqVKebEiAABgJ1499fP111+rVq1aeu6551S4cGFVr15df/vb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oAIAAGyLoGLB9evXNXz4cJUqVUpBQUEqU6aMxowZ4/ahSsYYjRgxQg888ICCgoLUrFkzHTp0yG0958+fV+fOnRUcHKy8efOqV69eSkpKyuzdSbf169frqaeeUmhoqBwOhxYtWuS23FP7vGvXLj322GMKDAxUWFiYJkyYkNG7ZsntxiElJUWDBw9W5cqVlStXLoWGhqpr1646deqU2zru93G408/Cn73yyityOByaMmWKW/v9PgZS+sZh//79atu2rUJCQpQrVy498sgjOnHihGv577//roiICBUoUEC5c+fWs88+m+Yu3SdOnFCbNm2UM2dOFS5cWIMGDdK1a9cyevfS5U5jkJSUpD59+qhYsWIKCgpShQoV9NFHH7n1ud/HICYmRo888ojy5MmjwoULq127djpw4IBbH0/t49q1a1WjRg0FBAQoPDxcs2bNyujdsw+DdHvrrbdMgQIFzOLFi01cXJyZN2+eyZ07t3nvvfdcfcaNG2dCQkLMokWLzM6dO03btm1NqVKlzJUrV1x9WrZsaapWrWo2btxovv32WxMeHm46derkjV1Kl2+++cYMGzbMLFiwwEgyCxcudFvuiX1OSEgwRYoUMZ07dzZ79uwxc+bMMUFBQebjjz/OrN28o9uNQ3x8vGnWrJn54osvzE8//WQ2bNhgateubWrWrOm2jvt9HO70s5BqwYIFpmrVqiY0NNS8++67bsvu9zEw5s7jcPjwYZM/f34zaNAgs23bNnP48GHz1VdfmV9++cXV55VXXjFhYWFm1apVZsuWLebRRx819erVcy2/du2aqVSpkmnWrJnZvn27+eabb0zBggVNVFRUZu3mbd1pDF5++WVTpkwZs2bNGhMXF2c+/vhj4+vra7766itXn/t9DFq0aGFmzpxp9uzZY3bs2GFat25tihcvbpKSklx9PLGPR48eNTlz5jSRkZFm37595oMPPjC+vr5m2bJlmbq/3kJQsaBNmzamZ8+ebm3PPPOM6dy5szHGGKfTaYoWLWreeecd1/L4+HgTEBBg5syZY4wxZt++fUaS2bx5s6vP0qVLjcPhMD///HMm7MW9ufE/JE/t87Rp00y+fPlMcnKyq8/gwYNNuXLlMniP7s7t3qRT/fjjj0aSOX78uDEm643Drcbgv//9r3nwwQfNnj17TIkSJdyCSlYbA2NuPg4dOnQwL7744i1fEx8fb3LkyGHmzZvnatu/f7+RZDZs2GCM+SMI+Pj4mDNnzrj6TJ8+3QQHB7uNjR3cbAwqVqxoRo8e7dZWo0YNM2zYMGNM1hsDY4w5e/askWTWrVtnjPHcPr755pumYsWKbtvq0KGDadGiRUbvki1w6seCevXqadWqVTp48KAkaefOnfruu+/UqlUrSVJcXJzOnDmjZs2auV4TEhKiOnXqaMOGDZKkDRs2KG/evKpVq5arT7NmzeTj46NNmzZl4t54hqf2ecOGDWrYsKH8/f1dfVq0aKEDBw7owoULmbQ3npWQkCCHw+H64MzsMA5Op1NdunTRoEGDVLFixTTLs8sYLFmyRA899JBatGihwoULq06dOm6nRrZu3aqUlBS335vy5curePHibr83lStXdrtLd4sWLZSYmKi9e/dm2v7crXr16unrr7/Wzz//LGOM1qxZo4MHD6p58+aSsuYYJCQkSJLy588vyXP7uGHDBrd1pPZJXUdWR1CxYMiQIerYsaPKly+vHDlyqHr16urfv786d+4sSTpz5owkpbn9f5EiRVzLzpw5o8KFC7st9/PzU/78+V197iee2uczZ87cdB1/3sb95Pfff9fgwYPVqVMn16eiZodxGD9+vPz8/NS3b9+bLs8OY3D27FklJSVp3LhxatmypVasWKH27dvrmWee0bp16yT9sR/+/v5pPv39xt+b+3kcPvjgA1WoUEHFihWTv7+/WrZsqalTp6phw4aSst4YOJ1O9e/fX/Xr11elSpUkeW4fb9UnMTFRV65cyYjdsRWvf9bP/eTf//63/vWvf+nzzz9XxYoVtWPHDvXv31+hoaHq1q2bt8uDTaSkpOj555+XMUbTp0/3djmZZuvWrXrvvfe0bds2ORwOb5fjNU6nU5L09NNPa8CAAZKkatWq6YcfftBHH32kRo0aebO8TPPBBx9o48aN+vrrr1WiRAmtX79eERERCg0NTXN0ICuIiIjQnj179N1333m7lCyHIyoWDBo0yHVUpXLlyurSpYsGDBigmJgYSVLRokUlKc2M7l9++cW1rGjRojp79qzb8mvXrun8+fOuPvcTT+1z0aJFb7qOP2/jfpAaUo4fP67Y2FjX0RQp64/Dt99+q7Nnz6p48eLy8/OTn5+fjh8/roEDB6pkyZKSsv4YSFLBggXl5+enChUquLU//PDDrqt+ihYtqqtXryo+Pt6tz42/N/frOFy5ckVDhw7V5MmT9dRTT6lKlSrq06ePOnTooIkTJ0rKWmPQp08fLV68WGvWrFGxYsVc7Z7ax1v1CQ4OVlBQkKd3x3YIKhZcvnxZPj7uQ+br6+v6C6pUqVIqWrSoVq1a5VqemJioTZs2qW7dupKkunXrKj4+Xlu3bnX1Wb16tZxOp+rUqZMJe+FZntrnunXrav369UpJSXH1iY2NVbly5ZQvX75M2pt7kxpSDh06pJUrV6pAgQJuy7P6OHTp0kW7du3Sjh07XI/Q0FANGjRIy5cvl5T1x0CS/P399cgjj6S5TPXgwYMqUaKEJKlmzZrKkSOH2+/NgQMHdOLECbffm927d7sFu9Twe2MIspuUlBSlpKTc9v/LrDAGxhj16dNHCxcu1OrVq1WqVCm35Z7ax7p167qtI7VP6jqyPC9P5r2vdOvWzTz44IOuy5MXLFhgChYsaN58801Xn3Hjxpm8efOar776yuzatcs8/fTTN71Ut3r16mbTpk3mu+++M2XLlrX15ckXL14027dvN9u3bzeSzOTJk8327dtdV7N4Yp/j4+NNkSJFTJcuXcyePXvM3LlzTc6cOW11SertxuHq1aumbdu2plixYmbHjh3m9OnTrsefr06438fhTj8LN7rxqh9j7v8xMObO47BgwQKTI0cO88knn5hDhw65Lif99ttvXet45ZVXTPHixc3q1avNli1bTN26dU3dunVdy1MvW23evLnZsWOHWbZsmSlUqJBtLs290xg0atTIVKxY0axZs8YcPXrUzJw50wQGBppp06a51nG/j8Grr75qQkJCzNq1a91+5y9fvuzq44l9TL08edCgQWb//v1m6tSpXJ6Mm0tMTDT9+vUzxYsXN4GBgaZ06dJm2LBhbm9ETqfTDB8+3BQpUsQEBASYpk2bmgMHDrit57fffjOdOnUyuXPnNsHBwaZHjx7m4sWLmb076bZmzRojKc2jW7duxhjP7fPOnTtNgwYNTEBAgHnwwQfNuHHjMmsX0+V24xAXF3fTZZLMmjVrXOu438fhTj8LN7pZULnfx8CY9I3DjBkzTHh4uAkMDDRVq1Y1ixYtclvHlStXzGuvvWby5ctncubMadq3b29Onz7t1ufYsWOmVatWJigoyBQsWNAMHDjQpKSkZMYu3tGdxuD06dOme/fuJjQ01AQGBppy5cqZSZMmGafT6VrH/T4Gt/qdnzlzpquPp/ZxzZo1plq1asbf39+ULl3abRtZncOYP91WFQAAwEaYowIAAGyLoAIAAGyLoAIAAGyLoAIAAGyLoAIAAGyLoAIAAGyLoAIAAGyLoAIAAGyLoAIAAGyLoAIAAGyLoAIAAGzr/wHA0VM5p1kiKwAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAioAAAGzCAYAAAABsTylAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8g+/7EAAAACXBIWXMAAA9hAAAPYQGoP6dpAAAwEUlEQVR4nO3dd3zT5eL+/ystbSnQFsoUKUPKYQ8BlaGogKCignoEjigUEFGKBeoAVLZaQBlHRT2oDPm4qAgOBGQJiOy9pEzhMAQstCxLae7fH/6a7wlpoe+akDfk9Xw88pDcuZNcyd3KxXskDmOMEQAAgA0F+TsAAABAbigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqwGVUrFhRcXFx/o5x3XvzzTd10003KTg4WPXq1fN3nOuKw+HQ0KFD/R0DyDeKCgLGlClT5HA4tHbt2hxvv+uuu1SrVq2//Tw//PADfzFY8OOPP+qll15S06ZNNXnyZL3xxhv+jnTN4WcO17MC/g4A2NnOnTsVFGStz//www+aMGECf3Hk0aJFixQUFKSPP/5YoaGh/o5zTbrcz9z58+dVoAD/q8e1iy0qwGWEhYUpJCTE3zEsOXv2rL8jWHLs2DGFh4dTUnykYMGCFBVc0ygqwGVceoxKZmamhg0bpipVqqhgwYIqXry4br/9ds2fP1+SFBcXpwkTJkj669iA7Eu2s2fP6vnnn1dMTIzCwsJUtWpVvfXWW7r0S8zPnz+vhIQElShRQhEREXrooYd06NAhj+MNhg4dKofDoe3bt+vxxx9XsWLFdPvtt0uSNm/erLi4ON10000qWLCgypQpo27duumPP/5we67sx0hJSdETTzyhqKgolSxZUoMGDZIxRgcPHlTbtm0VGRmpMmXKaMyYMXl67y5evKgRI0aocuXKCgsLU8WKFfXyyy8rIyPDNcfhcGjy5Mk6e/as672aMmVKro+5bNkyPfbYYypfvrzCwsIUExOjfv366fz5827z4uLiVKRIEe3du1etW7dW4cKFVbZsWQ0fPtzjvfb2mkjSoUOH1K1bN5UuXVphYWGqWbOmJk2a5PF6MjIyNGTIEMXGxrpez0svveT2Hl3JlX7mcvuZ+Tvr7Y3cQF5RsxFw0tLSdOLECY/xzMzMK9536NChSkpK0lNPPaVbb71V6enpWrt2rdavX6977rlHPXv21OHDhzV//nxNmzbN7b7GGD300ENavHixunfvrnr16mnevHl68cUXdejQIY0bN841Ny4uTtOnT9eTTz6pRo0aacmSJWrTpk2uuR577DFVqVJFb7zxhusv2Pnz52vv3r3q2rWrypQpo23btmnixInatm2bVq5c6faXmSR16NBB1atX18iRIzV79my99tprio6O1n/+8x81b95co0aN0qeffqoXXnhBt9xyi5o1a3bZ9+qpp57S1KlT9c9//lPPP/+8Vq1apaSkJO3YsUMzZ86UJE2bNk0TJ07U6tWr9dFHH0mSmjRpkutjJicn69y5c3r22WdVvHhxrV69Wu+8847++9//Kjk52W1uVlaW7r33XjVq1EijR4/W3LlzNWTIEF28eFHDhw/32Zr8/vvvatSokRwOh3r37q2SJUtqzpw56t69u9LT09W3b19JktPp1EMPPaSff/5ZTz/9tKpXr64tW7Zo3LhxSklJ0axZsy77/ma73M/c5eR3vb2VG8gzAwSIyZMnG0mXvdSsWdPtPhUqVDBdunRxXa9bt65p06bNZZ8nPj7e5PSrNWvWLCPJvPbaa27j//znP43D4TC7d+82xhizbt06I8n07dvXbV5cXJyRZIYMGeIaGzJkiJFk/vWvf3k837lz5zzGPv/8cyPJLF261OMxnn76adfYxYsXTbly5YzD4TAjR450jZ88edKEh4e7vSc52bhxo5FknnrqKbfxF154wUgyixYtco116dLFFC5c+LKPd7nXlJSUZBwOh/ntt9/cHlOSee6551xjTqfTtGnTxoSGhprjx48bY3yzJt27dzc33HCDOXHihNvcjh07mqioKNdrmDZtmgkKCjLLli1zm/fBBx8YSWb58uV5ek+Myf1nzhiT689Mftfbm7mBvGDXDwLOhAkTNH/+fI9LnTp1rnjfokWLatu2bdq1a5fl5/3hhx8UHByshIQEt/Hnn39exhjNmTNHkjR37lxJUq9evdzmPffcc7k+9jPPPOMxFh4e7vrzn3/+qRMnTqhRo0aSpPXr13vMf+qpp1x/Dg4OVsOGDWWMUffu3V3jRYsWVdWqVbV3795cs0h/vVZJSkxMdBt//vnnJUmzZ8++7P1z87+v6ezZszpx4oSaNGkiY4w2bNjgMb93796uP2dv4bhw4YIWLFjgyunNNTHGaMaMGXrwwQdljNGJEydcl9atWystLc313icnJ6t69eqqVq2a27zmzZtLkhYvXpyv9yiv8rve/s6NwMOuHwScW2+9VQ0bNvQYL1asWI67hP7X8OHD1bZtW/3jH/9QrVq1dO+99+rJJ5/MU8n57bffVLZsWUVERLiNV69e3XV79n+DgoJUqVIlt3mxsbG5PvalcyUpNTVVw4YN0xdffKFjx4653ZaWluYxv3z58m7Xo6KiVLBgQZUoUcJj/NLjXC6V/RouzVymTBkVLVrU9VqtOnDggAYPHqxvv/1WJ0+edLvt0tcUFBSkm266yW3sH//4hyRp//79rpzeXJPjx4/r1KlTmjhxoiZOnJjja8hei127dmnHjh0qWbLkZef5Sn7X29+5EXgoKoAFzZo10549e/TNN9/oxx9/1EcffaRx48bpgw8+cPsX6tX2v1sasrVv316//PKLXnzxRdWrV09FihSR0+nUvffeK6fT6TE/ODg4T2OSPA40zc2lx8H8HVlZWbrnnnuUmpqq/v37q1q1aipcuLAOHTqkuLi4HF/T1Zad4YknnlCXLl1ynJNdap1Op2rXrq2xY8fmOC8mJsY3If9/+V1vf+dG4KGoABZFR0era9eu6tq1q86cOaNmzZpp6NChrqKS21/OFSpU0IIFC3T69Gm3f8H/+uuvrtuz/+t0OrVv3z5VqVLFNW/37t15znjy5EktXLhQw4YN0+DBg13j+dlllR/Zr2HXrl2urRPSXweanjp1yvVardiyZYtSUlI0depUde7c2TWefcbVpZxOp/bu3evaiiJJKSkpkv46mys7pzfXpGTJkoqIiFBWVpZatmx52ddTuXJlbdq0SS1atPjbhc6bhfBKvJkbyAuOUQEsuHSXR5EiRRQbG+t2WmbhwoUlSadOnXKbe//99ysrK0vvvvuu2/i4cePkcDh03333SZJat24tSXrvvffc5r3zzjt5zpn9L+NLt3yMHz8+z4/xd9x///05Pl/2v8IvdwZTbnJ6TcYY/fvf/871Pv/7Xhtj9O677yokJEQtWrRw5fTmmgQHB+vRRx/VjBkztHXrVo88x48fd/25ffv2OnTokD788EOPeefPn7f0eTi5/cz5gjdzA3nBFhXAgho1auiuu+5SgwYNFB0drbVr1+qrr75yO2izQYMGkqSEhAS1bt1awcHB6tixox588EHdfffdeuWVV7R//37VrVtXP/74o7755hv17dtXlStXdt3/0Ucf1fjx4/XHH3+4ToXN3hqQl3/FRkZGqlmzZho9erQyMzN144036scff9S+fft88K54qlu3rrp06aKJEyfq1KlTuvPOO7V69WpNnTpV7dq109133235MatVq6bKlSvrhRde0KFDhxQZGakZM2Z4HKuSrWDBgpo7d666dOmi2267TXPmzNHs2bP18ssvu46v8MWajBw5UosXL9Ztt92mHj16qEaNGkpNTdX69eu1YMECpaamSpKefPJJTZ8+Xc8884wWL16spk2bKisrS7/++qumT5+uefPm5XgsVU5y+5nzBW/mBvLEL+caAX6QfXrymjVrcrz9zjvvvOLpya+99pq59dZbTdGiRU14eLipVq2aef31182FCxdccy5evGiee+45U7JkSeNwONxOGz19+rTp16+fKVu2rAkJCTFVqlQxb775pnE6nW7Pe/bsWRMfH2+io6NNkSJFTLt27czOnTuNJLfTR7NPNc0+3fZ//fe//zUPP/ywKVq0qImKijKPPfaYOXz4cK6nq176GLmdNpzT+5STzMxMM2zYMFOpUiUTEhJiYmJizMCBA82ff/6Zp+fJyfbt203Lli1NkSJFTIkSJUyPHj3Mpk2bjCQzefJkj8fcs2ePadWqlSlUqJApXbq0GTJkiMnKynJ7TG+viTHG/P777yY+Pt7ExMSYkJAQU6ZMGdOiRQszceJEt3kXLlwwo0aNMjVr1jRhYWGmWLFipkGDBmbYsGEmLS0tT++JMZf/mfPFensrN5AXDmPyeFQcAL/auHGjbr75Zv3f//2fOnXq5O84thYXF6evvvpKZ86c8enzsCaA73GMCmBDl34kvPTX8R5BQUFX/ERY+AZrAvgHx6gANjR69GitW7dOd999twoUKKA5c+Zozpw5evrppzn900/8sSZpaWk5FqT/VaZMGZ88N2AXFBXAhpo0aaL58+drxIgROnPmjMqXL6+hQ4fqlVde8Xe0gOWPNenTp4+mTp162Tnsvcf1jmNUAMCmtm/frsOHD192zpU+rwW41lFUAACAbXEwLQAAsK1r+hgVp9Opw4cPKyIigo9yBgDgGmGM0enTp1W2bFkFBV1+m8k1XVQOHz7MGRAAAFyjDh48qHLlyl12zjVdVLK/ROzgwYOKjIz0cxoAAJAX6enpiomJcfsy0Nxc00Ule3dPZGQkRQUAgGtMXg7b4GBaAABgWxQVAABgWxQVAABgWxQVAABgWxQVAABgWxQVAABgWxQVAABgWxQVAABgWxQVAABgWxQVAABgWxQVAABgWxQVAABgWxQVAABgWxQVAABgWwX8HQAAgEBRccBsf0ewbP/INn59fraoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA26KoAAAA2/JrUcnKytKgQYNUqVIlhYeHq3LlyhoxYoSMMf6MBQAAbKKAP5981KhRev/99zV16lTVrFlTa9euVdeuXRUVFaWEhAR/RgMAADbg16Lyyy+/qG3btmrTpo0kqWLFivr888+1evXqHOdnZGQoIyPDdT09Pf2q5AQAAP7h110/TZo00cKFC5WSkiJJ2rRpk37++Wfdd999Oc5PSkpSVFSU6xITE3M14wIAgKvMr1tUBgwYoPT0dFWrVk3BwcHKysrS66+/rk6dOuU4f+DAgUpMTHRdT09Pp6wAAHAd82tRmT59uj799FN99tlnqlmzpjZu3Ki+ffuqbNmy6tKli8f8sLAwhYWF+SEpAADwB78WlRdffFEDBgxQx44dJUm1a9fWb7/9pqSkpByLCgAACCx+PUbl3LlzCgpyjxAcHCyn0+mnRAAAwE78ukXlwQcf1Ouvv67y5curZs2a2rBhg8aOHatu3br5MxYAALAJvxaVd955R4MGDVKvXr107NgxlS1bVj179tTgwYP9GQsAANiEX4tKRESExo8fr/Hjx/szBgAAsCm+6wcAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgWRQUAANgW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03799ddeCwcAAAKb5aJStGhRPfLII77IAgAA4MZyUZk8ebIvcgAAAHjg42UBAIBtWd6iUqlSpct+XsrevXv/ViAAAIBslotK37593a5nZmZqw4YNmjt3rl588UVv5QIAALBeVPr06ZPj+IQJE7R27dq/HQgArmUVB8z2dwTL9o9s4+8IQK68dozKfffdpxkzZnjr4QAAALxXVL766itFR0d76+EAAACs7/q5+eab3Q6mNcbo6NGjOn78uN577z2vhgMAAIHNclFp166d2/WgoCCVLFlSd911l6pVq+atXAAAANaLypAhQ3yRAwAAwAMf+AYAAGwrz1tUgoKCLvtBb5LkcDh08eLFvx0KAABAslBUZs6cmettK1as0Ntvvy2n0+mVUAAAAJKFotK2bVuPsZ07d2rAgAH67rvv1KlTJw0fPtyr4QAAQGDL1zEqhw8fVo8ePVS7dm1dvHhRGzdu1NSpU1WhQgVv5wMAAAHMUlFJS0tT//79FRsbq23btmnhwoX67rvvVKtWLV/lAwAAASzPu35Gjx6tUaNGqUyZMvr8889z3BUEAADgTXkuKgMGDFB4eLhiY2M1depUTZ06Ncd5X3/9tdfCAQCAwJbnotK5c+crnp4MAADgTXkuKlOmTPFhDAAAAE98Mi0AALAtigoAALAtigoAALAtigoAALAtigoAALAtigoAALAtigoAALAtigoAALAtigoAALAtigoAALAtigoAALAtigoAALAtigoAALAtigoAALAtigoAALAtigoAALAtigoAALAtigoAALAtigoAALAtvxaVpKQk3XLLLYqIiFCpUqXUrl077dy505+RAACAjfi1qCxZskTx8fFauXKl5s+fr8zMTLVq1Upnz571ZywAAGATBfz55HPnznW7PmXKFJUqVUrr1q1Ts2bN/JQKAADYhV+LyqXS0tIkSdHR0TnenpGRoYyMDNf19PT0q5ILAAD4h22KitPpVN++fdW0aVPVqlUrxzlJSUkaNmzYVU4GANe3igNm+zsCkCvbnPUTHx+vrVu36osvvsh1zsCBA5WWlua6HDx48ComBAAAV5sttqj07t1b33//vZYuXapy5crlOi8sLExhYWFXMRkAAPAnvxYVY4yee+45zZw5Uz/99JMqVarkzzgAAMBm/FpU4uPj9dlnn+mbb75RRESEjh49KkmKiopSeHi4P6MBAAAb8OsxKu+//77S0tJ011136YYbbnBdvvzyS3/GAgAANuH3XT8AAAC5sc1ZPwAAAJeiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANsq4O8AdlZxwGx/RwgI+0e28XeEgMDPM4BrEVtUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbdmiqEyYMEEVK1ZUwYIFddttt2n16tX+jgQAAGzA70Xlyy+/VGJiooYMGaL169erbt26at26tY4dO+bvaAAAwM/8XlTGjh2rHj16qGvXrqpRo4Y++OADFSpUSJMmTfJ3NAAA4GcF/PnkFy5c0Lp16zRw4EDXWFBQkFq2bKkVK1Z4zM/IyFBGRobrelpamiQpPT3dJ/mcGed88rhw56v18yV+NgAECl/8Pzr7MY0xV5zr16Jy4sQJZWVlqXTp0m7jpUuX1q+//uoxPykpScOGDfMYj4mJ8VlG+F7UeH8nAADkxpf/jz59+rSioqIuO8evRcWqgQMHKjEx0XXd6XQqNTVVxYsXl8Ph8GMy70lPT1dMTIwOHjyoyMhIf8cJaKyFfbAW9sFa2MO1vg7GGJ0+fVply5a94ly/FpUSJUooODhYv//+u9v477//rjJlynjMDwsLU1hYmNtY0aJFfRnRbyIjI6/JH77rEWthH6yFfbAW9nAtr8OVtqRk8+vBtKGhoWrQoIEWLlzoGnM6nVq4cKEaN27sx2QAAMAO/L7rJzExUV26dFHDhg116623avz48Tp79qy6du3q72gAAMDP/F5UOnTooOPHj2vw4ME6evSo6tWrp7lz53ocYBsowsLCNGTIEI9dXLj6WAv7YC3sg7Wwh0BaB4fJy7lBAAAAfuD3D3wDAADIDUUFAADYFkUFAADYFkUFAADYFkUFAADYFkXFD5KSknTLLbcoIiJCpUqVUrt27bRz5063OX/++afi4+NVvHhxFSlSRI8++qjHJ/ji77vSWqSmpuq5555T1apVFR4ervLlyyshIcH1hZjwnrz8XmQzxui+++6Tw+HQrFmzrm7QAJDXtVixYoWaN2+uwoULKzIyUs2aNdP58+f9kPj6lZe1OHr0qJ588kmVKVNGhQsXVv369TVjxgw/JfY+ioofLFmyRPHx8Vq5cqXmz5+vzMxMtWrVSmfPnnXN6devn7777jslJydryZIlOnz4sB555BE/pr4+XWktDh8+rMOHD+utt97S1q1bNWXKFM2dO1fdu3f3c/LrT15+L7KNHz/+uvl+LzvKy1qsWLFC9957r1q1aqXVq1drzZo16t27t4KC+GvFm/KyFp07d9bOnTv17bffasuWLXrkkUfUvn17bdiwwY/JvcjA744dO2YkmSVLlhhjjDl16pQJCQkxycnJrjk7duwwksyKFSv8FTMgXLoWOZk+fboJDQ01mZmZVzFZ4MltLTZs2GBuvPFGc+TIESPJzJw50z8BA0hOa3HbbbeZV1991Y+pAlNOa1G4cGHzySefuM2Ljo42H3744dWO5xNUXxvI3o0QHR0tSVq3bp0yMzPVsmVL15xq1aqpfPnyWrFihV8yBopL1yK3OZGRkSpQwO8f7Hxdy2ktzp07p8cff1wTJkzI8YtL4RuXrsWxY8e0atUqlSpVSk2aNFHp0qV155136ueff/ZnzICQ0+9FkyZN9OWXXyo1NVVOp1NffPGF/vzzT911111+SuldFBU/czqd6tu3r5o2bapatWpJ+mt/Y2hoqMc3Q5cuXVpHjx71Q8rAkNNaXOrEiRMaMWKEnn766aucLrDkthb9+vVTkyZN1LZtWz+mCyw5rcXevXslSUOHDlWPHj00d+5c1a9fXy1atNCuXbv8Gfe6ltvvxfTp05WZmanixYsrLCxMPXv21MyZMxUbG+vHtN7DPwn9LD4+Xlu3buVfIjZwpbVIT09XmzZtVKNGDQ0dOvTqhgswOa3Ft99+q0WLFl0/+92vETmthdPplCT17NnT9QWyN998sxYuXKhJkyYpKSnJL1mvd7n9P2rQoEE6deqUFixYoBIlSmjWrFlq3769li1bptq1a/sprRf5e99TIIuPjzflypUze/fudRtfuHChkWROnjzpNl6+fHkzduzYq5gwcOS2FtnS09NN48aNTYsWLcz58+evcrrAktta9OnTxzgcDhMcHOy6SDJBQUHmzjvv9E/Y61xua7F3714jyUybNs1tvH379ubxxx+/mhEDRm5rsXv3biPJbN261W28RYsWpmfPnlczos+w68cPjDHq3bu3Zs6cqUWLFqlSpUputzdo0EAhISFauHCha2znzp06cOCAGjdufLXjXteutBbSX1tSWrVqpdDQUH377bcqWLCgH5Je/660FgMGDNDmzZu1ceNG10WSxo0bp8mTJ/sh8fXrSmtRsWJFlS1b1uM02ZSUFFWoUOFqRr3uXWktzp07J0keZ1sFBwe7tnxd8/xakwLUs88+a6KiosxPP/1kjhw54rqcO3fONeeZZ54x5cuXN4sWLTJr1641jRs3No0bN/Zj6uvTldYiLS3N3HbbbaZ27dpm9+7dbnMuXrzo5/TXl7z8XlxKnPXjE3lZi3HjxpnIyEiTnJxsdu3aZV599VVTsGBBs3v3bj8mv/5caS0uXLhgYmNjzR133GFWrVpldu/ebd566y3jcDjM7Nmz/ZzeOygqfiApx8vkyZNdc86fP2969eplihUrZgoVKmQefvhhc+TIEf+Fvk5daS0WL16c65x9+/b5Nfv1Ji+/Fzndh6LifXldi6SkJFOuXDlTqFAh07hxY7Ns2TL/BL6O5WUtUlJSzCOPPGJKlSplChUqZOrUqeNxuvK1zGGMMb7cYgMAAJBfHKMCAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABs6/8DhagaJnXz3CMAAAAASUVORK5CYII=", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "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N3v37jW7du0yX3zxhWt7enq6qVGjhmnTpo1JSEgwixcvNpGRkWb48OGuPocOHTIFCxY0gwYNMrt37zZTpkwxgYGBZunSpf4Ykpty5cqZMWPGuL1+KSkpru12fu2uNmDAANOuXTsjySQkJLja7T6+SZMmmQ0bNpjExESzfv1607hxY9O4cWPXdjuPb8mSJaZnz55m2bJl5uDBg2bhwoUmOjraDB482NXHzuMbOXKkmTRpkhk0aJAJDw/32G733y3XmjNnjgkODjYzZ840u3btMn369DERERHm9OnT/i4tV4sXLzYjRoww8+fPN5LMV1995bZ93LhxJjw83CxYsMBs27bNdOzY0VSoUMH8/vvvrj4PPPCAqV27ttm4caP59ttvTWxsrOnSpYulOggz+SgtLc1ERUWZMWPGuNo++OADU7RoUZOamupqGzp0qKlSpYrr/hNPPGE6dOjgtq9GjRqZvn375n3RObhy5YopXbq0+eijj3Lss3jxYhMQEGBOnTrlaps+fboJCwtzjffVV1811atXd3vck08+adq2bZs3hVtQrlw589577+W43a6v3dUWL15sqlatanbt2uURZm6H8V1t4cKFxuFwmLS0NGPM7Te+8ePHmwoVKrju3w7jmzVrVrZhxu6/W67VsGFD069fP9f9jIwMU6pUKRMfH+/Hqqy7NsxkZmaakiVLmnfffdfVdvHiReN0Os3nn39ujDFm9+7dRpLZtGmTq8+SJUuMw+Ewv/zyi9fH5mOmfPR///d/OnfunNtXNWzYsEHNmjVTcHCwq61t27bau3evLly44OrTpk0bt321bdtWGzZsyJ/Cs/HTTz/pl19+UUBAgOrWras77rhD7dq1086dO119NmzYoJo1a7pdzblt27ZKTk7Wrl27XH1utbFdbdy4cSpevLjq1q2rd9991+00tl1fuyynT59Wnz599Mknn6hgwYIe2+0+vqudP39en332mZo0aaKgoCBJt9f4JCkpKUnFihVz3b/dxne12+F3S5a0tDRt2bLFrdaAgAC1adPmlqvVqsOHD+vUqVNuYwsPD1ejRo1cY9uwYYMiIiLUoEEDV582bdooICBAP/zwg9fHIszkoxkzZqht27YqU6aMq+3UqVMeX92Qdf/UqVPX7ZO13R8OHTokSRo9erRef/11ff311ypatKhatGih8+fPS7q5sSUnJ+v333/P62Fc14ABAzRnzhytXr1affv21dixY/Xqq6+6ttv1tZP+/By7Z8+eev75591+iVzNzuPLMnToUBUqVEjFixfX0aNHtXDhQte222F8WQ4cOKApU6aob9++rrbbaXzXsvvvlqudPXtWGRkZtnwdcpNV//XGdurUKUVHR7ttL1CggIoVK2Zp/ISZGzBs2LAcJ/Zm3X7++We3xxw/flzLli1T7969/VS1d7wdW2ZmpiRpxIgReuyxx1S/fn3NmjVLDodDc+fO9fMocmbltRs0aJBatGihWrVq6fnnn9fEiRM1ZcoUpaam+nkUOfN2fFOmTNGlS5c0fPhwf5dsidV/e0OGDFFCQoKWL1+uwMBAde/eXeYW/gaXG/nd8ssvv+iBBx7Q448/rj59+vip8tzdyNgAb/n9iybtaPDgwerZs+d1+1SsWNHt/qxZs1S8eHF17NjRrb1kyZI6ffq0W1vW/ZIlS163T9Z2X/J2bCdPnpQkVatWzdXudDpVsWJFHT16VNKfdV87I9/bsYWFhSk0NPSmxpKdG3ntsjRq1Ejp6elKTExUlSpVbrnXTvJ+fKtWrdKGDRs8vvStQYMG6tq1qz7++GNbjy9LZGSkIiMjdeedd+quu+5STEyMNm7cqMaNG98W4ztx4oRatmypJk2a6B//+Idbv1ttfDfzb+9at+LvlhsVGRmpwMDAfP05yy9Z9Z8+fVp33HGHq/306dOqU6eOq8+ZM2fcHpeenq7z589bG//NTvhB7jIzM02FChXcVhpkyZqklzUp0Rhjhg8f7jFJ78EHH3R7XOPGjf06SS8pKck4nU63CcBpaWkmOjratVoia5Le1TPyP/zwQxMWFmb++OMPY8yfk/Rq1Kjhtu8uXbrckpP0Pv30UxMQEGDOnz9vjLHva2eMMUeOHDE7duxw3ZYtW2YkmXnz5pljx44ZY+w9vuwcOXLESDKrV682xth/fMePHzeVK1c2nTt3Nunp6R7b7T4+Y3KfAHy7/G5p2LCh6d+/v+t+RkaGKV269G0zAXjChAmutqz3jmsnAG/evNnVZ9myZZYnABNm8sE333xjJJk9e/Z4bLt48aIpUaKE6datm9m5c6eZM2eOKViwoMfyyQIFCpgJEyaYPXv2mFGjRt0SyycHDhxoSpcubZYtW2Z+/vln07t3bxMdHe16s89aPnn//febrVu3mqVLl5qoqKhsl08OGTLE7Nmzx0ybNu2WWD75/fffm/fee89s3brVHDx40Hz66acmKirKdO/e3dXHzq/dtQ4fPuyxmsnO49u4caOZMmWKSUhIMImJiWblypWmSZMmplKlSq43OzuP7/jx4yY2Nta0bt3aHD9+3O3yAVnsPL4jR46YhIQEExcXZwoXLmwSEhJMQkKCuXTpkjHG3r9bsjNnzhzjdDrN7Nmzze7du81zzz1nIiIi3FZr3aouXbrken0kmUmTJpmEhARz5MgRY8yfS7MjIiLMwoULzfbt283DDz+c7dLsunXrmh9++MF89913pnLlyizNvhV16dLFNGnSJMft27ZtM02bNjVOp9OULl3ajBs3zqPP//7v/5o777zTBAcHm+rVq5tFixblZcleSUtLM4MHDzbR0dGmSJEipk2bNmbnzp1ufRITE027du1MaGioiYyMNIMHDzZXrlxx67N69WpTp04dExwcbCpWrGhmzZqVj6PI3pYtW0yjRo1MeHi4CQkJMXfddZcZO3as640wi11fu2tlF2aMse/4tm/fblq2bGmKFStmnE6nKV++vHn++efN8ePH3frZdXyzZs0ykrK9Xc2u4+vRo0e2Y8s6q2aMfX+35GTKlCmmbNmyJjg42DRs2NBs3LjR3yV5ZfXq1dm+Vj169DDG/Hl25o033jAlSpQwTqfTtG7d2uzdu9dtH+fOnTNdunQxhQsXNmFhYaZXr16u4OothzG38Gw4AACAXLCaCQAA2BphBgAA2BphBgAA2BphBgAA2BphBgAA2BphBgAA2BphBgAA2BphBgAA2BphBgAA2BphBgAA2BphBgAA2Nr/A9XXdFiRv490AAAAAElFTkSuQmCC", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAioAAAGzCAYAAAABsTylAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8g+/7EAAAACXBIWXMAAA9hAAAPYQGoP6dpAAA0eElEQVR4nO3dd3xUVf7/8fckpAkpRAgRiUko0ouCqKB0RUUF3VVhEUlE5CvRALEAupSAkoCAWRWxElgsuNgVaSLgiigdFJAaBEU6JIRggMz5/bEP5ucwAXLDTOZiXs/HYx4y55459zMnB3nnlhmHMcYIAADAhgL8XQAAAMDZEFQAAIBtEVQAAIBtEVQAAIBtEVQAAIBtEVQAAIBtEVQAAIBtEVQAAIBtEVQAAIBtEVRQriQkJCgpKcnfZfzlPf/886pZs6YCAwPVrFkzf5fjdfn5+XrooYcUGxsrh8OhgQMHltm+27Vrp3bt2rme79ixQw6HQ1OnTvXK+ElJSUpISPDKWIA3EFRw0Zo6daocDodWrFhR7PZ27dqpUaNGF7yfL7/8UiNHjrzgccqLefPm6amnnlLr1q2VnZ2tMWPGlNm+CwoKNHLkSC1atMin+xkzZoymTp2qRx55RNOnT1evXr18uj9v2717t0aOHKk1a9b4uxTgvCr4uwCgLG3atEkBAdby+ZdffqlJkyYRVkro66+/VkBAgN566y0FBweX6b4LCgqUnp4uSW5HHbzt66+/1nXXXacRI0b4bB9nM2/evAseY/fu3UpPT1dCQoLHEa833nhDTqfzgvcBeAtHVFCuhISEKCgoyN9lWHLs2DF/l2DJvn37FBYWVuYhpSzt27dPUVFRFzyOMUbHjx+39Jrg4GCfzm1QUJBCQkJ8Nj5gFUEF5cqZ16icPHlS6enpqlOnjkJDQ3XppZfqhhtu0Pz58yX973z9pEmTJEkOh8P1OO3YsWN6/PHHFRcXp5CQENWtW1fjx4/XmV9Kfvz4caWmpqpKlSoKDw/XnXfeqd9++00Oh8PtSM3IkSPlcDi0YcMG/eMf/1DlypV1ww03SJLWrVunpKQk1axZU6GhoYqNjdWDDz6ogwcPuu3r9BibN2/W/fffr8jISFWtWlXDhg2TMUa7du1S165dFRERodjYWE2YMKFEc3fq1CmNHj1atWrVUkhIiBISEvT000+rsLDQ1cfhcCg7O1vHjh1zzdX5rp2YOXOmmjdvrrCwMFWpUkX333+/fvvtN7c+Z16Xcdqfr6fYsWOHqlatKklKT0937d/KkbB9+/apT58+qlatmkJDQ9W0aVNNmzbNtX3RokVyOBzKycnRrFmzXPvYsWNHicZPSEjQ7bffrrlz56pFixYKCwvTa6+9JknKzs5Whw4dFBMTo5CQEDVo0ECTJ0/2GONsc1FSixYt0jXXXCNJSk5O9vg5nXmNyulrYMaPH69JkyapZs2auuSSS3TzzTdr165dMsZo9OjRqlGjhsLCwtS1a1cdOnTIY7+zZ8/WjTfeqIoVKyo8PFxdunTR+vXrS/0+UH5w6gcXvdzcXB04cMCj/eTJk+d97ciRI5WRkaGHHnpILVu2VF5enlasWKFVq1bppptuUr9+/bR7927Nnz9f06dPd3utMUZ33nmnFi5cqD59+qhZs2aaO3eunnzySf3222964YUXXH2TkpL0n//8R7169dJ1112nxYsXq0uXLmet65577lGdOnU0ZswYV+iZP3++tm/fruTkZMXGxmr9+vV6/fXXtX79en3//fduAUqS7rvvPtWvX1+ZmZmaNWuWnn32WUVHR+u1115Thw4dNHbsWL3zzjt64okndM0116hNmzbnnKuHHnpI06ZN09///nc9/vjj+uGHH5SRkaGNGzfq448/liRNnz5dr7/+upYtW6Y333xTktSqVauzjjl16lQlJyfrmmuuUUZGhvbu3at//etfWrJkiVavXm3pqEXVqlU1efJkPfLII7rrrrt09913S5KaNGlSotcfP35c7dq109atW/Xoo48qMTFRM2fOVFJSko4cOaIBAwaofv36mj59ugYNGqQaNWro8ccfd+27pDZt2qQePXqoX79+6tu3r+rWrStJmjx5sho2bKg777xTFSpU0Oeff67+/fvL6XQqJSWlxOOfT/369TVq1CgNHz5cDz/8sG688UZJ5/45SdI777yjEydO6LHHHtOhQ4c0btw43XvvverQoYMWLVqkwYMHa+vWrXrppZf0xBNPaMqUKa7XTp8+Xb1791bnzp01duxYFRQUaPLkybrhhhu0evVqLt7FuRngIpWdnW0knfPRsGFDt9fEx8eb3r17u543bdrUdOnS5Zz7SUlJMcX9Vfnkk0+MJPPss8+6tf/97383DofDbN261RhjzMqVK40kM3DgQLd+SUlJRpIZMWKEq23EiBFGkunRo4fH/goKCjza3nvvPSPJfPPNNx5jPPzww662U6dOmRo1ahiHw2EyMzNd7YcPHzZhYWFuc1KcNWvWGEnmoYcecmt/4oknjCTz9ddfu9p69+5tKlaseM7xjDHmxIkTJiYmxjRq1MgcP37c1f7FF18YSWb48OGutrZt25q2bdt6jNG7d28THx/ver5//36POS2prKwsI8m8/fbbbjVef/31plKlSiYvL8/VHh8ff951U5z4+HgjycyZM8djW3E/386dO5uaNWu6tZ05Fzk5OUaSyc7OLnEdy5cvP+trzpzT0+NXrVrVHDlyxNU+dOhQI8k0bdrUnDx50tXeo0cPExwcbP744w9jjDFHjx41UVFRpm/fvm772bNnj4mMjPRoB87EqR9c9CZNmqT58+d7PErym3RUVJTWr1+vLVu2WN7vl19+qcDAQKWmprq1P/744zLGaPbs2ZKkOXPmSJL69+/v1u+xxx4769j/93//59EWFhbm+vMff/yhAwcO6LrrrpMkrVq1yqP/Qw895PpzYGCgWrRoIWOM+vTp42qPiopS3bp1tX379rPWIv3vvUpSWlqaW/vpIwqzZs065+uLs2LFCu3bt0/9+/dXaGioq71Lly6qV69eqca8EF9++aViY2PVo0cPV1tQUJBSU1OVn5+vxYsXe2U/iYmJ6ty5s0f7n3++p48Stm3bVtu3b1dubq5X9n0h7rnnHkVGRrqeX3vttZKk+++/XxUqVHBrP3HihOv03fz583XkyBH16NFDBw4ccD0CAwN17bXXauHChWX7RnDR4dQPLnotW7ZUixYtPNorV65c7CmhPxs1apS6du2qK6+8Uo0aNdItt9yiXr16lSjk/PLLL6pevbrCw8Pd2uvXr+/afvq/AQEBSkxMdOtXu3bts459Zl9JOnTokNLT0zVjxgzt27fPbVtx/5BdccUVbs8jIyMVGhqqKlWqeLSfeZ3LmU6/hzNrjo2NVVRUlOu9WnH6NadPffxZvXr19O2331oe80L88ssvqlOnjsddYWf+PC9UcT9bSVqyZIlGjBihpUuXqqCgwG1bbm6uW0jwh+LWkyTFxcUV23748GFJcv0S0KFDh2LHjYiI8Gqd+OshqKBca9OmjbZt26ZPP/1U8+bN05tvvqkXXnhBr776qtsRibL259+uT7v33nv13Xff6cknn1SzZs1UqVIlOZ1O3XLLLcXeThoYGFiiNkkeF/+ezZnXwZQVh8NRbI1FRUV+qObCFPez3bZtmzp27Kh69epp4sSJiouLU3BwsL788ku98MILtrhd+Gxr53xr6nTt06dPV2xsrEe/Px+NAYrDCkG5Fx0dreTkZCUnJys/P19t2rTRyJEjXUHlbP84x8fH66uvvtLRo0fdjqr8/PPPru2n/+t0OpWTk6M6deq4+m3durXENR4+fFgLFixQenq6hg8f7movzSmr0jj9HrZs2eI6wiBJe/fu1ZEjR1zv1eqY0v8uLj3zt+1Nmza5jVm5cuViT0+deZTjQoJUfHy81q1bJ6fT6XZU5cyfpy98/vnnKiws1GeffeZ25MJXp0XKMnDWqlVLkhQTE6NOnTqV2X7x18E1KijXzjzlUalSJdWuXdvtltuKFStKko4cOeLW97bbblNRUZFefvllt/YXXnhBDodDt956qyS5rkd45ZVX3Pq99NJLJa7z9G+tZx5VyMrKKvEYF+K2224rdn8TJ06UpHPewXQ2LVq0UExMjF599VW3+Z49e7Y2btzoNmatWrX0888/a//+/a62tWvXasmSJW5jXnLJJZI8f1Ylcdttt2nPnj16//33XW2nTp3SSy+9pEqVKqlt27aWxyyp4n6+ubm5ys7O9sn+zramfaFz586KiIjQmDFjir0T788/U6A4HFFBudagQQO1a9dOzZs3V3R0tFasWKEPPvhAjz76qKtP8+bNJUmpqanq3LmzAgMD1b17d91xxx1q3769nnnmGe3YsUNNmzbVvHnz9Omnn2rgwIGu3ySbN2+uv/3tb8rKytLBgwddtydv3rxZUsl+u42IiFCbNm00btw4nTx5UpdffrnmzZunnJwcH8yKp6ZNm6p37956/fXXdeTIEbVt21bLli3TtGnT1K1bN7Vv397ymEFBQRo7dqySk5PVtm1b9ejRw3V7ckJCggYNGuTq++CDD2rixInq3Lmz+vTpo3379unVV19Vw4YNlZeX5+oXFhamBg0a6P3339eVV16p6OhoNWrUqERfpfDwww/rtddeU1JSklauXKmEhAR98MEHWrJkibKysjyuRfKmm2++WcHBwbrjjjvUr18/5efn64033lBMTIx+//13r++vVq1aioqK0quvvqrw8HBVrFhR11577Vmvn7kQERERmjx5snr16qWrr75a3bt3V9WqVbVz507NmjVLrVu39gj7gBs/3nEEXJDTtycvX7682O1t27Y97+3Jzz77rGnZsqWJiooyYWFhpl69eua5554zJ06ccPU5deqUeeyxx0zVqlWNw+Fwu1X56NGjZtCgQaZ69eomKCjI1KlTxzz//PPG6XS67ffYsWMmJSXFREdHm0qVKplu3bqZTZs2GUlutwufvrV4//79Hu/n119/NXfddZeJiooykZGR5p577jG7d+8+6y3OZ45xttuGi5un4pw8edKkp6ebxMREExQUZOLi4szQoUNdt6Gebz9n8/7775urrrrKhISEmOjoaNOzZ0/z66+/evR7++23Tc2aNU1wcLBp1qyZmTt3rsettMYY891335nmzZub4OBgy7cq79271yQnJ5sqVaqY4OBg07hx42Jv4b2Q25PP9rrPPvvMNGnSxISGhpqEhAQzduxYM2XKFCPJ5OTkuPp54/ZkY4z59NNPTYMGDUyFChXcXn+225Off/55t9cvXLjQSDIzZ850az/b38uFCxeazp07m8jISBMaGmpq1aplkpKSzIoVKyzVjfLHYUwJr6ID4FVr1qzRVVddpbfffls9e/b0dzkAYEtcowKUgeK+zyUrK0sBAQHn/URYACjPuEYFKAPjxo3TypUr1b59e1WoUEGzZ8/W7Nmz9fDDD3t8DgW868SJE8V+98yfRUZGFnvbcEnt37//nLdKBwcHKzo6utTjl1RZvFegrHHqBygD8+fPV3p6ujZs2KD8/HxdccUV6tWrl5555hk+R8LHFi1adN6LfbOzs92+rNKqhISEc34gXNu2bbVo0aJSj19SZfFegbJGUAHwl3b48GGtXLnynH0aNmyoyy67rNT7WLJkSbGn906rXLmy6+4xXyqL9wqUNYIKAACwLS6mBQAAtnVRnxx3Op3avXu3wsPD/fYdJAAAwBpjjI4eParq1at7fBHomS7qoLJ7927umAAA4CK1a9cu1ahR45x9LuqgcvojrXft2sVXhQMAcJHIy8tTXFxcib6a4qIOKqdP90RERBBUAAC4yJTksg0upgUAALZFUAEAALZFUAEAALZFUAEAALZFUAEAALZFUAEAALZFUAEAALZFUAEAALZFUAEAALZFUAEAALZFUAEAALZFUAEAALZFUAEAALZFUAEAALZVwd8FAAlDZvm7BMt2ZHbxdwkAUC5wRAUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANiWX4NKUVGRhg0bpsTERIWFhalWrVoaPXq0jDH+LAsAANhEBX/ufOzYsZo8ebKmTZumhg0basWKFUpOTlZkZKRSU1P9WRoAALABvwaV7777Tl27dlWXLl0kSQkJCXrvvfe0bNmyYvsXFhaqsLDQ9TwvL69M6gQAAP7h16DSqlUrvf7669q8ebOuvPJKrV27Vt9++60mTpxYbP+MjAylp6eXcZUXl4Qhs/xdAgAAXuPXoDJkyBDl5eWpXr16CgwMVFFRkZ577jn17Nmz2P5Dhw5VWlqa63leXp7i4uLKqlwAAFDG/BpU/vOf/+idd97Ru+++q4YNG2rNmjUaOHCgqlevrt69e3v0DwkJUUhIiB8qBQAA/uDXoPLkk09qyJAh6t69uySpcePG+uWXX5SRkVFsUAEAAOWLX29PLigoUECAewmBgYFyOp1+qggAANiJX4+o3HHHHXruued0xRVXqGHDhlq9erUmTpyoBx980J9lAQAAm/BrUHnppZc0bNgw9e/fX/v27VP16tXVr18/DR8+3J9lAQAAm/BrUAkPD1dWVpaysrL8WQYAALApvusHAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYFkEFAADYluWgsmrVKv3444+u559++qm6deum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0vr161WjRg3WWynnTSr79Wa7oHKhMjMzNWPGDC1atMjtAqDu3bu7/ty4cWM1adJEtWrV0qJFi9SxY0d/lGoL4eHhWrNmjfLz87VgwQKlpaWpZs2aateunb9Ls7XzzRvrzd3Ro0fVq1cvvfHGG6pSpYq/y7lolHTeWG+err/+el1//fWu561atVL9+vX12muvafTo0X6szN5KMm9lvd5sF1SqVKmiwMBA7d2716197969io2NPedrx48fr8zMTH311Vdq0qTJOfvWrFlTVapU0datW/8Sf5FLO28BAQGqXbu2JKlZs2bauHGjMjIy1K5dO9fr9u7dq8suu8xtzGbNmnn/TfiBL+atOOV9vW3btk07duzQHXfc4WpzOp2SpAoVKmjTpk2st1LOW61atTxeV97XW3GCgoJ01VVXaevWrZLEeivlvBXH1+vNdteoBAcHq3nz5lqwYIGrzel0asGCBW4p70zjxo3T6NGjNWfOHLVo0eK8+/n111918OBBtwV6MSvtvJ3J6XSqsLBQkpSYmKjY2Fi3MfPy8vTDDz9YGtPOfDFvxSnv661evXr68ccftWbNGtfjzjvvVPv27bVmzRrFxcWx3ko5b8Up7+utOEVFRfrxxx9dc8J6K928Fcfn663MLtu1YMaMGSYkJMRMnTrVbNiwwTz88MMmKirKdYtUr169zJAhQ1z9MzMzTXBwsPnggw/cbpc6evSoMcaYo0ePmieeeMIsXbrU5OTkmK+++spcffXVpk6dOuaPP/7wy3v0BavzNmbMGDNv3jyzbds2s2HDBjN+/HhToUIF88Ybb7j6ZGZmmqioKPPpp5+adevWma5du/4lb9/z5ryx3oqftzMVd+cA6836vLHeip+39PR0M3fuXLNt2zazcuVK0717dxMaGmrWr1/v6sN6sz5v/lhvtgwqxhjz0ksvmSuuuMIEBwebli1bmu+//961rW3btqZ3796u5/Hx8UaSx2PEiBHGGGMKCgrMzTffbKpWrWqCgoJMfHy86du3r8e94X8FVubtmWeeMbVr1zahoaGmcuXK5vrrrzczZsxwG8/pdJphw4aZatWqmZCQENOxY0ezadOmsno7Zcab88Z6+58z5+1MxQUV1pv1eWO9/c+Z8zZw4EBX32rVqpnbbrvNrFq1ym081pv1efPHenMYY4xvjtUAAABcGNtdowIAAHAaQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANgWQQUAANjW/wPMGYv9WNTfogAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAioAAAGzCAYAAAABsTylAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8g+/7EAAAACXBIWXMAAA9hAAAPYQGoP6dpAAA3/UlEQVR4nO3dd3hUZcL+8XuSkEJJQglNIl16R1AwdGERUdwVAVmpAq/EpURRIksJKAFUQBRRVwgsvopL9bcgvYvSQar0AEoXSAhogMzz+4Mr8zokgRycZA7k+7muuXSeeWbmnnMSuDltHMYYIwAAABvy8XYAAACAjFBUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUAACAbVFUYGulSpVSt27dvB3jgffuu++qTJky8vX1Vc2aNe84d+bMmapYsaJy5cql0NDQbMnnaQ6HQyNGjPB2jHTdvHlTb7zxhsLDw+Xj46N27dp5O5LHjRgxQg6Hw/avCXugqCDbTJ8+XQ6HQ1u3bk338SZNmqhq1ap/+n2+/fZb2/4lZEfLli3TG2+8oYYNGyouLk6jR4/OcO5PP/2kbt26qWzZsvrXv/6lzz77LBuT3vLll19q4sSJ2f6+2WXatGl699139fzzz2vGjBkaOHCgtyMBXuXn7QDAnRw4cEA+Ptb69LfffqvJkydTVjJp1apV8vHx0dSpU+Xv73/HuWvWrJHT6dQHH3ygcuXKZVNCd19++aX27NmjAQMGeOX9s9qqVav00EMPacKECd6OkmX++c9/avDgwd6OgfsEW1RgawEBAcqVK5e3Y1hy9epVb0ew5Ny5cwoKCrprSUmdK+muu3yMMfrtt988ES9H+OPyOnfu3H27Sy2z/Pz8FBgY6O0YuE9QVGBrtx+jcuPGDcXExKh8+fIKDAxUwYIF9cQTT2j58uWSpG7dumny5MmSbh2HkHpLdfXqVb322msKDw9XQECAKlSooPfee0+3f4n4b7/9pn79+qlQoULKly+fnnnmGf3yyy9pjm1I3S++b98+vfjii8qfP7+eeOIJSdKuXbvUrVs3lSlTRoGBgSpatKh69OihX3/91e29Ul/j4MGD+vvf/66QkBCFhYVp6NChMsbo5MmTevbZZxUcHKyiRYvq/fffz9Syu3nzpkaNGqWyZcsqICBApUqV0ltvvaXk5GTXHIfDobi4OF29etW1rKZPn57huhg+fLgkKSwszG1ZlCpVSk8//bSWLl2qunXrKigoSJ9++qkk6ejRo2rfvr0KFCig3Llz67HHHtOiRYvcXnvNmjVyOBz6z3/+o3feeUclSpRQYGCgmjdvrsOHD7vmNWnSRIsWLdLx48ddeUuVKiVJun79uoYNG6Y6deooJCREefLkUUREhFavXp2p5XU3s2bNUp06dZQvXz4FBwerWrVq+uCDD1yPZ3SMROouz/j4eNdYRsvL4XBo9erV2rt3r+vzrVmzRpL03nvvqUGDBipYsKCCgoJUp04dzZkzJ92sX3zxherVq6fcuXMrf/78atSokZYtW+Y2Z/HixYqIiFCePHmUL18+tWnTRnv37s308jDGqFChQoqKinKNOZ1OhYaGytfXV5cvX3aNjx07Vn5+fkpKSspwWTkcDr366qtasGCBqlatqoCAAFWpUkVLlixJ897fffedHn30UQUGBqps2bKunzU8mNj1g2yXkJCgCxcupBm/cePGXZ87YsQIxcbG6uWXX1a9evWUmJiorVu3avv27XryySfVp08fnTp1SsuXL9fMmTPdnmuM0TPPPKPVq1erZ8+eqlmzppYuXapBgwbpl19+cdvU3q1bN/3nP//RSy+9pMcee0xr165VmzZtMszVvn17lS9fXqNHj3aVnuXLl+vo0aPq3r27ihYtqr179+qzzz7T3r17tXHjxjR/UHfo0EGVKlXSmDFjtGjRIr399tsqUKCAPv30UzVr1kxjx47V//7v/+r111/Xo48+qkaNGt1xWb388suaMWOGnn/+eb322mvatGmTYmNjtX//fs2fP1/SrQNjP/vsM23evFmff/65JKlBgwbpvt7EiRP173//W/Pnz9eUKVOUN29eVa9e3fX4gQMH1KlTJ/Xp00e9evVShQoVdPbsWTVo0EDXrl1Tv379VLBgQc2YMUPPPPOM5syZo+eee87tPcaMGSMfHx+9/vrrSkhI0Lhx49S5c2dt2rRJkjRkyBAlJCTo559/dq2vvHnzSpISExP1+eefq1OnTurVq5euXLmiqVOnqlWrVtq8efNdDxK+k+XLl6tTp05q3ry5xo4dK0nav3+/NmzYoP79+9/Ta96+vEqUKKGZM2fqnXfeUVJSkmJjYyVJlSpVkiR98MEHeuaZZ9S5c2ddv35ds2bNUvv27bVw4UK3n82YmBiNGDFCDRo00MiRI+Xv769NmzZp1apVatmypaRb671r165q1aqVxo4dq2vXrmnKlCl64okntGPHDlf5uxOHw6GGDRtq3bp1rrFdu3YpISFBPj4+2rBhgyvX+vXrVatWLde6ysh3332nefPmqW/fvsqXL58mTZqkv/3tbzpx4oQKFiwoSdq9e7datmypsLAwjRgxQjdv3tTw4cNVpEiRzC983F8MkE3i4uKMpDveqlSp4vackiVLmq5du7ru16hRw7Rp0+aO7xMZGWnS+9FesGCBkWTefvttt/Hnn3/eOBwOc/jwYWOMMdu2bTOSzIABA9zmdevWzUgyw4cPd40NHz7cSDKdOnVK837Xrl1LM/bVV18ZSWbdunVpXqN3796usZs3b5oSJUoYh8NhxowZ4xq/dOmSCQoKclsm6dm5c6eRZF5++WW38ddff91IMqtWrXKNde3a1eTJk+eOr3d71vPnz7uNlyxZ0kgyS5YscRsfMGCAkWTWr1/vGrty5YopXbq0KVWqlElJSTHGGLN69WojyVSqVMkkJye75n7wwQdGktm9e7drrE2bNqZkyZJpst28edPtucbcWl5FihQxPXr0cBu/fT3eTf/+/U1wcLC5efNmhnNSl83tUn/ujx075hrLaHkZY0zjxo3T/B4Yk/bn6fr166Zq1aqmWbNmrrFDhw4ZHx8f89xzz7mWbSqn02mMubX8Q0NDTa9evdweP3PmjAkJCUkzfifvvvuu8fX1NYmJicYYYyZNmmRKlixp6tWrZ958801jjDEpKSkmNDTUDBw40PW89JaVJOPv7+/6PTTGmB9//NFIMh9++KFrrF27diYwMNAcP37cNbZv3z7j6+ub7vLH/Y9dP8h2kydP1vLly9Pc/viv84yEhoZq7969OnTokOX3/fbbb+Xr66t+/fq5jb/22msyxmjx4sWS5NrU3LdvX7d5//jHPzJ87f/5n/9JMxYUFOT6/99//10XLlzQY489Jknavn17mvkvv/yy6/99fX1Vt25dGWPUs2dP13hoaKgqVKigo0ePZphFuvVZJbltlpdufVZJaXa9eELp0qXVqlWrNDnq1avn2h0m3doC0rt3b8XHx2vfvn1u87t37+52rExERIQk3fXzSreWWepznU6nLl68qJs3b6pu3brpLm8rQkNDdfXqVdcuRk9Ib3ndyR9/ni5duqSEhARFRES4fbYFCxbI6XRq2LBhaQ5CT92Ct3z5cl2+fFmdOnXShQsXXDdfX1/Vr1/f0q6yiIgIpaSk6Pvvv5d0a8tJRESEIiIitH79eknSnj17dPnyZde6vJMWLVqobNmyrvvVq1dXcHCwa/2npKRo6dKlateunR5++GHXvEqVKllalri/UFSQ7erVq6cWLVqkueXPn/+uzx05cqQuX76sRx55RNWqVdOgQYO0a9euTL3v8ePHVbx4ceXLl89tPHXT+vHjx13/9fHxUenSpd3m3eksl9vnStLFixfVv39/FSlSREFBQQoLC3PNS0hISDP/j3/wSlJISIgCAwNVqFChNOOXLl3KMMsfP8PtmYsWLarQ0FDXZ/Wk9JbB8ePHVaFChTTjty/zVLcvg9Sfibt93lQzZsxQ9erVXccvhYWFadGiRekubyv69u2rRx55RK1bt1aJEiXUo0ePdI+dsCK95XUnCxcu1GOPPabAwEAVKFBAYWFhmjJlittnO3LkiHx8fFS5cuUMXye15Ddr1kxhYWFut2XLlrkOmM6M2rVrK3fu3K5SklpUGjVqpK1bt+r33393PfbHspqR29e/dOtnIHX9nz9/Xr/99pvKly+fZl56P2d4MHCMCu4rjRo10pEjR/TNN99o2bJl+vzzzzVhwgR98sknblskstsf/7Wb6oUXXtD333+vQYMGqWbNmsqbN6+cTqf+8pe/yOl0ppnv6+ubqTFJaQ7+zUh2XgArvWVg1Z/5vF988YW6deumdu3aadCgQSpcuLB8fX0VGxurI0eO/KlchQsX1s6dO7V06VItXrxYixcvVlxcnLp06aIZM2ZIynhZp6SkpDtuZXmtX79ezzzzjBo1aqSPP/5YxYoVU65cuRQXF6cvv/zS0mdJ/dmbOXOmihYtmuZxP7/M/7WQK1cu1a9fX+vWrdPhw4d15swZRUREqEiRIrpx44Y2bdqk9evXq2LFigoLC7vr6/3Zn3c8mCgquO8UKFBA3bt3V/fu3ZWUlKRGjRppxIgRrqKS0V8YJUuW1IoVK3TlyhW3rSo//fST6/HU/zqdTh07dsztX25/PPvkbi5duqSVK1cqJiZGw4YNc43fyy6re5H6GQ4dOuTaeiFJZ8+e1eXLl12fNTtyHDhwIM347cvciozW75w5c1SmTBnNmzfPbU7qmUp/lr+/v9q2bau2bdvK6XSqb9+++vTTTzV06FCVK1fOtfXn8uXLbqcXe2Lr1dy5cxUYGKilS5cqICDANR4XF+c2r2zZsnI6ndq3b1+GBw+n7lopXLiwWrRo8aezRUREaOzYsVqxYoUKFSqkihUryuFwqEqVKlq/fr3Wr1+vp59++k+/j3TrbLOgoKB0f4/S+znDg4FdP7iv3H5qb968eVWuXDm3U27z5MkjSW6nR0rSU089pZSUFH300Udu4xMmTJDD4VDr1q0lybWv++OPP3ab9+GHH2Y6Z+q/DG//l2B2XVH1qaeeSvf9xo8fL0l3PIPJ0zk2b96sH374wTV29epVffbZZypVqtQdd1FkJE+ePOnuyklvmW/atMntve/V7T93Pj4+rmOqUn/2UgvAH8+CuXr1qmuLy5/h6+srh8PhtnUmPj5eCxYscJvXrl07+fj4aOTIkWm22qUul1atWik4OFijR49O90y78+fPW8oWERGh5ORkTZw4UU888YSrJEZERGjmzJk6depUpo5PyQxfX1+1atVKCxYs0IkTJ1zj+/fv19KlSz3yHrAftqjgvlK5cmU1adJEderUUYECBbR161bNmTNHr776qmtOnTp1JEn9+vVTq1at5Ovrq44dO6pt27Zq2rSphgwZovj4eNWoUUPLli3TN998owEDBrj+oqlTp47+9re/aeLEifr1119dpycfPHhQUuZ2pwQHB6tRo0YaN26cbty4oYceekjLli3TsWPHsmCppFWjRg117dpVn332mS5fvqzGjRtr8+bNmjFjhtq1a6emTZtmS47Bgwfrq6++UuvWrdWvXz8VKFBAM2bM0LFjxzR37lzLVx2Wbq2fr7/+WlFRUXr00UeVN29etW3bVk8//bTmzZun5557Tm3atNGxY8f0ySefqHLlyq7rd9yrl19+WRcvXlSzZs1UokQJHT9+XB9++KFq1qzp2mLVsmVLPfzww+rZs6cGDRokX19fTZs2TWFhYW5/qd6LNm3aaPz48frLX/6iF198UefOndPkyZNVrlw5t2O0ypUrpyFDhmjUqFGKiIjQX//6VwUEBGjLli0qXry4YmNjFRwcrClTpuill15S7dq11bFjR1fGRYsWqWHDhmnK/J08/vjj8vPz04EDB9S7d2/XeKNGjTRlyhRJ8lhRkW6dfr1kyRJFRESob9++unnzpj788ENVqVIl08er4T7jvROOkNOknqa5ZcuWdB9P77TM209Pfvvtt029evVMaGioCQoKMhUrVjTvvPOOuX79umvOzZs3zT/+8Q8TFhZmHA6H2ymLV65cMQMHDjTFixc3uXLlMuXLlzfvvvuu69TNVFevXjWRkZGmQIECJm/evKZdu3bmwIEDRpLb6cIZna5rjDE///yzee6550xoaKgJCQkx7du3N6dOncrwFOfbXyOj04YzOn31djdu3DAxMTGmdOnSJleuXCY8PNxER0eb33//PVPvk547nZ6c0WnjR44cMc8//7wJDQ01gYGBpl69embhwoVuc1JPT549e7bb+LFjx4wkExcX5xpLSkoyL774ogkNDTWSXKcqO51OM3r0aFOyZEkTEBBgatWqZRYuXGi6du2a5nTm29fB3cyZM8e0bNnSFC5c2Pj7+5uHH37Y9OnTx5w+fdpt3rZt20z9+vVdc8aPH5/h6ckZLa+M1u/UqVNN+fLlTUBAgKlYsaKJi4vL8JToadOmmVq1apmAgACTP39+07hxY7N8+XK3OatXrzatWrUyISEhJjAw0JQtW9Z069bNbN26NdPLJdWjjz5qJJlNmza5xn7++WcjyYSHh6eZn9HpyZGRkWnm3v5ngDHGrF271tSpU8f4+/ubMmXKmE8++STDZYH7n8MYjlICMmPnzp2qVauWvvjiC3Xu3NnbcQAgR+AYFSAd6X1PzcSJE+Xj43PXK8ICADyHY1SAdIwbN07btm1T06ZN5efn5zoltXfv3goPD/d2PHhISkrKXQ8ezZs3710v/f6guX79ui5evHjHOSEhIR45JR24G3b9AOlYvny5YmJitG/fPiUlJenhhx/WSy+9pCFDhli6zgTsLT4+/q4XXhs+fLjbF1HmBGvWrLnrAddxcXFuXxgKZBWKCoAc6/fff9d33313xzllypRRmTJlsimRPVy6dEnbtm2745wqVaqoWLFi2ZQIORlFBQAA2BYH0wIAANu6r3e2O51OnTp1Svny5cvW7zQBAAD3zhijK1euqHjx4ne98ON9XVROnTrFGRgAANynTp48qRIlStxxzn1dVFK/WO7kyZMKDg72choAAJAZiYmJCg8Pd/uC2Izc10UldXdPcHAwRQUAgPtMZg7b4GBaAABgWxQVAABgWxQVAABgWxQVAABgWxQVAABgWxQVAABgWxQVAABgWxQVAABgWxQVAABgWxQVAABgW14tKqVKlZLD4Uhzi4yM9GYsAABgE179rp8tW7YoJSXFdX/Pnj168skn1b59ey+mAgAAduHVohIWFuZ2f8yYMSpbtqwaN27spUQAAMBObPPtydevX9cXX3yhqKioDL9NMTk5WcnJya77iYmJ2RUPAAB4gW2KyoIFC3T58mV169YtwzmxsbGKiYnJvlAAAHhQqcGLvB3Bsvgxbbz6/rY562fq1Klq3bq1ihcvnuGc6OhoJSQkuG4nT57MxoQAACC72WKLyvHjx7VixQrNmzfvjvMCAgIUEBCQTakAAIC32WKLSlxcnAoXLqw2bby7eQkAANiL14uK0+lUXFycunbtKj8/W2zgAQAANuH1orJixQqdOHFCPXr08HYUAABgM17fhNGyZUsZY7wdAwAA2JDXt6gAAABkhKICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsi6ICAABsy+tF5ZdfftHf//53FSxYUEFBQapWrZq2bt3q7VgAAMAG/Lz55pcuXVLDhg3VtGlTLV68WGFhYTp06JDy58/vzVgAAMAmvFpUxo4dq/DwcMXFxbnGSpcu7cVEAADATry66+f//b//p7p166p9+/YqXLiwatWqpX/9618Zzk9OTlZiYqLbDQAAPLi8ukXl6NGjmjJliqKiovTWW29py5Yt6tevn/z9/dW1a9c082NjYxUTE+OFpIC7UoMXeTuCZfFj2ng7AgBY5tUtKk6nU7Vr19bo0aNVq1Yt9e7dW7169dInn3yS7vzo6GglJCS4bidPnszmxAAAIDt5tagUK1ZMlStXdhurVKmSTpw4ke78gIAABQcHu90AAMCDy6tFpWHDhjpw4IDb2MGDB1WyZEkvJQIAAHbi1aIycOBAbdy4UaNHj9bhw4f15Zdf6rPPPlNkZKQ3YwEAAJvwalF59NFHNX/+fH311VeqWrWqRo0apYkTJ6pz587ejAUAAGzCq2f9SNLTTz+tp59+2tsxAACADXn9EvoAAAAZoagAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADboqgAAADbslxUtm/frt27d7vuf/PNN2rXrp3eeustXb9+3aPhAABAzma5qPTp00cHDx6UJB09elQdO3ZU7ty5NXv2bL3xxhseDwgAAHIuy0Xl4MGDqlmzpiRp9uzZatSokb788ktNnz5dc+fO9XQ+AACQg1kuKsYYOZ1OSdKKFSv01FNPSZLCw8N14cIFz6YDAAA5muWiUrduXb399tuaOXOm1q5dqzZt2kiSjh07piJFing8IAAAyLksF5WJEydq+/btevXVVzVkyBCVK1dOkjRnzhw1aNDA4wEBAEDO5Wf1CdWrV3c76yfVu+++K19fX4+EAgAAkO7xOiqXL1/W559/rujoaF28eFGStG/fPp07d86j4QAAQM5meYvKrl271Lx5c4WGhio+Pl69evVSgQIFNG/ePJ04cUL//ve/syInAADIgSxvUYmKilL37t116NAhBQYGusafeuoprVu3zqPhAABAzma5qGzZskV9+vRJM/7QQw/pzJkzll5rxIgRcjgcbreKFStajQQAAB5Qlnf9BAQEKDExMc34wYMHFRYWZjlAlSpVtGLFiv8L5Gc5EgAAeEBZ3qLyzDPPaOTIkbpx44YkyeFw6MSJE3rzzTf1t7/9zXIAPz8/FS1a1HUrVKiQ5dcAAAAPJstF5f3331dSUpIKFy6s3377TY0bN1a5cuWUL18+vfPOO5YDHDp0SMWLF1eZMmXUuXNnnThxIsO5ycnJSkxMdLsBAIAHl+X9LCEhIVq+fLk2bNigH3/8UUlJSapdu7ZatGhh+c3r16+v6dOnq0KFCjp9+rRiYmIUERGhPXv2KF++fGnmx8bGKiYmxvL7AJBKDV7k7QiWxY9p4+0IALzMYYwx3g6R6vLlyypZsqTGjx+vnj17pnk8OTlZycnJrvuJ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SopSUlK0atUq9e/fXx07dsyKjAAAIIeyvOtn1KhRio+PV/PmzeXnd+vpTqdTXbp04RgVAADgUZaLir+/v77++muNGjVKP/74o4KCglStWjWVLFkyK/IBAIAc7J6uoyJJBQoUUNOmTdM9AwgAAMATLB2jcvnyZUVGRqpQoUIqUqSIihQpokKFCunVV1/V5cuXsygiAADIqTK9ReXixYt6/PHH9csvv6hz586qVKmSJGnfvn2aPn26Vq5cqe+//1758+fPsrAAACBnyXRRGTlypPz9/XXkyBEVKVIkzWMtW7bUyJEjNWHCBI+HBAAAOVOmd/0sWLBA7733XpqSIklFixbVuHHjNH/+fI+GAwAAOVumi8rp06dVpUqVDB+vWrWqzpw545FQAAAAkoWiUqhQIcXHx2f4+LFjx1SgQAFPZAIAAJBkoai0atVKQ4YM0fXr19M8lpycrKFDh+ovf/mLR8MBAICczdLBtHXr1lX58uUVGRmpihUryhij/fv36+OPP1ZycrJmzpyZlVkBAEAOk+miUqJECf3www/q27evoqOjZYyRJDkcDj355JP66KOPFB4enmVBAQBAzmPpyrSlS5fW4sWLdenSJR06dEiSVK5cOY5NAQAAWeKeLqGfP39+1atXz9NZAAAA3Fi6hD4AAEB2oqgAAADboqgAAADbylRRqV27ti5duiTp1mnK165dy9JQAAAAUiaLyv79+3X16lVJUkxMjJKSkrI0FAAAgJTJs35q1qyp7t2764knnpAxRu+9957y5s2b7txhw4Z5NCAAAMi5MlVUpk+fruHDh2vhwoVyOBxavHix/PzSPtXhcFBUAACAx2SqqFSoUEGzZs2SJPn4+GjlypUqXLhwlgYDAACwfME3p9OZFTkAAADSuKcr0x45ckQTJ07U/v37JUmVK1dW//79VbZsWY+GAwAAOZvl66gsXbpUlStX1ubNm1W9enVVr15dmzZtUpUqVbR8+fKsyAgAAHIoy1tUBg8erIEDB2rMmDFpxt988009+eSTHgsHAAByNstbVPbv36+ePXumGe/Ro4f27dvnkVAAAADSPRSVsLAw7dy5M834zp07ORMIAAB4lOVdP7169VLv3r119OhRNWjQQJK0YcMGjR07VlFRUR4PCAAAci7LRWXo0KHKly+f3n//fUVHR0uSihcvrhEjRqhfv34eDwgAAHIuy0XF4XBo4MCBGjhwoK5cuSJJypcvn8eDAQAA3NN1VFJRUAAAQFayfDAtAABAdqGoAAAA26KoAAAA27JUVG7cuKHmzZvr0KFDWZUHAADAxVJRyZUrl3bt2pVVWQAAANxY3vXz97//XVOnTs2KLAAAAG4sn5588+ZNTZs2TStWrFCdOnWUJ08et8fHjx+f6deaMmWKpkyZovj4eElSlSpVNGzYMLVu3dpqLAAA8ACyXFT27Nmj2rVrS5IOHjzo9pjD4bD0WiVKlNCYMWNUvnx5GWM0Y8YMPfvss9qxY4eqVKliNRoAAHjAWC4qq1ev9tibt23b1u3+O++8oylTpmjjxo3pFpXk5GQlJye77icmJnosCwAAsJ97vjLt4cOHdeTIETVq1EhBQUEyxljeovJHKSkpmj17tq5evarHH3883TmxsbGKiYm55/cAADwYSg1e5O0IyCaWD6b99ddf1bx5cz3yyCN66qmndPr0aUlSz5499dprr1kOsHv3buXNm1cBAQH6n//5H82fP1+VK1dOd250dLQSEhJct5MnT1p+PwAAcP+wXFQGDhyoXLly6cSJE8qdO7drvEOHDlqyZInlABUqVNDOnTu1adMmvfLKK+ratav27duX7tyAgAAFBwe73QAAwIPL8q6fZcuWaenSpSpRooTbePny5XX8+HHLAfz9/VWuXDlJUp06dbRlyxZ98MEH+vTTTy2/FgAAeLBY3qJy9epVty0pqS5evKiAgIA/HcjpdLodMAsAAHIuy0UlIiJC//73v133HQ6HnE6nxo0bp6ZNm1p6rejoaK1bt07x8fHavXu3oqOjtWbNGnXu3NlqLAAA8ACyvOtn3Lhxat68ubZu3arr16/rjTfe0N69e3Xx4kVt2LDB0mudO3dOXbp00enTpxUSEqLq1atr6dKlevLJJ63GAgAADyDLRaVq1ao6ePCgPvroI+XLl09JSUn661//qsjISBUrVszSa3EpfgAAcCf3dB2VkJAQDRkyxNNZAAAA3NxTUbl06ZKmTp2q/fv3S5IqV66s7t27q0CBAh4NBwAAcjbLB9OuW7dOpUqV0qRJk3Tp0iVdunRJkyZNUunSpbVu3bqsyAgAAHIoy1tUIiMj1aFDB02ZMkW+vr6Sbl3+vm/fvoqMjNTu3bs9HhIAAORMlreoHD58WK+99pqrpEiSr6+voqKidPjwYY+GAwAAOZvlolK7dm3XsSl/tH//ftWoUcMjoQAAAKRM7vrZtWuX6//79eun/v376/Dhw3rsscckSRs3btTkyZM1ZsyYrEkJAABypEwVlZo1a8rhcMgY4xp744030sx78cUX1aFDB8+lAwAAOVqmisqxY8eyOgcAAEAamSoqJUuWzOocAAAAadzTBd9OnTql7777TufOnZPT6XR7rF+/fh4JBgAAYLmoTJ8+XX369JG/v78KFiwoh8PheszhcFBUAACAx1guKkOHDtWwYcMUHR0tHx/LZzcDAABkmuWmce3aNXXs2JGSAgAAspzlttGzZ0/Nnj07K7IAAAC4sbzrJzY2Vk8//bSWLFmiatWqKVeuXG6Pjx8/3mPhAABAznZPRWXp0qWqUKGCJKU5mBYAAMBTLBeV999/X9OmTVO3bt2yIA4AAMD/sXyMSkBAgBo2bJgVWQAAANxYLir9+/fXhx9+mBVZAAAA3Fje9bN582atWrVKCxcuVJUqVdIcTDtv3jyPhQMAADmb5aISGhqqv/71r1mRBQAAwI3lohIXF5cVOQAAANLg8rIAAMC2LG9RKV269B2vl3L06NE/FQgAACCV5aIyYMAAt/s3btzQjh07tGTJEg0aNMhTuQAAAKwXlf79+6c7PnnyZG3duvVPBwIAAEjlsWNUWrdurblz53rq5QAAADxXVObMmaMCBQp46uUAAACs7/qpVauW28G0xhidOXNG58+f18cff+zRcAAAIGezXFTatWvndt/Hx0dhYWFq0qSJKlas6KlcAAAA1ovK8OHDsyIHAABAGlzwDQAA2Famt6j4+Pjc8UJvkuRwOHTz5s0/HQoAAECyUFTmz5+f4WM//PCDJk2aJKfT6ZFQAAAAkoWi8uyzz6YZO3DggAYPHqz//ve/6ty5s0aOHOnRcAAAIGe7p2NUTp06pV69eqlatWq6efOmdu7cqRkzZqhkyZKezgcAAHIwS0UlISFBb775psqVK6e9e/dq5cqV+u9//6uqVatmVT4AAJCDZXrXz7hx4zR27FgVLVpUX331Vbq7ggAAADwp00Vl8ODBCgoKUrly5TRjxgzNmDEj3Xnz5s3L9JvHxsZq3rx5+umnnxQUFKQGDRpo7NixqlChQqZfAwAAPLgyXVS6dOly19OTrVq7dq0iIyP16KOP6ubNm3rrrbfUsmVL7du3T3ny5PHoewEAgPtPpovK9OnTPf7mS5YsSfMehQsX1rZt29SoUSOPvx8AALi/WL6EflZKSEiQpAy/hTk5OVnJycmu+4mJidmSCwAAeIdtiorT6dSAAQPUsGHDDM8iio2NVUxMTDYnA+AtpQYv8naEHCF+TBtvRwAyZJvv+omMjNSePXs0a9asDOdER0crISHBdTt58mQ2JgQAANnNFltUXn31VS1cuFDr1q1TiRIlMpwXEBCggICAbEwGAAC8yatFxRijf/zjH5o/f77WrFmj0qVLezMOAACwGa8WlcjISH355Zf65ptvlC9fPp05c0aSFBISoqCgIG9GAwAANuDVY1SmTJmihIQENWnSRMWKFXPdvv76a2/GAgAANuH1XT8AAAAZsc1ZPwAAALejqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANuiqAAAANvyalFZt26d2rZtq+LFi8vhcGjBggXejAMAAGzGq0Xl6tWrqlGjhiZPnuzNGAAAwKb8vPnmrVu3VuvWrb0ZAQAA2JhXi4pVycnJSk5Odt1PTEz0YhoAAJDV7quiEhsbq5iYmGx7v1KDF2XbewEAgLTuq7N+oqOjlZCQ4LqdPHnS25EAAEAWuq+2qAQEBCggIMDbMQAAQDa5r7aoAACAnMWrW1SSkpJ0+PBh1/1jx45p586dKlCggB5++GEvJgMAAHbg1aKydetWNW3a1HU/KipKktS1a1dNnz7dS6kAAIBdeLWoNGnSRMYYb0YAAAA2xjEqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADAtigqAADA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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAioAAAGzCAYAAAABsTylAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8g+/7EAAAACXBIWXMAAA9hAAAPYQGoP6dpAAA46UlEQVR4nO3dd3hUZd7G8XuSkCGUhBYSggFCkd5ZkSKKgIgswq6rwCIkgOhqlCpCZCkBIYEVZVFEcRFYxYYKrgWQJgjSe5NeIkVASEJAA2Se9w8v5nWcgJk4wxyY7+e6zmXmOc+c8zvPHMyd08ZmjDECAACwoCB/FwAAAHAtBBUAAGBZBBUAAGBZBBUAAGBZBBUAAGBZBBUAAGBZBBUAAGBZBBUAAGBZBBUAAGBZBBXABypUqKCEhAR/l3HL+9e//qWKFSsqODhY9erV83c5AHyAoAL8jpkzZ8pms2nDhg25zr/nnntUq1atP7yeL7/8UqNGjfrDywkUX331lZ577jk1a9ZMM2bM0Lhx4/xdEgAfCPF3AcCtaM+ePQoK8uzvgC+//FJTpkwhrOTR0qVLFRQUpOnTpys0NNTf5QDwEY6oAD5gt9tVoEABf5fhkQsXLvi7BI+cOnVKYWFhhBTgFkdQAXzgt9eoXL58WcnJyapSpYoKFiyokiVLqnnz5lq0aJEkKSEhQVOmTJEk2Ww253TVhQsXNGjQIMXGxsput6tq1ap68cUX9dsvP//pp5/Ut29flSpVSkWLFtWDDz6oY8eOyWazuRypGTVqlGw2m3bt2qW///3vKl68uJo3by5J2rZtmxISElSxYkUVLFhQ0dHR6tWrl3788UeXdV1dxt69e/Xoo48qIiJCkZGRGj58uIwxSktLU8eOHRUeHq7o6GhNnDgxT2N35coVjRkzRpUqVZLdbleFChX0/PPPKzs729nHZrNpxowZunDhgnOsZs6cec1lfvPNN3r44YdVrlw52e12xcbGasCAAfrpp59c+iUkJKhIkSI6ePCg2rZtq8KFCysmJkajR492G2tvfyaSdOzYMfXq1UtRUVGy2+2qWbOm3nrrLbftyc7O1siRI1W5cmXn9jz33HMuY/R7ZsyYIZvNps2bN7vNGzdunIKDg3Xs2LE8Lw/wFU79AHmUkZGhM2fOuLVfvnz5d987atQopaSk6LHHHtMdd9yhzMxMbdiwQZs2bVKbNm30xBNP6Pjx41q0aJHefvttl/caY/Tggw9q2bJl6t27t+rVq6eFCxdq8ODBOnbsmF5++WVn34SEBH344Yfq3r277rzzTi1fvlzt27e/Zl0PP/ywqlSponHjxjl/wS5atEgHDx5Uz549FR0drZ07d2ratGnauXOn1qxZ4xKgJKlz586qXr26UlNT9cUXX+iFF15QiRIl9MYbb+jee+/V+PHjNXv2bD377LP605/+pBYtWlx3rB577DHNmjVLf/vb3zRo0CCtXbtWKSkp2r17t+bOnStJevvttzVt2jStW7dO//nPfyRJTZs2veYy58yZo4sXL+rJJ59UyZIltW7dOr3yyiv6/vvvNWfOHJe+OTk5uv/++3XnnXdqwoQJWrBggUaOHKkrV65o9OjRPvtMfvjhB915552y2Wx6+umnFRkZqfnz56t3797KzMxU//79JUkOh0MPPvigVq5cqccff1zVq1fX9u3b9fLLL2vv3r2aN2/edcf3qr/97W9KTEzU7NmzVb9+fZd5s2fP1j333KOyZcvmaVmATxkA1zVjxgwj6bpTzZo1Xd5Tvnx5Ex8f73xdt25d0759++uuJzEx0eT2T3LevHlGknnhhRdc2v/2t78Zm81m9u/fb4wxZuPGjUaS6d+/v0u/hIQEI8mMHDnS2TZy5EgjyXTt2tVtfRcvXnRre++994wks2LFCrdlPP744862K1eumNtuu83YbDaTmprqbD937pwJCwtzGZPcbNmyxUgyjz32mEv7s88+aySZpUuXOtvi4+NN4cKFr7u8621TSkqKsdls5siRIy7LlGSeeeYZZ5vD4TDt27c3oaGh5vTp08YY33wmvXv3NmXKlDFnzpxx6dulSxcTERHh3Ia3337bBAUFmW+++cal3+uvv24kmVWrVuVpTIwxpmvXriYmJsbk5OQ42zZt2mQkmRkzZuR5OYAvceoHyKMpU6Zo0aJFblOdOnV+973FihXTzp07tW/fPo/X++WXXyo4OFh9+/Z1aR80aJCMMZo/f74kacGCBZKkp556yqXfM888c81l/+Mf/3BrCwsLc/78888/68yZM7rzzjslSZs2bXLr/9hjjzl/Dg4OVqNGjWSMUe/evZ3txYoVU9WqVXXw4MFr1iL9sq2SNHDgQJf2QYMGSZK++OKL677/Wn69TRcuXNCZM2fUtGlTGWNyPfXx9NNPO3++eoTj0qVLWrx4sbNOb34mxhh9/PHH6tChg4wxOnPmjHNq27atMjIynGM/Z84cVa9eXdWqVXPpd++990qSli1bludx6dGjh44fP+7yntmzZyssLEwPPfRQnpcD+BKnfoA8uuOOO9SoUSO39uLFi+d6SujXRo8erY4dO+r2229XrVq1dP/996t79+55CjlHjhxRTEyMihYt6tJevXp15/yr/w0KClJcXJxLv8qVK19z2b/tK0lnz55VcnKy3n//fZ06dcplXkZGhlv/cuXKubyOiIhQwYIFVapUKbf2317n8ltXt+G3NUdHR6tYsWLObfXU0aNHNWLECP3vf//TuXPnXOb9dpuCgoJUsWJFl7bbb79dknT48GFnnd78TE6fPq309HRNmzZN06ZNy3Ubrn4W+/bt0+7duxUZGXndfnnRpk0blSlTRrNnz1arVq3kcDj03nvvqWPHjm7bBvgLQQW4AVq0aKEDBw7o008/1VdffaX//Oc/evnll/X666+7HJG40X59pOGqRx55RN9++60GDx6sevXqqUiRInI4HLr//vvlcDjc+gcHB+epTZLbhabX8tvrYP6InJwctWnTRmfPntWQIUNUrVo1FS5cWMeOHVNCQkKu23SjXa3h0UcfVXx8fK59roZah8Oh2rVr66WXXsq1X2xsbJ7XGxwcrL///e9688039dprr2nVqlU6fvy4Hn30UQ+3APAdggpwg5QoUUI9e/ZUz549lZWVpRYtWmjUqFHOoHKtX87ly5fX4sWLdf78eZe/cr/77jvn/Kv/dTgcOnTokKpUqeLst3///jzXeO7cOS1ZskTJyckaMWKEsz0/p6zy4+o27Nu3z3l0QvrlQtP09HTntnpi+/bt2rt3r2bNmqUePXo426/ecfVbDodDBw8edB5FkaS9e/dK+uVurqt1evMziYyMVNGiRZWTk6PWrVtfd3sqVaqkrVu3qlWrVl4JdD169NDEiRP12Wefaf78+YqMjFTbtm3/8HIBb+EaFeAG+O0pjyJFiqhy5cout5MWLlxYkpSenu7S94EHHlBOTo5effVVl/aXX35ZNptN7dq1kyTnL5fXXnvNpd8rr7yS5zqvHgn57ZGPSZMm5XkZf8QDDzyQ6/quHj243h1M15LbNhlj9O9///ua7/n1WBtj9Oqrr6pAgQJq1aqVs05vfibBwcF66KGH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lS9fXh9++KHCwsL8WJn/OBwONWrUSOPGjZMk1a9fXzt27NDrr7+u+Ph4P1dnDdOnT1e7du0UExPj71L86sMPP9Ts2bP17rvvqmbNmtqyZYv69++vmJiYgN5X3n77bfXq1Utly5ZVcHCwGjRooK5du2rjxo3+Lg0WwamfXGzcuFGnTp1SgwYNFBISopCQEC1fvlyTJ09WSEiIoqKidOnSJaWnp7u874cfflB0dLQkKTo62u0uhquvr/a52RUrVky333679u/fr+jo6IAckzJlyqhGjRoubdWrV3eeEru6Xblt96/H5dSpUy7zr1y5orNnz96043LVkSNHtHjxYj322GPOtkDdVwYPHqyhQ4eqS5cuql27trp3764BAwYoJSVFUuDuK5UqVdLy5cuVlZWltLQ0rVu3TpcvX1bFihUDdkx+zVtjcDP/myKo5KJVq1bavn27tmzZ4pwaNWqkbt26OX8uUKCAlixZ4nzPnj17dPToUTVp0kSS1KRJE23fvt1l51m0aJHCw8PdfrHdrLKysnTgwAGVKVNGDRs2DMgxadasmfbs2ePStnfvXpUvX16SFBcXp+joaJdxyczM1Nq1a13GJT093eUvyKVLl8rhcKhx48Y3YCt8Z8aMGSpdurTat2/vbAvUfeXixYsKCnL9X25wcLAcDock9pXChQurTJkyOnfunBYuXKiOHTsG/JhI3tsvmjRpohUrVujy5cvOPosWLVLVqlUtfdpHErcn59Wv7/ox5pfbK8uVK2eWLl1qNmzYYJo0aWKaNGninH/19sr77rvPbNmyxSxYsMBERkbe1LdXDho0yHz99dfm0KFDZtWqVaZ169amVKlS5tSpU8aYwByTdevWmZCQEDN27Fizb98+M3v2bFOoUCHzzjvvOPukpqaaYsWKmU8//dRs27bNdOzYMddbC+vXr2/Wrl1rVq5caapUqXJT3V6Zm5ycHFOuXDkzZMgQt3mBuK/Ex8ebsmXLOm9P/uSTT0ypUqXMc8895+wTiPvKggULzPz5883BgwfNV199ZerWrWsaN25sLl26ZIwJjDE5f/682bx5s9m8ebORZF566SWzefNmc+TIEWOMd8YgPT3dREVFme7du5sdO3aY999/3xQqVIjbk28lvw0qP/30k3nqqadM8eLFTaFChcxf/vIXc+LECZf3HD582LRr186EhYWZUqVKmUGDBpnLly/f4Mq9p3PnzqZMmTImNDTUlC1b1nTu3NnleSGBOCbGGPPZZ5+ZWrVqGbvdbqpVq2amTZvmMt/hcJjhw4ebqKgoY7fbTatWrcyePXtc+vz444+ma9eupkiRIiY8PNz07NnTnD9//kZuhtctXLjQSHLbVmMCc1/JzMw0/fr1M+XKlTMFCxY0FStWNMOGDXO5XTQQ95UPPvjAVKxY0YSGhpro6GiTmJho0tPTnfMDYUyWLVtmJLlN8fHxxhjvjcHWrVtN8+bNjd1uN2XLljWpqak3ahP/EJsxv3osIgAAgIVwjQoAALAsggoAALAsggoAALAsggoAALAsggoAALAsggoAALAsggoAALAsggoAALAsggoAALAsggoAALAsggoAALCs/wMaSYTu41RsdAAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAjIAAAGzCAYAAAA1yP25AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8g+/7EAAAACXBIWXMAAA9hAAAPYQGoP6dpAAAyiklEQVR4nO3dd3hUZcL+8XsSSAglgQABkUAQsii9KVJEKYrIq6DuCi4qIAoqGCCIkpWOGkBKXhSxA7qLIGCQFWkGKSLSI0WkI7xKQEoSaoDk+f3hlfk5pM3BGWZO+H6uay6d55yZc+chM9ycMuMwxhgBAADYUICvAwAAAFwrigwAALAtigwAALAtigwAALAtigwAALAtigwAALAtigwAALAtigwAALAtigwAALAtigxgM1FRUerRo4evYxR6b775pm655RYFBgaqQYMG13U71+PPuEePHoqKivLqNoDrgSID+NCMGTPkcDi0adOmXJffc889qlOnzl/eztdff62RI0f+5ee5USxbtkwvv/yyWrRooenTp+uNN97Ic91Zs2YpISHB69sBkLsivg4AwJrdu3crIMDav0G+/vprTZ06lTLjphUrViggIEAfffSRgoKC8l131qxZ2rFjhwYMGOCx7VzLnzFwo+KVAthMcHCwihYt6usYlpw7d87XESw5fvy4QkJCCiwx3tqOHf+MAV+hyAA2c/X5E5cvX9aoUaMUHR2tYsWKqWzZsmrZsqWWL18u6Y9zIaZOnSpJcjgczlu2c+fOadCgQYqMjFRwcLBq1qypCRMmyBjjst0LFy4oJiZG5cqVU6lSpfTQQw/p119/lcPhcNnTM3LkSDkcDv3000/65z//qTJlyqhly5aSpG3btqlHjx665ZZbVKxYMVWsWFFPP/20Tp486bKt7OfYs2ePnnjiCYWFhal8+fIaNmyYjDE6cuSIOnXqpNDQUFWsWFETJ050a+6uXLmiMWPGqHr16goODlZUVJT+9a9/KSMjw7mOw+HQ9OnTde7cOedczZgxI9fnu+eee7Ro0SL98ssvznXdPe8kv+1c/WecfQhy7dq1io2NVfny5VWiRAk9/PDD+v33312e98svv1THjh1VqVIlBQcHq3r16hozZowyMzPdygXYDYeWAD+QlpamEydO5Bi/fPlygY8dOXKk4uPj9cwzz+iOO+5Qenq6Nm3apC1btujee+9Vnz599Ntvv2n58uX69NNPXR5rjNFDDz2kb7/9Vr169VKDBg20dOlSDR48WL/++qsmT57sXLdHjx76/PPP9eSTT+rOO+/UqlWr1LFjxzxz/eMf/1B0dLTeeOMNZylavny5Dhw4oJ49e6pixYrauXOn3n//fe3cuVM//PCDS8GSpC5duui2227T2LFjtWjRIr322msKDw/Xe++9pzZt2mjcuHH6z3/+o5deekm33367WrVqle9cPfPMM5o5c6b+/ve/a9CgQVq/fr3i4+O1a9cuJSYmSpI+/fRTvf/++9qwYYM+/PBDSVLz5s1zfb5XX31VaWlp+r//+z/nXJUsWTLfDNmsbCfbiy++qDJlymjEiBE6dOiQEhIS1K9fP82ZM8e5zowZM1SyZEnFxsaqZMmSWrFihYYPH6709HS9+eabbmUDbMUA8Jnp06cbSfneateu7fKYqlWrmu7duzvv169f33Ts2DHf7fTt29fk9nJfsGCBkWRee+01l/G///3vxuFwmH379hljjNm8ebORZAYMGOCyXo8ePYwkM2LECOfYiBEjjCTz+OOP59je+fPnc4x99tlnRpJZvXp1jufo3bu3c+zKlSumcuXKxuFwmLFjxzrHT58+bUJCQlzmJDfJyclGknnmmWdcxl966SUjyaxYscI51r17d1OiRIl8ny9bx44dTdWqVd1a92p5befqP+Ps35N27dqZrKws5/jAgQNNYGCgSU1NdY7lNsd9+vQxxYsXNxcvXnTZ9rXmBvwJh5YAPzB16lQtX748x61evXoFPrZ06dLauXOn9u7da3m7X3/9tQIDAxUTE+MyPmjQIBljtHjxYknSkiVLJEkvvPCCy3ovvvhins/93HPP5RgLCQlx/v/Fixd14sQJ3XnnnZKkLVu25Fj/mWeecf5/YGCgmjRpImOMevXq5RwvXbq0atasqQMHDuSZRfrjZ5Wk2NhYl/FBgwZJkhYtWpTv4/1B7969XfZa3XXXXcrMzNQvv/ziHPvzHJ85c0YnTpzQXXfdpfPnz+vnn3++rnmB64FDS4AfuOOOO9SkSZMc42XKlMn1kNOfjR49Wp06ddLf/vY31alTR/fff7+efPJJt0rQL7/8okqVKqlUqVIu47fddptzefZ/AwICVK1aNZf1atSokedzX72uJJ06dUqjRo3S7Nmzdfz4cZdlaWlpOdavUqWKy/2wsDAVK1ZM5cqVyzF+9Xk2V8v+Ga7OXLFiRZUuXdqlDPirq+ejTJkykqTTp087x3bu3KmhQ4dqxYoVSk9Pd1k/tzkG7I4iA9hcq1attH//fn355ZdatmyZPvzwQ02ePFnvvvuuyx6N6+3PewayPfbYY/r+++81ePBgNWjQQCVLllRWVpbuv/9+ZWVl5Vg/MDDQrTFJOU5OzsvV5+HYSUE/e2pqqu6++26FhoZq9OjRql69uooVK6YtW7bolVdeyXWOAbujyACFQHh4uHr27KmePXvq7NmzatWqlUaOHOksMnn95V21alV98803OnPmjMtemexDEFWrVnX+NysrSwcPHlR0dLRzvX379rmd8fTp00pKStKoUaM0fPhw5/i1HBK7Ftk/w969e517nCTp2LFjSk1Ndf6sVvlTMVq5cqVOnjypL774wuXE54MHD/owFeBdnCMD2NzVh1RKliypGjVquFxSXKJECUl//Iv9zx544AFlZmbq7bffdhmfPHmyHA6HOnToIElq3769JOmdd95xWe+tt95yO2f23oSr95xc66fiWvXAAw/kur1JkyZJUr5XYOWnRIkSfnPIJrc5vnTpUo4/N6AwYY8MYHO1atXSPffco8aNGys8PFybNm3SvHnz1K9fP+c6jRs3liTFxMSoffv2CgwMVNeuXfXggw+qdevWevXVV3Xo0CHVr19fy5Yt05dffqkBAwaoevXqzsc/+uijSkhI0MmTJ52XX+/Zs0eSe3slQkND1apVK40fP16XL1/WzTffrGXLll23vQX169dX9+7d9f777zsPwWzYsEEzZ85U586d1bp162t63saNG2vOnDmKjY3V7bffrpIlS+rBBx/0cHr3NG/eXGXKlFH37t0VExMjh8OhTz/91O3DboAdUWQAm4uJidHChQu1bNkyZWRkqGrVqnrttdc0ePBg5zqPPPKIXnzxRc2ePVv//ve/ZYxR165dFRAQoIULF2r48OGaM2eOpk+frqioKL355pvOq3myffLJJ6pYsaI+++wzJSYmql27dpozZ45q1qypYsWKuZV11qxZevHFFzV16lQZY3Tfffdp8eLFqlSpkkfnJC8ffvihbrnlFs2YMUOJiYmqWLGi4uLiNGLEiGt+zhdeeEHJycmaPn26Jk+erKpVq/qsyJQtW1ZfffWVBg0apKFDh6pMmTJ64okn1LZt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cZlhYZ6DyZMnm9DQUDN37lyzd+9eM3ToUFOsWDGzb98+5zr333+/adiwoVm/fr357rvvTHR0tG0uOzam4Hm4dOmSqVGjhrnrrrvM+vXrzb59+8yECROMw+EwixYtcj6PnedhyJAhZtWqVebgwYNm27ZtZsiQIcbhcJhly5YZY/64/LpKlSpmxYoVZtOmTaZZs2amWbNmzsfb/bVgTP5zcCO8J2Yr6HfhaoXtfTE3FBk/JCnX2/Tp040xxnz77bd5rnPw4EHn8xw6dMh06NDBhISEmHLlyplBgwY5L0X0dwXNQV6P+fML1pgbYw7i4+NN5cqVTfHixU2zZs3MmjVrXJafPHnSPP7446ZkyZImNDTU9OzZ05w5c+Y6/iR/jTvzsGfPHvPII4+YiIgIU7x4cVOvXr0cl2PbeR6efvppU7VqVRMUFGTKly9v2rZt6/IX14ULF8wLL7xgypQpY4oXL24efvhhc/ToUZfnsPNrwZj85+BGeE/MVtDvwtUK2/tibhzGGOO9/T0AAADewzkyAADAtigyAADAtigyAADAtigyAADAtigyAADAtigyAADAtigyAADAtigyAADAtigyAADAtigyAADAtigyAADAtv4f282T47hfAA8AAAAASUVORK5CYII=", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAiwAAAGzCAYAAAAMr0ziAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8g+/7EAAAACXBIWXMAAA9hAAAPYQGoP6dpAAA3o0lEQVR4nO3dd3RUdeL//9ckIZMAKZRQAjFAgChd4AtSpAiKgIofd4UoJSCCq4EAAYGIlAASQCmCiOsuJDbEQ1NXOkhZBSwU6dKCsEiRGooEyNzfH/4yh3GC5IZJ5gaej3PmyLznzr2vvDOYF7fFZhiGIQAAAAvz8XYAAACA26GwAAAAy6OwAAAAy6OwAAAAy6OwAAAAy6OwAAAAy6OwAAAAy6OwAAAAy6OwAAAAy6OwoECpUKGCunfv7u0Yd70333xTlSpVkq+vr+rUqePtOHet7t27q2jRot6OkWdGjRolm82m06dPezsK7gIUFnhNamqqbDabfvzxx2xfb9GihWrUqHHH21myZIlGjRp1x+u5V6xYsUKDBw9WkyZNlJKSonHjxnk7EgDIz9sBADN+/vln+fiY69lLlizRjBkzKC059PXXX8vHx0ezZs2Sv7+/t+MAgCT2sKCAsdvtKlSokLdjmHL58mVvRzDl1KlTCgwMpKygwLhy5Yq3IyAfUFhQoPz5HJbr168rKSlJVapUUUBAgEqUKKGmTZtq5cqVkv44R2DGjBmSJJvN5nxkuXz5sgYOHKiIiAjZ7XZFR0frrbfe0p9/ifnvv/+u+Ph4lSxZUkFBQXrqqad07Ngx2Ww2lz03Wcfsd+/ereeff17FihVT06ZNJUnbt29X9+7dValSJQUEBKhMmTJ64YUXdObMGZdtZa1j37596tKli0JCQhQWFqbhw4fLMAwdPXpUHTp0UHBwsMqUKaNJkyblaO5u3LihMWPGKCoqSna7XRUqVNBrr72mjIwM5zI2m00pKSm6fPmyc65SU1Nvuc6sw3bbt29X8+bNVbhwYVWuXFnz58+XJK1bt04NGzZUYGCgoqOjtWrVKpf3//LLL3rllVcUHR2twMBAlShRQs8++6wOHz7sXMYwDLVs2VJhYWE6deqUc/zatWuqWbOmoqKiclwKDx8+LJvNprfeekszZsxQpUqVVLhwYT322GM6evSoDMPQmDFjVL58eQUGBqpDhw46e/asyzq++OILtW/fXuHh4bLb7YqKitKYMWOUmZnptr3vvvtO7dq1U7FixVSkSBHVqlVLb7/9tttyx44d09NPP62iRYsqLCxMgwYNynZ9fyXre7F79261bNlShQsXVrly5TRx4kSX5bIOxd48x5K0du1a2Ww2rV271m2duf3+Zjl9+rQ6duyo4OBglShRQv369dPVq1fdlvv4449Vr149BQYGqnjx4oqJidHRo0ez/To3b96sZs2aqXDhwnrttddMzRUKJgoLvO7ChQs6ffq02+P69eu3fe+oUaOUlJSkli1b6p133tGwYcN03333acuWLZKkl156SY8++qgk6aOPPnI+pD9+ED711FOaMmWKHn/8cU2ePFnR0dF69dVXlZCQ4LKd7t27a/r06WrXrp0mTJigwMBAtW/f/pa5nn32WV25ckXjxo1Tr169JEkrV67UoUOH1KNHD02fPl0xMTGaO3eu2rVr51aQJKlTp05yOBwaP368GjZsqLFjx2rq1Kl69NFHVa5cOU2YMEGVK1fWoEGDtH79+tvO1YsvvqgRI0aobt26mjJlipo3b67k5GTFxMQ4l/noo4/08MMPy263O+eqWbNmf7nec+fO6YknnlDDhg01ceJE2e12xcTE6LPPPlNMTIzatWun8ePH6/Lly/r73/+uixcvOt/7ww8/aMOGDYqJidG0adP0j3/8Q6tXr1aLFi2c/2q22WyaPXu2rl69qn/84x/O944cOVK7du1SSkqKihQpctuv/2affPKJ3n33XfXt21cDBw7UunXr1LFjR73++utatmyZhgwZot69e+s///mPBg0a5PLe1NRUFS1aVAkJCXr77bdVr149jRgxQkOHDnVZbuXKlWrWrJl2796tfv36adKkSWrZsqW++uorl+UyMzPVpk0blShRQm+99ZaaN2+uSZMm6f333zf1NUl/fC8ef/xx1a5dW5MmTdL999+vIUOGaOnSpabXdfM6c/v9zdKxY0ddvXpVycnJateunaZNm6bevXu7LPPGG2+oW7duqlKliiZPnqz+/ftr9erVatasmc6fP++y7JkzZ9S2bVvVqVNHU6dOVcuWLXP99aEAMQAvSUlJMST95aN69eou74mMjDRiY2Odz2vXrm20b9/+L7cTFxdnZPdR//zzzw1JxtixY13G//73vxs2m804cOCAYRiGsXnzZkOS0b9/f5flunfv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/fv3d/6PvV69evrb3/6mqVOn6syZM3rooYe0bt067du3T1LODrMEBwerWbNmmjhxoq5fv65y5cppxYoVbv8yzyu1a9dWbGys3n//fedhje+//14ffPCBnn76aa9dFvrEE0/oo48+UkhIiKpVq6aNGzdq1apVKlGihMtyKSkpWrx4sVJTU1W+fHlJf/zQ69Kli2bOnOl2QnReady4sYoVK6bY2FjFx8fLZrPpo48+cvsh6+Pjo5kzZ+rJJ59UnTp11KNHD5UtW1Z79+7Vrl27tHz58nzJm53q1avroYceUmJios6ePavixYtr7ty5unHjRp5tMy0tTU899ZQef/xxbdy4UR9//LGef/551a5dW9IfJWrs2LFKTEzU4cOH9fTTTysoKEhpaWlatGiRevfu7XZ5Oe49FBYUaPHx8fryyy+1YsUKZWRkKDIyUmPHjtWrr77qXOaZZ55R3759NXfuXH388ccyDEMxMTHy8fHRl19+qREjRuizzz5TSkqKKlSooDfffNN59UyWDz/8UGXKlNGnn36qRYsWqXXr1vrss88UHR2tgICAHGWdM2eO+vbtqxkzZsgwDD322GNaunSpwsPDPTont/Lvf/9blSpVUmpqqhYtWqQyZcooMTFRI0eOzJftZ+ftt9+Wr6+vPvnkE129elVNmjTRqlWrnHu1JOl///ufBgwYoCeffFKxsbHO8c6dO2vBggUaPHiw2rZtm+2Jzp5WokQJffXVVxo4cKBef/11FStWTF26dFGrVq1cMkt/7Jlbs2aNkpKSNGnSJDkcDkVFRTnvy+NNn3zyiV566SWNHz9eoaGh6tmzp1q2bOm8Z5GnffbZZ8571fj5+alPnz568803XZYZOnSoqlatqilTpigpKUnSHydBP/bYY3rqqafyJBcKFpvh7f2TQAG1bds2Pfjgg/r444/VuXNnb8cBgLsa57AAOfD777+7jU2dOlU+Pj63vRMsAODOcUgIyIGJEydq8+bNatmypfz8/LR06VItXbpUvXv3drsfBfJfZmamfvvtt79cpmjRom6XxxYEZ8+e1bVr1275uq+vr9t9XIC7EYeEgBxYuXKlkpKStHv3bl26dEn33XefunbtqmHDhrncGRXecfjw4duewzJy5EiXX1RZULRo0ULr1q275euRkZFuv8gQuBtRWAAUeFevXtU333zzl8tUqlRJlSpV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AHAz03tYYmJiNGTIEM2bN082m00Oh0PffvutBg0apG7dut1RmLVr197R+wEAwN3J9B6WcePG6f7771dERIQuXbqkatWqqVmzZmrcuLFef/31vMgIAADucab2sBiGoRMnTmjatGkaMWKEduzYoUuXLunBBx9UlSpV8iojAAC4x5kuLJUrV9auXbtUpUoVRURE5FUuAAAAJ1OHhHx8fFSlShWdOXMmr/IAAAC4MX0Oy/jx4/Xqq69q586deZEHAADAjemrhLp166YrV66odu3a8vf3V2BgoMvrZ8+e9Vg4AAAAyQK/rRkAAOB2TBWW69eva926dRo+fLgqVqyYV5kAAABcmDqHpVChQlqwYEFeZQEAAMiW6ZNun376aX3++ed5EAUAACB7ps9hqVKlikaPHq1vv/1W9erVU5EiRVxej4+P91g4AAAAKReFZdasWQoNDdXmzZu1efNml9dsNhuFBQAAeJzpwpKWlpYXOQAAAG7J9DksAAAA+c30HpYXXnjhL1+fPXt2rsMAAABkx3RhOXfunMvz69eva+fOnTp//rweeeQRjwUDAADIYrqwLFq0yG3M4XDo5ZdfVlRUlEdCAQAA3Mwj57D4+PgoISFBU6ZM8cTqAAAAXHjspNuDBw/qxo0bnlodAACAk+lDQgkJCS7PDcPQ8ePHtXjxYsXGxnosGAAAQBbThWXr1q0uz318fBQWFqZJkybd9goiAACA3DBdWNasWZMXOQAAAG7J9DksaWlp2r9/v9v4/v37dfjwYU9kAgAAcGG6sHTv3l0bNmxwG//uu+/UvXt3T2QCAABwYbqwbN26VU2aNHEbf+ihh7Rt2zZPZAIAAHBhurDYbDZdvHjRbfzChQvKzMz0SCgAAICbmS4szZo1U3Jysks5yczMVHJyspo2berRcAAAAFIurhKaMGGCmjVrpujoaD388MOSpP/+979KT0/X119/7fGAAAAApvewVKtWTdu3b1fHjh116tQpXbx4Ud26ddPevXtVo0aNvMgIAADucab3sEhSeHi4xo0b5+ksAAAA2TK9hyUlJUXz5s1zG583b54++OADj4QCAAC4menCkpycrJIlS7qNlypVir0uAAAgT5guLEeOHFHFihXdxiMjI3XkyBGPhAIAALiZ6cJSqlQpbd++3W38p59+UokSJTwSCgAA4GamC8tzzz2n+Ph4rVmzRpmZ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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "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y3379qly5cpu7atVq1basWOHS9vOnTtVrVo1d8sCAABFkNtBZcKECVq3bp0GDBigl156STVr1pQkzZo1Sy1btnRrX4MHD9aKFSv06quvavfu3frkk080ZcoUxcXFuVsWAAAogtxeo3ItFy9elL+/v0qWLOnW677++mslJiZq165dioqKUkJCgvr161eg17pzjgvWxRoVAChe3Pn7Xaj7qKSnp2vWrFnas2ePhg4dqtDQUG3btk2VK1fW7bff7ta+/vSnP+lPf/pTYcoAAABFnNtBZdOmTWrbtq1CQkK0f/9+9evXT6Ghofryyy918OBB/fvf//ZGnQAAoBhye41KQkKCevfurV27dqlUqVLO9kceeURLly71aHEAAKB4czuorF69Wk8//XSe9ttvv11Hjx71SFEAAABSIYKK3W7P99b1O3fuVFhYmEeKAgAAkAoRVB599FGNHj1aOTk5kiSbzaaDBw/qxRdf1GOPPebxAgEAQPHldlAZP368zp07p0qVKunChQu67777VLNmTZUrV05jxozxRo0AAKCYcvuqn+DgYKWmpmrZsmXauHGjzp07p8aNG6tdu3beqA8AABRjhbqPivTr7e9btWrlyVoAAABcuH3qJz4+XhMnTszT/s4772jQoEGeqAkAAEBSIYLKF198ke9MSsuWLTVr1iyPFAUAACAVIqicOnVKwcHBedqDgoJ08uRJjxQFAAAgFSKo1KxZU/PmzcvTPnfuXN1xxx0eKQoAAEAqxGLahIQEDRgwQCdOnNADDzwgSVq4cKHGjx+vCRMmeLo+AABQjLkdVPr06aPs7GyNGTNGL7/8siSpevXqmjx5snr16uXxAgEAQPFVqMuT+/fvr/79++vEiRMKDAxU2bJlPV0XAABA4e+jIonP9gEAAF7l9mLaY8eO6YknnlBERIRKlCghf39/lwcAAICnuD2jEhsbq4MHD2r48OG67bbbZLPZvFEXAACA+0Hlxx9/1A8//KBGjRp5oRwAAID/4/apn8jISBljvFELAACAC7eDyoQJEzRs2DDt37/fC+UAAAD8H7dP/XTr1k3nz59XjRo1VLp0aZUsWdJl++nTpz1WHAAAKN7cDircfRYAANwsbgeVmJgYb9QBAACQh9trVCRpz549+sc//qEePXro+PHjkn79UMKtW7d6tDgAAFC8uR1UlixZovr162vlypX6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tLS0m1ghAAC42SwxozJgwAB9/fXXWrp0qapUqXLNfna7XXa7/SZWBgAAfMmnQcUYo+eee06zZ8/W999/r6ioKF+WAwAALManQSUuLk6ffPKJvvrqK5UrV05Hjx6VJAUHByswMNCXpQEAAAvw6RqVyZMnKyMjQ/fff79uu+025+Ozzz7zZVkAAMAifH7qBwAA4Fosc9UPAADA1QgqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsggqAADAsnwaVJYuXapOnTopIiJCNptNc+bM8WU5AADAYnwaVLKystSwYUNNmjTJl2UAAACLKuHLg3fo0EEdOnTwZQkAAMDCfBpU3JWdna3s7Gzn88zMTB9WAwAAvO2WWkybnJys4OBg5yMyMtLXJQEAAC+6pYJKYmKiMjIynI+0tDRflwQAALzoljr1Y7fbZbfbfV0GAAC4SW6pGRUAAFC8+HRG5dy5c9q9e7fz+b59+7RhwwaFhoaqatWqPqwMAABYgU+Dypo1a9SmTRvn84SEBElSTEyMpk2b5qOqAACAVfg0qNx///0yxviyBAAAYGGsUQEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZFUAEAAJZliaAyadIkVa9eXaVKlVLz5s21atUqX5cEAAAswOdB5bPPPlNCQoJGjhypdevWqWHDhmrfvr2OHz/u69IAAICP+TyovPHGG+rXr5969+6tOnXq6N1331Xp0qX14Ycf+ro0AADgYyV8efBLly5p7dq1SkxMdLb5+fmp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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAi8AAAGzCAYAAADnmPfhAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8g+/7EAAAACXBIWXMAAA9hAAAPYQGoP6dpAAA+y0lEQVR4nO3deZyN9f//8eeZYY6xzIxhxpDJHg0yIkRGoiItWiVlTdtoiKSpDxpkpEgKpYRvm8rW51PZKdrssu8mym7MjCEzxrx/f/SbkzMLc83izMXjfrudW5339T7X9bre53I8Xdf7OsdhjDECAACwCS9PFwAAAGAF4QUAANgK4QUAANgK4QUAANgK4QUAANgK4QUAANgK4QUAANgK4QUAANgK4QUAANgK4QVFWtWqVdW9e3dPl3HFe/PNN1W9enV5e3srPDw8x37du3dX1apVL1tdBS0uLk4Oh0PTpk3zdCnZSk5O1pNPPqmQkBA5HA7169fP0yUVuMI4hux+XMI6wgsum2nTpsnhcGjNmjXZLr/11ltVr169fG/n+++/12uvvZbv9VwtFi5cqJdeekktWrTQ1KlTNXLkyELZzsiRIzV37txCWfeVYuTIkZo2bZqeffZZffLJJ3riiSc8XRJQJBXzdAHAxezYsUNeXtYy9vfff68JEyYQYHJp6dKl8vLy0pQpU+Tj41No2xk5cqQeeughdezYsdC2YXdLly5Vs2bNNHToUE+XUmg+/PBDpaene7oM2BxnXlCkOZ1OFS9e3NNlWHL69GlPl2DJ0aNH5evrW6jBpbCcPXvW9n8Rpqen6+zZs5L+eS8CAgI8W1AhK168uJxOp6fLgM0RXlCkZZ7zcu7cOcXExKhWrVoqUaKEypUrp1tuuUWLFi2S9M+17wkTJkiSHA6H65Hh9OnTGjBggEJDQ+V0OlW7dm299dZbyvzj6n///beioqJUvnx5lSlTRvfee6/++usvORwOtzM6r732mhwOh7Zu3arHHntMZcuW1S233CJJ2rhxo7p3767q1aurRIkSCgkJUc+ePXXixAm3bWWsY+fOnXr88cfl7++voKAgDR48WMYYHThwQPfdd5/8/PwUEhKiMWPG5Grs0tLSNHz4cNWoUUNOp1NVq1bVK6+8opSUFFcfh8OhqVOn6vTp066xsjof5K233lLz5s1Vrlw5+fr6qlGjRpo5c6ZbH4fDodOnT2v69Omu7Vz4vv7111/q2bOnKlSoIKfTqbp16+rjjz92W8cPP/wgh8OhGTNm6D//+Y+uueYalSxZUklJSYqPj9eLL76o+vXrq3Tp0vLz81P79u31+++/W9qXnLz77ruqW7euSpYsqbJly6px48b6/PPPXctzmnOR8d5mHos+ffros88+U926deV0OjV//nw5HA7t27dP3333nWuM4uLilJqaqiFDhqhRo0by9/dXqVKl1LJlSy1btizL9tLT0/XOO++ofv36KlGihIKCgtSuXbssl2o//fRTNWrUSL6+vgoMDNSjjz6qAwcO5Ho8EhIS5O3trfHjx7vajh8/Li8vL5UrV87tz9Ozzz6rkJCQHMcqYx7SW2+9pcmTJ7uO15tuukmrV6/Osu25c+eqXr16KlGihOrVq6c5c+bkum5cObhshMsuMTFRx48fz9J+7ty5S772tddeU2xsrJ588kk1adJESUlJWrNmjdatW6fbb79dTz/9tA4ePKhFixbpk08+cXutMUb33nuvli1bpl69eik8PFwLFizQwIED9ddff+ntt9929e3evbu++uorPfHEE2rWrJl+/PFHdejQIce6Hn74YdWqVUsjR450fXAvWrRIe/fuVY8ePRQSEqItW7Zo8uTJ2rJli3777bcsf6l16tRJ119/vUaNGqXvvvtOI0aMUGBgoD744APddttteuONN/TZZ5/pxRdf1E033aSIiIiLjtWTTz6p6dOn66GHHtKAAQO0cuVKxcbGatu2ba4P/E8++USTJ0/WqlWr9NFHH0mSmjdvfsn34ULvvPOO7r33XnXp0kWpqamaMWOGHn74YX377beuMfvkk09c79lTTz0lSapRo4Yk6ciRI2rWrJnrL/WgoCDNmzdPvXr1UlJSUpZJq8OHD5ePj49efPFFpaSkyMfHR1u3btXcuXP18MMPq1q1ajpy5Ig++OADtWrVSlu3blWlSpUs7dOFPvzwQ0VFRemhhx5S3759dfbsWW3cuFErV67UY489lqd1Ll26VF999ZX69Omj8uXLq2LFivrkk0/0wgsvqHLlyhowYIAkKSgoSElJSfroo4/UuXNn9e7dW6dOndKUKVN05513atWqVW4TrHv16qVp06apffv2evLJJ5WWlqYVK1bot99+U+PGjSVJr7/+ugYPHqxHHnlETz75pI4dO6Z3331X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Lbfcop49eyo+Pt71HTwXjgWuApf79iZcvTJulV69enW2y1u1anXJW6VHjBhhmjRpYgICAoyvr6+pU6eOef31101qaqqrT1pamnn++edNUFCQcTgcbreqnjp1yrzwwgumUqVKpnjx4qZWrVrmzTffdN1KmuH06dMmMjLSBAYGmtKlS5uOHTuaHTt2GEluty5n3Ap77NixLPvz559/mvvvv98EBAQYf39/8/DDD5uDBw/meLt15nXkdAtzduOUnXPnzpmYmBhTrVo1U7x4cRMaGmqio6PN2bNnc7Wd7GR3S/CUKVNMrVq1jNPpNHXq1DFTp07N9hbh7du3m4iICOPr62skub2vR44cMZGRkSY0NNQUL17chISEmDZt2pjJkye7+mTcKv31119nqevs2bNmwIABpmLFisbX19e0aNHC/Prrr6ZVq1amVatWrn55uVX6gw8+MBEREaZcuXLG6XSaGjVqmIEDB5rExES3fgsXLjT16tUzPj4+pnbt2ubTTz/N8VbpyMjIbLeV3a3S6enpZuTIkaZKlSrG6XSahg0bmm+//Tbb9yItLc28+eabpk6dOsbHx8cEBQWZ9u3bm7Vr17r1mzVrlrnllltMqVKlTKlSpUydOnVMZGSk2bFjR67HJUNwcLCRZI4cOeJq++mnn4wk07Jlyyz9c7pV+s0338zSN/OflYzar7/+euN0Ok1YWJiZPXt2jreq48rlMIbZUEBubNiwQQ0bNtSnn36qLl26eLocALhqMecFyMbff/+dpW3cuHHy8vK65DfbAgAKF3NegGyMHj1aa9euVevWrVWsWDHNmzdP8+bN01NPPaXQ0FBPl4cCkJqaesn5NP7+/pZua74S/P3339l+D9GFAgMDbflDnrhycNkIyMaiRYsUExOjrVu3Kjk5Wddee62eeOIJvfrqqypWjMx/Jfjhhx8uOXF56tSpbj8geTWYNm2aevTocdE+y5Yt06233np5CgKyQXgBcFU6efKk1q5de9E+devWVcWKFS9TRUXDoUOHtGXLlov2adSokdtX+QOXG+EFAADYChN2AQCArdj64n16eroOHjyoMmXKFPpvuAAAgIJhjNGpU6dUqVKlXP32VWa2Di8HDx7kzg8AAGzqwIEDqly5suXX2Tq8ZHw194EDB+Tn5+fhagAAQG4kJSUpNDTU7UdyrbB1eMm4VOTn50d4AQDA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rRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRBeAACArRSJ8DJhwgRVrVpVJUqUUNOmTbVq1SpPlwQAAIooj4eXL7/8Uv3799fQoUO1bt06NWjQQHfeeaeOHj3q6dIAAEAR5PHwMnbsWPXu3Vs9evRQWFiY3n//fZUsWVIff/yxp0sDAABFUDFPbjw1NVVr165VdHS0q83Ly0tt27bVr7/+mqV/SkqKUlJSXM8TExMlSUlJSYVSX3rKmUJZLwAgfwrrc7+w2fHvlcIY64x1GmPy9HqPhpfjx4/r/PnzqlChglt7hQoVtH379iz9Y2NjFRMTk6U9NDS00GoEABQ9/uM8XcHVozDH+tSpU/L397f8Oo+GF6uio6PVv39/1/P09HTFx8erXLlycjgcWfonJSUpNDRUBw4ckJ+f3+UstchhLNwxHv9iLNwxHv9iLNwxHv/K71gYY3Tq1ClVqlQpT9v3aHgpX768vL29deTIEbf2I0eOKCQkJEt/p9Mpp9Pp1hYQEHDJ7fj5+V31B1oGxsId4/EvxsId4/EvxsId4/Gv/IxFXs64ZPDohF0fHx81atRIS5YscbWlp6dryZIluvnmmz1YGQAAKKo8ftmof//+6tatmxo3bqwmTZpo3LhxOn36tHr06OHp0gAAQBHk8fDSqVMnHTt2TEOGDNHhw4cVHh6u+fPnZ5nEmxdOp1NDhw7NcqnpasRYuGM8/sVYuGM8/sVYuGM8/uXpsXCYvN6nBAAA4AEe/5I6AAAAKwgvAADAVggvAADAVggvAADAVggvAADAVmwfXr777js1bdpUvr6+Klu2rDp27Jhj33PnzmnQoEGqX7++SpUqpUqVKqlr1646ePCgW7+qVavK4XC4PUaNGlXIe1IwrIyH9M9XNA8ZMkQVK1aUr6+v2rZtq127drn1iY+PV5cuXeTn56eAgAD16tVLycnJhbgX+Wf1PYyLi8vSP+Px9ddfu/pl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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAjIAAAGzCAYAAAA1yP25AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8g+/7EAAAACXBIWXMAAA9hAAAPYQGoP6dpAAAxkklEQVR4nO3dd3RUZeLG8WcSkhBKAqEE0ACBRJAuoFJcFEERUMF1FRSFAIIlGCBKiUoVDaAoiyIuFkB/VqoFKREQG0oNXUIVFoGAQAIBAyTv7489meOQwlycyczF7+ecOTLvvTPzzDtXebxlxmGMMQIAALChAF8HAAAAuFwUGQAAYFsUGQAAYFsUGQAAYFsUGQAAYFsUGQAAYFsUGQAAYFsUGQAAYFsUGQAAYFsUGcCP1axZU3Fxcb6OccV76aWXVKtWLQUGBqpJkya+jgPAAooMUExmzpwph8OhtWvXFrj8lltuUYMGDf7y63z11VcaPXr0X36ev4ulS5dq6NChat26tWbMmKEXX3zR15EAWFDC1wEAFG7Hjh0KCLD2/xtfffWVpk6dSplx0/LlyxUQEKB33nlHwcHBvo4DwCL2yAB+LCQkREFBQb6OYUlWVpavI1iSnp6u0NBQSgxgUxQZwI9dfI7M+fPnNWbMGMXGxqpkyZKqUKGCbrrpJqWkpEiS4uLiNHXqVEmSw+Fw3vJkZWXpqaeeUlRUlEJCQlSnTh29/PLLMsa4vO7Zs2eVkJCgihUrqmzZsrr77rt18OBBORwOlz09o0ePlsPh0LZt2/Tggw+qfPnyuummmyRJmzZtUlxcnGrVqqWSJUuqSpUq6tOnj37//XeX18p7jrS0ND300EMKDw9XpUqVNGLECBljdODAAXXp0kVhYWGqUqWKJk2a5NbcXbhwQc8//7xq166tkJAQ1axZU88884yys7Od6zgcDs2YMUNZWVnOuZo5c2ahz/ndd9/pvvvuU/Xq1RUSEqKoqCgNHjxYZ8+edVkvLi5OZcqU0Z49e9ShQweVLl1a1apV09ixY/PNtac/E0k6ePCg+vTpo8jISIWEhKh+/fp69913872f7OxsjRo1SjExMc73M3ToUJc5Avwdh5aAYpaRkaFjx47lGz9//vwlHzt69GglJyfrkUce0Q033KDMzEytXbtW69ev12233aZHH31Uv/32m1JSUvT++++7PNYYo7vvvlsrVqxQ37591aRJEy1ZskRDhgzRwYMH9eqrrzrXjYuL06effqqHH35YLVq00MqVK9W5c+dCc913332KjY3Viy++6PwLOCUlRXv27FHv3r1VpUoVbd26VdOnT9fWrVv1008/uRQsSerWrZuuvfZajR8/XgsXLtS4ceMUERGh//znP7r11ls1YcIEffDBB3r66ad1/fXXq02bNkXO1SOPPKJZs2bpX//6l5566in9/PPPSk5O1vbt2zV//nxJ0vvvv6/p06dr9erVevvttyVJrVq1KvQ5Z8+erTNnzujxxx9XhQoVtHr1ar322mv673//q9mzZ7usm5OTozvuuEMtWrTQxIkTtXjxYo0aNUoXLlzQ2LFjvfaZHDlyRC1atJDD4dCAAQNUqVIlLVq0SH379lVmZqYGDRokScrNzdXdd9+t77//Xv3799e1116rzZs369VXX1VaWpoWLFhQ5PwCfsMAKBYzZswwkoq81a9f3+UxNWrUML169XLeb9y4sencuXORrxMfH28K+ld7wYIFRpIZN26cy/i//vUv43A4zK5du4wxxqxbt85IMoMGDXJZLy4uzkgyo0aNco6NGjXKSDIPPPBAvtc7c+ZMvrGPPvrISDLffvttvufo37+/c+zChQvm6quvNg6Hw4wfP945fuLECRMaGuoyJwVJTU01kswjjzziMv70008bSWb58uXOsV69epnSpUsX+XxFvafk5GTjcDjMr7/+6vKcksyTTz7pHMvNzTWdO3c2wcHB5ujRo8YY73wmffv2NVWrVjXHjh1zWbd79+4mPDzc+R7ef/99ExAQYL777juX9d58800jyfzwww9uzQngaxxaAorZ1KlTlZKSku/WqFGjSz62XLly2rp1q3bu3Gn5db/66isFBgYqISHBZfypp56SMUaLFi2SJC1evFiS9MQTT7is9+STTxb63I899li+sdDQUOef//jjDx07dkwtWrSQJK1fvz7f+o888ojzz4GBgWrevLmMMerbt69zvFy5cqpTp4727NlTaBbpf+9VkhITE13Gn3rqKUnSwoULi3x8Yf78nrKysnTs2DG1atVKxhht2LAh3/oDBgxw/jlvD8m5c+f09ddfO3N68jMxxmju3Lm66667ZIzRsWPHnLcOHTooIyPDOfezZ8/Wtddeq7p167qsd+utt0qSVqxYcVlzBBQ3Di0BxeyGG25Q8+bN842XL1++wENOfzZ27Fh16dJF11xzjRo0aKA77rhDDz/8sFsl6Ndff1W1atVUtmxZl/Frr73WuTzvnwEBAYqOjnZZLyYmptDnvnhdSTp+/LjGjBmjjz/+WOnp6S7LMjIy8q1fvXp1l/vh4eEqWbKkKlasmG/84vNsLpb3Hi7OXKVKFZUrV875Xq3av3+/Ro4cqc8//1wnTpxwWXbxewoICFCtWrVcxq655hpJ0r59+5w5PfmZHD16VCdPntT06dM1ffr0At9D3mexc+dObd++XZUqVSpyPcDfUWQAG2nTpo12796tzz77TEuXLtXbb7+tV199VW+++abLHo3i9uc9FXnuv/9+/fjjjxoyZIiaNGmiMmXKKDc3V3fccYdyc3PzrR8YGOjWmKR8J8IW5uLzcP6KnJwc3XbbbTp+/LiGDRumunXrqnTp0jp48KDi4uIKfE/FLS/DQw89pF69ehW4Tl7pzc3NVcOGDfXKK68UuF5UVJR3QgIeRpEBbCYiIkK9e/dW7969dfr0abVp00ajR492FpnC/vKuUaOGvv76a506dcplD8Avv/ziXJ73z9zcXO3du1exsbHO9Xbt2uV2xhMnTmjZsmUaM2aMRo4c6Ry/nENilyPvPezcudO5d0P634mwJ0+edL5XKzZv3qy0tDTNmjVLPXv2dI7nXTF2sdzcXO3Zs8e5F0aS0tLSJP3varS8nJ78TCpVqqSyZcsqJydH7du3L/L91K5dWxs3blS7du08WviA4sY5MoCNXHxIpUyZMoqJiXG5XLZ06dKSpJMnT7qs26lTJ+Xk5Oj11193GX/11VflcDjUsWNHSVKHDh0kSW+88YbLeq+99prbOfP2pFy852Ty5MluP8df0alTpwJfL2/vQ1FXYBWmoPdkjNG///3vQh/z57k2xuj1119XUFCQ2rVr58zpyc8kMDBQ9957r+bOnastW7bky3P06FHnn++//34dPHhQb731Vr71zp49a7vvA8LfF3tkABupV6+ebrnlFjVr1kwRERFau3at5syZ43JSabNmzSRJCQkJ6tChgwIDA9W9e3fdddddatu2rZ599lnt27dPjRs31tKlS/XZZ59p0KBBql27tvPx9957ryZPnqzff//dealv3t4Ed/7vPSwsTG3atNHEiRN1/vx5XXXVVVq6dKn27t3rhVnJr3HjxurVq5em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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "test_dispersion.plots.all()" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Finally, one may also export the ellipses to a ``.kml`` file so it can be easily visualized in Google Earth\n" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "metadata": {}, + "outputs": [], + "source": [ + "test_dispersion.export_ellipses_to_kml(\n", + " filename=\"monte_carlo_analysis_outputs/monte_carlo_class_example.kml\",\n", + " origin_lat=env.latitude,\n", + " origin_lon=env.longitude,\n", + " type=\"impact\",\n", + ")" + ] + } + ], + "metadata": { + "hide_input": false, + "kernelspec": { + "display_name": "Python 3.10.5 64-bit", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.0" + }, + "vscode": { + "interpreter": { + "hash": "26de051ba29f2982a8de78e945f0abaf191376122a1563185a90213a26c5da77" + } + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/docs/notebooks/dispersion_analysis/parachute_drop_from_helicopter.ipynb b/docs/notebooks/monte_carlo_analysis/parachute_drop_from_helicopter.ipynb similarity index 98% rename from docs/notebooks/dispersion_analysis/parachute_drop_from_helicopter.ipynb rename to docs/notebooks/monte_carlo_analysis/parachute_drop_from_helicopter.ipynb index 873cd6301..b0a510b91 100644 --- a/docs/notebooks/dispersion_analysis/parachute_drop_from_helicopter.ipynb +++ b/docs/notebooks/monte_carlo_analysis/parachute_drop_from_helicopter.ipynb @@ -14,6 +14,13 @@ "This is an advanced use of RocketPy. This notebook wraps RocketPy's methods to run a Monte Carlo analysis and predict probability distributions of the rocket's landing point if realeased from a helicopter. This is a common test used to validate the parachute system before a rocket launch." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "TODO: Use the new MonteCarlo class in this notebook" + ] + }, { "attachments": {}, "cell_type": "markdown", @@ -391,7 +398,7 @@ "outputs": [], "source": [ "# Basic analysis info\n", - "filename = \"dispersion_analysis_outputs/parachute_drop_from_helicopter\"\n", + "filename = \"monte_carlo_analysis_outputs/parachute_drop_from_helicopter\"\n", "number_of_simulations = 4000\n", "\n", "# Create data files for inputs, outputs and error logging\n", @@ -411,7 +418,7 @@ "Env.maxExpectedHeight = 1500\n", "Env.setAtmosphericModel(\n", " type=\"Ensemble\",\n", - " file=\"dispersion_analysis_inputs/LASC2019_reanalysis.nc\",\n", + " file=\"monte_carlo_analysis_inputs/LASC2019_reanalysis.nc\",\n", " dictionary=\"ECMWF\",\n", ")\n", "\n", @@ -435,7 +442,7 @@ "\n", " # Create motor\n", " Keron = SolidMotor(\n", - " thrustSource=\"dispersion_analysis_inputs/thrustCurve.csv\",\n", + " thrustSource=\"monte_carlo_analysis_inputs/thrustCurve.csv\",\n", " burn_time=5.274,\n", " reshapeThrustCurve=(setting[\"burn_time\"], setting[\"impulse\"]),\n", " nozzle_radius=setting[\"nozzle_radius\"],\n", @@ -458,8 +465,8 @@ " mass=setting[\"rocketMass\"],\n", " inertiaI=setting[\"inertiaI\"],\n", " inertiaZ=setting[\"inertiaZ\"],\n", - " powerOffDrag=\"dispersion_analysis_inputs/Cd_PowerOff.csv\",\n", - " powerOnDrag=\"dispersion_analysis_inputs/Cd_PowerOn.csv\",\n", + " powerOffDrag=\"monte_carlo_analysis_inputs/Cd_PowerOff.csv\",\n", + " powerOnDrag=\"monte_carlo_analysis_inputs/Cd_PowerOn.csv\",\n", " centerOfDryMassPosition=0,\n", " coordinateSystemOrientation=\"tailToNose\",\n", " )\n", @@ -580,7 +587,7 @@ }, "outputs": [], "source": [ - "filename = \"dispersion_analysis_outputs/parachute_drop_from_helicopter\"\n", + "filename = \"monte_carlo_analysis_outputs/parachute_drop_from_helicopter\"\n", "\n", "# Initialize variable to store all results\n", "dispersion_general_results = []\n", @@ -1164,7 +1171,7 @@ "from matplotlib.patches import Ellipse\n", "\n", "# Import background map\n", - "img = imread(\"dispersion_analysis_inputs/Valetudo_basemap_final.jpg\")\n", + "img = imread(\"monte_carlo_analysis_inputs/Valetudo_basemap_final.jpg\")\n", "\n", "# Retrieve dispersion data por apogee and impact XY position\n", "apogeeX = np.array(dispersion_results[\"apogeeX\"])\n", diff --git a/docs/reference/classes/monte_carlo/index.rst b/docs/reference/classes/monte_carlo/index.rst new file mode 100644 index 000000000..0f4630696 --- /dev/null +++ b/docs/reference/classes/monte_carlo/index.rst @@ -0,0 +1,9 @@ +Monte Carlo Analysis +==================== + +.. toctree:: + :maxdepth: 1 + :caption: Contents: + + monte_carlo + Stochastic models diff --git a/docs/reference/classes/monte_carlo/monte_carlo.rst b/docs/reference/classes/monte_carlo/monte_carlo.rst new file mode 100644 index 000000000..8c127855b --- /dev/null +++ b/docs/reference/classes/monte_carlo/monte_carlo.rst @@ -0,0 +1,5 @@ +Monte Carlo Class +----------------- + +.. autoclass:: rocketpy.simulation.MonteCarlo + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/index.rst b/docs/reference/classes/monte_carlo/stochastic_models/index.rst new file mode 100644 index 000000000..fd31647f7 --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/index.rst @@ -0,0 +1,20 @@ +Stochastic Models +================= + +.. toctree:: + :maxdepth: 1 + :caption: Contents: + + stochastic_model + stochastic_environment + stochastic_motor_model + stochastic_solid_motor + stochastic_generic_motor + stochastic_nose_cone + stochastic_trapezoidal_fins + stochastic_elliptical_fins + stochastic_tail + stochastic_rail_buttons + stochastic_rocket + stochastic_parachute + stochastic_flight diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_elliptical_fins.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_elliptical_fins.rst new file mode 100644 index 000000000..f661b6115 --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_elliptical_fins.rst @@ -0,0 +1,5 @@ +Stochastic Elliptical Fins +-------------------------- + +.. autoclass:: rocketpy.stochastic.StochasticEllipticalFins + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_environment.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_environment.rst new file mode 100644 index 000000000..41e12dbd7 --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_environment.rst @@ -0,0 +1,5 @@ +Stochastic Environment +---------------------- + +.. autoclass:: rocketpy.stochastic.StochasticEnvironment + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_flight.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_flight.rst new file mode 100644 index 000000000..c3e7ba85d --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_flight.rst @@ -0,0 +1,5 @@ +Stochastic Flight +----------------- + +.. autoclass:: rocketpy.stochastic.StochasticFlight + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_generic_motor.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_generic_motor.rst new file mode 100644 index 000000000..617bfd06e --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_generic_motor.rst @@ -0,0 +1,5 @@ +Stochastic Generic Motor +------------------------ + +.. autoclass:: rocketpy.stochastic.StochasticGenericMotor + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_model.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_model.rst new file mode 100644 index 000000000..619ca848e --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_model.rst @@ -0,0 +1,7 @@ +.. _stochastic_model: + +Stochastic Model +----------------- + +.. autoclass:: rocketpy.stochastic.StochasticModel + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_motor_model.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_motor_model.rst new file mode 100644 index 000000000..3f96b4a23 --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_motor_model.rst @@ -0,0 +1,5 @@ +Stochastic Motor Model +---------------------- + +.. autoclass:: rocketpy.stochastic.stochastic_motor_model.StochasticMotorModel + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_nose_cone.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_nose_cone.rst new file mode 100644 index 000000000..cf471219b --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_nose_cone.rst @@ -0,0 +1,5 @@ +Stochastic Nose Cone +-------------------- + +.. autoclass:: rocketpy.stochastic.StochasticNoseCone + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_parachute.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_parachute.rst new file mode 100644 index 000000000..ffd851dc1 --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_parachute.rst @@ -0,0 +1,5 @@ +Stochastic Parachute +-------------------- + +.. autoclass:: rocketpy.stochastic.StochasticParachute + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_rail_buttons.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_rail_buttons.rst new file mode 100644 index 000000000..7036486aa --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_rail_buttons.rst @@ -0,0 +1,5 @@ +Stochastic Rail Buttons +----------------------- + +.. autoclass:: rocketpy.stochastic.StochasticRailButtons + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_rocket.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_rocket.rst new file mode 100644 index 000000000..af262b55b --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_rocket.rst @@ -0,0 +1,5 @@ +Stochastic Rocket +----------------- + +.. autoclass:: rocketpy.stochastic.StochasticRocket + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_solid_motor.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_solid_motor.rst new file mode 100644 index 000000000..8135af752 --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_solid_motor.rst @@ -0,0 +1,5 @@ +Stochastic Solid Motor +---------------------- + +.. autoclass:: rocketpy.stochastic.StochasticSolidMotor + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_tail.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_tail.rst new file mode 100644 index 000000000..27c8c321e --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_tail.rst @@ -0,0 +1,5 @@ +Stochastic Tail +--------------- + +.. autoclass:: rocketpy.stochastic.StochasticTail + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_trapezoidal_fins.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_trapezoidal_fins.rst new file mode 100644 index 000000000..d172a441a --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_trapezoidal_fins.rst @@ -0,0 +1,5 @@ +Stochastic Trapezoidal Fins +--------------------------- + +.. autoclass:: rocketpy.stochastic.StochasticTrapezoidalFins + :members: \ No newline at end of file diff --git a/docs/reference/index.rst b/docs/reference/index.rst index 9b7295281..08f99447c 100644 --- a/docs/reference/index.rst +++ b/docs/reference/index.rst @@ -17,6 +17,7 @@ This reference manual details functions, modules, methods and attributes include classes/Flight Utilities classes/EnvironmentAnalysis + Monte Carlo Analysis .. toctree:: :maxdepth: 2 diff --git a/docs/user/first_simulation.rst b/docs/user/first_simulation.rst index 6fab61238..93f328922 100644 --- a/docs/user/first_simulation.rst +++ b/docs/user/first_simulation.rst @@ -663,7 +663,7 @@ analysis. Here we will show some examples, but much more can be done! .. seealso:: *RocketPy* can be used to perform a Monte Carlo Dispersion Analysis. See - `Monte Carlo Simulations `_ + `Monte Carlo Simulations `_ for more information. Apogee as a Function of Mass diff --git a/docs/user/index.rst b/docs/user/index.rst index 6896f9d4e..e2dc271fd 100644 --- a/docs/user/index.rst +++ b/docs/user/index.rst @@ -30,8 +30,8 @@ RocketPy's User Guide :maxdepth: 2 :caption: Dispersion Analysis - ../notebooks/dispersion_analysis/dispersion_analysis.ipynb - ../notebooks/dispersion_analysis/parachute_drop_from_helicopter.ipynb + ../notebooks/monte_carlo_analysis/monte_carlo_analysis.ipynb + ../notebooks/monte_carlo_analysis/parachute_drop_from_helicopter.ipynb .. toctree:: :maxdepth: 2 diff --git a/pyproject.toml b/pyproject.toml index 350f7ae37..df56a6fd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,11 @@ env-analysis = [ "ipywidgets>=7.6.3" ] -all = ["rocketpy[env-analysis]"] +monte-carlo = [ + "imageio", +] + +all = ["rocketpy[env-analysis]", "rocketpy[monte-carlo]"] [tool.black] line-length = 88 diff --git a/requirements-optional.txt b/requirements-optional.txt index 699bbde14..0cf42683d 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -2,4 +2,5 @@ windrose>=1.6.8 ipython ipywidgets>=7.6.3 jsonpickle -timezonefinder \ No newline at end of file +timezonefinder +imageio \ No newline at end of file diff --git a/rocketpy/__init__.py b/rocketpy/__init__.py index 10404b619..400d2124a 100644 --- a/rocketpy/__init__.py +++ b/rocketpy/__init__.py @@ -37,4 +37,15 @@ Tail, TrapezoidalFins, ) -from .simulation import Flight +from .simulation import Flight, MonteCarlo +from .stochastic import ( + StochasticEllipticalFins, + StochasticEnvironment, + StochasticFlight, + StochasticNoseCone, + StochasticParachute, + StochasticRocket, + StochasticSolidMotor, + StochasticTail, + StochasticTrapezoidalFins, +) diff --git a/rocketpy/_encoders.py b/rocketpy/_encoders.py new file mode 100644 index 000000000..3fb5202a3 --- /dev/null +++ b/rocketpy/_encoders.py @@ -0,0 +1,43 @@ +"""Defines a custom JSON encoder for RocketPy objects.""" + +import json +import types + +import numpy as np + +from rocketpy.mathutils.function import Function + + +class RocketPyEncoder(json.JSONEncoder): + """NOTE: This is still under construction, please don't use it yet.""" + + def default(self, o): + if isinstance( + o, + ( + np.int_, + np.intc, + np.intp, + np.int8, + np.int16, + np.int32, + np.int64, + np.uint8, + np.uint16, + np.uint32, + np.uint64, + ), + ): + return int(o) + elif isinstance(o, (np.float_, np.float16, np.float32, np.float64)): + return float(o) + elif isinstance(o, np.ndarray): + return o.tolist() + elif hasattr(o, "to_dict"): + return o.to_dict() + # elif isinstance(o, Function): + # return o.__dict__() + elif isinstance(o, (Function, types.FunctionType)): + return repr(o) + else: + return json.JSONEncoder.default(self, o) diff --git a/rocketpy/plots/monte_carlo_plots.py b/rocketpy/plots/monte_carlo_plots.py new file mode 100644 index 000000000..e03a3f4f3 --- /dev/null +++ b/rocketpy/plots/monte_carlo_plots.py @@ -0,0 +1,188 @@ +import matplotlib.pyplot as plt + +from ..tools import generate_monte_carlo_ellipses + + +class _MonteCarloPlots: + """Class to plot the monte carlo analysis results.""" + + def __init__(self, monte_carlo): + self.monte_carlo = monte_carlo + + def ellipses( + self, + image=None, + actual_landing_point=None, + perimeter_size=3000, + xlim=(-3000, 3000), + ylim=(-3000, 3000), + save=False, + ): + """A function to plot the error ellipses for the apogee and impact + points of the rocket. The function also plots the real landing point, if + given + + Parameters + ---------- + image : str, optional + The path to the image to be used as the background + actual_landing_point : tuple, optional + A tuple containing the actual landing point of the rocket, if known. + Useful when comparing the Monte Carlo results with the actual landing. + Must be given in tuple format, such as (x, y) in meters. + By default None. + perimeter_size : int, optional + The size of the perimeter to be plotted. The default is 3000. + xlim : tuple, optional + The limits of the x axis. The default is (-3000, 3000). + ylim : tuple, optional + The limits of the y axis. The default is (-3000, 3000). + save : bool + Whether save the output into a file or not. The default is False. + If True, the image will not be displayed, and the .savefig() method + will be called. If False, the image will be displayed, and the + .show() method will be called. + + Returns + ------- + None + """ + # Import background map + if image is not None: + # TODO: use the optional import function + try: + from imageio import imread + + img = imread(image) + except ImportError: + raise ImportError( + "The 'imageio' package could not be. Please install it to add background images." + ) + except FileNotFoundError: + raise FileNotFoundError( + "The image file was not found. Please check the path." + ) + + ( + impact_ellipses, + apogee_ellipses, + apogee_x, + apogee_y, + impact_x, + impact_y, + ) = generate_monte_carlo_ellipses(self.monte_carlo.results) + + # Create plot figure + plt.figure(num=None, figsize=(8, 6), dpi=150, facecolor="w", edgecolor="k") + ax = plt.subplot(111) + + for ell in impact_ellipses: + ax.add_artist(ell) + for ell in apogee_ellipses: + ax.add_artist(ell) + + # Draw launch point + plt.scatter(0, 0, s=30, marker="*", color="black", label="Launch Point") + # Draw apogee points + plt.scatter( + apogee_x, apogee_y, s=5, marker="^", color="green", label="Simulated Apogee" + ) + # Draw impact points + plt.scatter( + impact_x, + impact_y, + s=5, + marker="v", + color="blue", + label="Simulated Landing Point", + ) + # Draw real landing point + if actual_landing_point != None: + plt.scatter( + actual_landing_point[0], + actual_landing_point[1], + s=20, + marker="X", + color="red", + label="Measured Landing Point", + ) + + plt.legend() + + # Add title and labels to plot + ax.set_title( + "1$\\sigma$, 2$\\sigma$ and 3$\\sigma$ " + + "Monte Carlo Ellipses: Apogee and Landing Points" + ) + ax.set_ylabel("North (m)") + ax.set_xlabel("East (m)") + + # Add background image to plot + # TODO: In the future, integrate with other libraries to plot the map (e.g. cartopy, ee, etc.) + # You can translate the basemap by changing dx and dy (in meters) + dx = 0 + dy = 0 + if image is not None: + plt.imshow( + img, + zorder=0, + extent=[ + -perimeter_size - dx, + perimeter_size - dx, + -perimeter_size - dy, + perimeter_size - dy, + ], + ) + plt.axhline(0, color="black", linewidth=0.5) + plt.axvline(0, color="black", linewidth=0.5) + plt.xlim(*xlim) + plt.ylim(*ylim) + + # Save plot and show result + if save: + plt.savefig( + str(self.monte_carlo.filename) + ".png", + bbox_inches="tight", + pad_inches=0, + ) + else: + plt.show() + + def all(self, keys=None): + """Plot the results of the Monte Carlo analysis. + + Parameters + ---------- + keys : str, list or tuple, optional + The keys of the results to be plotted. If None, all results will be + plotted. The default is None. + + Returns + ------- + None + """ + + if keys is None: + keys = self.monte_carlo.results.keys() + elif isinstance(keys, str): + keys = [keys] + elif isinstance(keys, (list, tuple)): + keys = list(set(keys).intersection(self.monte_carlo.results.keys())) + if len(keys) == 0: + raise ValueError( + "The selected 'keys' are not available in the results. " + "Please check the documentation." + ) + else: + raise ValueError( + "The 'keys' argument must be a string, list or tuple. " + "Please check the documentation." + ) + for key in keys: + plt.figure() + plt.hist( + self.monte_carlo.results[key], + ) + plt.title(f"Histogram of {key}") + plt.ylabel("Number of Occurrences") + plt.show() diff --git a/rocketpy/prints/monte_carlo_prints.py b/rocketpy/prints/monte_carlo_prints.py new file mode 100644 index 000000000..6249626ce --- /dev/null +++ b/rocketpy/prints/monte_carlo_prints.py @@ -0,0 +1,27 @@ +class _MonteCarloPrints: + """Class to print the monte carlo analysis results.""" + + def __init__(self, monte_carlo): + self.monte_carlo = monte_carlo + + def all(self): + """Print the mean and standard deviation of each parameter in the results + dictionary or of the variables passed as argument. + + Parameters + ---------- + None + + Returns + ------- + None + + """ + print("Monte Carlo Simulation by RocketPy") + print("Data Source: ", self.monte_carlo.filename) + print("Number of simulations: ", self.monte_carlo.num_of_loaded_sims) + print("Results: \n") + print(f"{'Parameter':>25} {'Mean':>15} {'Std. Dev.':>15}") + print("-" * 60) + for key, value in self.monte_carlo.processed_results.items(): + print(f"{key:>25} {value[0]:>15.3f} {value[1]:>15.3f}") diff --git a/rocketpy/rocket/components.py b/rocketpy/rocket/components.py index 1d1d33e56..3197db687 100644 --- a/rocketpy/rocket/components.py +++ b/rocketpy/rocket/components.py @@ -27,7 +27,7 @@ def __repr__(self): """Return a string representation of the Components instance.""" components_str = "\n".join( [ - f"\tComponent: {str(c.component):80} Position: {c.position:>6.3f}" + f"\tComponent: {str(c.component):80} Position: {c.position}" for c in self._components ] ) @@ -103,6 +103,16 @@ def get_tuple_by_type(self, component_type): ] return component_type_list + def get_components(self): + """Return a list of all the components in the list of components. + + Returns + ------- + list + A list of all the components in the list of components. + """ + return [c.component for c in self._components] + def get_positions(self): """Return a list of all the positions of the components in the list of components. diff --git a/rocketpy/rocket/parachute.py b/rocketpy/rocket/parachute.py index 31f9252ed..f96e2a024 100644 --- a/rocketpy/rocket/parachute.py +++ b/rocketpy/rocket/parachute.py @@ -65,6 +65,11 @@ class Parachute: Parachute.lag : float Time, in seconds, between the parachute ejection system is triggered and the parachute is fully opened. + Parachute.noise : tuple, list + List in the format (mean, standard deviation, time-correlation). + The values are used to add noise to the pressure signal which is passed + to the trigger function. Default value is (0, 0, 0). Units are in + pascal. Parachute.noise_bias : float Mean value of the noise added to the pressure signal, which is passed to the trigger function. Unit is in pascal. @@ -154,6 +159,7 @@ def __init__( self.trigger = trigger self.sampling_rate = sampling_rate self.lag = lag + self.noise = noise self.noise_signal = [[-1e-6, np.random.normal(noise[0], noise[1])]] self.noisy_pressure_signal = [] self.clean_pressure_signal = [] diff --git a/rocketpy/simulation/__init__.py b/rocketpy/simulation/__init__.py index 46c3b40ed..b1aecdd99 100644 --- a/rocketpy/simulation/__init__.py +++ b/rocketpy/simulation/__init__.py @@ -1,2 +1,3 @@ from .flight import Flight from .flight_data_importer import FlightDataImporter +from .monte_carlo import MonteCarlo diff --git a/rocketpy/simulation/monte_carlo.py b/rocketpy/simulation/monte_carlo.py new file mode 100644 index 000000000..2ea28eaa9 --- /dev/null +++ b/rocketpy/simulation/monte_carlo.py @@ -0,0 +1,669 @@ +"""Defines the MonteCarlo class.""" + +import json +import warnings +from time import process_time, time + +import numpy as np +import simplekml + +from rocketpy._encoders import RocketPyEncoder +from rocketpy.plots.monte_carlo_plots import _MonteCarloPlots +from rocketpy.prints.monte_carlo_prints import _MonteCarloPrints +from rocketpy.simulation.flight import Flight +from rocketpy.tools import ( + generate_monte_carlo_ellipses, + generate_monte_carlo_ellipses_coordinates, +) + +# TODO: Let Functions and Flights be json serializable +# TODO: Create evolution plots to analyze convergence + + +class MonteCarlo: + """Class to run a Monte Carlo simulation of a rocket flight. + + Attributes + ---------- + filename : str + When running a new simulation, this parameter represents the + initial part of the export filenames. For example, if the value + is 'filename', the exported output files will be named + 'filename.outputs.txt'. When analyzing the results of a + previous simulation, this parameter should be set to the .txt + file containing the outputs of the previous monte carlo analysis. + environment : StochasticEnvironment + The stochastic environment object to be iterated over. + rocket : StochasticRocket + The stochastic rocket object to be iterated over. + flight : StochasticFlight + The stochastic flight object to be iterated over. + export_list : list + The list of variables to export. If None, the default list will + be used. Default is None. # TODO: improve docs to explain the + default list, and what can be exported. + inputs_log : list + List of dictionaries with the inputs used in each simulation. + outputs_log : list + List of dictionaries with the outputs of each simulation. + errors_log : list + List of dictionaries with the errors of each simulation. + num_of_loaded_sims : int + Number of simulations loaded from output_file being currently used. + results : dict + Monte carlo analysis results organized in a dictionary where the keys + are the names of the saved attributes, and the values are a list with + all the result number of the respective attribute + processed_results : dict + Creates a dictionary with the mean and standard deviation of each + parameter available in the results + prints : _MonteCarloPrints + Object with methods to print information about the monte carlo + simulation. + plots : _MonteCarloPlots + Object with methods to plot information about the monte carlo + simulation. + """ + + def __init__(self, filename, environment, rocket, flight, export_list=None): + """ + Initialize a MonteCarlo object. + + Parameters + ---------- + filename : str + When running a new simulation, this parameter represents the + initial part of the export filenames. For example, if the value + is 'filename', the exported output files will be named + 'filename.outputs.txt'. When analyzing the results of a + previous simulation, this parameter should be set to the .txt + file containing the outputs of the previous monte carlo + analysis. + environment : StochasticEnvironment + The stochastic environment object to be iterated over. + rocket : StochasticRocket + The stochastic rocket object to be iterated over. + flight : StochasticFlight + The stochastic flight object to be iterated over. + export_list : list, optional + The list of variables to export. If None, the default list will + be used. Default is None. # TODO: improve docs to explain the + default list, and what can be exported. + + Returns + ------- + None + """ + warnings.warn( + "This class is still under testing and some attributes may be " + "changed in next versions", + UserWarning, + ) + + # Save and initialize parameters + self.filename = filename + self.environment = environment + self.rocket = rocket + self.flight = flight + self.export_list = [] + self.inputs_log = [] + self.outputs_log = [] + self.errors_log = [] + self.num_of_loaded_sims = 0 + self.results = {} + self.processed_results = {} + self.prints = _MonteCarloPrints(self) + self.plots = _MonteCarloPlots(self) + self._inputs_dict = {} + self._last_print_len = 0 # used to print on the same line + + # Checks export_list + self.export_list = self.__check_export_list(export_list) + + try: + self.import_inputs() + except FileNotFoundError: + self._input_file = f"{filename}.inputs.txt" + + try: + self.import_outputs() + except FileNotFoundError: + self._output_file = f"{filename}.outputs.txt" + + try: + self.import_errors() + except FileNotFoundError: + self._error_file = f"{filename}.errors.txt" + + def simulate(self, number_of_simulations, append=False): + """ + Runs the monte carlo simulation and saves all data. + + Parameters + ---------- + number_of_simulations : int + Number of simulations to be run, must be non-negative. + append : bool, optional + If True, the results will be appended to the existing files. If + False, the files will be overwritten. Default is False. + + Returns + ------- + None + """ + # Create data files for inputs, outputs and error logging + open_mode = "a" if append else "w" + input_file = open(self._input_file, open_mode, encoding="utf-8") + output_file = open(self._output_file, open_mode, encoding="utf-8") + error_file = open(self._error_file, open_mode, encoding="utf-8") + + # initialize counters + self.number_of_simulations = number_of_simulations + self.iteration_count = self.num_of_loaded_sims if append else 0 + self.start_time = time() + self.start_cpu_time = process_time() + + # Begin display + print("Starting monte carlo analysis", end="\r") + + try: + while self.iteration_count < self.number_of_simulations: + self.__run_single_simulation(input_file, output_file) + except KeyboardInterrupt: + print("Keyboard Interrupt, files saved.") + error_file.write(json.dumps(self._inputs_dict, cls=RocketPyEncoder) + "\n") + self.__close_files(input_file, output_file, error_file) + except Exception as error: + print(f"Error on iteration {self.iteration_count}: {error}") + error_file.write(json.dumps(self._inputs_dict, cls=RocketPyEncoder) + "\n") + self.__close_files(input_file, output_file, error_file) + raise error + + self.__finalize_simulation(input_file, output_file, error_file) + + def __run_single_simulation(self, input_file, output_file): + """Runs a single simulation and saves the inputs and outputs to the + respective files.""" + # Update iteration count + self.iteration_count += 1 + # Run trajectory simulation + monte_carlo_flight = Flight( + rocket=self.rocket.create_object(), + environment=self.environment.create_object(), + rail_length=self.flight._randomize_rail_length(), + inclination=self.flight._randomize_inclination(), + heading=self.flight._randomize_heading(), + initial_solution=self.flight.initial_solution, + terminate_on_apogee=self.flight.terminate_on_apogee, + ) + + self._inputs_dict = dict( + item + for d in [ + self.environment.last_rnd_dict, + self.rocket.last_rnd_dict, + self.flight.last_rnd_dict, + ] + for item in d.items() + ) + + # Export inputs and outputs to file + self.__export_flight_data( + flight=monte_carlo_flight, + inputs_dict=self._inputs_dict, + input_file=input_file, + output_file=output_file, + ) + + average_time = (process_time() - self.start_cpu_time) / self.iteration_count + estimated_time = int( + (self.number_of_simulations - self.iteration_count) * average_time + ) + self.__reprint( + f"Current iteration: {self.iteration_count:06d} | " + f"Average Time per Iteration: {average_time:.3f} s | " + f"Estimated time left: {estimated_time} s", + end="\r", + flush=True, + ) + + def __close_files(self, input_file, output_file, error_file): + """Closes all the files.""" + input_file.close() + output_file.close() + error_file.close() + + def __finalize_simulation(self, input_file, output_file, error_file): + """Finalizes the simulation, closes the files and prints the results.""" + final_string = ( + f"Completed {self.iteration_count} iterations. Total CPU time: " + f"{process_time() - self.start_cpu_time:.1f} s. Total wall time: " + f"{time() - self.start_time:.1f} s\n" + ) + + self.__reprint(final_string + "Saving results.", flush=True) + + # close files to guarantee saving + self.__close_files(input_file, output_file, error_file) + + # resave the files on self and calculate post simulation attributes + self.input_file = f"{self.filename}.inputs.txt" + self.output_file = f"{self.filename}.outputs.txt" + self.error_file = f"{self.filename}.errors.txt" + + print(f"Results saved to {self._output_file}") + + def __export_flight_data( + self, + flight, + inputs_dict, + input_file, + output_file, + ): + """Exports the flight data to the respective files.""" + # Construct the dict with the results from the flight + results = { + export_item: getattr(flight, export_item) + for export_item in self.export_list + } + + # Write flight setting and results to file + input_file.write(json.dumps(inputs_dict, cls=RocketPyEncoder) + "\n") + output_file.write(json.dumps(results, cls=RocketPyEncoder) + "\n") + + def __check_export_list(self, export_list): + """Checks if the export_list is valid and returns a valid list. If no + export_list is provided, the default list is used.""" + standard_output = set( + { + "apogee", + "apogee_time", + "apogee_x", + "apogee_y", + "t_final", + "x_impact", + "y_impact", + "impact_velocity", + "initial_stability_margin", + "out_of_rail_stability_margin", + "out_of_rail_time", + "out_of_rail_velocity", + "max_mach_number", + "frontal_surface_wind", + "lateral_surface_wind", + } + ) + exportables = set( + { + "inclination", + "heading", + "effective1rl", + "effective2rl", + "out_of_rail_time", + "out_of_rail_time_index", + "out_of_rail_state", + "out_of_rail_velocity", + "rail_button1_normal_force", + "max_rail_button1_normal_force", + "rail_button1_shear_force", + "max_rail_button1_shear_force", + "rail_button2_normal_force", + "max_rail_button2_normal_force", + "rail_button2_shear_force", + "max_rail_button2_shear_force", + "out_of_rail_static_margin", + "apogee_state", + "apogee_time", + "apogee_x", + "apogee_y", + "apogee", + "x_impact", + "y_impact", + "z_impact", + "impact_velocity", + "impact_state", + "parachute_events", + "apogee_freestream_speed", + "final_static_margin", + "frontal_surface_wind", + "initial_static_margin", + "lateral_surface_wind", + "max_acceleration", + "max_acceleration_time", + "max_dynamic_pressure_time", + "max_dynamic_pressure", + "max_mach_number_time", + "max_mach_number", + "max_reynolds_number_time", + "max_reynolds_number", + "max_speed_time", + "max_speed", + "max_total_pressure_time", + "max_total_pressure", + "t_final", + } + ) + if export_list: + for attr in set(export_list): + if not isinstance(attr, str): + raise TypeError("Variables in export_list must be strings.") + + # Checks if attribute is not valid + if attr not in exportables: + raise ValueError( + f"Attribute '{attr}' can not be exported. Check export_list." + ) + else: + # No export list provided, using default list instead. + export_list = standard_output + + return export_list + + def __reprint(self, msg, end="\n", flush=False): + """Prints a message on the same line as the previous one and replaces + the previous message with the new one, deleting the extra characters + from the previous message. + + Parameters + ---------- + msg : str + Message to be printed. + end : str, optional + String appended after the message. Default is a new line. + flush : bool, optional + If True, the output is flushed. Default is False. + + Returns + ------- + None + """ + + len_msg = len(msg) + if len_msg < self._last_print_len: + msg += " " * (self._last_print_len - len_msg) + else: + self._last_print_len = len_msg + + print(msg, end=end, flush=flush) + + @property + def input_file(self): + """String containing the filepath of the input file""" + return self._input_file + + @input_file.setter + def input_file(self, value): + """Setter for input_file. Sets/updates inputs_log.""" + self._input_file = value + self.set_inputs_log() + + @property + def output_file(self): + """String containing the filepath of the output file""" + return self._output_file + + @output_file.setter + def output_file(self, value): + """Setter for input_file. Sets/updates outputs_log, num_of_loaded_sims, + results, and processed_results.""" + self._output_file = value + self.set_outputs_log() + self.set_num_of_loaded_sims() + self.set_results() + self.set_processed_results() + + @property + def error_file(self): + """String containing the filepath of the error file""" + return self._error_file + + @error_file.setter + def error_file(self, value): + """Setter for input_file. Sets/updates inputs_log.""" + self._error_file = value + self.set_errors_log() + + # setters for post simulation attributes + def set_inputs_log(self): + """Sets inputs_log from a file into an attribute for easy access""" + self.inputs_log = [] + with open(self.input_file, mode="r", encoding="utf-8") as rows: + for line in rows: + self.inputs_log.append(json.loads(line)) + + def set_outputs_log(self): + """Sets outputs_log from a file into an attribute for easy access""" + self.outputs_log = [] + with open(self.output_file, mode="r", encoding="utf-8") as rows: + for line in rows: + self.outputs_log.append(json.loads(line)) + + def set_errors_log(self): + """Sets errors_log log from a file into an attribute for easy access""" + self.errors_log = [] + with open(self.error_file, mode="r", encoding="utf-8") as errors: + for line in errors: + self.errors_log.append(json.loads(line)) + + def set_num_of_loaded_sims(self): + """Number of simulations loaded from output_file being currently used.""" + with open(self.output_file, mode="r", encoding="utf-8") as outputs: + self.num_of_loaded_sims = sum(1 for _ in outputs) + + def set_results(self): + """Monte carlo results organized in a dictionary where the keys are the + names of the saved attributes, and the values are a list with all the + result number of the respective attribute""" + self.results = {} + for result in self.outputs_log: + for key, value in result.items(): + if key in self.results: + self.results[key].append(value) + else: + self.results[key] = [value] + + def set_processed_results(self): + """Creates a dictionary with the mean and standard deviation of each + parameter available in the results""" + self.processed_results = {} + for result, values in self.results.items(): + mean = np.mean(values) + stdev = np.std(values) + self.processed_results[result] = (mean, stdev) + + def import_outputs(self, filename=None): + """Import monte carlo results from .txt file and save it into a + dictionary. + + Parameters + ---------- + filename : str + Name or directory path to the file to be imported. If none, + self.filename will be used. + + Returns + ------- + None + """ + filepath = filename if filename else self.filename + + try: + with open(f"{filepath}.outputs.txt", "r+", encoding="utf-8"): + self.output_file = f"{filepath}.outputs.txt" + except FileNotFoundError: + with open(filepath, "r+", encoding="utf-8"): + self.output_file = filepath + + print( + f"A total of {self.num_of_loaded_sims} simulations results were " + f"loaded from the following output file: {self.output_file}\n" + ) + + def import_inputs(self, filename=None): + """Import monte carlo results from .txt file and save it into a + dictionary. + + Parameters + ---------- + filename : str + Name or directory path to the file to be imported. If none, + self.filename will be used. + + Returns + ------- + None + """ + filepath = filename if filename else self.filename + + try: + with open(f"{filepath}.inputs.txt", "r+", encoding="utf-8"): + self.input_file = f"{filepath}.inputs.txt" + except FileNotFoundError: + with open(filepath, "r+", encoding="utf-8"): + self.input_file = filepath + + print(f"The following input file was imported: {self.input_file}") + + def import_errors(self, filename=None): + """Import monte carlo results from .txt file and save it into a + dictionary. + + Parameters + ---------- + filename : str + Name or directory path to the file to be imported. If none, + self.filename will be used. + + Returns + ------- + None + """ + filepath = filename if filename else self.filename + + try: + with open(f"{filepath}.errors.txt", "r+", encoding="utf-8"): + self.error_file = f"{filepath}.errors.txt" + except FileNotFoundError: + with open(filepath, "r+", encoding="utf-8"): + self.error_file = filepath + print(f"The following error file was imported: {self.error_file}") + + def import_results(self, filename=None): + """Import monte carlo results from .txt file and save it into a + dictionary. + + Parameters + ---------- + filename : str + Name or directory path to the file to be imported. If none, + self.filename will be used. + + Returns + ------- + None + """ + # select file to use + filepath = filename if filename else self.filename + + self.import_outputs(filename=filepath) + self.import_inputs(filename=filepath) + self.import_errors(filename=filepath) + + def export_ellipses_to_kml( + self, + filename, + origin_lat, + origin_lon, + type="all", + resolution=100, + color="ff0000ff", + ): + """Generates a KML file with the ellipses on the impact point. + + Parameters + ---------- + results : dict + Contains results from the Monte Carlo simulation. + filename : String + Name to the KML exported file. + origin_lat : float + Latitude coordinate of Ellipses' geometric center, in degrees. + origin_lon : float + Latitude coordinate of Ellipses' geometric center, in degrees. + type : String + Type of ellipses to be exported. Options are: 'all', 'impact' and + 'apogee'. Default is 'all', it exports both apogee and impact + ellipses. + resolution : int + Number of points to be used to draw the ellipse. Default is 100. + color : String + Color of the ellipse. Default is 'ff0000ff', which is red. + Kml files use an 8 digit HEX color format, see its docs. + + Returns + ------- + None + """ + + ( + impact_ellipses, + apogee_ellipses, + *_, + ) = generate_monte_carlo_ellipses(self.results) + outputs = [] + + if type == "all" or type == "impact": + outputs = outputs + generate_monte_carlo_ellipses_coordinates( + impact_ellipses, origin_lat, origin_lon, resolution=resolution + ) + + if type == "all" or type == "apogee": + outputs = outputs + generate_monte_carlo_ellipses_coordinates( + apogee_ellipses, origin_lat, origin_lon, resolution=resolution + ) + + # Prepare data to KML file + kml_data = [[(coord[1], coord[0]) for coord in output] for output in outputs] + + # Export to KML + kml = simplekml.Kml() + + for i in range(len(outputs)): + if (type == "all" and i < 3) or (type == "impact"): + ellipse_name = "Impact σ" + str(i + 1) + elif type == "all" and i >= 3: + ellipse_name = "Apogee σ" + str(i - 2) + else: + ellipse_name = "Apogee σ" + str(i + 1) + + mult_ell = kml.newmultigeometry(name=ellipse_name) + mult_ell.newpolygon( + outerboundaryis=kml_data[i], + name="Ellipse " + str(i), + ) + # Setting ellipse style + mult_ell.tessellate = 1 + mult_ell.visibility = 1 + mult_ell.style.linestyle.color = color + mult_ell.style.linestyle.width = 3 + mult_ell.style.polystyle.color = simplekml.Color.changealphaint( + 100, simplekml.Color.blue + ) + + kml.save(filename) + + def info(self): + """Print information about the monte carlo simulation.""" + self.prints.all() + + def all_info(self): + """Print and plot information about the monte carlo simulation + and its results. + + Returns + ------- + None + """ + self.info() + self.plots.ellipses() + self.plots.all() diff --git a/rocketpy/stochastic/__init__.py b/rocketpy/stochastic/__init__.py new file mode 100644 index 000000000..74364e8ef --- /dev/null +++ b/rocketpy/stochastic/__init__.py @@ -0,0 +1,18 @@ +"""The rocketpy.stochastic module contains classes that are used to generate +randomized objects based on the provided information. Each of the classes +defined here represent one different rocketpy class.""" + +from .stochastic_aero_surfaces import ( + StochasticEllipticalFins, + StochasticNoseCone, + StochasticRailButtons, + StochasticTail, + StochasticTrapezoidalFins, +) +from .stochastic_environment import StochasticEnvironment +from .stochastic_flight import StochasticFlight +from .stochastic_generic_motor import StochasticGenericMotor +from .stochastic_model import StochasticModel +from .stochastic_parachute import StochasticParachute +from .stochastic_rocket import StochasticRocket +from .stochastic_solid_motor import StochasticSolidMotor diff --git a/rocketpy/stochastic/stochastic_aero_surfaces.py b/rocketpy/stochastic/stochastic_aero_surfaces.py new file mode 100644 index 000000000..5d933204a --- /dev/null +++ b/rocketpy/stochastic/stochastic_aero_surfaces.py @@ -0,0 +1,487 @@ +"""Defines the StochasticNoseCone, StochasticTrapezoidalFins, +StochasticEllipticalFins, StochasticTail and StochasticRailButtons classes.""" + +from rocketpy.rocket.aero_surface import ( + EllipticalFins, + NoseCone, + RailButtons, + Tail, + TrapezoidalFins, +) + +from .stochastic_model import StochasticModel + + +class StochasticNoseCone(StochasticModel): + """A Stochastic Nose Cone class that inherits from StochasticModel. This + class is used to receive a NoseCone object and information about the + dispersion of its parameters and generate a random nose cone object based + on the provided information. + + See Also + -------- + :ref:`stochastic_model` + + Attributes + ---------- + object : NoseCone + NoseCone object to be used for validation. + length : tuple, list, int, float + Length of the nose cone in meters. Follows the standard input format of + Stochastic Models. + kind : list + List of strings representing the kind of nose cone. Follows the standard + input format of Stochastic Models. + base_radius : tuple, list, int, float + Base radius of the nose cone in meters. Follows the standard input + format of Stochastic Models. + bluffness : tuple, list, int, float + Bluffness of the nose cone. Follows the standard input format of + Stochastic Models. + rocket_radius : tuple, list, int, float + Rocket radius of the nose cone in meters. Follows the standard input + format of Stochastic Models. + name : list + List of names. This attribute can not be randomized. + """ + + def __init__( + self, + nosecone, + length=None, + kind=None, + base_radius=None, + bluffness=None, + rocket_radius=None, + ): + """Initializes the Stochastic Nose Cone class. + + See Also + -------- + :ref:`stochastic_model` + + Parameters + ---------- + nosecone : NoseCone + NoseCone object to be used for validation. + length : tuple, list, int, float + Length of the nose cone in meters. Follows the standard input format + of Stochastic Models. + kind : list + List of strings representing the kind of nose cone. Follows the + standard input format of Stochastic Models. + base_radius : tuple, list, int, float + Base radius of the nose cone in meters. Follows the standard input + format of Stochastic Models. + bluffness : tuple, list, int, float + Bluffness of the nose cone. Follows the standard input format of + Stochastic Models. + rocket_radius : tuple, list, int, float + Rocket radius of the nose cone in meters. Follows the standard input + format of Stochastic Models. + """ + self._validate_kind(kind) + super().__init__( + nosecone, + length=length, + kind=kind, + base_radius=base_radius, + bluffness=bluffness, + rocket_radius=rocket_radius, + name=None, + ) + + def _validate_kind(self, kind): + """Validates the kind input. If the kind input argument is not None, it + must be a list of strings.""" + if kind is not None: + assert isinstance(kind, list) and all( + isinstance(member, str) for member in kind + ), "`kind` must be a list of strings" + + def create_object(self): + """Creates and returns a NoseCone object from the randomly generated + input arguments. + + Returns + ------- + nosecone : NoseCone + NoseCone object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + return NoseCone(**generated_dict) + + +class StochasticTrapezoidalFins(StochasticModel): + """A Stochastic Trapezoidal Fins class that inherits from StochasticModel. + This class is used to receive a TrapezoidalFins object and information about + the dispersion of its parameters and generate a random trapezoidal fins + object based on the provided information. + + See Also + -------- + :ref:`stochastic_model` + + Attributes + ---------- + object : TrapezoidalFins + TrapezoidalFins object to be used for validation. + n : list of ints + List of integers representing the number of fins. Follows the standard + input format of Stochastic Models. + root_chord : tuple, list, int, float + Root chord of the fins in meters. Follows the standard input format of + Stochastic Models. + tip_chord : tuple, list, int, float + Tip chord of the fins in meters. Follows the standard input format of + Stochastic Models. + span : tuple, list, int, float + Span of the fins in meters. Follows the standard input format of + Stochastic Models. + rocket_radius : tuple, list, int, float + Rocket radius of the fins in meters. Follows the standard input format + of Stochastic Models. + cant_angle : tuple, list, int, float + Cant angle of the fins in degrees. Follows the standard input format of + Stochastic Models. + sweep_length : tuple, list, int, float + Sweep length of the fins in meters. Follows the standard input format of + Stochastic Models. + sweep_angle : tuple, list, int, float + Sweep angle of the fins in degrees. Follows the standard input format of + Stochastic Models. + airfoil : list + List of tuples in the form of (airfoil file path, airfoil name). + name : list + List of names. This attribute can not be randomized. + """ + + def __init__( + self, + trapezoidal_fins, + n=None, + root_chord=None, + tip_chord=None, + span=None, + rocket_radius=None, + cant_angle=None, + sweep_length=None, + sweep_angle=None, + airfoil=None, + ): + """Initializes the Stochastic Trapezoidal Fins class. + + See Also + -------- + :ref:`stochastic_model` + + Parameters + ---------- + trapezoidal_fins : TrapezoidalFins + TrapezoidalFins object to be used for validation. + n : list of ints + List of integers representing the number of fins. Follows the + standard input format of Stochastic Models. + root_chord : tuple, list, int, float + Root chord of the fins in meters. Follows the standard input format + of Stochastic Models. + tip_chord : tuple, list, int, float + Tip chord of the fins in meters. Follows the standard input format + of Stochastic Models. + span : tuple, list, int, float + Span of the fins in meters. Follows the standard input format of + Stochastic Models. + rocket_radius : tuple, list, int, float + Rocket radius of the fins in meters. Follows the standard input + format of Stochastic Models. + cant_angle : tuple, list, int, float + Cant angle of the fins in degrees. Follows the standard input format + of Stochastic Models. + sweep_length : tuple, list, int, float + Sweep length of the fins in meters. Follows the standard input + format of Stochastic Models. + sweep_angle : tuple, list, int, float + Sweep angle of the fins in degrees. Follows the standard input + format of Stochastic Models. + airfoil : list + List of tuples in the form of (airfoil file path, airfoil name). + """ + self._validate_positive_int_list("n", n) + self._validate_airfoil(airfoil) + super().__init__( + trapezoidal_fins, + n=n, + root_chord=root_chord, + tip_chord=tip_chord, + span=span, + rocket_radius=rocket_radius, + cant_angle=cant_angle, + sweep_length=sweep_length, + sweep_angle=sweep_angle, + airfoil=airfoil, + name=None, + ) + + def create_object(self): + """Creates and returns a TrapezoidalFins object from the randomly + generated input arguments. + + Returns + ------- + fins : TrapezoidalFins + TrapezoidalFins object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + return TrapezoidalFins(**generated_dict) + + +class StochasticEllipticalFins(StochasticModel): + """A Stochastic Elliptical Fins class that inherits from StochasticModel. + This class is used to receive a EllipticalFins object and information about + the dispersion of its parameters and generate a random elliptical fins + object based on the provided information. + + See Also + -------- + :ref:`stochastic_model` + + Attributes + ---------- + object : EllipticalFins + EllipticalFins object to be used for validation. + n : list of ints + List of integers representing the number of fins. Follows the standard + input format of Stochastic Models. + root_chord : tuple, list, int, float + Root chord of the fins in meters. Follows the standard input format of + Stochastic Models. + span : tuple, list, int, float + Span of the fins in meters. Follows the standard input format of + Stochastic Models. + rocket_radius : tuple, list, int, float + Rocket radius of the fins in meters. Follows the standard input format + of Stochastic Models. + cant_angle : tuple, list, int, float + Cant angle of the fins in degrees. Follows the standard input format of + Stochastic Models. + airfoil : list + List of tuples in the form of (airfoil file path, airfoil name). + name : list + List of names. This attribute can not be randomized. + """ + + def __init__( + self, + elliptical_fins=None, + n=None, + root_chord=None, + span=None, + rocket_radius=None, + cant_angle=None, + airfoil=None, + ): + """Initializes the Stochastic Elliptical Fins class. + + See Also + -------- + :ref:`stochastic_model` + + Parameters + ---------- + elliptical_fins : EllipticalFins + EllipticalFins object to be used for validation. + n : list of ints + List of integers representing the number of fins. Follows the + standard input format of Stochastic Models. + root_chord : tuple, list, int, float + Root chord of the fins in meters. Follows the standard input format + of Stochastic Models. + span : tuple, list, int, float + Span of the fins in meters. Follows the standard input format of + Stochastic Models. + rocket_radius : tuple, list, int, float + Rocket radius of the fins in meters. Follows the standard input + format of Stochastic Models. + cant_angle : tuple, list, int, float + Cant angle of the fins in degrees. Follows the standard input format + of Stochastic Models. + airfoil : list + List of tuples in the form of (airfoil file path, airfoil name). + """ + self._validate_positive_int_list("n", n) + self._validate_airfoil(airfoil) + super().__init__( + elliptical_fins, + n=n, + root_chord=root_chord, + span=span, + rocket_radius=rocket_radius, + cant_angle=cant_angle, + airfoil=airfoil, + name=None, + ) + + def create_object(self): + """Creates and returns a EllipticalFins object from the randomly + generated input arguments. + + Returns + ------- + fins : EllipticalFins + EllipticalFins object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + return EllipticalFins(**generated_dict) + + +class StochasticTail(StochasticModel): + """A Stochastic Tail class that inherits from StochasticModel. This class + is used to receive a Tail object and information about the dispersion of its + parameters and generate a random tail object based on the provided + information. + + See Also + -------- + :ref:`stochastic_model` + + Attributes + ---------- + object : Tail + Tail object to be used for validation. + top_radius : tuple, list, int, float + Top radius of the tail in meters. Follows the standard input format of + Stochastic Models. + bottom_radius : tuple, list, int, float + Bottom radius of the tail in meters. Follows the standard input format + of Stochastic Models. + length : tuple, list, int, float + Length of the tail in meters. Follows the standard input format of + Stochastic Models. + rocket_radius : tuple, list, int, float + Rocket radius of the tail in meters. Follows the standard input format + of Stochastic Models. + name : list + List of names. This attribute can not be randomized. + """ + + def __init__( + self, + tail, + top_radius=None, + bottom_radius=None, + length=None, + rocket_radius=None, + ): + """Initializes the Stochastic Tail class. + + See Also + -------- + :ref:`stochastic_model` + + Parameters + ---------- + tail : Tail + Tail object to be used for validation. + top_radius : tuple, list, int, float + Top radius of the tail in meters. Follows the standard input format + of Stochastic Models. + bottom_radius : tuple, list, int, float + Bottom radius of the tail in meters. Follows the standard input + format of Stochastic Models. + length : tuple, list, int, float + Length of the tail in meters. Follows the standard input format of + Stochastic Models. + rocket_radius : tuple, list, int, float + Rocket radius of the tail in meters. Follows the standard input + format of Stochastic Models. + """ + super().__init__( + tail, + top_radius=top_radius, + bottom_radius=bottom_radius, + length=length, + rocket_radius=rocket_radius, + name=None, + ) + + def create_object(self): + """Creates and returns a Tail object from the randomly generated input + arguments. + + Returns + ------- + tail : Tail + Tail object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + return Tail(**generated_dict) + + +class StochasticRailButtons(StochasticModel): + """A Stochastic RailButtons class that inherits from StochasticModel. This + class is used to receive a RailButtons object and information about the + dispersion of its parameters and generate a random rail buttons object based + on the provided information. + + See Also + -------- + :ref:`stochastic_model` + + Attributes + ---------- + object : RailButtons + RailButtons object to be used for validation. + rail_buttons : list + List of RailButton objects. Follows the standard input format of + Stochastic Models. + buttons_distance : tuple, list, int, float + Distance between the buttons in meters. Follows the standard input + format of Stochastic Models. + angular_position : tuple, list, int, float + Angular position of the buttons in degrees. Follows the standard input + format of Stochastic Models. + name : list + List of names. This attribute can not be randomized. + """ + + def __init__( + self, + rail_buttons=None, + buttons_distance=None, + angular_position=None, + ): + """Initializes the Stochastic RailButtons class. + + See Also + -------- + :ref:`stochastic_model` + + Parameters + ---------- + rail_buttons : RailButtons + RailButtons object to be used for validation. + buttons_distance : tuple, list, int, float + Distance between the buttons in meters. Follows the standard input + format of Stochastic Models. + angular_position : tuple, list, int, float + Angular position of the buttons in degrees. Follows the standard + input format of Stochastic Models. + """ + super().__init__( + rail_buttons, + buttons_distance=buttons_distance, + angular_position=angular_position, + name=None, + ) + + def create_object(self): + """Creates and returns a RailButtons object from the randomly generated + input arguments. + + Returns + ------- + rail_buttons : RailButtons + RailButtons object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + return RailButtons(**generated_dict) diff --git a/rocketpy/stochastic/stochastic_environment.py b/rocketpy/stochastic/stochastic_environment.py new file mode 100644 index 000000000..27c55aab5 --- /dev/null +++ b/rocketpy/stochastic/stochastic_environment.py @@ -0,0 +1,211 @@ +"""Defines the StochasticEnvironment class.""" + +from .stochastic_model import StochasticModel + + +class StochasticEnvironment(StochasticModel): + """A Stochastic Environment class that inherits from StochasticModel. This + class is used to receive a Environment object and information about the + dispersion of its parameters and generate a random environment object based + on the provided information. + + See Also + -------- + :ref:`stochastic_model` + + Attributes + ---------- + object : Environment + Environment object to be used for validation. + elevation : tuple, list, int, float + Elevation of the launch site in meters. Follows the standard input + format of Stochastic Models. + gravity : tuple, list, int, float + Gravitational acceleration in meters per second squared. Follows the + standard input format of Stochastic Models. + latitude : tuple, list, int, float + Latitude of the launch site in degrees. Follows the standard input + format of Stochastic Models. + longitude : tuple, list, int, float + Longitude of the launch site in degrees. Follows the standard input + format of Stochastic Models. + ensemble_member : list + List of integers representing the ensemble member to be selected. + wind_velocity_x_factor : tuple, list, int, float + Factor to be multiplied by the wind velocity in the x direction. + wind_velocity_y_factor : tuple, list, int, float + Factor to be multiplied by the wind velocity in the y direction. + date : list + List of dates, which are tuples of four elements + (year, month, day, hour). This attribute can not be randomized. + datum : list + List of datum. This attribute can not be randomized. + timezone : list + List of timezones. This attribute can not be randomized. + """ + + def __init__( + self, + environment, + elevation=None, + gravity=None, + latitude=None, + longitude=None, + ensemble_member=None, + wind_velocity_x_factor=(1, 0), + wind_velocity_y_factor=(1, 0), + ): + """Initializes the Stochastic Environment class. + + See Also + -------- + :ref:`stochastic_model` + + Parameters + ---------- + environment : Environment + Environment object to be used for validation. + date : list, optional + List of dates, which are tuples of four elements + (year, month, day, hour). + elevation : int, float, tuple, list, optional + Elevation of the launch site in meters. Follows the standard + input format of Stochastic Models. + gravity : int, float, tuple, list, optional + Gravitational acceleration in meters per second squared. Follows + the standard input format of Stochastic Models. + latitude : int, float, tuple, list, optional + Latitude of the launch site in degrees. Follows the standard + input format of Stochastic Models. + longitude : int, float, tuple, list, optional + Longitude of the launch site in degrees. Follows the standard + input format of Stochastic Models. + ensemble_member : list, optional + List of integers representing the ensemble member to be selected. + wind_velocity_x_factor : int, float, tuple, list, optional + Factor to be multiplied by the wind velocity in the x direction. + Follows the factor input format of Stochastic Models. + wind_velocity_y_factor : int, float, tuple, list, optional + Factor to be multiplied by the wind velocity in the y direction. + Follows the factor input format of Stochastic Models. + """ + # Validate in StochasticModel + super().__init__( + environment, + date=None, + elevation=elevation, + gravity=gravity, + latitude=latitude, + longitude=longitude, + ensemble_member=ensemble_member, + wind_velocity_x_factor=wind_velocity_x_factor, + wind_velocity_y_factor=wind_velocity_y_factor, + datum=None, + timezone=None, + ) + self._validate_ensemble(ensemble_member, environment) + + def __str__(self): + # special str for environment because of datetime + s = "" + for key, value in self.__dict__.items(): + if key.startswith("_"): + continue # Skip attributes starting with underscore + if isinstance(value, tuple): + try: + # Format the tuple as a string with the mean and standard deviation. + value_str = ( + f"{value[0]:.5f} ± {value[1]:.5f} " + f"(numpy.random.{value[2].__name__})" + ) + except AttributeError: + # treats date attribute + value_str = str(value) + else: + # Otherwise, just use the default string representation of the value. + value_str = str(value) + s += f"{key}: {value_str}\n" + return s.strip() + + def _validate_ensemble(self, ensemble_member, environment): + """Validates the ensemble member input argument. If the environment + does not have ensemble members, the ensemble member input argument + must be None. If the environment has ensemble members, the ensemble + member input argument must be a list of positive integers, and the + integers must be in the range from 0 to the number of ensemble members + minus one. + + Parameters + ---------- + ensemble_member : list + List of integers representing the ensemble member to be selected. + environment : Environment + Environment object to be used for validation. + + Returns + ------- + None + + Raises + ------ + AssertionError + If the environment does not have ensemble members and the + ensemble_member input argument is not None. + """ + valid_atmospheric_types = ["Ensemble", "Reanalysis"] + + if environment.atmospheric_model_type not in valid_atmospheric_types: + if ensemble_member is not None: + raise AssertionError( + f"Environment with {environment.atmospheric_model_type} " + "does not have ensemble members" + ) + return + + if ensemble_member is not None: + assert isinstance(ensemble_member, list), "`ensemble_member` must be a list" + assert all( + isinstance(member, int) and member >= 0 for member in ensemble_member + ), "`ensemble_member` must be a list of positive integers" + assert ( + 0 + <= min(ensemble_member) + <= max(ensemble_member) + < environment.num_ensemble_members + ), ( + "`ensemble_member` must be in the range from 0 to " + + f"{environment.num_ensemble_members - 1}" + ) + setattr(self, "ensemble_member", ensemble_member) + else: + # if no ensemble member is provided, get it from the environment + setattr(self, "ensemble_member", environment.ensemble_member) + + def create_object(self): + """Creates a Environment object from the randomly generated input + arguments.The environment object is not recreated to avoid having to + reestablish the atmospheric model. Instead, attributes are changed + directly. + + Parameters + ---------- + None + + Returns + ------- + obj : Environment + Environment object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + for key, value in generated_dict.items(): + # special case for ensemble member + # TODO: Generalize create_object() with a env.ensemble_member setter + if key == "ensemble_member": + self.object.select_ensemble_member(value) + else: + if "factor" in key: + # get original attribute value and multiply by factor + attribute_name = f"_{key.replace('_factor', '')}" + value = getattr(self, attribute_name) * value + setattr(self.object, key, value) + return self.object diff --git a/rocketpy/stochastic/stochastic_flight.py b/rocketpy/stochastic/stochastic_flight.py new file mode 100644 index 000000000..78ed65774 --- /dev/null +++ b/rocketpy/stochastic/stochastic_flight.py @@ -0,0 +1,146 @@ +"""Defines the StochasticFlight class.""" + +from rocketpy.simulation import Flight + +from .stochastic_model import StochasticModel + + +class StochasticFlight(StochasticModel): + """A Stochastic Flight class that inherits from StochasticModel. This + class is used to receive a Flight object and information about the + dispersion of its parameters and generate a random flight object based on + the provided information. + + See Also + -------- + :ref:`stochastic_model` + + Attributes + ---------- + flight : Flight + The Flight object to be used as a base for the Stochastic flight. + rail_length : int, float, tuple, list, optional + The rail length of the flight. Follows the standard input format of + Stochastic Models. + inclination : int, float, tuple, list, optional + The inclination of the flight. Follows the standard input format of + Stochastic Models. + heading : int, float, tuple, list, optional + The heading of the flight. Follows the standard input format of + Stochastic Models. + initial_solution : tuple, list, optional + The initial solution of the flight. This is a tuple of 14 elements that + represent the initial conditions of the flight. This attribute can not + be randomized. + terminate_on_apogee : bool, optional + Whether or not the flight should terminate on apogee. This attribute + can not be randomized. + """ + + def __init__( + self, + flight, + rail_length=None, + inclination=None, + heading=None, + initial_solution=None, + terminate_on_apogee=None, + ): + """Initializes the Stochastic Flight class. + + See Also + -------- + :ref:`stochastic_model` + + Parameters + ---------- + flight : Flight + The Flight object to be used as a base for the Stochastic flight. + rail_length : int, float, tuple, list, optional + The rail length of the flight. Follows the standard input format of + Stochastic Models. + inclination : int, float, tuple, list, optional + The inclination of the flight. Follows the standard input format of + Stochastic Models. + heading : int, float, tuple, list, optional + The heading of the flight. Follows the standard input format of + Stochastic Models. + initial_solution : tuple, list, optional + The initial solution of the flight. This is a tuple of 14 elements + that represent the initial conditions of the flight. This attribute + can not be randomized. + terminate_on_apogee : bool, optional + Whether or not the flight should terminate on apogee. This attribute + can not be randomized. + """ + if terminate_on_apogee is not None: + assert isinstance( + terminate_on_apogee, bool + ), "`terminate_on_apogee` must be a boolean" + super().__init__( + flight, + rail_length=rail_length, + inclination=inclination, + heading=heading, + ) + + self.initial_solution = initial_solution + self.terminate_on_apogee = terminate_on_apogee + + def _validate_initial_solution(self, initial_solution): + if initial_solution is not None: + if isinstance(initial_solution, (tuple, list)): + assert len(initial_solution) == 14, ( + "`initial_solution` must be a 14 element tuple, the " + "elements are:\n t_initial, x_init, y_init, z_init, " + "vx_init, vy_init, vz_init, e0_init, e1_init, e2_init, " + "e3_init, w1Init, w2Init, w3Init" + ) + assert all( + isinstance(i, (int, float)) for i in initial_solution + ), "`initial_solution` must be a tuple of numbers" + else: + raise TypeError("`initial_solution` must be a tuple of numbers") + + # TODO: these call dict_generator a lot of times unnecessarily + def _randomize_rail_length(self): + """Randomizes the rail length of the flight. Follows the standard input + format of Stochastic Models. + """ + generated_dict = next(self.dict_generator()) + return generated_dict["rail_length"] + + def _randomize_inclination(self): + """Randomizes the inclination of the flight. Follows the standard input + format of Stochastic Models. + """ + generated_dict = next(self.dict_generator()) + return generated_dict["inclination"] + + def _randomize_heading(self): + """Randomizes the heading of the flight. Follows the standard input + format of Stochastic Models. + """ + generated_dict = next(self.dict_generator()) + return generated_dict["heading"] + + def create_object(self): + """Creates and returns a Flight object from the randomly generated input + arguments. + + Returns + ------- + flight : Flight + Flight object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + # TODO: maybe we should use generated_dict["rail_length"] instead + return Flight( + environment=self.object.env, + rail_length=self._randomize_rail_length(), + rocket=self.object.rocket, + inclination=generated_dict["inclination"], + heading=generated_dict["heading"], + initial_solution=self.initial_solution, + terminate_on_apogee=self.terminate_on_apogee, + ) diff --git a/rocketpy/stochastic/stochastic_generic_motor.py b/rocketpy/stochastic/stochastic_generic_motor.py new file mode 100644 index 000000000..e4220e68a --- /dev/null +++ b/rocketpy/stochastic/stochastic_generic_motor.py @@ -0,0 +1,228 @@ +"""Defines the StochasticGenericMotor class.""" + +from rocketpy.motors import GenericMotor + +from .stochastic_motor_model import StochasticMotorModel + + +class StochasticGenericMotor(StochasticMotorModel): + """A Stochastic Generic Motor class that inherits from StochasticModel. + This class is used to receive a GenericMotor object and information about + the dispersion of its parameters and generate a random generic motor object + based on the provided information. + + See Also + -------- + :ref:`stochastic_model` + + Attributes + ---------- + object : GenericMotor + GenericMotor object to be used for validation. + thrust_source : list + List of strings representing the thrust source to be selected. + total_impulse : int, float, tuple, list + Total impulse of the motor in newton seconds. Follows the standard + input format of Stochastic Models. + burn_start_time : int, float, tuple, list + Burn start time of the motor in seconds. Follows the standard input + format of Stochastic Models. + burn_out_time : int, float, tuple, list + Burn out time of the motor in seconds. Follows the standard input + format of Stochastic Models. + dry_mass : int, float, tuple, list + Dry mass of the motor in kilograms. Follows the standard input + format of Stochastic Models. + dry_I_11 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. Follows the + standard input format of Stochastic Models. + dry_I_22 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. Follows the + standard input format of Stochastic Models. + dry_I_33 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. Follows the + standard input format of Stochastic Models. + dry_I_12 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. Follows the + standard input format of Stochastic Models. + dry_I_13 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. Follows the + standard input format of Stochastic Models. + dry_I_23 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. Follows the + standard input format of Stochastic Models. + chamber_radius : int, float, tuple, list + Chamber radius of the motor in meters. Follows the standard input + format of Stochastic Models. + chamber_height : int, float, tuple, list + Chamber height of the motor in meters. Follows the standard input + format of Stochastic Models. + chamber_position : int, float, tuple, list + Chamber position of the motor in meters. Follows the standard input + format of Stochastic Models. + nozzle_radius : int, float, tuple, list + Nozzle radius of the motor in meters. Follows the standard input + format of Stochastic Models. + nozzle_position : int, float, tuple, list + Nozzle position of the motor in meters. Follows the standard input + format of Stochastic Models. + center_of_dry_mass_position : int, float, tuple, list + Center of dry mass position of the motor in meters. Follows the + standard input format of Stochastic Models. + interpolation_method : str, optional + Interpolation method to be used. This attribute can not be randomized. + coordinate_system_orientation : str, optional + Coordinate system orientation to be used. This attribute can not be + randomized. + """ + + def __init__( + self, + generic_motor, + thrust_source=None, + total_impulse=None, + burn_start_time=None, + burn_out_time=None, + propellant_initial_mass=None, + dry_mass=None, + dry_inertia_11=None, + dry_inertia_22=None, + dry_inertia_33=None, + dry_inertia_12=None, + dry_inertia_13=None, + dry_inertia_23=None, + chamber_radius=None, + chamber_height=None, + chamber_position=None, + nozzle_radius=None, + nozzle_position=None, + center_of_dry_mass_position=None, + ): + """Initializes the Stochastic Generic Motor class. + + See Also + -------- + :ref:`stochastic_model` + + Parameters + ---------- + generic_motor : GenericMotor + GenericMotor object to be used for validation. + thrust_source : list, optional + List of strings representing the thrust source to be selected. + Follows the 1d array like input format of Stochastic Models. + total_impulse : int, float, tuple, list, optional + Total impulse of the motor in newton seconds. Follows the standard + input format of Stochastic Models. + burn_start_time : int, float, tuple, list, optional + Burn start time of the motor in seconds. Follows the standard input + format of Stochastic Models. + burn_out_time : int, float, tuple, list, optional + Burn out time of the motor in seconds. Follows the standard input + format of Stochastic Models. + dry_mass : int, float, tuple, list, optional + Dry mass of the motor in kilograms. Follows the standard input + format of Stochastic Models. + dry_I_11 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + dry_I_22 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + dry_I_33 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + dry_I_12 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + dry_I_13 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + dry_I_23 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + chamber_radius : int, float, tuple, list, optional + Chamber radius of the motor in meters. Follows the standard input + format of Stochastic Models. + chamber_height : int, float, tuple, list, optional + Chamber height of the motor in meters. Follows the standard input + format of Stochastic Models. + chamber_position : int, float, tuple, list, optional + Chamber position of the motor in meters. Follows the standard input + format of Stochastic Models. + nozzle_radius : int, float, tuple, list, optional + Nozzle radius of the motor in meters. Follows the standard input + format of Stochastic Models. + nozzle_position : int, float, tuple, list, optional + Nozzle position of the motor in meters. Follows the standard input + format of Stochastic Models. + center_of_dry_mass_position : int, float, tuple, list, optional + Center of dry mass position of the motor in meters. Follows the + standard input format of Stochastic Models. + """ + super().__init__( + generic_motor, + thrust_source=thrust_source, + total_impulse=total_impulse, + burn_start_time=burn_start_time, + burn_out_time=burn_out_time, + propellant_initial_mass=propellant_initial_mass, + dry_mass=dry_mass, + dry_I_11=dry_inertia_11, + dry_I_22=dry_inertia_22, + dry_I_33=dry_inertia_33, + dry_I_12=dry_inertia_12, + dry_I_13=dry_inertia_13, + dry_I_23=dry_inertia_23, + chamber_radius=chamber_radius, + chamber_height=chamber_height, + chamber_position=chamber_position, + nozzle_radius=nozzle_radius, + nozzle_position=nozzle_position, + center_of_dry_mass_position=center_of_dry_mass_position, + interpolate=None, + coordinate_system_orientation=None, + ) + + def create_object(self): + """Creates and returns a GenericMotor object from the randomly generated + input arguments. + + Returns + ------- + generic_motor : GenericMotor + GenericMotor object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + generic_motor = GenericMotor( + thrust_source=generated_dict["thrust_source"], + burn_time=( + generated_dict["burn_start_time"], + generated_dict["burn_out_time"], + ), + propellant_initial_mass=generated_dict["propellant_initial_mass"], + dry_mass=generated_dict["dry_mass"], + dry_inertia=( + generated_dict["dry_I_11"], + generated_dict["dry_I_22"], + generated_dict["dry_I_33"], + generated_dict["dry_I_12"], + generated_dict["dry_I_13"], + generated_dict["dry_I_23"], + ), + chamber_radius=generated_dict["chamber_radius"], + chamber_height=generated_dict["chamber_height"], + chamber_position=generated_dict["chamber_position"], + nozzle_radius=generated_dict["nozzle_radius"], + nozzle_position=generated_dict["nozzle_position"], + center_of_dry_mass_position=generated_dict["center_of_dry_mass_position"], + reshape_thrust_curve=( + (generated_dict["burn_start_time"], generated_dict["burn_out_time"]), + generated_dict["total_impulse"], + ), + coordinate_system_orientation=generated_dict[ + "coordinate_system_orientation" + ], + interpolation_method=generated_dict["interpolate"], + ) + return generic_motor diff --git a/rocketpy/stochastic/stochastic_model.py b/rocketpy/stochastic/stochastic_model.py new file mode 100644 index 000000000..c60d712f6 --- /dev/null +++ b/rocketpy/stochastic/stochastic_model.py @@ -0,0 +1,536 @@ +"""Defines the StochasticModel class, which will be used as a base class for all +other Stochastic classes.""" + +from random import choice + +import numpy as np + +from rocketpy.mathutils.function import Function + +from ..tools import get_distribution + +# TODO: Stop using assert in production code. Use exceptions instead. + + +class StochasticModel: + """Base class for all Stochastic classes. This class is used to validate + the input arguments of the child classes. The input arguments are validated + and saved as attributes of the class in the correct format. The attributes + are then used to generate a dictionary with the randomly generated input + arguments. The dictionary is saved as an attribute of the class. + """ + + # List of arguments that are validated in child classes + exception_list = [ + "initial_solution", + "terminate_on_apogee", + "date", + "ensemble_member", + ] + + def __init__(self, object, **kwargs): + """Initialize the StochasticModel class with validated input arguments. + + Parameters + ---------- + object : object + The main object of the class. + **kwargs : dict + Dictionary with input arguments for the class. Arguments should be + provided as keyword arguments, where the key is the argument name, + and the value is the argument value. Valid argument types include + tuples, lists, ints, floats, or None. The arguments will then be + validated and saved as attributes of the class in the correct + format. See each validation method for more information. None values + are allowed and will be replaced by the value of the attribute in + the main object. When saved as an attribute, the value will be saved + as a list with one item. If in the child class constructor an + argument of the original class is not allowed, then it has to be + passed as None in the super().__init__ call. + + Raises + ------ + AssertionError + If the input arguments do not conform to the specified formats. + """ + self.object = object + self.last_rnd_dict = {} + + for input_name, input_value in kwargs.items(): + if input_name not in self.exception_list: + if input_value is not None: + if "factor" in input_name: + attr_value = self._validate_factors(input_name, input_value) + elif input_name not in self.exception_list: + if isinstance(input_value, tuple): + attr_value = self._validate_tuple(input_name, input_value) + elif isinstance(input_value, list): + attr_value = self._validate_list(input_name, input_value) + elif isinstance(input_value, (int, float)): + attr_value = self._validate_scalar(input_name, input_value) + else: + raise AssertionError( + f"'{input_name}' must be a tuple, list, int, or float" + ) + else: + # if input_value is None, then the value will be taken from + # the main object and saved as a one item list. + attr_value = [getattr(self.object, input_name)] + setattr(self, input_name, attr_value) + + def __str__(self): + # TODO: This method with a StochasticRocket with added motor, aero surfaces, + # and/or parachutes is a mess right now + s = "" + for key, value in self.__dict__.items(): + if key.startswith("_"): + continue # Skip attributes starting with underscore + if isinstance(value, tuple): + # Format the tuple as a string with the mean and standard deviation. + value_str = ( + f"{value[0]:.5f} ± {value[1]:.5f} " + f"(numpy.random.{value[2].__name__})" + ) + else: + # Otherwise, just use the default string representation of the value. + value_str = str(value) + s += f"{key}: {value_str}\n" + return s.strip() + + # TODO: elaborate a short, concise version of the __str__ method + # def __repr__(self): + # return f"{self.__class__.__name__}(object={self.object}, **kwargs)" + + def _validate_tuple(self, input_name, input_value, getattr=getattr): + """Validator for tuple arguments. Checks if input is in a valid format. + Tuples are validated as follows: + - Must have length 2 or 3; + - First item must be either an int or float; + - If length is two, then the type of the second item must be either + an int, float or str: + - If the second item is an int or float, then it is assumed that + the first item is the nominal value and the second item is the + standard deviation; + - If the second item is a string, then it is assumed that the + first item is the standard deviation, and the second item is + the distribution function string. In this case, the nominal + value will be taken from the main object; + - If length is three, then it is assumed that the first item is the + nominal value, the second item is the standard deviation and the + third item is the distribution function string. + + Tuples are always saved as a tuple with length 3, where the first item + is the nominal value, the second item is the standard deviation and the + third item is the numpy distribution function. + + Parameters + ---------- + input_name : str + Name of the input argument. + input_value : tuple + Value of the input argument. + + Returns + ------- + tuple + Tuple with length 3, where the first item is the nominal value, the + second item is the standard deviation and the third item is the + numpy distribution function. + + Raises + ------ + AssertionError + If the input is not in a valid format. + """ + assert len(input_value) in [ + 2, + 3, + ], f"'{input_name}': tuple must have length 2 or 3" + assert isinstance( + input_value[0], (int, float) + ), f"'{input_name}': First item of tuple must be either an int or float" + + if len(input_value) == 2: + return self._validate_tuple_length_two(input_name, input_value, getattr) + if len(input_value) == 3: + return self._validate_tuple_length_three(input_name, input_value, getattr) + + def _validate_tuple_length_two(self, input_name, input_value, getattr=getattr): + """Validator for tuples with length 2. Checks if input is in a valid + format. If length is two, then the type of the second item must be + either an int, float or str: + + - If the second item is an int or float, then it is assumed that the + first item is the nominal value and the second item is the standard + deviation; + - If the second item is a string, then it is assumed that the first + item is the standard deviation, and the second item is the + distribution function string. In this case, the nominal value will + be taken from the main object; + + Parameters + ---------- + input_name : str + Name of the input argument. + input_value : tuple + Value of the input argument. + + Returns + ------- + tuple + Tuple with length 3, where the first item is the nominal value, the + second item is the standard deviation and the third item is the + numpy distribution function. + + Raises + ------ + AssertionError + If the input is not in a valid format. + """ + assert isinstance( + input_value[1], (int, float, str) + ), f"'{input_name}': second item of tuple must be an int, float, or string." + + if isinstance(input_value[1], str): + # if second item is a string, then it is assumed that the first item + # is the standard deviation, and the second item is the distribution + # function. In this case, the nominal value will be taken from the + # object passed. + dist_func = get_distribution(input_value[1]) + return (getattr(self.object, input_name), input_value[0], dist_func) + else: + # if second item is an int or float, then it is assumed that the + # first item is the nominal value and the second item is the + # standard deviation. The distribution function will be set to + # "normal". + return (input_value[0], input_value[1], get_distribution("normal")) + + def _validate_tuple_length_three(self, input_name, input_value, getattr=getattr): + """Validator for tuples with length 3. Checks if input is in a valid + format. If length is three, then it is assumed that the first item is + the nominal value, the second item is the standard deviation and the + third item is the distribution function string. + + Parameters + ---------- + input_name : str + Name of the input argument. + input_value : tuple + Value of the input argument. + + Returns + ------- + tuple + Tuple with length 3, where the first item is the nominal value, the + second item is the standard deviation and the third item is the + numpy distribution function. + + Raises + ------ + AssertionError + If the input is not in a valid format. + """ + assert isinstance(input_value[1], (int, float)), ( + f"'{input_name}': Second item of a tuple with length 3 must be " + "an int or float." + ) + assert isinstance(input_value[2], str), ( + f"'{input_name}': Third item of tuple must be a " + "string containing the name of a valid numpy.random " + "distribution function." + ) + dist_func = get_distribution(input_value[2]) + return (input_value[0], input_value[1], dist_func) + + def _validate_list(self, input_name, input_value, getattr=getattr): + """Validator for list arguments. Checks if input is in a valid format. + Lists are validated as follows: + - If the list is empty, then the value will be taken from the object + passed and returned as a list with one item. + - Else, the list is returned as is. + + Parameters + ---------- + input_name : str + Name of the input argument. + input_value : list + Value of the input argument. + + Returns + ------- + list + List with the input value. + + Raises + ------ + AssertionError + If the input is not in a valid format. + """ + if not input_value: + # if list is empty, then the value will be taken from the object + # passed and saved as a list with one item. + return [getattr(self.object, input_name)] + else: + # else, the list is saved as is. + return input_value + + def _validate_scalar(self, input_name, input_value, getattr=getattr): + """Validator for scalar arguments. Checks if input is in a valid format. + Scalars are validated as follows: + - The value is assumed to be the standard deviation, the nominal + value will be taken from the object passed and the distribution + function will be set to "normal". + + Parameters + ---------- + input_name : str + Name of the input argument. + input_value : float + Value of the input argument. + + Returns + ------- + tuple + Tuple with length 3, where the first item is the nominal value, the + second item is the standard deviation and the third item is the + numpy distribution function. + + Raises + ------ + AssertionError + If the input is not in a valid format. + """ + return ( + getattr(self.object, input_name), + input_value, + get_distribution("normal"), + ) + + def _validate_factors(self, input_name, input_value): + """Validator for factor arguments. Checks if input is in a valid format. + Factors can only be tuples of two or three items, or lists. Currently, + the supported factors are: wind_velocity_x_factor, + wind_velocity_y_factor, power_off_drag_factor, power_on_drag_factor. + + Parameters + ---------- + input_name : str + Name of the input argument. + input_value : tuple or list + Value of the input argument. + + Returns + ------- + tuple or list + Tuple or list in the correct format. + + Raises + ------ + AssertionError + If input is not a tuple, list, int, or float + """ + # Save original value of attribute that factor is applied to as an + # private attribute + attribute_name = input_name.replace("_factor", "") + setattr(self, f"_{attribute_name}", getattr(self.object, attribute_name)) + + if isinstance(input_value, tuple): + return self._validate_tuple_factor(input_name, input_value) + elif isinstance(input_value, list): + return self._validate_list_factor(input_name, input_value) + else: + raise AssertionError(f"`{input_name}`: must be either a tuple or list") + + def _validate_tuple_factor(self, input_name, factor_tuple): + """Validator for tuple factors. Checks if input is in a valid format. + Tuple factors can only have length 2 or 3. If length is two, then the + type of the second item must be either an int, float or str. If length + is three, then it is assumed that the first item is the nominal value, + the second item is the standard deviation and the third item is the + distribution function string. + + Parameters + ---------- + input_name : str + Name of the input argument. + factor_tuple : tuple + Value of the input argument. + + Returns + ------- + tuple + Tuple in the correct format. + + Raises + ------ + AssertionError + If input is not in a valid format. + """ + assert len(factor_tuple) in [ + 2, + 3, + ], f"'{input_name}`: Factors tuple must have length 2 or 3" + assert all(isinstance(item, (int, float)) for item in factor_tuple[:2]), ( + f"'{input_name}`: First and second items of Factors tuple must be " + "either an int or float" + ) + + if len(factor_tuple) == 2: + return (factor_tuple[0], factor_tuple[1], get_distribution("normal")) + elif len(factor_tuple) == 3: + assert isinstance(factor_tuple[2], str), ( + f"'{input_name}`: Third item of tuple must be a string containing " + "the name of a valid numpy.random distribution function" + ) + dist_func = get_distribution(factor_tuple[2]) + return (factor_tuple[0], factor_tuple[1], dist_func) + + def _validate_list_factor(self, input_name, factor_list): + """Validator for list factors. Checks if input is in a valid format. + List factors can only be lists of ints or floats. + + Parameters + ---------- + input_name : str + Name of the input argument. + factor_list : list + Value of the input argument. + + Returns + ------- + list + List in the correct format. + + Raises + ------ + AssertionError + If input is not in a valid format. + """ + assert all( + isinstance(item, (int, float)) for item in factor_list + ), f"'{input_name}`: Items in list must be either ints or floats" + return factor_list + + def _validate_1d_array_like(self, input_name, input_value): + """Validator for 1D array like arguments. Checks if input is in a valid + format. 1D array like arguments can only be lists of strings, lists of + Functions, or lists of lists with shape (n,2). + + Parameters + ---------- + input_name : str + Name of the input argument. + input_value : list + Value of the input argument. + + Returns + ------- + None + + Raises + ------ + AssertionError + If input is not in a valid format. + """ + if input_value is not None: + error_msg = ( + f"`{input_name}` must be a list of path strings, " + + "lists with shape (n,2), or Functions." + ) + + # Inputs must always be a list + if not isinstance(input_value, list): + raise AssertionError(error_msg) + + for member in input_value: + # if item is a list, then it must have shape (n,2) + if isinstance(member, list): + if len(np.shape(member)) != 2 and np.shape(member)[1] != 2: + raise AssertionError(error_msg) + + # If item is not a string or Function, then raise error + elif not isinstance(member, (str, Function)): + raise AssertionError(error_msg) + + def _validate_positive_int_list(self, input_name, input_value): + """Validates the input argument: if it is not None, it must be a list + of positive integers. + + Parameters + ---------- + input_name : str + Name of the input argument. + input_value : list + Value of the input argument. + + Raises + ------ + AssertionError + If input is not in a valid format. + """ + if input_value is not None: + assert isinstance(input_value, list) and all( + isinstance(member, int) and member >= 0 for member in input_value + ), f"`{input_name}` must be a list of positive integers" + + def _validate_airfoil(self, airfoil): + """Validates the input argument: if it is not None, it must be a list + of tuples with two items, where the first can be a 1D array like or + a string, and the second item must be a string. + + Parameters + ---------- + airfoil : list + List of tuples with two items. + + Raises + ------ + AssertionError + If input is not in a valid format. + """ + if airfoil is not None: + assert isinstance(airfoil, list) and all( + isinstance(member, tuple) for member in airfoil + ), "`airfoil` must be a list of tuples" + for member in airfoil: + assert len(member) == 2, "`airfoil` tuples must have length 2" + assert isinstance( + member[1], str + ), "`airfoil` tuples must have a string as second item" + # if item is a list, then it must have shape (n,2) + if isinstance(member[0], list): + if len(np.shape(member[0])) != 2 and np.shape(member[0])[1] != 2: + raise AssertionError("`airfoil` tuples must have shape (n,2)") + + # If item is not a string or Function, then raise error + elif not isinstance(member[0], (str, Function)): + raise AssertionError( + "`airfoil` tuples must have a string as first item" + ) + + def dict_generator(self): + """Generator that yields a dictionary with the randomly generated input + arguments. The dictionary is saved as an attribute of the class. + The dictionary is generated by looping through all attributes of the + class and generating a random value for each attribute. The random + values are generated according to the format of each attribute. Tuples + are generated using the distribution function specified in the tuple. + Lists are generated using the random.choice function. + + Parameters + ---------- + None + + Yields + ------- + dict + Dictionary with the randomly generated input arguments. + """ + generated_dict = {} + for arg, value in self.__dict__.items(): + if isinstance(value, tuple): + generated_dict[arg] = value[-1](value[0], value[1]) + elif isinstance(value, list): + generated_dict[arg] = choice(value) if value else value + self.last_rnd_dict = generated_dict + yield generated_dict diff --git a/rocketpy/stochastic/stochastic_motor_model.py b/rocketpy/stochastic/stochastic_motor_model.py new file mode 100644 index 000000000..cc7764a15 --- /dev/null +++ b/rocketpy/stochastic/stochastic_motor_model.py @@ -0,0 +1,18 @@ +"""Defines the StochasticMotorModel class.""" + +from .stochastic_model import StochasticModel + + +class StochasticMotorModel(StochasticModel): + """Stochastic Motor Model class that inherits from StochasticModel. This + class is used to standardize the input of the motor stochastic model. + + See Also + -------- + :ref:`stochastic_model` + """ + + def __init__(self, object, **kwargs): + self._validate_1d_array_like("thrust_source", kwargs.get("thrust_source")) + self._validate_positive_int_list("grain_number", kwargs.get("grain_number")) + super().__init__(object, **kwargs) diff --git a/rocketpy/stochastic/stochastic_parachute.py b/rocketpy/stochastic/stochastic_parachute.py new file mode 100644 index 000000000..03dae2f28 --- /dev/null +++ b/rocketpy/stochastic/stochastic_parachute.py @@ -0,0 +1,143 @@ +"""Defines the StochasticParachute class.""" + +from rocketpy.rocket import Parachute + +from .stochastic_model import StochasticModel + + +class StochasticParachute(StochasticModel): + """A Stochastic Parachute class that inherits from StochasticModel. This + class is used to receive a Parachute object and information about the + dispersion of its parameters and generate a random parachute object based + on the provided information. + + See Also + -------- + :ref:`stochastic_model` + + Attributes + ---------- + object : Parachute + Parachute object to be used for validation. + cd_s : tuple, list, int, float + Drag coefficient of the parachute. Follows the standard input format of + Stochastic Models. + trigger : list + List of callables, string "apogee" or ints/floats. Follows the standard + input format of Stochastic Models. + sampling_rate : tuple, list, int, float + Sampling rate of the parachute in seconds. Follows the standard input + format of Stochastic Models. + lag : tuple, list, int, float + Lag of the parachute in seconds. Follows the standard input format of + Stochastic Models. + noise : list + List of tuples in the form of (mean, standard deviation, + time-correlation). Follows the standard input format of Stochastic + Models. + name : list + List of names. This attribute can not be randomized. + """ + + def __init__( + self, + parachute, + cd_s=None, + trigger=None, + sampling_rate=None, + lag=None, + noise=None, + ): + """Initializes the Stochastic Parachute class. + + See Also + -------- + :ref:`stochastic_model` + + Parameters + ---------- + parachute : Parachute + Parachute object to be used for validation. + cd_s : tuple, list, int, float + Drag coefficient of the parachute. Follows the standard input + format of Stochastic Models. + trigger : list + List of callables, string "apogee" or ints/floats. Follows the + standard input format of Stochastic Models. + sampling_rate : tuple, list, int, float + Sampling rate of the parachute in seconds. Follows the standard + input format of Stochastic Models. + lag : tuple, list, int, float + Lag of the parachute in seconds. Follows the standard input format + of Stochastic Models. + noise : list + List of tuples in the form of (mean, standard deviation, + time-correlation). Follows the standard input format of Stochastic + Models. + """ + self.parachute = parachute + self.cd_s = cd_s + self.trigger = trigger + self.sampling_rate = sampling_rate + self.lag = lag + self.noise = noise + + self._validate_trigger(trigger) + self._validate_noise(noise) + super().__init__( + parachute, + cd_s=cd_s, + trigger=trigger, + sampling_rate=sampling_rate, + lag=lag, + noise=noise, + name=None, + ) + + def __repr__(self): + return ( + f"StochasticParachute(" + f"parachute={self.object}, " + f"cd_s={self.cd_s}, " + f"trigger={self.trigger}, " + f"sampling_rate={self.sampling_rate}, " + f"lag={self.lag}, " + f"noise={self.noise})" + ) + + def _validate_trigger(self, trigger): + """Validates the trigger input. If the trigger input argument is not + None, it must be: + - a list of callables, string "apogee" or ints/floats + - a tuple that will be further validated in the StochasticModel class + """ + if trigger is not None: + assert isinstance(trigger, list) and all( + isinstance(member, (str, int, float) or callable(member)) + for member in trigger + ), "`trigger` must be a list of callables, string 'apogee' or ints/floats" + + def _validate_noise(self, noise): + """Validates the noise input. If the noise input argument is not + None, it must be a list of tuples in the form of + (mean, standard deviation, time-correlation) + """ + if noise is not None: + assert isinstance(noise, list) and all( + isinstance(member, tuple) for member in noise + ), ( + "`noise` must be a list of tuples in the form of " + "(mean, standard deviation, time-correlation)" + ) + + def create_object(self): + """Creates and returns a Parachute object from the randomly generated + input arguments. + + Returns + ------- + parachute : Parachute + Parachute object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + return Parachute(**generated_dict) diff --git a/rocketpy/stochastic/stochastic_rocket.py b/rocketpy/stochastic/stochastic_rocket.py new file mode 100644 index 000000000..f629280d7 --- /dev/null +++ b/rocketpy/stochastic/stochastic_rocket.py @@ -0,0 +1,660 @@ +"""Defines the StochasticRocket class.""" + +import warnings +from random import choice + +from rocketpy.motors.motor import EmptyMotor, GenericMotor, Motor +from rocketpy.motors.solid_motor import SolidMotor +from rocketpy.rocket.aero_surface import ( + EllipticalFins, + NoseCone, + RailButtons, + Tail, + TrapezoidalFins, +) +from rocketpy.rocket.components import Components +from rocketpy.rocket.parachute import Parachute +from rocketpy.rocket.rocket import Rocket +from rocketpy.stochastic.stochastic_generic_motor import StochasticGenericMotor +from rocketpy.stochastic.stochastic_motor_model import StochasticMotorModel + +from .stochastic_aero_surfaces import ( + StochasticEllipticalFins, + StochasticNoseCone, + StochasticRailButtons, + StochasticTail, + StochasticTrapezoidalFins, +) +from .stochastic_model import StochasticModel +from .stochastic_parachute import StochasticParachute +from .stochastic_solid_motor import StochasticSolidMotor + + +class StochasticRocket(StochasticModel): + """A Stochastic Rocket class that inherits from StochasticModel. This + class is used to receive a Rocket object and information about the + dispersion of its parameters and generate a random rocket object based on + the provided information. + + See Also + -------- + :ref:`stochastic_model` + + Attributes + ---------- + object : Rocket + The Rocket object to be used as a base for the Stochastic rocket. + motors : Components + A Components instance containing all the motors of the rocket. + aerodynamic_surfaces : Components + A Components instance containing all the aerodynamic surfaces of the + rocket. + rail_buttons : Components + A Components instance containing all the rail buttons of the rocket. + parachutes : list of StochasticParachute + A list of StochasticParachute instances containing all the parachutes of + the rocket. + radius : tuple, list, int, float + The radius of the rocket. Follows the standard input format of + Stochastic Models. + mass : tuple, list, int, float + The mass of the rocket. Follows the standard input format of + Stochastic Models. + inertia_11 : tuple, list, int, float + The inertia of the rocket around the x axis. Follows the standard input + format of Stochastic Models. + inertia_22 : tuple, list, int, float + The inertia of the rocket around the y axis. Follows the standard input + format of Stochastic Models. + inertia_33 : tuple, list, int, float + The inertia of the rocket around the z axis. Follows the standard input + format of Stochastic Models. + inertia_12 : tuple, list, int, float + The inertia of the rocket around the xy axis. Follows the standard + input format of Stochastic Models. + inertia_13 : tuple, list, int, float + The inertia of the rocket around the xz axis. Follows the standard + input format of Stochastic Models. + inertia_23 : tuple, list, int, float + The inertia of the rocket around the yz axis. Follows the standard + input format of Stochastic Models. + power_off_drag : list + The power off drag of the rocket. Follows the 1d array like input format + of Stochastic Models. + power_on_drag : list + The power on drag of the rocket. Follows the 1d array like input format + of Stochastic Models. + power_off_drag_factor : tuple, list, int, float + The power off drag factor of the rocket. Follows the factor input + format of Stochastic Models. + power_on_drag_factor : tuple, list, int, float + The power on drag factor of the rocket. Follows the standard input + format of Stochastic Models. + center_of_mass_without_motor : tuple, list, int, float + The center of mass of the rocket without the motor. Follows the + standard input format of Stochastic Models. + coordinate_system_orientation : list + The orientation of the coordinate system of the rocket. This attribute + can not be a randomized. + """ + + def __init__( + self, + rocket, + radius=None, + mass=None, + inertia_11=None, + inertia_22=None, + inertia_33=None, + inertia_12=None, + inertia_13=None, + inertia_23=None, + power_off_drag=None, + power_on_drag=None, + power_off_drag_factor=(1, 0), + power_on_drag_factor=(1, 0), + center_of_mass_without_motor=None, + ): + """Initializes the Stochastic Rocket class. + + See Also + -------- + :ref:`stochastic_model` + + Parameters + ---------- + rocket : Rocket + The Rocket object to be used as a base for the Stochastic rocket. + radius : int, float, tuple, list, optional + The radius of the rocket. Follows the standard input format of + Stochastic Models. + mass : int, float, tuple, list, optional + The mass of the rocket. Follows the standard input format of + Stochastic Models. + inertia_11 : int, float, tuple, list, optional + The inertia of the rocket around the x axis. Follows the standard + input format of Stochastic Models. + inertia_22 : int, float, tuple, list, optional + The inertia of the rocket around the y axis. Follows the standard + input format of Stochastic Models. + inertia_33 : int, float, tuple, list, optional + The inertia of the rocket around the z axis. Follows the standard + input format of Stochastic Models. + inertia_12 : int, float, tuple, list, optional + The inertia of the rocket around the xy axis. Follows the standard + input format of Stochastic Models. + inertia_13 : int, float, tuple, list, optional + The inertia of the rocket around the xz axis. Follows the standard + input format of Stochastic Models. + inertia_23 : int, float, tuple, list, optional + The inertia of the rocket around the yz axis. Follows the standard + input format of Stochastic Models. + power_off_drag : list, optional + The power off drag of the rocket. Follows the 1d array like input + format of Stochastic Models. + power_on_drag : list, optional + The power on drag of the rocket. Follows the 1d array like input + format of Stochastic Models. + power_off_drag_factor : int, float, tuple, list, optional + The power off drag factor of the rocket. Follows the factor input + format of Stochastic Models. + power_on_drag_factor : int, float, tuple, list, optional + The power on drag factor of the rocket. Follows the standard input + format of Stochastic Models. + center_of_mass_without_motor : int, float, tuple, list, optional + The center of mass of the rocket without the motor. Follows the + standard input format of Stochastic Models. + """ + self._validate_1d_array_like("power_off_drag", power_off_drag) + self._validate_1d_array_like("power_on_drag", power_on_drag) + super().__init__( + object=rocket, + radius=radius, + mass=mass, + I_11_without_motor=inertia_11, + I_22_without_motor=inertia_22, + I_33_without_motor=inertia_33, + I_12_without_motor=inertia_12, + I_13_without_motor=inertia_13, + I_23_without_motor=inertia_23, + power_off_drag=power_off_drag, + power_on_drag=power_on_drag, + power_off_drag_factor=power_off_drag_factor, + power_on_drag_factor=power_on_drag_factor, + center_of_mass_without_motor=center_of_mass_without_motor, + coordinate_system_orientation=None, + ) + self.motors = Components() + self.aerodynamic_surfaces = Components() + self.rail_buttons = Components() + self.parachutes = [] + + def __str__(self): + # special str for rocket because of the components and parachutes + s = "" + for key, value in self.__dict__.items(): + if key.startswith("_"): + continue # Skip attributes starting with underscore + if isinstance(value, tuple): + # Format the tuple as a string with the mean and standard deviation. + value_str = ( + f"{value[0]:.5f} ± {value[1]:.5f} " + f"(numpy.random.{value[2].__name__})" + ) + s += f"{key}: {value_str}\n" + elif isinstance(value, Components): + # Format Components as string with the mean and std deviation + s += f"{key}:\n" + if len(value) == 0: + s += "\tNone\n" + for component in value: + s += f"\t{component.component.__class__.__name__} " + if isinstance(component.position, tuple): + s += f"at position: {component.position[0]:.5f} ± " + s += f"{component.position[1]:.5f} " + s += f"(numpy.random.{component.position[2].__name__})\n" + elif isinstance(component.position, list): + s += f"at position: {component.position}\n" + else: + s += f"at position: {component.position:.5f}\n" + else: + # Otherwise, just use the default string representation of the value. + value_str = str(value) + if isinstance(value, list) and len(value) > 0: + if isinstance(value[0], (StochasticParachute)): + value_str = "" + for parachute in value: + value_str += f"\n\t{parachute.name[0]} " + s += f"{key}: {value_str}\n" + return s.strip() + + def add_motor(self, motor, position=None): + """Adds a stochastic motor to the stochastic rocket. If a motor is + already present, it will be replaced. + + Parameters + ---------- + motor : StochasticMotor or Motor + The motor to be added to the stochastic rocket. + position : tuple, list, int, float, optional + The position of the motor. Follows the standard input format of + Stochastic Models. + """ + # checks if there is a motor already + if len(self.motors) > 0: + warnings.warn( + "Only one motor can be added to the stochastic rocket. " + "The previous motor will be replaced." + ) + self.motors = Components() + + # checks if input is a Motor + if not isinstance(motor, (Motor, StochasticMotorModel)): + raise TypeError("`motor` must be a StochasticMotor or Motor type") + if isinstance(motor, Motor): + # create StochasticMotor + # TODO implement HybridMotor and LiquidMotor stochastic models + if isinstance(motor, SolidMotor): + motor = StochasticSolidMotor(solid_motor=motor) + elif isinstance(motor, GenericMotor): + motor = StochasticGenericMotor(generic_motor=motor) + self.motors.add(motor, self._validate_position(motor, position)) + + def _add_surfaces(self, surfaces, positions, type, stochastic_type, error_message): + """Adds a stochastic aerodynamic surface to the stochastic rocket. If + an aerodynamic surface is already present, it will be replaced. + + Parameters + ---------- + surfaces : StochasticAeroSurface or AeroSurface + The aerodynamic surface to be added to the stochastic rocket. + positions : tuple, list, int, float, optional + The position of the aerodynamic surface. Follows the standard input + format of Stochastic Models. + type : type + The type of the aerodynamic surface to be added to the stochastic + rocket. + stochastic_type : type + The type of the stochastic aerodynamic surface to be added to the + stochastic rocket. + error_message : str + The error message to be raised if the input is not of the correct + type. + """ + if not isinstance(surfaces, (type, stochastic_type)): + raise AssertionError(error_message) + if isinstance(surfaces, type): + # create StochasticSurfaces + surfaces = stochastic_type(component=surfaces) + self.aerodynamic_surfaces.add( + surfaces, self._validate_position(surfaces, positions) + ) + + def add_nose(self, nose, position=None): + """Adds a stochastic nose cone to the stochastic rocket. + + Parameters + ---------- + nose : StochasticNoseCone or NoseCone + The nose cone to be added to the stochastic rocket. + position : tuple, list, int, float, optional + The position of the nose cone. Follows the standard input format of + Stochastic Models. + """ + self._add_surfaces( + surfaces=nose, + positions=position, + type=NoseCone, + stochastic_type=StochasticNoseCone, + error_message="`nose` must be of NoseCone or StochasticNoseCone type", + ) + + def add_trapezoidal_fins(self, fins, position=None): + """Adds a stochastic trapezoidal fins to the stochastic rocket. + + Parameters + ---------- + fins : StochasticTrapezoidalFins or TrapezoidalFins + The trapezoidal fins to be added to the stochastic rocket. + position : tuple, list, int, float, optional + The position of the trapezoidal fins. Follows the standard input + format of Stochastic Models. + """ + self._add_surfaces( + fins, + position, + TrapezoidalFins, + StochasticTrapezoidalFins, + "`fins` must be of TrapezoidalFins or StochasticTrapezoidalFins type", + ) + + def add_elliptical_fins(self, fins, position=None): + """Adds a stochastic elliptical fins to the stochastic rocket. + + Parameters + ---------- + fins : StochasticEllipticalFins or EllipticalFins + The elliptical fins to be added to the stochastic rocket. + position : tuple, list, int, float, optional + The position of the elliptical fins. Follows the standard input + format of Stochastic Models. + """ + self._add_surfaces( + fins, + position, + EllipticalFins, + StochasticEllipticalFins, + "`fins` must be of EllipticalFins or StochasticEllipticalFins type", + ) + + def add_tail(self, tail, position=None): + """Adds a stochastic tail to the stochastic rocket. + + Parameters + ---------- + tail : StochasticTail or Tail + The tail to be added to the stochastic rocket. + position : tuple, list, int, float, optional + The position of the tail. Follows the standard input format of + Stochastic Models. + """ + self._add_surfaces( + tail, + position, + Tail, + StochasticTail, + "`tail` must be of Tail or StochasticTail type", + ) + + def add_parachute(self, parachute): + """Adds a stochastic parachute to the stochastic rocket. + + Parameters + ---------- + parachute : StochasticParachute or Parachute + The parachute to be added to the stochastic rocket. + """ + # checks if input is a StochasticParachute type + if not isinstance(parachute, (Parachute, StochasticParachute)): + raise TypeError( + "`parachute` must be of Parachute or StochasticParachute type" + ) + if isinstance(parachute, Parachute): + # create StochasticParachute + parachute = StochasticParachute(parachute=parachute) + self.parachutes.append(parachute) + + def set_rail_buttons( + self, + rail_buttons, + lower_button_position=None, + ): + """Sets the rail buttons of the stochastic rocket. + + Parameters + ---------- + rail_buttons : StochasticRailButtons or RailButtons + The rail buttons to be added to the stochastic rocket. + lower_button_position : tuple, list, int, float, optional + The position of the lower button. Follows the standard input format + of Stochastic Models. + """ + if not isinstance(rail_buttons, (StochasticRailButtons, RailButtons)): + raise AssertionError( + "`rail_buttons` must be of RailButtons or StochasticRailButtons type" + ) + if isinstance(rail_buttons, RailButtons): + # create StochasticRailButtons + rail_buttons = StochasticRailButtons(rail_buttons=rail_buttons) + self.rail_buttons.add( + rail_buttons, self._validate_position(rail_buttons, lower_button_position) + ) + + def _validate_position(self, validated_object, position): + """Validate the position argument. + + Parameters + ---------- + validated_object : object + The object to which the position argument refers to. + position : tuple, list, int, float + The position argument to be validated. + + Returns + ------- + tuple or list + Validated position argument. + + Raises + ------ + ValueError + If the position argument does not conform to the specified formats. + """ + + if isinstance(position, tuple): + return self._validate_tuple( + "position", + position, + getattr=self._create_get_position(validated_object), + ) + elif isinstance(position, (int, float)): + return self._validate_scalar( + "position", + position, + getattr=self._create_get_position(validated_object), + ) + elif isinstance(position, list): + return self._validate_list( + "position", + position, + getattr=self._create_get_position(validated_object), + ) + elif position is None: + position = [] + return self._validate_list( + "position", + position, + getattr=self._create_get_position(validated_object), + ) + else: + raise AssertionError("`position` must be a tuple, list, int, or float") + + def _create_get_position(self, validated_object): + """Create a function to get the nominal position from an object. + + Parameters + ---------- + validated_object : object + The object to which the position argument refers to. + + Returns + ------- + function + Function to get the nominal position from an object. The function + must receive two arguments. + """ + + # try to get position from object + error_msg = ( + "`position` standard deviation was provided but the rocket does " + f"not have the same {validated_object.object.__class__.__name__} " + "to get the nominal position value from." + ) + # special case for motor stochastic model + if isinstance(validated_object, (StochasticMotorModel)): + if isinstance(self.object.motor, EmptyMotor): + raise AssertionError(error_msg) + + def get_motor_position(self_object, _): + return self_object.motor_position + + return get_motor_position + else: + if isinstance(validated_object, StochasticRailButtons): + + def get_surface_position(self_object, _): + surfaces = self_object.rail_buttons.get_tuple_by_type( + validated_object.object.__class__ + ) + if len(surfaces) == 0: + raise AssertionError(error_msg) + for surface in surfaces: + if surface.component == validated_object.object: + return surface.position + else: + raise AssertionError(error_msg) + + else: + + def get_surface_position(self_object, _): + surfaces = self_object.aerodynamic_surfaces.get_tuple_by_type( + validated_object.object.__class__ + ) + if len(surfaces) == 0: + raise AssertionError(error_msg) + for surface in surfaces: + if surface.component == validated_object.object: + return surface.position + else: + raise AssertionError(error_msg) + + return get_surface_position + + def _randomize_position(self, position): + """Randomize a position provided as a tuple or list.""" + if isinstance(position, tuple): + return position[-1](position[0], position[1]) + elif isinstance(position, list): + return choice(position) if position else position + + def dict_generator(self): + """Special generator for the rocket class that yields a dictionary with + the randomly generated input arguments. The dictionary is saved as an + attribute of the class. The dictionary is generated by looping through + all attributes of the class and generating a random value for each + attribute. The random values are generated according to the format of + each attribute. Tuples are generated using the distribution function + specified in the tuple. Lists are generated using the random.choice + function. + + Parameters + ---------- + None + + Yields + ------- + dict + Dictionary with the randomly generated input arguments. + """ + generated_dict = next(super().dict_generator()) + generated_dict["motors"] = [] + generated_dict["aerodynamic_surfaces"] = [] + generated_dict["rail_buttons"] = [] + generated_dict["parachutes"] = [] + self.last_rnd_dict = generated_dict + yield generated_dict + + def _create_motor(self, component_stochastic_motor): + stochastic_motor = component_stochastic_motor.component + motor = stochastic_motor.create_object() + position_rnd = self._randomize_position(component_stochastic_motor.position) + self.last_rnd_dict["motors"].append(stochastic_motor.last_rnd_dict) + self.last_rnd_dict["motors"][-1]["position"] = position_rnd + return motor, position_rnd + + def _create_surface(self, component_stochastic_surface): + stochastic_surface = component_stochastic_surface.component + surface = stochastic_surface.create_object() + position_rnd = self._randomize_position(component_stochastic_surface.position) + self.last_rnd_dict["aerodynamic_surfaces"].append( + stochastic_surface.last_rnd_dict + ) + self.last_rnd_dict["aerodynamic_surfaces"][-1]["position"] = position_rnd + return surface, position_rnd + + def _create_rail_buttons(self, component_stochastic_rail_buttons): + stochastic_rail_buttons = component_stochastic_rail_buttons.component + rail_buttons = stochastic_rail_buttons.create_object() + lower_button_position_rnd = self._randomize_position( + component_stochastic_rail_buttons.position + ) + upper_button_position_rnd = ( + rail_buttons.buttons_distance + lower_button_position_rnd + ) + self.last_rnd_dict["rail_buttons"].append(stochastic_rail_buttons.last_rnd_dict) + self.last_rnd_dict["rail_buttons"][-1][ + "lower_button_position" + ] = lower_button_position_rnd + self.last_rnd_dict["rail_buttons"][-1][ + "upper_button_position" + ] = upper_button_position_rnd + return rail_buttons, lower_button_position_rnd, upper_button_position_rnd + + def _create_parachute(self, stochastic_parachute): + parachute = stochastic_parachute.create_object() + self.last_rnd_dict["parachutes"].append(stochastic_parachute.last_rnd_dict) + return parachute + + def create_object(self): + """Creates and returns a Rocket object from the randomly generated input + arguments. + + Returns + ------- + rocket : Rocket + Rocket object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + rocket = Rocket( + radius=generated_dict["radius"], + mass=generated_dict["mass"], + inertia=( + generated_dict["I_11_without_motor"], + generated_dict["I_22_without_motor"], + generated_dict["I_33_without_motor"], + generated_dict["I_12_without_motor"], + generated_dict["I_13_without_motor"], + generated_dict["I_23_without_motor"], + ), + power_off_drag=generated_dict["power_off_drag"], + power_on_drag=generated_dict["power_on_drag"], + center_of_mass_without_motor=generated_dict["center_of_mass_without_motor"], + coordinate_system_orientation=generated_dict[ + "coordinate_system_orientation" + ], + ) + rocket.power_off_drag *= generated_dict["power_off_drag_factor"] + rocket.power_on_drag *= generated_dict["power_on_drag_factor"] + + for component_motor in self.motors: + motor, position_rnd = self._create_motor(component_motor) + rocket.add_motor(motor, position_rnd) + + for component_surface in self.aerodynamic_surfaces: + surface, position_rnd = self._create_surface(component_surface) + rocket.add_surfaces(surface, position_rnd) + + for component_rail_buttons in self.rail_buttons: + ( + rail_buttons, + lower_button_position_rnd, + upper_button_position_rnd, + ) = self._create_rail_buttons(component_rail_buttons) + rocket.set_rail_buttons( + upper_button_position=upper_button_position_rnd, + lower_button_position=lower_button_position_rnd, + angular_position=rail_buttons.angular_position, + ) + + for parachute in self.parachutes: + parachute = self._create_parachute(parachute) + rocket.add_parachute( + name=parachute.name, + cd_s=parachute.cd_s, + trigger=parachute.trigger, + sampling_rate=parachute.sampling_rate, + lag=parachute.lag, + noise=parachute.noise, + ) + + return rocket diff --git a/rocketpy/stochastic/stochastic_solid_motor.py b/rocketpy/stochastic/stochastic_solid_motor.py new file mode 100644 index 000000000..482973840 --- /dev/null +++ b/rocketpy/stochastic/stochastic_solid_motor.py @@ -0,0 +1,267 @@ +"""Defines the StochasticSolidMotor class.""" + +from rocketpy.motors import SolidMotor + +from .stochastic_motor_model import StochasticMotorModel + + +class StochasticSolidMotor(StochasticMotorModel): + """A Stochastic Solid Motor class that inherits from StochasticModel. This + class is used to receive a SolidMotor object and information about the + dispersion of its parameters and generate a random solid motor object based + on the provided information. + + See Also + -------- + :ref:`stochastic_model` + + Attributes + ---------- + object : SolidMotor + SolidMotor object to be used for validation. + thrust_source : list + List of strings representing the thrust source to be selected. + total_impulse : int, float, tuple, list + Total impulse of the motor in newton seconds. Follows the standard + input format of Stochastic Models. + burn_start_time : int, float, tuple, list + Burn start time of the motor in seconds. Follows the standard input + format of Stochastic Models. + burn_out_time : int, float, tuple, list + Burn out time of the motor in seconds. Follows the standard input + format of Stochastic Models. + dry_mass : int, float, tuple, list + Dry mass of the motor in kilograms. Follows the standard input + format of Stochastic Models. + dry_I_11 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + dry_I_22 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + dry_I_33 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + dry_I_12 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + dry_I_13 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + dry_I_23 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + nozzle_radius : int, float, tuple, list + Nozzle radius of the motor in meters. Follows the standard input + format of Stochastic Models. + grain_number : int, float, tuple, list + Number of grains in the motor. Follows the standard input format of + Stochastic Models. + grain_density : int, float, tuple, list + Density of the grains in the motor in kilograms per meters cubed. + Follows the standard input format of Stochastic Models. + grain_outer_radius : int, float, tuple, list + Outer radius of the grains in the motor in meters. Follows the + standard input format of Stochastic Models. + grain_initial_inner_radius : int, float, tuple, list + Initial inner radius of the grains in the motor in meters. Follows + the standard input format of Stochastic Models. + grain_initial_height : int, float, tuple, list + Initial height of the grains in the motor in meters. Follows the + standard input format of Stochastic Models. + grain_separation : int, float, tuple, list + Separation between grains in the motor in meters. Follows the + standard input format of Stochastic Models. + grains_center_of_mass_position : int, float, tuple, list + Position of the center of mass of the grains in the motor in + meters. Follows the standard input format of Stochastic Models. + center_of_dry_mass_position : int, float, tuple, list + Position of the center of mass of the dry mass in the motor in + meters. Follows the standard input format of Stochastic Models. + nozzle_position : int, float, tuple, list + Position of the nozzle in the motor in meters. Follows the + standard input format of Stochastic Models. + throat_radius : int, float, tuple, list + Radius of the throat in the motor in meters. Follows the standard + input format of Stochastic Models. + """ + + def __init__( + self, + solid_motor, + thrust_source=None, + total_impulse=None, + burn_start_time=None, + burn_out_time=None, + dry_mass=None, + dry_inertia_11=None, + dry_inertia_22=None, + dry_inertia_33=None, + dry_inertia_12=None, + dry_inertia_13=None, + dry_inertia_23=None, + nozzle_radius=None, + grain_number=None, + grain_density=None, + grain_outer_radius=None, + grain_initial_inner_radius=None, + grain_initial_height=None, + grain_separation=None, + grains_center_of_mass_position=None, + center_of_dry_mass_position=None, + nozzle_position=None, + throat_radius=None, + ): + """Initializes the Stochastic Solid Motor class. + + See Also + -------- + :ref:`stochastic_model` + + Parameters + ---------- + solid_motor : SolidMotor + SolidMotor object to be used for validation. + thrust_source : list, optional + List of strings representing the thrust source to be selected. + Follows the 1d array like input format of Stochastic Models. + total_impulse : int, float, tuple, list, optional + Total impulse of the motor in newton seconds. Follows the standard + input format of Stochastic Models. + burn_start_time : int, float, tuple, list, optional + Burn start time of the motor in seconds. Follows the standard input + format of Stochastic Models. + burn_out_time : int, float, tuple, list, optional + Burn out time of the motor in seconds. Follows the standard input + format of Stochastic Models. + dry_mass : int, float, tuple, list, optional + Dry mass of the motor in kilograms. Follows the standard input + format of Stochastic Models. + dry_I_11 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + dry_I_22 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + dry_I_33 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + dry_I_12 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + dry_I_13 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + dry_I_23 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. Follows + the standard input format of Stochastic Models. + nozzle_radius : int, float, tuple, list, optional + Nozzle radius of the motor in meters. Follows the standard input + format of Stochastic Models. + grain_number : int, float, tuple, list, optional + Number of grains in the motor. Follows the standard input format of + Stochastic Models. + grain_density : int, float, tuple, list, optional + Density of the grains in the motor in kilograms per meters cubed. + Follows the standard input format of Stochastic Models. + grain_outer_radius : int, float, tuple, list, optional + Outer radius of the grains in the motor in meters. Follows the + standard input format of Stochastic Models. + grain_initial_inner_radius : int, float, tuple, list, optional + Initial inner radius of the grains in the motor in meters. Follows + the standard input format of Stochastic Models. + grain_initial_height : int, float, tuple, list, optional + Initial height of the grains in the motor in meters. Follows the + standard input format of Stochastic Models. + grain_separation : int, float, tuple, list, optional + Separation between grains in the motor in meters. Follows the + standard input format of Stochastic Models. + grains_center_of_mass_position : int, float, tuple, list, optional + Position of the center of mass of the grains in the motor in + meters. Follows the standard input format of Stochastic Models. + center_of_dry_mass_position : int, float, tuple, list, optional + Position of the center of mass of the dry mass in the motor in + meters. Follows the standard input format of Stochastic Models. + nozzle_position : int, float, tuple, list, optional + Position of the nozzle in the motor in meters. Follows the + standard input format of Stochastic Models. + throat_radius : int, float, tuple, list, optional + Radius of the throat in the motor in meters. Follows the standard + input format of Stochastic Models. + """ + super().__init__( + solid_motor, + thrust_source=thrust_source, + total_impulse=total_impulse, + burn_start_time=burn_start_time, + burn_out_time=burn_out_time, + dry_mass=dry_mass, + dry_I_11=dry_inertia_11, + dry_I_22=dry_inertia_22, + dry_I_33=dry_inertia_33, + dry_I_12=dry_inertia_12, + dry_I_13=dry_inertia_13, + dry_I_23=dry_inertia_23, + nozzle_radius=nozzle_radius, + grain_number=grain_number, + grain_density=grain_density, + grain_outer_radius=grain_outer_radius, + grain_initial_inner_radius=grain_initial_inner_radius, + grain_initial_height=grain_initial_height, + grain_separation=grain_separation, + grains_center_of_mass_position=grains_center_of_mass_position, + center_of_dry_mass_position=center_of_dry_mass_position, + nozzle_position=nozzle_position, + throat_radius=throat_radius, + interpolate=None, + coordinate_system_orientation=None, + ) + + def create_object(self): + """Creates and returns a SolidMotor object from the randomly generated + input arguments. + + Returns + ------- + solid_motor : SolidMotor + SolidMotor object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + solid_motor = SolidMotor( + thrust_source=generated_dict["thrust_source"], + dry_mass=generated_dict["dry_mass"], + dry_inertia=( + generated_dict["dry_I_11"], + generated_dict["dry_I_22"], + generated_dict["dry_I_33"], + generated_dict["dry_I_12"], + generated_dict["dry_I_13"], + generated_dict["dry_I_23"], + ), + nozzle_radius=generated_dict["nozzle_radius"], + grain_number=generated_dict["grain_number"], + grain_density=generated_dict["grain_density"], + grain_outer_radius=generated_dict["grain_outer_radius"], + grain_initial_inner_radius=generated_dict["grain_initial_inner_radius"], + grain_initial_height=generated_dict["grain_initial_height"], + grain_separation=generated_dict["grain_separation"], + grains_center_of_mass_position=generated_dict[ + "grains_center_of_mass_position" + ], + center_of_dry_mass_position=generated_dict["center_of_dry_mass_position"], + nozzle_position=generated_dict["nozzle_position"], + burn_time=( + generated_dict["burn_start_time"], + generated_dict["burn_out_time"], + ), + throat_radius=generated_dict["throat_radius"], + reshape_thrust_curve=( + (generated_dict["burn_start_time"], generated_dict["burn_out_time"]), + generated_dict["total_impulse"], + ), + coordinate_system_orientation=generated_dict[ + "coordinate_system_orientation" + ], + interpolation_method=generated_dict["interpolate"], + ) + return solid_motor diff --git a/rocketpy/tools.py b/rocketpy/tools.py index 86ad7f17e..730067cfd 100644 --- a/rocketpy/tools.py +++ b/rocketpy/tools.py @@ -9,6 +9,7 @@ import functools import importlib import importlib.metadata +import math import re import time from bisect import bisect_left @@ -16,6 +17,7 @@ import numpy as np import pytz from cftime import num2pydate +from matplotlib.patches import Ellipse from packaging import version as packaging_version # Mapping of module name and the name of the package that should be installed @@ -230,6 +232,323 @@ def bilinear_interpolation(x, y, x1, x2, y1, y2, z11, z12, z21, z22): ) / ((x2 - x1) * (y2 - y1)) +def get_distribution(distribution_function_name): + """Sets the distribution function to be used in the monte carlo analysis. + + Parameters + ---------- + distribution_function_name : string + The type of distribution to be used in the analysis. It can be + 'uniform', 'normal', 'lognormal', etc. + + Returns + ------- + np.random distribution function + The distribution function to be used in the analysis. + """ + distributions = { + "normal": np.random.normal, + "binomial": np.random.binomial, + "chisquare": np.random.chisquare, + "exponential": np.random.exponential, + "gamma": np.random.gamma, + "gumbel": np.random.gumbel, + "laplace": np.random.laplace, + "logistic": np.random.logistic, + "poisson": np.random.poisson, + "uniform": np.random.uniform, + "wald": np.random.wald, + } + try: + return distributions[distribution_function_name] + except KeyError as e: + raise ValueError( + f"Distribution function '{distribution_function_name}' not found, " + + "please use one of the following np.random distribution function:" + + '\n\t"normal"' + + '\n\t"binomial"' + + '\n\t"chisquare"' + + '\n\t"exponential"' + + '\n\t"geometric"' + + '\n\t"gamma"' + + '\n\t"gumbel"' + + '\n\t"laplace"' + + '\n\t"logistic"' + + '\n\t"poisson"' + + '\n\t"uniform"' + + '\n\t"wald"\n' + ) from e + + +def haversine(lat0, lon0, lat1, lon1, earth_radius=6.3781e6): + """Returns the distance between two points in meters. + The points are defined by their latitude and longitude coordinates. + + Parameters + ---------- + lat0 : float + Latitude of the first point, in degrees. + lon0 : float + Longitude of the first point, in degrees. + lat1 : float + Latitude of the second point, in degrees. + lon1 : float + Longitude of the second point, in degrees. + earth_radius : float, optional + Earth's radius in meters. Default value is 6.3781e6. + + Returns + ------- + float + Distance between the two points in meters. + + """ + lat0_rad = math.radians(lat0) + lat1_rad = math.radians(lat1) + delta_lat_rad = math.radians(lat1 - lat0) + delta_lon_rad = math.radians(lon1 - lon0) + + a = ( + math.sin(delta_lat_rad / 2) ** 2 + + math.cos(lat0_rad) * math.cos(lat1_rad) * math.sin(delta_lon_rad / 2) ** 2 + ) + c = 2 * math.atan2(math.sqrt(a), math.sqrt(1 - a)) + + return earth_radius * c + + +def inverted_haversine(lat0, lon0, distance, bearing, earth_radius=6.3781e6): + """Returns a tuple with new latitude and longitude coordinates considering + a displacement of a given distance in a given direction (bearing compass) + starting from a point defined by (lat0, lon0). This is the opposite of + Haversine function. + + Parameters + ---------- + lat0 : float + Origin latitude coordinate, in degrees. + lon0 : float + Origin longitude coordinate, in degrees. + distance : float + Distance from the origin point, in meters. + bearing : float + Azimuth (or bearing compass) from the origin point, in degrees. + earth_radius : float, optional + Earth radius, in meters. Default value is 6.3781e6. + See the Environment.calculateEarthRadius() function for more accuracy. + + Returns + ------- + lat1 : float + New latitude coordinate, in degrees. + lon1 : float + New longitude coordinate, in degrees. + + """ + + # Convert coordinates to radians + lat0_rad = np.deg2rad(lat0) + lon0_rad = np.deg2rad(lon0) + + # Apply inverted Haversine formula + lat1_rad = math.asin( + math.sin(lat0_rad) * math.cos(distance / earth_radius) + + math.cos(lat0_rad) * math.sin(distance / earth_radius) * math.cos(bearing) + ) + + lon1_rad = lon0_rad + math.atan2( + math.sin(bearing) * math.sin(distance / earth_radius) * math.cos(lat0_rad), + math.cos(distance / earth_radius) - math.sin(lat0_rad) * math.sin(lat1_rad), + ) + + # Convert back to degrees and then return + lat1_deg = np.rad2deg(lat1_rad) + lon1_deg = np.rad2deg(lon1_rad) + + return lat1_deg, lon1_deg + + +# Functions for monte carlo analysis +def generate_monte_carlo_ellipses(results): + """A function to create apogee and impact ellipses from the monte carlo + analysis results. + + Parameters + ---------- + results : dict + A dictionary containing the results of the monte carlo analysis. It + should contain the following keys: + - apogeeX: an array containing the x coordinates of the apogee + - apogeeY: an array containing the y coordinates of the apogee + - xImpact: an array containing the x coordinates of the impact + - yImpact: an array containing the y coordinates of the impact + + Returns + ------- + apogee_ellipse : list[Ellipse] + A list of ellipse objects representing the apogee ellipses. + impact_ellipse : list[Ellipse] + A list of ellipse objects representing the impact ellipses. + apogeeX : np.array + An array containing the x coordinates of the apogee ellipse. + apogeeY : np.array + An array containing the y coordinates of the apogee ellipse. + impactX : np.array + An array containing the x coordinates of the impact ellipse. + impactY : np.array + An array containing the y coordinates of the impact ellipse. + """ + + # Retrieve monte carlo data por apogee and impact XY position + try: + apogee_x = np.array(results["apogee_x"]) + apogee_y = np.array(results["apogee_y"]) + except KeyError: + print("No apogee data found. Skipping apogee ellipses.") + apogee_x = np.array([]) + apogee_y = np.array([]) + try: + impact_x = np.array(results["x_impact"]) + impact_y = np.array(results["y_impact"]) + except KeyError: + print("No impact data found. Skipping impact ellipses.") + impact_x = np.array([]) + impact_y = np.array([]) + + # Define function to calculate Eigenvalues + def eigsorted(cov): + # Calculate eigenvalues and eigenvectors + vals, vecs = np.linalg.eigh(cov) + # Order eigenvalues and eigenvectors in descending order + order = vals.argsort()[::-1] + return vals[order], vecs[:, order] + + def calculate_ellipses(list_x, list_y): + # Calculate covariance matrix + cov = np.cov(list_x, list_y) + # Calculate eigenvalues and eigenvectors + vals, vecs = eigsorted(cov) + # Calculate ellipse angle and width/height + theta = np.degrees(np.arctan2(*vecs[:, 0][::-1])) + w, h = 2 * np.sqrt(vals) + return theta, w, h + + def create_ellipse_objects(x, y, n, w, h, theta, rgb): + """Create a list of matplotlib.patches.Ellipse objects. + + Parameters + ---------- + x : list or np.array + List of x coordinates. + y : list or np.array + List of y coordinates. + n : int + Number of ellipses to create. It represents the number of confidence + intervals to be used. For example, n=3 will create 3 ellipses with + 1, 2 and 3 standard deviations. + w : float + Width of the ellipse. + h : float + Height of the ellipse. + theta : float + Angle of the ellipse. + rgb : tuple + Tuple containing the color of the ellipse in RGB format. For example, + (0, 0, 1) will create a blue ellipse. + + Returns + ------- + list + List of matplotlib.patches.Ellipse objects. + """ + ell_list = [None] * n + for j in range(n): + ell = Ellipse( + xy=(np.mean(x), np.mean(y)), + width=w, + height=h, + angle=theta, + color="black", + ) + ell.set_facecolor(rgb) + ell_list[j] = ell + return ell_list + + # Calculate error ellipses for impact and apogee + impactTheta, impactW, impactH = calculate_ellipses(impact_x, impact_y) + apogeeTheta, apogeeW, apogeeH = calculate_ellipses(apogee_x, apogee_y) + + # Draw error ellipses for impact + impact_ellipses = create_ellipse_objects( + impact_x, impact_y, 3, impactW, impactH, impactTheta, (0, 0, 1, 0.2) + ) + + apogee_ellipses = create_ellipse_objects( + apogee_x, apogee_y, 3, apogeeW, apogeeH, apogeeTheta, (0, 1, 0, 0.2) + ) + + return impact_ellipses, apogee_ellipses, apogee_x, apogee_y, impact_x, impact_y + + +def generate_monte_carlo_ellipses_coordinates( + ellipses, origin_lat, origin_lon, resolution=100 +): + """Generate a list of latitude and longitude points for each ellipse in + ellipses. + + Parameters + ---------- + ellipses : list + List of matplotlib.patches.Ellipse objects. + origin_lat : float + Latitude of the origin of the coordinate system. + origin_lon : float + Longitude of the origin of the coordinate system. + resolution : int, optional + Number of points to generate for each ellipse, by default 100 + + Returns + ------- + list + List of lists of tuples containing the latitude and longitude of each + point in each ellipse. + """ + outputs = [None] * len(ellipses) + + for index, ell in enumerate(ellipses): + # Get ellipse path points + center = ell.get_center() + width = ell.get_width() + height = ell.get_height() + angle = np.deg2rad(ell.get_angle()) + points = lat_lon_points = [None] * resolution + + # Generate ellipse path points (in a Cartesian coordinate system) + for i in range(resolution): + x = width / 2 * math.cos(2 * np.pi * i / resolution) + y = height / 2 * math.sin(2 * np.pi * i / resolution) + x_rot = center[0] + x * math.cos(angle) - y * math.sin(angle) + y_rot = center[1] + x * math.sin(angle) + y * math.cos(angle) + points[i] = (x_rot, y_rot) + points = np.array(points) + + # Convert path points to lat/lon + for point in points: + x, y = point + # Convert to distance and bearing + d = math.sqrt((x**2 + y**2)) + bearing = math.atan2( + x, y + ) # math.atan2 returns the angle in the range [-pi, pi] + + lat_lon_points[i] = inverted_haversine( + origin_lat, origin_lon, d, bearing, earth_radius=6.3781e6 + ) + + outputs[index] = lat_lon_points + return outputs + + def find_two_closest_integers(number): """Find the two closest integer factors of a number. diff --git a/tests/conftest.py b/tests/conftest.py index 4766b570a..a1e4b7f99 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,5 +1,6 @@ import pytest +# Pytest configuration pytest_plugins = [ "tests.fixtures.environment.environment_fixtures", "tests.fixtures.flight.flight_fixtures", @@ -13,6 +14,9 @@ "tests.fixtures.rockets.rocket_fixtures", "tests.fixtures.surfaces.surface_fixtures", "tests.fixtures.units.numerical_fixtures", + "tests.fixtures.monte_carlo.monte_carlo_fixtures", + "tests.fixtures.monte_carlo.stochastic_fixtures", + "tests.fixtures.monte_carlo.stochastic_motors_fixtures", ] diff --git a/tests/fixtures/dispersion/Valetudo_inputs.csv b/tests/fixtures/monte_carlo/Valetudo_inputs.csv similarity index 100% rename from tests/fixtures/dispersion/Valetudo_inputs.csv rename to tests/fixtures/monte_carlo/Valetudo_inputs.csv diff --git a/tests/fixtures/monte_carlo/__init__.py b/tests/fixtures/monte_carlo/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/tests/fixtures/monte_carlo/example.inputs.txt b/tests/fixtures/monte_carlo/example.inputs.txt new file mode 100644 index 000000000..d82cae696 --- /dev/null +++ b/tests/fixtures/monte_carlo/example.inputs.txt @@ -0,0 +1,10 @@ +{"elevation": 1401.4956352929128, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9450816780482028, "wind_velocity_y_factor": 0.9781441848266635, "datum": "WGS84", "timezone": "UTC", "radius": 0.0635062964327075, "mass": 15.908580991806707, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322114874292384, "I_33_without_motor": 0.012957242330574877, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.116998067339784, "trigger": ".main_trigger at 0x7814fd01cfe0>", "sampling_rate": 105, "lag": 1.6280833219672366, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0177025917838693, "trigger": ".drogue_trigger at 0x7814fd01c540>", "sampling_rate": 105, "lag": 1.0967003213742696, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8008.347921291322, "burn_start_time": 0, "burn_out_time": 3.906214754528265, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03293120513502925, "grain_number": 5, "grain_density": 1854.2340720665204, "grain_outer_radius": 0.032985640020247765, "grain_initial_inner_radius": 0.015310123275236702, "grain_initial_height": 0.11811825300572186, "grain_separation": 0.006711096958736968, "grains_center_of_mass_position": 0.39647964588403434, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013349636505807958, "throat_radius": 0.010921423639193314, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3720479424144372}], "aerodynamic_surfaces": [{"length": 0.5578974370049176, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1358373309953151}, {"n": 4, "root_chord": 0.11974359643195065, "tip_chord": 0.03940879564813866, "span": 0.10000563733372181, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1674848464453782}, {"top_radius": 0.0629442823276734, "bottom_radius": 0.044000809597868056, "length": 0.060919598903432425, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6979653598166442, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191976129185146, "upper_button_position": 0.0787677468981296}], "rail_length": 5.2, "inclination": 85.41806990321825, "heading": 54.18109302296489} +{"elevation": 1406.5350756913592, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9516662861966597, "wind_velocity_y_factor": 1.0064048593297057, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350349167738431, "mass": 15.768610173003173, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315825792646666, "I_33_without_motor": 0.028629613565978755, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.89730766328184, "trigger": ".main_trigger at 0x7814fd01cfe0>", "sampling_rate": 105, "lag": 1.4899191353962622, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9607265553248231, "trigger": ".drogue_trigger at 0x7814fd01c540>", "sampling_rate": 105, "lag": 1.4523711630490321, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6446.57135198394, "burn_start_time": 0, "burn_out_time": 3.9894949335022, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03320688298961293, "grain_number": 5, "grain_density": 1909.5604610821972, "grain_outer_radius": 0.0324705584521942, "grain_initial_inner_radius": 0.014811951142584205, "grain_initial_height": 0.11731380337585026, "grain_separation": 0.00491393364215582, "grains_center_of_mass_position": 0.39628551738684287, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007868629707592146, "throat_radius": 0.01060574995942289, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3735008381135014}], "aerodynamic_surfaces": [{"length": 0.5585570098911449, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.132236295583569}, {"n": 4, "root_chord": 0.11988524950598159, "tip_chord": 0.039971120565612084, "span": 0.09991375118669615, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.168340642420532}, {"top_radius": 0.06366749282692026, "bottom_radius": 0.04247035278896944, "length": 0.05982474727356781, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6981342606544769, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165145493073986, "upper_button_position": 0.08161971134707835}], "rail_length": 5.2, "inclination": 86.94780910509066, "heading": 53.98156443958248} +{"elevation": 1397.5103755289601, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9963390772837555, "wind_velocity_y_factor": 0.9310545880995709, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349982790733924, "mass": 16.113964741354632, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332851244792044, "I_33_without_motor": 0.030021814198234187, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.779220764010605, "trigger": ".main_trigger at 0x7814fd01cfe0>", "sampling_rate": 105, "lag": 1.4845247961789623, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9682134611200442, "trigger": ".drogue_trigger at 0x7814fd01c540>", "sampling_rate": 105, "lag": 1.585599474971143, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 7487.827034238503, "burn_start_time": 0, "burn_out_time": 3.914765014376584, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032744147927549344, "grain_number": 5, "grain_density": 1867.9086875282821, "grain_outer_radius": 0.03294126549026792, "grain_initial_inner_radius": 0.015080085662914838, "grain_initial_height": 0.11988311114017533, "grain_separation": 0.005305032186539184, "grains_center_of_mass_position": 0.3983717635734512, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00037263633999194966, "throat_radius": 0.011059633377750937, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3738508519821517}], "aerodynamic_surfaces": [{"length": 0.5578912976208477, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1350183318601563}, {"n": 4, "root_chord": 0.12017400986558589, "tip_chord": 0.03962943164232406, "span": 0.09981633200128909, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1688641229895451}, {"top_radius": 0.06373223012294663, "bottom_radius": 0.04232126759707431, "length": 0.060581689919426356, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7008512596941494, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171911772790206, "upper_button_position": 0.08366008241512879}], "rail_length": 5.2, "inclination": 84.38246649324918, "heading": 57.68102782665487} +{"elevation": 1391.4643973320065, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.994774900128261, "wind_velocity_y_factor": 1.0273174134096499, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350873600135983, "mass": 15.916394040973515, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308143425967061, "I_33_without_motor": 0.01802192268136874, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.962077401196566, "trigger": ".main_trigger at 0x7814fd01cfe0>", "sampling_rate": 105, "lag": 1.4441736202776219, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.893598158549614, "trigger": ".drogue_trigger at 0x7814fd01c540>", "sampling_rate": 105, "lag": 1.8260068764932076, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7665.613115626527, "burn_start_time": 0, "burn_out_time": 3.940913002019911, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033695677239588384, "grain_number": 5, "grain_density": 1819.143680494988, "grain_outer_radius": 0.032291825881788055, "grain_initial_inner_radius": 0.015534286519013498, "grain_initial_height": 0.12111389087171241, "grain_separation": 0.00518858578159403, "grains_center_of_mass_position": 0.3958892234962095, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000841381739081922, "throat_radius": 0.010545258737885452, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.372609521542472}], "aerodynamic_surfaces": [{"length": 0.5582963193527628, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1340975925429957}, {"n": 4, "root_chord": 0.11995055756311049, "tip_chord": 0.03911287548791437, "span": 0.0999837256839886, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.168546806795111}, {"top_radius": 0.06238999721506463, "bottom_radius": 0.04232254608023388, "length": 0.06127586518492881, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6998568516921738, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169186688752775, "upper_button_position": 0.08293818281689636}], "rail_length": 5.2, "inclination": 85.5600719639608, "heading": 54.55110563306921} +{"elevation": 1393.8209804460496, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.000560647640797, "wind_velocity_y_factor": 1.022342992550456, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349155639173172, "mass": 15.738934754709508, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319864104451785, "I_33_without_motor": 0.02545348425633203, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.028901279392143, "trigger": ".main_trigger at 0x7814fd01cfe0>", "sampling_rate": 105, "lag": 1.6235052375811327, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9507391354824055, "trigger": ".drogue_trigger at 0x7814fd01c540>", "sampling_rate": 105, "lag": 1.771359370747443, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 7177.104378492918, "burn_start_time": 0, "burn_out_time": 4.027061395012405, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03321825858808873, "grain_number": 5, "grain_density": 1928.250127701342, "grain_outer_radius": 0.0326772635525661, "grain_initial_inner_radius": 0.014434444632840328, "grain_initial_height": 0.11915759110557982, "grain_separation": 0.003435521791718822, "grains_center_of_mass_position": 0.3981852218515913, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011190287234854237, "throat_radius": 0.01095718616985679, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3718019413845894}], "aerodynamic_surfaces": [{"length": 0.5577890154392657, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1338320467616545}, {"n": 4, "root_chord": 0.11997673771622025, "tip_chord": 0.03961950834152785, "span": 0.09987516565794868, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1677474523375928}, {"top_radius": 0.06268560633721164, "bottom_radius": 0.044510867340116785, "length": 0.06075235914452975, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6988166137446366, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166577593632545, "upper_button_position": 0.08215885438138204}], "rail_length": 5.2, "inclination": 84.3544821309231, "heading": 50.72164249193685} +{"elevation": 1400.4245658042064, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9934430357253621, "wind_velocity_y_factor": 0.9995090755329425, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350584375449667, "mass": 16.296803998687906, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319261987424873, "I_33_without_motor": 0.03630373525141324, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.002039291361488, "trigger": ".main_trigger at 0x7814fd01cfe0>", "sampling_rate": 105, "lag": 1.521968760387734, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9020101884044889, "trigger": ".drogue_trigger at 0x7814fd01c540>", "sampling_rate": 105, "lag": 1.1765277521869204, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7217.188111138403, "burn_start_time": 0, "burn_out_time": 3.953528968797261, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03284513500057279, "grain_number": 5, "grain_density": 1800.639910024485, "grain_outer_radius": 0.03301656874049487, "grain_initial_inner_radius": 0.014555186055323372, "grain_initial_height": 0.1206707133239914, "grain_separation": 0.004454433148147433, "grains_center_of_mass_position": 0.39627775359288614, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005563722488752347, "throat_radius": 0.010933800510542133, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3728443371458632}], "aerodynamic_surfaces": [{"length": 0.558850056530137, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1337806099233774}, {"n": 4, "root_chord": 0.12022514479101613, "tip_chord": 0.03977488143313973, "span": 0.0994325007551205, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1664648740494952}, {"top_radius": 0.06479268414162065, "bottom_radius": 0.04152271271281226, "length": 0.05909910459243895, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6986745614799809, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6200750499897003, "upper_button_position": 0.07859951149028055}], "rail_length": 5.2, "inclination": 85.05093618827794, "heading": 53.60886223539351} +{"elevation": 1415.056657477282, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0312596248131305, "wind_velocity_y_factor": 0.9782064047459161, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350611017605608, "mass": 16.022551859182254, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327756636233426, "I_33_without_motor": 0.02557444953196947, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.980848801873547, "trigger": ".main_trigger at 0x7814fd01cfe0>", "sampling_rate": 105, "lag": 1.508699434351987, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9515739039961527, "trigger": ".drogue_trigger at 0x7814fd01c540>", "sampling_rate": 105, "lag": 1.5321962395547486, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6812.795180685129, "burn_start_time": 0, "burn_out_time": 4.049618335869951, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03319383745172945, "grain_number": 5, "grain_density": 1906.7678709629558, "grain_outer_radius": 0.03340103180630861, "grain_initial_inner_radius": 0.014551079041229029, "grain_initial_height": 0.12005768142411836, "grain_separation": 0.00657049931137661, "grains_center_of_mass_position": 0.3981008886145341, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006893392436535004, "throat_radius": 0.012024640120421601, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3712329054659291}], "aerodynamic_surfaces": [{"length": 0.5594118729079444, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1335349426174457}, {"n": 4, "root_chord": 0.12009642855415019, "tip_chord": 0.04001264775075921, "span": 0.10078751689454832, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1677588565290395}, {"top_radius": 0.06427069561590722, "bottom_radius": 0.04397816658676053, "length": 0.0593018307726965, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6994742704183982, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179749167952617, "upper_button_position": 0.08149935362313643}], "rail_length": 5.2, "inclination": 85.27775446168337, "heading": 52.07473124199783} +{"elevation": 1407.8607034367462, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9243120897907832, "wind_velocity_y_factor": 1.0025238660743678, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349969087635444, "mass": 15.890306082322684, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318894753828044, "I_33_without_motor": 0.022625913266197582, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.015807670191228, "trigger": ".main_trigger at 0x7814fd01cfe0>", "sampling_rate": 105, "lag": 1.4770955482649448, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.909871981719692, "trigger": ".drogue_trigger at 0x7814fd01c540>", "sampling_rate": 105, "lag": 1.2298197853504698, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6290.904709483322, "burn_start_time": 0, "burn_out_time": 4.0264151892663715, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033694339637079185, "grain_number": 5, "grain_density": 1808.8899716051212, "grain_outer_radius": 0.03265337873317285, "grain_initial_inner_radius": 0.015369739745945339, "grain_initial_height": 0.12082242511279105, "grain_separation": 0.00581455836021638, "grains_center_of_mass_position": 0.397321775713535, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008404742853902787, "throat_radius": 0.011003804698621191, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.372796006115578}], "aerodynamic_surfaces": [{"length": 0.5559534534598283, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1353044227867581}, {"n": 4, "root_chord": 0.12003997954303475, "tip_chord": 0.040562591675552394, "span": 0.1001969641064779, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1671994512705786}, {"top_radius": 0.06535000693622554, "bottom_radius": 0.04350279638873781, "length": 0.058974725448361943, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.701347285230197, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181432349663547, "upper_button_position": 0.08320405026384226}], "rail_length": 5.2, "inclination": 84.97776656660177, "heading": 52.580896737469814} +{"elevation": 1386.2658290054742, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0118150053505988, "wind_velocity_y_factor": 0.9571284969912979, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349006343504872, "mass": 15.42094541890885, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3356695712837094, "I_33_without_motor": 0.006705760681207741, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.066449429645994, "trigger": ".main_trigger at 0x7814fd01cfe0>", "sampling_rate": 105, "lag": 1.4779869817042537, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.8973690466734414, "trigger": ".drogue_trigger at 0x7814fd01c540>", "sampling_rate": 105, "lag": 1.7041267766602894, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6381.219851440446, "burn_start_time": 0, "burn_out_time": 4.054255258168555, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03222852327072895, "grain_number": 5, "grain_density": 1815.8174750986202, "grain_outer_radius": 0.03275386125470833, "grain_initial_inner_radius": 0.015021358564266188, "grain_initial_height": 0.11894549555735523, "grain_separation": 0.005129849003987609, "grains_center_of_mass_position": 0.3963108881310866, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00015441772326065553, "throat_radius": 0.011378587756155079, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3725029856828037}], "aerodynamic_surfaces": [{"length": 0.5577981332870249, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.134456731296994}, {"n": 4, "root_chord": 0.12000296575078867, "tip_chord": 0.03907415657688916, "span": 0.10001130751688864, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1678017879176694}, {"top_radius": 0.06376703301251549, "bottom_radius": 0.044211136643289226, "length": 0.06054053098519092, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6997142332882197, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6196474863730008, "upper_button_position": 0.08006674691521887}], "rail_length": 5.2, "inclination": 85.88443199907574, "heading": 54.81131149740836} +{"elevation": 1403.7325602045448, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9804329129220021, "wind_velocity_y_factor": 0.988332671080639, "datum": "WGS84", "timezone": "UTC", "radius": 0.0634997822583417, "mass": 15.200469661823616, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335914970817965, "I_33_without_motor": 0.045148017264811394, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.063947984376528, "trigger": ".main_trigger at 0x7814fd01cfe0>", "sampling_rate": 105, "lag": 1.4609886041307245, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9010741447720559, "trigger": ".drogue_trigger at 0x7814fd01c540>", "sampling_rate": 105, "lag": 1.0441960102548469, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4377.734925575618, "burn_start_time": 0, "burn_out_time": 4.011186754001263, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03305502881850419, "grain_number": 5, "grain_density": 1785.487368974391, "grain_outer_radius": 0.03206110002556264, "grain_initial_inner_radius": 0.015876272475096095, "grain_initial_height": 0.1200659797847355, "grain_separation": 0.006612189921193928, "grains_center_of_mass_position": 0.3977976410061983, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011342800834796306, "throat_radius": 0.009963047423146689, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.372285899045296}], "aerodynamic_surfaces": [{"length": 0.5594889434620973, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.135362678737609}, {"n": 4, "root_chord": 0.12045943903706133, "tip_chord": 0.040893613797167924, "span": 0.10022691137098828, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1681386229540538}, {"top_radius": 0.06395950267498926, "bottom_radius": 0.04495193258314121, "length": 0.060736166658098174, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7023822176360356, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166788769292593, "upper_button_position": 0.08570334070677632}], "rail_length": 5.2, "inclination": 85.49506843878025, "heading": 52.680314874463875} diff --git a/tests/fixtures/monte_carlo/example.outputs.txt b/tests/fixtures/monte_carlo/example.outputs.txt new file mode 100644 index 000000000..ffc0f5548 --- /dev/null +++ b/tests/fixtures/monte_carlo/example.outputs.txt @@ -0,0 +1,10 @@ +{"lateral_surface_wind": 0.0, "apogee_x": 418.0900192341263, "apogee_time": 29.227877417373804, "max_mach_number": 1.0597636981635778, "apogee": 5690.287437226489, "x_impact": 480.48559284729896, "frontal_surface_wind": 0.0, "out_of_rail_time": 0.28886753090850337, "out_of_rail_velocity": 25.983654528478493, "y_impact": 346.7826493888511, "apogee_y": 301.74630214056145, "impact_velocity": -5.371608743357084, "t_final": 353.87686346458946} +{"lateral_surface_wind": 0.0, "apogee_x": 664.8205729246815, "apogee_time": 26.40800619077295, "max_mach_number": 0.8577562337266057, "apogee": 4715.816960792063, "x_impact": 774.0891149671631, "frontal_surface_wind": 0.0, "out_of_rail_time": 0.3285641180798137, "out_of_rail_velocity": 22.82061718874699, "y_impact": 562.7937790273377, "apogee_y": 483.3484727242321, "impact_velocity": -5.408315380727355, "t_final": 299.60847406715055} +{"lateral_surface_wind": 0.0, "apogee_x": 766.3125531509313, "apogee_time": 27.926605808862806, "max_mach_number": 0.9775271452143771, "apogee": 5333.672919610753, "x_impact": 884.994696596615, "frontal_surface_wind": 0.0, "out_of_rail_time": 0.3436250275216524, "out_of_rail_velocity": 27.626343866105426, "y_impact": 559.8829519991676, "apogee_y": 484.798733226189, "impact_velocity": -5.497690913213444, "t_final": 327.7157423960461} +{"lateral_surface_wind": 0.0, "apogee_x": 587.5317254837414, "apogee_time": 28.782471451734626, "max_mach_number": 1.0199401850539194, "apogee": 5506.343181861931, "x_impact": 686.5316364540121, "frontal_surface_wind": 0.0, "out_of_rail_time": 0.29597291668803427, "out_of_rail_velocity": 25.323284778536475, "y_impact": 488.7776245777793, "apogee_y": 418.2923812342386, "impact_velocity": -5.411864875130086, "t_final": 333.08817486926347} +{"lateral_surface_wind": 0.0, "apogee_x": 574.3435227488437, "apogee_time": 27.657740448471746, "max_mach_number": 0.9499674698056779, "apogee": 5222.770164417492, "x_impact": 669.7873944157898, "frontal_surface_wind": 0.0, "out_of_rail_time": 0.35454649267427035, "out_of_rail_velocity": 26.79571219168167, "y_impact": 547.7994529511036, "apogee_y": 469.7336805974083, "impact_velocity": -5.3642688614023, "t_final": 325.6947684429422} +{"lateral_surface_wind": 0.0, "apogee_x": 617.4055133432199, "apogee_time": 27.860776577624453, "max_mach_number": 0.9391624608249222, "apogee": 5165.427839134199, "x_impact": 715.9015528056536, "frontal_surface_wind": 0.0, "out_of_rail_time": 0.31178728761821195, "out_of_rail_velocity": 24.067906801593168, "y_impact": 527.6424058896348, "apogee_y": 455.044172305862, "impact_velocity": -5.467639886548914, "t_final": 314.140756080289} +{"lateral_surface_wind": 0.0, "apogee_x": 463.7203499996117, "apogee_time": 27.173024195105338, "max_mach_number": 0.8879882772048172, "apogee": 4936.646625623801, "x_impact": 543.9667463996028, "frontal_surface_wind": 0.0, "out_of_rail_time": 0.3262013366369224, "out_of_rail_velocity": 22.993879265630007, "y_impact": 423.8593982789621, "apogee_y": 361.32615557055516, "impact_velocity": -5.431124330631135, "t_final": 307.92373590017286} +{"lateral_surface_wind": 0.0, "apogee_x": 415.0946170176034, "apogee_time": 26.158939945211348, "max_mach_number": 0.8302455031820458, "apogee": 4621.646237220374, "x_impact": 489.5625692055425, "frontal_surface_wind": 0.0, "out_of_rail_time": 0.3353263159726264, "out_of_rail_velocity": 22.35481535832323, "y_impact": 374.56318197644185, "apogee_y": 317.5838766916845, "impact_velocity": -5.3972844384921, "t_final": 291.01036623249445} +{"lateral_surface_wind": 0.0, "apogee_x": 466.8917957287704, "apogee_time": 26.612259607079338, "max_mach_number": 0.862939429135814, "apogee": 4750.199442755109, "x_impact": 552.5208903404148, "frontal_surface_wind": 0.0, "out_of_rail_time": 0.3298597000284287, "out_of_rail_velocity": 22.740120701870772, "y_impact": 389.6042530941056, "apogee_y": 329.218827701524, "impact_velocity": -5.2978952420899, "t_final": 302.0154671206384} +{"lateral_surface_wind": 0.0, "apogee_x": 230.54329163654137, "apogee_time": 21.045450434487567, "max_mach_number": 0.5800585300053369, "apogee": 3303.1748009382363, "x_impact": 284.76193579684883, "frontal_surface_wind": 0.0, "out_of_rail_time": 0.4028036449544367, "out_of_rail_velocity": 18.60552705484144, "y_impact": 217.08948166662054, "apogee_y": 175.75266710831295, "impact_velocity": -5.2650912092579425, "t_final": 226.12896807596684} diff --git a/tests/fixtures/monte_carlo/monte_carlo_fixtures.py b/tests/fixtures/monte_carlo/monte_carlo_fixtures.py new file mode 100644 index 000000000..c25a95188 --- /dev/null +++ b/tests/fixtures/monte_carlo/monte_carlo_fixtures.py @@ -0,0 +1,34 @@ +"""Defines the fixtures for the Monte Carlo tests. The fixtures should be +instances of the MonteCarlo class, ideally.""" + +import pytest + +from rocketpy.simulation import MonteCarlo + + +@pytest.fixture +def monte_carlo_calisto(stochastic_environment, stochastic_calisto, stochastic_flight): + """Creates a MonteCarlo object with the stochastic environment, stochastic + calisto and stochastic flight. + + Parameters + ---------- + stochastic_environment : StochasticEnvironment + The stochastic environment object, this is a pytest fixture. + stochastic_calisto : StochasticRocket + The stochastic rocket object, this is a pytest fixture. + stochastic_flight : StochasticFlight + The stochastic flight object, this is a pytest fixture. + + Returns + ------- + MonteCarlo + The MonteCarlo object with the stochastic environment, stochastic + calisto and stochastic flight. + """ + return MonteCarlo( + filename="monte_carlo_test", + environment=stochastic_environment, + rocket=stochastic_calisto, + flight=stochastic_flight, + ) diff --git a/tests/fixtures/monte_carlo/stochastic_fixtures.py b/tests/fixtures/monte_carlo/stochastic_fixtures.py new file mode 100644 index 000000000..bf576e5ed --- /dev/null +++ b/tests/fixtures/monte_carlo/stochastic_fixtures.py @@ -0,0 +1,236 @@ +"""This module contains fixtures for the stochastic module. The fixtures are +used to test the stochastic objects that will be used in the Monte Carlo +simulations. It is a team effort to keep it as documented as possible.""" + +import pytest + +from rocketpy.stochastic import ( + StochasticEnvironment, + StochasticFlight, + StochasticNoseCone, + StochasticParachute, + StochasticRailButtons, + StochasticRocket, + StochasticTail, + StochasticTrapezoidalFins, +) + + +@pytest.fixture +def stochastic_environment(example_spaceport_env): + """This fixture is used to create a stochastic environment object for the + Calisto flight. + + Parameters + ---------- + example_spaceport_env : Environment + This is another fixture. + + Returns + ------- + StochasticEnvironment + The stochastic environment object + """ + return StochasticEnvironment( + environment=example_spaceport_env, + elevation=(1400, 10, "normal"), + gravity=None, + latitude=None, + longitude=None, + ensemble_member=None, + wind_velocity_x_factor=(1.0, 0.033, "normal"), + wind_velocity_y_factor=(1.0, 0.033, "normal"), + ) + + +@pytest.fixture +def stochastic_nose_cone(calisto_nose_cone): + """This fixture is used to create a StochasticNoseCone object for the + Calisto rocket. + + Parameters + ---------- + calisto_nose_cone : NoseCone + This is another fixture. + + Returns + ------- + StochasticNoseCone + The stochastic nose cone object + """ + return StochasticNoseCone( + nosecone=calisto_nose_cone, + length=0.001, + ) + + +@pytest.fixture +def stochastic_trapezoidal_fins(calisto_trapezoidal_fins): + """This fixture is used to create a StochasticTrapezoidalFins object for the + Calisto rocket. + + Parameters + ---------- + calisto_trapezoidal_fins : TrapezoidalFins + This is another fixture. + + Returns + ------- + StochasticTrapezoidalFins + The stochastic trapezoidal fins object + """ + return StochasticTrapezoidalFins( + trapezoidal_fins=calisto_trapezoidal_fins, + root_chord=0.0005, + tip_chord=0.0005, + span=0.0005, + ) + + +@pytest.fixture +def stochastic_tail(calisto_tail): + """This fixture is used to create a StochasticTail object for the + Calisto rocket. + + Parameters + ---------- + calisto_tail : Tail + This is another fixture. + + Returns + ------- + StochasticTail + The stochastic tail object + """ + return StochasticTail( + tail=calisto_tail, + top_radius=0.001, + bottom_radius=0.001, + length=0.001, + ) + + +@pytest.fixture +def stochastic_rail_buttons(calisto_rail_buttons): + """This fixture is used to create a StochasticRailButtons object for the + Calisto rocket. + + Parameters + ---------- + calisto_rail_buttons : RailButtons + This is another fixture. + + Returns + ------- + StochasticRailButtons + The stochastic rail buttons object + """ + return StochasticRailButtons( + rail_buttons=calisto_rail_buttons, buttons_distance=0.001 + ) + + +@pytest.fixture +def stochastic_main_parachute(calisto_main_chute): + """This fixture is used to create a StochasticParachute object for the + Calisto rocket. + + Parameters + ---------- + calisto_main_chute : Parachute + This is another fixture. + + Returns + ------- + StochasticParachute + The stochastic parachute object + """ + return StochasticParachute( + parachute=calisto_main_chute, + cd_s=0.1, + lag=0.1, + ) + + +@pytest.fixture +def stochastic_drogue_parachute(calisto_drogue_chute): + """This fixture is used to create a StochasticParachute object for the + Calisto rocket. This time, the drogue parachute is created. + + Parameters + ---------- + calisto_drogue_chute : Parachute + This is another fixture. + + Returns + ------- + StochasticParachute + The stochastic parachute object + """ + return StochasticParachute( + parachute=calisto_drogue_chute, + cd_s=0.07, + lag=0.2, + ) + + +@pytest.fixture +def stochastic_calisto( + calisto_robust, + stochastic_nose_cone, + stochastic_trapezoidal_fins, + stochastic_tail, + stochastic_solid_motor, + stochastic_rail_buttons, + stochastic_main_parachute, + stochastic_drogue_parachute, +): + """This fixture creates a StochasticRocket object for the Calisto rocket. + The fixture will already have the stochastic nose cone, trapezoidal fins, + tail, solid motor, rail buttons, main parachute, and drogue parachute. + + Returns + ------- + StochasticRocket + The stochastic rocket object + """ + rocket = StochasticRocket( + rocket=calisto_robust, + radius=0.0127 / 2000, + mass=(15.426, 0.5, "normal"), + inertia_11=(6.321, 0), + inertia_22=0.01, + inertia_33=0.01, + center_of_mass_without_motor=0, + ) + rocket.add_motor(stochastic_solid_motor, position=0.001) + rocket.add_nose(stochastic_nose_cone, position=(1.134, 0.001)) + rocket.add_trapezoidal_fins(stochastic_trapezoidal_fins, position=(0.001, "normal")) + rocket.add_tail(stochastic_tail) + rocket.set_rail_buttons( + stochastic_rail_buttons, lower_button_position=(-0.618, 0.001, "normal") + ) + rocket.add_parachute(stochastic_main_parachute) + rocket.add_parachute(stochastic_drogue_parachute) + return rocket + + +@pytest.fixture +def stochastic_flight(flight_calisto_robust): + """This fixture creates a StochasticFlight object for the Calisto flight. + + Parameters + ---------- + flight_calisto_robust : Flight + This is another fixture. + + Returns + ------- + StochasticFlight + The stochastic flight object + """ + return StochasticFlight( + flight=flight_calisto_robust, + inclination=(84.7, 1), + heading=(53, 2), + ) diff --git a/tests/fixtures/monte_carlo/stochastic_motors_fixtures.py b/tests/fixtures/monte_carlo/stochastic_motors_fixtures.py new file mode 100644 index 000000000..9bc46de16 --- /dev/null +++ b/tests/fixtures/monte_carlo/stochastic_motors_fixtures.py @@ -0,0 +1,78 @@ +"""This module contains fixtures for the stochastic motors tests.""" + +import pytest + +from rocketpy.mathutils.function import Function +from rocketpy.stochastic import StochasticGenericMotor, StochasticSolidMotor + + +@pytest.fixture +def stochastic_solid_motor(cesaroni_m1670): + """A Stochastic Solid Motor fixture for the Cesaroni M1670 motor. + + Parameters + ---------- + cesaroni_m1670 : SolidMotor + This is another fixture. + + Returns + ------- + StochasticSolidMotor + The stochastic solid motor object. + """ + return StochasticSolidMotor( + solid_motor=cesaroni_m1670, + thrust_source=[ + "data/motors/Cesaroni_M1670.eng", + [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], + Function([[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]]), + ], + burn_out_time=(4, 0.1), + grains_center_of_mass_position=0.001, + grain_density=50, + grain_separation=1 / 1000, + grain_initial_height=1 / 1000, + grain_initial_inner_radius=0.375 / 1000, + grain_outer_radius=0.375 / 1000, + total_impulse=(6500, 1000), + throat_radius=0.5 / 1000, + nozzle_radius=0.5 / 1000, + nozzle_position=0.001, + ) + + +@pytest.fixture +def stochastic_generic_motor(generic_motor): + """A Stochastic Generic Motor fixture + + Parameters + ---------- + generic_motor : GenericMotor + This is another fixture. + + Returns + ------- + StochasticGenericMotor + The stochastic generic motor object. + """ + return StochasticGenericMotor( + generic_motor, + thrust_source=None, + total_impulse=None, + burn_start_time=None, + burn_out_time=None, + propellant_initial_mass=None, + dry_mass=None, + dry_inertia_11=None, + dry_inertia_22=None, + dry_inertia_33=None, + dry_inertia_12=None, + dry_inertia_13=None, + dry_inertia_23=None, + chamber_radius=None, + chamber_height=(0.5, 0.005), + chamber_position=None, + nozzle_radius=None, + nozzle_position=None, + center_of_dry_mass_position=None, + ) diff --git a/tests/test_monte_carlo.py b/tests/test_monte_carlo.py new file mode 100644 index 000000000..8142f91dd --- /dev/null +++ b/tests/test_monte_carlo.py @@ -0,0 +1,171 @@ +import os +from unittest.mock import patch + +import matplotlib as plt +import numpy as np +import pytest + +plt.rcParams.update({"figure.max_open_warning": 0}) + + +def test_stochastic_environment_create_object_with_wind_x(stochastic_environment): + """Tests the stochastic environment object by checking if the wind velocity + can be generated properly. The goal is to check if the create_object() + method is being called without any problems. + + Parameters + ---------- + stochastic_environment : StochasticEnvironment + The stochastic environment object, this is a pytest fixture. + """ + wind_x_at_1000m = [] + for _ in range(10): + random_env = stochastic_environment.create_object() + wind_x_at_1000m.append(random_env.wind_velocity_x(1000)) + + assert np.isclose(np.mean(wind_x_at_1000m), 0, atol=0.1) + assert np.isclose(np.std(wind_x_at_1000m), 0, atol=0.1) + # TODO: add a new test for the special case of ensemble member + + +def test_stochastic_solid_motor_create_object_with_impulse(stochastic_solid_motor): + """Tests the stochastic solid motor object by checking if the total impulse + can be generated properly. The goal is to check if the create_object() + method is being called without any problems. + + Parameters + ---------- + stochastic_solid_motor : StochasticSolidMotor + The stochastic solid motor object, this is a pytest fixture. + """ + total_impulse = [] + for _ in range(20): + random_motor = stochastic_solid_motor.create_object() + total_impulse.append(random_motor.total_impulse) + + assert np.isclose(np.mean(total_impulse), 6500, rtol=0.3) + assert np.isclose(np.std(total_impulse), 1000, rtol=0.3) + + +def test_stochastic_calisto_create_object_with_static_margin(stochastic_calisto): + """Tests the stochastic calisto object by checking if the static margin + can be generated properly. The goal is to check if the create_object() + method is being called without any problems. + + Parameters + ---------- + stochastic_calisto : StochasticCalisto + The stochastic calisto object, this is a pytest fixture. + """ + + all_margins = [] + for _ in range(10): + random_rocket = stochastic_calisto.create_object() + all_margins.append(random_rocket.static_margin(0)) + + assert np.isclose(np.mean(all_margins), 2.2625350013000434, rtol=0.15) + assert np.isclose(np.std(all_margins), 0.1, atol=0.2) + + +@pytest.mark.slow +def test_monte_carlo_simulate(monte_carlo_calisto): + """Tests the simulate method of the MonteCarlo class. + + Parameters + ---------- + monte_carlo_calisto : MonteCarlo + The MonteCarlo object, this is a pytest fixture. + """ + # NOTE: this is really slow, it runs 10 flight simulations + monte_carlo_calisto.simulate(number_of_simulations=10, append=False) + + assert monte_carlo_calisto.num_of_loaded_sims == 10 + assert monte_carlo_calisto.number_of_simulations == 10 + assert monte_carlo_calisto.filename == "monte_carlo_test" + assert monte_carlo_calisto.error_file == "monte_carlo_test.errors.txt" + assert monte_carlo_calisto.output_file == "monte_carlo_test.outputs.txt" + assert np.isclose( + monte_carlo_calisto.processed_results["apogee"][0], 4711, rtol=0.15 + ) + assert np.isclose( + monte_carlo_calisto.processed_results["impact_velocity"][0], + -5.234, + rtol=0.15, + ) + os.remove("monte_carlo_test.errors.txt") + os.remove("monte_carlo_test.outputs.txt") + os.remove("monte_carlo_test.inputs.txt") + + +def test_monte_carlo_set_inputs_log(monte_carlo_calisto): + """Tests the set_inputs_log method of the MonteCarlo class. + + Parameters + ---------- + monte_carlo_calisto : MonteCarlo + The MonteCarlo object, this is a pytest fixture. + """ + monte_carlo_calisto.input_file = "tests/fixtures/monte_carlo/example.inputs.txt" + monte_carlo_calisto.set_inputs_log() + assert len(monte_carlo_calisto.inputs_log) == 10 + assert all(isinstance(item, dict) for item in monte_carlo_calisto.inputs_log) + assert all( + "gravity" in item and "elevation" in item + for item in monte_carlo_calisto.inputs_log + ) + + +def test_monte_carlo_set_outputs_log(monte_carlo_calisto): + """Tests the set_outputs_log method of the MonteCarlo class. + + Parameters + ---------- + monte_carlo_calisto : MonteCarlo + The MonteCarlo object, this is a pytest fixture. + """ + monte_carlo_calisto.output_file = "tests/fixtures/monte_carlo/example.outputs.txt" + monte_carlo_calisto.set_outputs_log() + assert len(monte_carlo_calisto.outputs_log) == 10 + assert all(isinstance(item, dict) for item in monte_carlo_calisto.outputs_log) + assert all( + "apogee" in item and "impact_velocity" in item + for item in monte_carlo_calisto.outputs_log + ) + + +# def test_monte_carlo_set_errors_log(monte_carlo_calisto): +# monte_carlo_calisto.error_file = "tests/fixtures/monte_carlo/example.errors.txt" +# monte_carlo_calisto.set_errors_log() +# assert + + +def test_monte_carlo_prints(monte_carlo_calisto): + """Tests the prints methods of the MonteCarlo class.""" + monte_carlo_calisto.info() + + +@patch("matplotlib.pyplot.show") +def test_monte_carlo_plots(mock_show, monte_carlo_calisto): + """Tests the plots methods of the MonteCarlo class.""" + assert monte_carlo_calisto.all_info() is None + + +def test_monte_carlo_export_ellipses_to_kml(monte_carlo_calisto): + """Tests the export_ellipses_to_kml method of the MonteCarlo class. + + Parameters + ---------- + monte_carlo_calisto : MonteCarlo + The MonteCarlo object, this is a pytest fixture. + """ + assert ( + monte_carlo_calisto.export_ellipses_to_kml( + filename="monte_carlo_class_example.kml", + origin_lat=32, + origin_lon=-104, + type="impact", + ) + is None + ) + + os.remove("monte_carlo_class_example.kml") diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/tests/unit/stochastic/__init__.py b/tests/unit/stochastic/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/tests/unit/stochastic/test_stochastic_aero_surfaces.py b/tests/unit/stochastic/test_stochastic_aero_surfaces.py new file mode 100644 index 000000000..d63feb76c --- /dev/null +++ b/tests/unit/stochastic/test_stochastic_aero_surfaces.py @@ -0,0 +1,92 @@ +from rocketpy.rocket.aero_surface import NoseCone, RailButtons, Tail, TrapezoidalFins + +## NOSE CONE + + +def test_stochastic_nose_cone_create_object(stochastic_nose_cone): + """Test create object method of StochasticNoseCone class. + + This test checks if the create_object method of the StochasticNoseCone + class creates a StochasticNoseCone object from the randomly generated + input arguments. + + Parameters + ---------- + stochastic_nose_cone : StochasticNoseCone + StochasticNoseCone object to be tested. + + Returns + ------- + None + """ + obj = stochastic_nose_cone.create_object() + assert isinstance(obj, NoseCone) + + +## TRAPEZOIDAL FINS + + +def test_stochastic_trapezoidal_fins_create_object(stochastic_trapezoidal_fins): + """Test create object method of StochasticTrapezoidalFins class. + + This test checks if the create_object method of the StochasticTrapezoidalFins + class creates a StochasticTrapezoidalFins object from the randomly generated + input arguments. + + Parameters + ---------- + stochastic_trapezoidal_fins : StochasticTrapezoidalFins + StochasticTrapezoidalFins object to be tested. + + Returns + ------- + None + """ + obj = stochastic_trapezoidal_fins.create_object() + assert isinstance(obj, TrapezoidalFins) + + +## TAIL + + +def test_stochastic_tail_create_object(stochastic_tail): + """Test create object method of StochasticTail class. + + This test checks if the create_object method of the StochasticTail + class creates a StochasticTail object from the randomly generated + input arguments. + + Parameters + ---------- + stochastic_tail : StochasticTail + StochasticTail object to be tested. + + Returns + ------- + None + """ + obj = stochastic_tail.create_object() + assert isinstance(obj, Tail) + + +## RAIL BUTTONS + + +def test_stochastic_rail_buttons_create_object(stochastic_rail_buttons): + """Test create object method of StochasticRailButtons class. + + This test checks if the create_object method of the StochasticRailButtons + class creates a StochasticRailButtons object from the randomly generated + input arguments. + + Parameters + ---------- + stochastic_rail_buttons : StochasticRailButtons + StochasticRailButtons object to be tested. + + Returns + ------- + None + """ + obj = stochastic_rail_buttons.create_object() + assert isinstance(obj, RailButtons) diff --git a/tests/unit/stochastic/test_stochastic_environment.py b/tests/unit/stochastic/test_stochastic_environment.py new file mode 100644 index 000000000..ce115fe05 --- /dev/null +++ b/tests/unit/stochastic/test_stochastic_environment.py @@ -0,0 +1,43 @@ +from rocketpy.environment.environment import Environment + + +def test_str(stochastic_environment): + """Test __str__ method of StochasticEnvironment class. + + This test checks if the __str__ method of the StochasticEnvironment class + returns a string without raising any exceptions. + + Parameters + ---------- + stochastic_environment : StochasticEnvironment + StochasticEnvironment object to be tested. + + Returns + ------- + None + """ + assert isinstance(str(stochastic_environment), str) + + +# def test_validate_ensemble(stochastic_environment): +# print("Implement this later") + + +def test_create_object(stochastic_environment): + """Test create object method of StochasticEnvironment class. + + This test checks if the create_object method of the StochasticEnvironment + class creates a StochasticEnvironment object from the randomly generated + input arguments. + + Parameters + ---------- + stochastic_environment : StochasticEnvironment + StochasticEnvironment object to be tested. + + Returns + ------- + None + """ + obj = stochastic_environment.create_object() + assert isinstance(obj, Environment) diff --git a/tests/unit/stochastic/test_stochastic_flight.py b/tests/unit/stochastic/test_stochastic_flight.py new file mode 100644 index 000000000..aeb71b906 --- /dev/null +++ b/tests/unit/stochastic/test_stochastic_flight.py @@ -0,0 +1,6 @@ +from rocketpy.simulation.flight import Flight + + +def test_stochastic_flight_create_object(stochastic_flight): + obj = stochastic_flight.create_object() + assert isinstance(obj, Flight) diff --git a/tests/unit/stochastic/test_stochastic_motors.py b/tests/unit/stochastic/test_stochastic_motors.py new file mode 100644 index 000000000..214772743 --- /dev/null +++ b/tests/unit/stochastic/test_stochastic_motors.py @@ -0,0 +1,6 @@ +from rocketpy.motors import GenericMotor + + +def test_stochastic_generic_motor_create_object(stochastic_generic_motor): + obj = stochastic_generic_motor.create_object() + assert isinstance(obj, GenericMotor) diff --git a/tests/unit/stochastic/test_stochastic_parachute.py b/tests/unit/stochastic/test_stochastic_parachute.py new file mode 100644 index 000000000..09a1497f7 --- /dev/null +++ b/tests/unit/stochastic/test_stochastic_parachute.py @@ -0,0 +1,21 @@ +from rocketpy.rocket.parachute import Parachute + + +def test_stochastic_parachute_create_object(stochastic_main_parachute): + """Test create object method of StochasticParachute class. + + This test checks if the create_object method of the StochasticParachute + class creates a StochasticParachute object from the randomly generated + input arguments. + + Parameters + ---------- + stochastic_main_parachute : StochasticParachute + StochasticParachute object to be tested. + + Returns + ------- + None + """ + obj = stochastic_main_parachute.create_object() + assert isinstance(obj, Parachute) diff --git a/tests/unit/stochastic/test_stochastic_rocket.py b/tests/unit/stochastic/test_stochastic_rocket.py new file mode 100644 index 000000000..8306b6039 --- /dev/null +++ b/tests/unit/stochastic/test_stochastic_rocket.py @@ -0,0 +1,25 @@ +from rocketpy.rocket.rocket import Rocket + + +def test_str(stochastic_calisto): + assert isinstance(str(stochastic_calisto), str) + + +def test_create_object(stochastic_calisto): + """Test create object method of StochasticRocket class. + + This test checks if the create_object method of the StochasticCalisto + class creates a StochasticCalisto object from the randomly generated + input arguments. + + Parameters + ---------- + stochastic_calisto : StochasticCalisto + StochasticCalisto object to be tested. + + Returns + ------- + None + """ + obj = stochastic_calisto.create_object() + assert isinstance(obj, Rocket) diff --git a/tests/unit/test_utilities.py b/tests/unit/test_utilities.py index 33942b445..43df536dd 100644 --- a/tests/unit/test_utilities.py +++ b/tests/unit/test_utilities.py @@ -48,7 +48,7 @@ def test_create_dispersion_dictionary(): """Test if the function returns a dictionary with the correct keys. It reads the keys from the dictionary generated by the utilities function and compares them to the expected. - Be careful if you change the "fixtures/dispersion/Valetudo_inputs.csv" file. + Be careful if you change the "fixtures/monte_carlo/Valetudo_inputs.csv" file. Parameters ---------- @@ -60,11 +60,11 @@ def test_create_dispersion_dictionary(): """ returned_dict = utilities.create_dispersion_dictionary( - "tests/fixtures/dispersion/Valetudo_inputs.csv" + "tests/fixtures/monte_carlo/Valetudo_inputs.csv" ) test_array = np.genfromtxt( - "tests/fixtures/dispersion/Valetudo_inputs.csv", + "tests/fixtures/monte_carlo/Valetudo_inputs.csv", usecols=(1, 2, 3), skip_header=1, delimiter=";",