
Adding wave to Z wave in image plot

sousavelosa.filipe
Hello all,
I have several image plots from time resolved spectrospy. The X and Y axis are time and wavelength and Z is absorption change with time. Besides the original data I need to add to the Z data, after some processing in Igor Pro, another spectrum with different spectral range. I could do this outside Igor but it's added work that seems unnecessary since we can add waves easily in Igor.
In short, I need to know if it's possible to add to the Z data, in a image plot, a single wave like using Wave Arithmetic panel?
Thanks in advance,
Filipe Velosa
As long as the waves have the same dimensions:
image1 += image2[p][q]
DisplayHelpTopic "Multidimensional Wave Assignment"
August 27, 2021 at 12:02 pm - Permalink
Yes, It is possible.
If the spectrum to be added has the same dimensions with the original data, things is quite simple, you can just do it as johnweeks's method.
If the waves have different dimensions(different dimension range,different size,different sample intervals), things become a little complicated. You can try the following codes to see whether or not it can meet your needs.
August 28, 2021 at 12:43 am - Permalink