muse_cube_combine: Combine fully reduced MUSE cubes.
Combine cubes that were resampled onto the same output grid but using data of different wavelength ranges into a single output cube.
Command line arguments:
CUBE_OUT
the filename of output cube
CUBE_IN_1
the filename of the 1st input cube to use for combination
CUBE_IN_2
the filename of the 2nd input cube to use for combination
CUBE_IN_3 ...
(optional)
the filename(s) of the 3rd and following inputs cubes to use for combination; the number of total cubes is not limited, but at least two input cubes need to be given for this tool to make sense
Return values:
0
Success
1
less than three filenames given
9
unknown option given
10
no output cube name found
11
cube with given output filename already exists
12
less than 2 valid cubes found in input
20
error when saving the output cube
50
unknown error