run_summary_table#

osa.nightsummary.nightsummary.run_summary_table(date) Table#
Reads the run summary ECSV file containing as a Table with the following content:
  • run_id, datatype: int64

  • n_subruns, datatype: int64

  • run_type, datatype: string

  • ucts_timestamp, datatype: int64

  • run_start, datatype: int64

  • dragon_reference_time, datatype: int64

  • dragon_reference_module_id, datatype: int16

  • dragon_reference_module_index, datatype: int16

  • dragon_reference_counter, datatype: uint64

  • dragon_reference_source, datatype: string

Parameters:
datedatetime.datetime
Returns:
tableastropy.Table

Table with the content of the run summary ECSV file.