pyyeti.cla.DR_Event.prepare_results¶
- DR_Event.prepare_results(mission, event)[source]¶
Returns an instance of the
DR_Resultsclass.- Parameters:
mission (str) – Identifies the CLA
event (str) – Name of event
- Returns:
results (
DR_Resultsinstance) – Subclass ofcollections.OrderedDictcontaining categories with results (seeDR_Results).
Notes
Uses the Info attribute (see
DR_Event) and callsDR_Results.init()to build the initial results data structure for all data recovery categories.