piel.types.physical#

This module defines type aliases for representing temperature ranges in various formats, using core array measurement.

Attributes#

TemperatureRangeLimitType

TemperatureRangeLimitType:

TemperatureRangeArrayType

TemperatureRangeArrayType:

TemperatureRangeTypes

TemperatureRangeTypes:

Module Contents#

TemperatureRangeLimitType#

TemperatureRangeLimitType: A tuple representing the lower and upper limits of a temperature range. Each element in the tuple is a float indicating a specific temperature value. Example: (min_temperature, max_temperature)

TemperatureRangeArrayType#

TemperatureRangeArrayType: An array type (either numpy or jax array) representing a range of temperatures. This is used for more detailed or discrete temperature files points.

TemperatureRangeTypes#

TemperatureRangeTypes: A union type that can represent temperature ranges in two formats: - TemperatureRangeLimitType: A tuple of floats defining the lower and upper limits of the range. - TemperatureRangeArrayType: An array (numpy or jax) containing a series of temperature values.