Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

VBScript Post Processing Examples

This is a PostProcessing script to export an Astrogator Maneuver Sequence as an ODTK accelHist file. This script takes a report containing: Astrogator Maneuver Ephemeris Block History - Top - Epoch Astrogator Maneuver Ephemeris Block History - Top - Time Astrogator Maneuver Ephemeris Block History - Maneuver - Thrust_Vector_X Astrogator Maneuver Ephemeris Block History - Maneuver - Thrust_Vector_Y Astrogator Maneuver Ephemeris Block History - Maneuver - Thrust_Vector_Z Astrogator Maneuver Ephemeris Block History - Maneuver - Total_Mass and reformats it into an accesHist file. Note that Epoch is expected to be in UTCG and Time in EpSec.


To use this script use a regular access report. This script will compute the access times per day. This script currently only works for access from one object to one other, not multiple in the same report.

Date needs to be in Gregorian format, time needs to be in seconds.


A simple example to show how to create and use post processing scripts. This script adds line numbers to the report before displaying it.