diff --git a/RoccarasoFlight/postprocessing/ASD/postProcessDrogue.m b/RoccarasoFlight/postprocessing/ASD/postProcessDrogue.m index e3c5265e7f388a7f29df3d2004adfae4e214598a..51816d2d2bd9235694b6b9552b731947906ae968 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 5e7c30c3798653f58898d1a05eb31e9418c3b36d..4b96d63eabcd74cb3bc349b5414ef19e7661846b 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