# Configuration ## Interpolation Settings LIME Toolbox allows users to modify five settings that customize interpolation behavior and output visualization. ### Available Interpolation Settings - **Interpolation Reference**: Defines the reference spectrum for reflectance interpolation. Options: - **ASD**: Uses the lunar reflectance spectrum obtained with the ASD spectroradiometer at Izaña as part of the LIME project. - **Apollo 16 + Breccia**: Uses ROLO's composite spectrum based on Apollo 16 Soil and Breccia samples. - **TSIS-1 Solar Spectrum SRF**: Specifies the spectral response function of the TSIS-1 Hybrid Solar Reference Spectrum. Options: - **ASD**: Use the ASD spectroradiometer spectral response function. - **Interpolated Gaussian**: Gaussian SRF with 1nm spectral sampling and 3nm resolution. - **Interpolated Triangle**: Triangular SRF with 1nm spectral sampling and 1nm resolution. - **Show CIMEL anchor points**: Enables/disables the plotting of CIMEL anchor points. - **Show interpolation spectrum**: Controls whether the interpolation reference spectrum appears in the output plot. - **Skip Uncertainty Calculations**: Disables uncertainty computations. > **Note:** Uncertainty calculations are the primary **performance bottleneck** in LIME Toolbox simulations. > Disabling them significantly improves speed. ### Modifying Interpolation Settings Interpolation settings can be modified through the interpolation settings window. 1. Go to the the action menu bar and navigate to "Settings → Interpolation options" ([Figure 4](#fig-4)). ```{eval-rst} .. figure:: ../../images/user_guide/open_interp_settings.png :name: fig-4 :align: center :alt: Opening the Interpolation Settings Window Opening the Interpolation Settings Window. ``` 1. The **Interpolation Settings** window ([Figure 5](#fig-5)) will appear. - The first two settings are dropdowns. - The remaining three settings are checkboxes. - Click "Save" to apply changes or "Cancel" to close without saving. ```{eval-rst} .. figure:: ../../images/user_guide/inter_settings.png :name: fig-5 :align: center :alt: Interpolation Settings Window Interpolation Settings Window. ``` ### Command-Line Interface (CLI) Interpolation settings can also be modified via the CLI using the `-i` or `--interpolation-settings` option. The option must be followed by a string in JSON-formatted string, including any of the attributes in [Table 1](#tab-1).