I have a microscopy image that describes a certain property of the specimen (i.e., the fluorescence lifetime) stored as a greyscale float64 object.
I also have a second microscopy image of the exact same area that describes another property of the specimen (i.e., the fluorescence intensity) and this second image is also stored as a greyscale float64 object.
I would like to combine both images into a single matplotlib.pyplot representation in which the color of the pixels is given by the values in the first image (for example, using a colormap such as 'jet' from matplotlib) and the intensity of the pixels is given by the values in the second image. Ideally, I would also like to have colorbars for both color (jet colormap for the lifetime values stored in the first image) and for the intensity (grayscale colormap for the intensity values stored in the second image). Could you please tell me how to achieve this in Python? Below you can see an example of what I would like to achieve, obtained with a commercial software.