Skip to content
Tags give the ability to mark specific points in history as being important
  • 01.01.04
    6366e9cb · fixup ·
    New PATCH release 01.01.04
    fixup
  • 01.01.03
    New PATCH release 01.01.03
    *  do not mask bad pixels in raw data
       was decided in order to let operator see reason/correctness
    * more consistent handling of bad pixel values
      should improve statistics outputs which currently suffer from NaN values
  • 01.01.02
    38423ad5 · update patch ·
    New PATCH release 01.01.02
    * feat: allow disabling of bunch signal processing via config
    * minor improvement for bad values
      avoid NaN; instead use 0 in running statistics.
      Contrary to NaN, it does not destroy the series but it's a compromise as well.
    * enable/disable for advanced EO features
         currently this is
          - EOD timing scan and readback of timing settings
          - communication with laser lock and motor sps for EO system supervision
    
         This should be disabled if server should only read out Kalypso images.
    * fix : moving average reset button
    * feat: moving average for selected line
    * feat: fit also bunch profiles when bunch is at line edge
       assuming bunch width is same as previous fit.
    * feat: turn off FFT if fBandStopWidth=0
    * fix: use clamp to correct frequency range to allowed
    * redefine debugLevel -> logLevel
  • 01.01.01
    03d17285 · remove EodScan completely ·
    New PATCH release 01.01.01
    
    Changes since 01.01.00:
    * support FLASH config
  • 01.01.00
    ed94fc77 · increase minor version ·
    New MINOR release 01.01.00
    
    Changes since 01.00.00:
    - feature: BunchTiming module for correlation of signal lines with expected bunch times
    - refactoring/optimization: create new module BunchDetection from ImgProcessingMod
      this should help when FFT filtering causes high CPU load in ImgProcessingMod
    - feature: valid pixel value range
      for auto-detection of bad pixels and saturation effects
  • 01.00.00
    New MAJOR release 01.00.00
    
    Changes since 00.09.00:
    *     add pixLower, pixUpper inputs
    
    *     make bunch peak detection more robust
    
    *     discard peaks which intersect time axis ends
    
    *     improve data validity handling
          - exclude division-by-zeros values
          - if not enough values remain, anything is invalid
          - otherwise, signal classification metrics (e.g. bunchDetected) are set
            valid, even if bunch was not detected
          - only if bunch signal valid and bunch detected, final outputs
            like bunch position, are marked valid
    
    *     output signal classification metrics even if bunch was not detected
    *     add signal sanity check
          also check that laser power is significant on bunch signal lines before
          evaluation of bunch profile metrics.
          Before, we only check laser power on (unmodulated) laser lines.
    
    *     Allow subset selection all|odd|even for laser lines
    
    *     data initialization also in case that input parameters are invalid,
          in order to avoid random utputs
  • 00.09.00
    New MAJOR release 00.09.00
    
    first release, for testing only