From f35df2206907e23ca48cb6e7c54c0ac9d15d0f37 Mon Sep 17 00:00:00 2001 From: Filippo Cataldo <filippo.cataldo@skywarder.eu> Date: Fri, 30 Aug 2024 13:03:22 +0200 Subject: [PATCH] [ASD] Minor, last, fix --- RoccarasoFlight/postprocessing/ASD/postProcessDrogue.m | 3 +-- RoccarasoFlight/postprocessing/ASD/postProcessMain.m | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/RoccarasoFlight/postprocessing/ASD/postProcessDrogue.m b/RoccarasoFlight/postprocessing/ASD/postProcessDrogue.m index e3c5265..51816d2 100644 --- a/RoccarasoFlight/postprocessing/ASD/postProcessDrogue.m +++ b/RoccarasoFlight/postprocessing/ASD/postProcessDrogue.m @@ -2,12 +2,11 @@ % Roccaraso 2023 and gets estimates of DROGUE % parachute's loads at deployment. Then compares them % with simulated loads. -% IMU time is used for interpolation. % No specification of reference frame means 2D inertial % frame. Body frame can be 2D or 3D (IMU frame) % depending on the context. Anyway, frames are only % used to rotate vectors: velocities or acceleration -% are always with respect to an inertial frame. +% are always with respect to an inertial frame. % % CALLED FUNCTIONS: eqResidual.m, aeroResultant.m, internalLoads.m % diff --git a/RoccarasoFlight/postprocessing/ASD/postProcessMain.m b/RoccarasoFlight/postprocessing/ASD/postProcessMain.m index 5e7c30c..4b96d63 100644 --- a/RoccarasoFlight/postprocessing/ASD/postProcessMain.m +++ b/RoccarasoFlight/postprocessing/ASD/postProcessMain.m @@ -1,12 +1,11 @@ % postProcessMain - Processes flight data of Gemini's launch at % Roccaraso 2023 and gets estimates of MAIN parachute's % loads at deployment. Then compares them with simulated -% loads. -% IMU time is used for interpolation. +% loads. % No specification of reference frame means 2D inertial % frame. Body frame can be 2D or 3D (IMU frame) depending % on the context. Anyway, frames are only used to rotate -% vectors: velocities or acceleration are always with +% vectors: velocities or acceleration are always with % respect to an inertial frame. % % CALLED FUNCTIONS: eqResidual.m, aeroResultant.m, internalLoads.m -- GitLab