matching_diff_continuum#

matching_diff_continuum(input_data, master_name, master_data, savgol_window=200, zero_point=False)[source]#

Match the continuum of individual spectra to a reference spectrum with a savgol filtering on the spectra difference.

Creates the matching_diff dictionary

Parameters:
  • path – Path of the pickle file to process

  • master – Name of the RASSINE master spectrum file.

  • window (savgol) – Length of the window for the savgol filtering.

  • zero_point (bool) – No more used ?

Return type:

MatchingPickle