Deploy updates to XINA
In order for the DraMS XINA instance to function as expected, developers need to deploy various updates to XINA to keep it in sync.
DraMS XINA has the following Git repo dependencies:
Break
- Changes to the DraMS Telemetry Definitions (i.e.
DRAMS_TM_Database.txtor any patch files) - Changes to
struct_extract. This may include:- DraMS decoder changes - DraMS decoders are implemented as static plugins, so changes require a new version of
struct_extractto be released and deployed. - General
struct_extractchanges -
gselibchanges (or related) that affect all data processing - Changes to
dramslib(or other related code) that impacts how DraMS data is extracted, converted, or processed
- DraMS decoder changes - DraMS decoders are implemented as static plugins, so changes require a new version of
- 699util:
-
c699util- this C++ SWIG library is used by the 699util Python tools which is used to perform mission specific mining
-
No Comments