isofit.utils.surface_model

next_diag_val(C, starting_index, direction)[source]
surface_model(config_path, wavelength_path=None, output_path=None, seed=13)[source]

The surface model tool contains everything you need to build basic multicomponent (i.e. colleciton of Gaussian) surface priors for the multicomponent surface model.

Parameters:
  • config_path (str) – path to a JSON formatted surface model configuration

  • wavelength_path (Optional[str]) – optional path to a three-column wavelength file, overriding the configuration file settings

  • output_path (Optional[str]) – optional path to the destination .mat file, overriding the configuration file settings

  • seed – seed used for clustering

Return type:

None

Returns:

None