twVolc / PyCamPermanent

Permanent PiCam (SO2) installation project software
GNU General Public License v3.0
2 stars 2 forks source link

Ifit shift updates #83

Closed twVolc closed 10 months ago

twVolc commented 10 months ago

Added new iFit functionality:

  1. Can manually shift the spectrum prior to processing - useful for some spectrometers where shifts in calibration are quite large and the iFit built in shift doesn't seem to deal with the issue sufficiently
  2. Added functionality to manually set the light dilution factor (LDF) under which all spectra will then be processed. Useful if a location displays quite consistent LDFs - processing this way drastically speeds up processing relative to performing a full LDF calculation for each spectrum.
twVolc commented 10 months ago

Fixes #62

twVolc commented 10 months ago

Ok great, I've added a line that should deal with this - just resetting LDF to 0 when the GUI is generated (if use_light_dilution_spec = True).