Night summary#

Functions to read the night summary files and extract the run sequences.

Reference/API#

osa.nightsummary.nightsummary Module#

Handle the creation and reading of the run summary files.

Functions#

produce_run_summary_file(date)

Produce the run summary using the lstchain script.

get_run_summary_file(date)

Builds the file name of the run summary ECSV file.

run_summary_table(date)

Reads the run summary ECSV file containing as a Table with the following content:

osa.nightsummary.extract Module#

Extract subrun, run, sequence list and build corresponding objects.

Functions#

extract_runs(summary_table)

Extract sub-wun wise information from RunSummary files.

extract_sequences(date, run_obj_list)

Create calibration and data sequences from run objects.

build_sequences(date)

Build the list of sequences to process from a given date.

get_source_list(date)

Get the list of sources from the sequences' information and corresponding runs.