I am working with hyperspectral data and am trying to update the band name after it gets lost during processing.
The raster comes in with the specific wavelength information associated with the file:

After my mosaic process to bring several of these hyperspectral image cubes together, I am left with layer 1, layer 2, layer 3, etc.:

I have tried using the Key Metadata function template to assign band names to my files, but because the output only exists in my project, it seems that I would need to export this "in memory" file to save the band name information.

I would like to avoid replicating these 20+ GB files as I have quite a few of them.
Is there a way to assign band names from my initial file (ideally) or assign them from a comma separated list as in the raster function tool?
Any help would be greatly appreciated!