Add a two-segment pseudocolor table that allows manually specifying the ambient temperature. For example, with T0 = 27°C, the pseudocolor is divided into two segments:
Below 27°C: cold-segment pseudocolor, gray → dark blue → cyan
27°C and above: hot-segment pseudocolor, gray → red → yellow
Requirements:
Add an interface for manual input of the ambient temperature.
Include a two-segment pseudocolor table, which contains one cold-segment pseudocolor definition and one hot-segment pseudocolor definition (similar to the existing pseudocolor table, but divided into two segments).
When mapping pseudocolor, the code should check if the two-segment pseudocolor table is selected, and if so, enable the segment-based mapping logic.
Mainly intended for air conditioner thermal imaging.
Add a two-segment pseudocolor table that allows manually specifying the ambient temperature. For example, with T0 = 27°C, the pseudocolor is divided into two segments:
Below 27°C: cold-segment pseudocolor, gray → dark blue → cyan
27°C and above: hot-segment pseudocolor, gray → red → yellow
Requirements:
Add an interface for manual input of the ambient temperature.
Include a two-segment pseudocolor table, which contains one cold-segment pseudocolor definition and one hot-segment pseudocolor definition (similar to the existing pseudocolor table, but divided into two segments).
When mapping pseudocolor, the code should check if the two-segment pseudocolor table is selected, and if so, enable the segment-based mapping logic.
Mainly intended for air conditioner thermal imaging.