Acquire
Use Web Serial, the built-in simulated stand, or an existing CSV.
Redline reads rocket motor test data from an ESP32 or CSV, shows channels live, records checklist and alarm events, and calculates the burn afterward. Before reporting a motor class, it checks whether the data can support the result.
Use Web Serial, the built-in simulated stand, or an existing CSV.
Watch thrust, pressure, and temperature against limits you set.
Review timing, baseline, clipping, truncation, sign, and sample gaps.
Export burn time, impulse, peak thrust, motor class, checks, and source details.
Looks for nonzero load before ignition and a zero that moves across the record.
Checks monotonic time and large jumps in sample spacing.
Flags flat sensor rails and files that end while thrust is still high.
Records the selected force unit and a hash of the imported file.
A University of Maryland team shared a past static-fire CSV for testing. The first result was too high even though the parser and numerical integration were working.
The load cell was also carrying the motor's weight. That weight changed as propellant burned, so subtracting one constant was not enough. The project now treats baseline choice as part of the evidence behind the result rather than an invisible preprocessing step.