pyyeti.cla.DR_Event.prepare_results

DR_Event.prepare_results(mission, event)[source]

Returns an instance of the DR_Results class.

Parameters:
  • mission (str) – Identifies the CLA

  • event (str) – Name of event

Returns:

results (DR_Results instance) – Subclass of collections.OrderedDict containing categories with results (see DR_Results).

Notes

Uses the Info attribute (see DR_Event) and calls DR_Results.init() to build the initial results data structure for all data recovery categories.