Skip to content

Temperature falscolor view

Phönix 64 edited this page Nov 1, 2023 · 4 revisions

The falsecolor_temp() function optionally takes a colour map name as a string, filter size and whether one wants colour bars or not. Possible cmap values can be found in the matplotlib documentation, the default is jet. It returns the temperature images as a list.

temp_images = grabber.falsecolor_temp(cmap="jet", filter_size=6, bars=True)

The correct_img_lvls() function and updating the telemetry is directly handled by it no need to do that

In the figure, the temperature values under the cursor can be read in the top right corner of the image.

grafik

Clone this wiki locally