Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Page Tree
root@home
startDepth2
searchBoxtrue

NOTE: This capability is currently being designed.  Once the design is finalized, this notice will be removed.

GMAT provides and an interface designed to read data from a source and import that data into internal data objects.  This capability is currently under development.  .  The source used by this subsystem can be a file, a shared memory location, or a database.  The data reader accesses the data in this source and loads it into memory.  It then performs any needed processing on the data and passes it to a GMAT object for use when running a mission.

The initial implementation of the data reader code will read an ASCII version of a TCOPS Vector Hold File used in the operation of the ACE spacecraft.  This page describes the design for that implementation, and shows how it fits into the DataReader class structure.  The design documented here discusses that class structure, and can be used as a starting point for the implementation of additional data readers in GMAT. 

Scripting

The initial implementation of the data readers is scripted as shown here:

 

Class Structure