Parse the settings for a ParSNIP model
bands (List[str]) – Bands to use in the encoder model
settings (dict, optional) – Settings to override, by default {}
ignore_unknown_settings (bool, optional) – If False (default), raise an KeyError if there are any unknown settings. Otherwise, do nothing.
Parsed settings dictionary
dict
KeyError – If there are unknown keys in the input settings