Dexter: Disposition Exemplar for Transpire, EVRs, Rounds, and more

Overview
Dexter is a solution to the "last mile" problem of dispositioning spacecraft behavior, althought it is generalized enough that it could be applied to any complex system.
The question of whether a spacecraft is performing nominally is answered by a chain of distributed systems. Some is managed by onboard Fault Protection, some by spacecraft log messages like EVRs that have associated severities, some by alarm limits applied by ground tools, and some by humans.
Dexter is meant to be an engine for the last category described above (although it could also be an alarm limit engine).
Dexter is built to consume spacecraft data, planning information, and any other data inputs needed to confirm spacecraft safety on the ground, combine them into dispositions, and report out which dispositionable entities need more attention and which can safely be ignored.
Often on day 1 of a new flight project, little is implemented in Dexter, but teams are also very large compared to their steady state size once the spacecraft is stable. Dexter is mean to be flexible enough to grow as the team's knowledge of the system grows and common disposition patterns are recocognized. This facilitates the shrinking of the team as the mission ages and is given less and less money with each extended mission.
A key concept for Dexter is the "dispositionable". This name is slightly obtuse because it is meant to be very general. Dispositionables are entities that can be dispositioned. This may include spacecraft alarm violations, warning log messages, the latest value of a time-series data point, or the latest arrival time of a particular data prodcut. However, the concept of dispositionables is open ended, and can be used for anything a Dexter developer desires. They should be though of simply as discrete events that need analysis in order to decide if they are benign or need more attention in the way of anomaly repsonse.
Projects Currently Supported
- Europa Clipper
- Mars 2020/Perseverance
- Mars Sample Return/Sample Retrieval Lander
- NISAR
Architecture
TTS dependencies
- TTS Utilities
- Data Utilities
-
Papertrail
-
None