load_and_concat_responses#

muse.instrument.utils.load_and_concat_responses(
response_directory,
response_files,
*,
channels,
logT=None,
vdop=None,
slit=None,
logT_method='nearest',
vdop_method='linear',
)#

Load multiple response functions and concatenate them along line.

Parameters:
Returns:

Concatenated response dataset with assigned channel coordinates.

Return type:

Dataset

Raises:

ValueError – If the length of channels does not match response_files.