Skip to content
Snippets Groups Projects
  1. Nov 24, 2023
  2. Sep 07, 2023
  3. Sep 06, 2023
  4. May 02, 2023
  5. Feb 03, 2023
  6. Jan 25, 2023
    • Robert Radloff's avatar
      Merge pull request #33 from skuschel/dev_ndim · 45eea445
      Robert Radloff authored
      Rewrote the CDF Estimator to accept multidimensional inputs using numpy arrays. This allows to process image and other multidimensional data.
      The marker positons `self.m_pos` and marker heights `self.mm_height` are now stored in `np.ndarray`, if clauses in the code are replaced byb `np.where`, `self._adjust_heights` now calculates both the linear interpolation and the parabolic interpolation and checks then which values are needed. This more time consuming. Tests using `benchmark_acculumators.py` show that the new implementation is 3x slower than the previous Commit that still uses the implementation using lists (prev: 18.1+-5.7 us/observation, current: 65+-16 us/observation, tested on my MacBook Pro, 13 inch, M1, 2020 with numpy 1.23.5).
      45eea445
  7. Jan 11, 2023
  8. Jan 10, 2023
  9. Jan 09, 2023
  10. Jan 08, 2023
    • Stephan Kuschel's avatar
      shorter is better :) · 20e80cd6
      Stephan Kuschel authored
      make DynamicBinSorter inherit from BinSorter. This change also makes
      nbins and bin_edges read only properties, which they should be anyways.
      20e80cd6
  11. Jan 06, 2023
  12. Jan 05, 2023
  13. Jan 03, 2023
Loading