diff --git a/RoccarasoFlight/postprocessing/ASD/postProcessDrogue.m b/RoccarasoFlight/postprocessing/ASD/postProcessDrogue.m index 2f251648307442a919cac3e739a97197d63144bf..b9792f338ee6b5d59a29a5267f94fb8707379410 100644 --- a/RoccarasoFlight/postprocessing/ASD/postProcessDrogue.m +++ b/RoccarasoFlight/postprocessing/ASD/postProcessDrogue.m @@ -1,13 +1,13 @@ -% postProcessMain - Processes flight data of Gemini's launch at -% Roccaraso 2023 and gets estimates of DROGUE parachute's -% loads at deployment. Then compares them with simulated -% loads. -% NAS time is used - with lower sampling frequency. -% No specification of reference frame means 2D inertial -% frame. Body frame can be 2D or 3D depending on the -% context. Anyway, frames are only used to rotate -% vectors: velocities or acceleration are always with -% respect to an inertial frame. +% postProcessDrogue - Processes flight data of Gemini's launch at +% Roccaraso 2023 and gets estimates of DROGUE +% parachute's loads at deployment. Then compares them +% with simulated loads. +% NAS time is used - with lower sampling frequency. +% No specification of reference frame means 2D inertial +% frame. Body frame can be 2D or 3D depending on the +% context. Anyway, frames are only used to rotate +% vectors: velocities or acceleration are always with +% respect to an inertial frame. % % CALLED FUNCTIONS: eqResidual.m, aeroResultant.m, internalLoads.m % @@ -20,7 +20,8 @@ clc path = genpath(pwd); addpath(path); -% Necessary classes are needed in the path to correctly read Rocket object + +% Necessary classes must be in the path to correctly read Rocket object load("data\geminiRocketRoccaraso.mat"); load("data\geminiFlightRoccaraso.mat"); diff --git a/RoccarasoFlight/postprocessing/ASD/postProcessMain.m b/RoccarasoFlight/postprocessing/ASD/postProcessMain.m index ab5c93302936bbca8a800b0d30e7b1a9043d96ec..7b1c56d385a81113ccaa195952e2c8eea97e6da4 100644 --- a/RoccarasoFlight/postprocessing/ASD/postProcessMain.m +++ b/RoccarasoFlight/postprocessing/ASD/postProcessMain.m @@ -20,7 +20,8 @@ clc path = genpath(pwd); addpath(path); -% Necessary classes are needed in the path to correctly read Rocket object + +% Necessary classes must be in the path to correctly read Rocket object load("data\geminiRocketRoccaraso.mat"); load("data\geminiFlightRoccaraso.mat");