Booster = BoostLoad(fileName);
Reads a STAMP/TGx JNTF ASCII file and returns the metric data as a structure
|
Parameters |
Description |
|
fileName [string] |
File path & name |
|
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 |
|
Copyright (c) MZA Associates 2009. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|