xarray.Dataset.dts.sections

Dataset.dts.sections()

Define calibration sections.

Each section requires a reference temperature time series, such as the temperature measured by an external temperature sensor. They should already be part of the DataStore object.

Please look at the example notebook on sections if you encounter difficulties.

Parameters:
  • sections (Dict[str, List[slice]]) – Sections are defined in a dictionary with its keywords of the names of the reference temperature time series. Its values are lists of slice objects, where each slice object is a stretch.

  • Returns

  • ——–

  • dict – A dictionary with the names of the reference temperature time series as keys and lists of slice objects as values.