ContentsIndexReferenceHome
PreviousUpNext
BoostLoad
MATLAB
Booster = BoostLoad(fileName);
Description

Reads a STAMP/TGx JNTF ASCII file and returns the metric data as a structure

Parameters
Parameters 
Description 
fileName [string] 
File path & name 
Return Values
Return Values 
Description 
Booster [struct] 
Structure containing STAMP/TGx Boost metrics 
Booster.stage [struct] 
Contains stage metrics per booster 
Booster.stage.time [array] 
Discrete times steps (sec) 
Booster.stage.event [cell] 
Discrete event table 
Booster.stage.pos [array] 
Discrete ECI position vector (m) 
Booster.stage.vel [array] 
Discrete ECI velocity vector (m/s) 
Booster.stage.acc [array] 
Discrete ECI acceleration vector (m/s^2) 
Booster.stage.thrust [array] 
Discrete ECI thrust unit vector 
See Also
Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!