You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package was developed specifically for Low-Thrust GMAT scripts using Alfano Transfers. Need to refactor such that a more general class of GMAT models may be generated. Suggest the family of LinkBudget models may be a point of variation.
The text was updated successfully, but these errors were encountered:
modelpov.py has two accessor functions which return a dictionary of GMAT resource names to worksheet table names and named ranges. As such, this python file must be modified for each variation. Two ideas for refactoring, (a) read each dictionary from a json file, we know how to map a json file to a dictionary (see controls.py). (b_ encapsulate these functions in a python classdef from which additional accessors or methods can be derived. Leave the original modelpov.py code in-place in the parent class.
This package was developed specifically for Low-Thrust GMAT scripts using Alfano Transfers. Need to refactor such that a more general class of GMAT models may be generated. Suggest the family of LinkBudget models may be a point of variation.
The text was updated successfully, but these errors were encountered: