pipeline.infrastructure.utils.weblog

The sorting module contains utility functions used by the pipeline web log.

Functions

get_intervals(context, calapp[, spw_ids])

Get the integration intervals for scans processed by a calibration.

get_logrecords(result, loglevel)

Get the logrecords for the result, removing any duplicates

get_vis_from_plots(plots)

Get the name to be used for the MS from the given plots.

merge_td_columns(rows[, num_to_merge, …])

Merge HTML TD columns with identical values using rowspan.

total_time_on_source(scans)

Return the total time on source for the given Scans.

total_time_on_target_on_source(ms[, …])

Return the nominal total time on target source for the given MeasurementSet excluding OFF-source integrations (REFERENCE).

Classes

OrderedDefaultdict(*args, **kwargs)