Styles by Object | Satellite Report Styles | Satellite Graph Styles

Report Style: Accel File Python

Creates an acceleration history file to model manuevers for use in ODTK. Uses a data provider to compute thrust, mass, and mass flow rate over time, and then uses a python script to format that content into a collection of *.accelHist files, output to the directory C:\AccelFiles, one file per maneuver. Python, including pandas, must be installed on your computer and the extension *.py must be associated with python.exe.

Data Provider:Astrogator Maneuver Ephemeris Block History

Groups:Maneuver , Top

Type: Time-varying data. May supply data with duplicate times. Intended to be used only with elements from this same data provider.

Availability: Reports

Column Listing

ColumnColumn NameFolderElementTypeDimensionDescription
1TimeTopTimeReal Number or TextDateTime.
2EpochTopEpochReal Number or TextDateThe reference epoch for the object.
3Thrust_Vector_XManeuverThrust_Vector_XReal NumberForceThe X component of the total thrust vector. The Calc Object allows a choice of coordinate systems. The default is Earth ICRF.
4Thrust_Vector_YManeuverThrust_Vector_YReal NumberForceThe Y component of the total thrust vector. The Calc Object allows a choice of coordinate systems. The default is Earth ICRF.
5Thrust_Vector_ZManeuverThrust_Vector_ZReal NumberForceThe Z component of the total thrust vector. The Calc Object allows a choice of coordinate systems. The default is Earth ICRF.
6Total_MassManeuverTotal_MassReal NumberMassTotal mass (fuel plus dry mass).
7Total_Mass_Flow_RateManeuverTotal_Mass_Flow_RateReal NumberMass Per TimeThe total mass flow rate, accounting for all engines, during a maneuver.