Skip to content
Snippets Groups Projects
  1. Aug 09, 2018
  2. Dec 30, 2017
  3. Nov 02, 2017
  4. Jul 20, 2017
  5. Jul 10, 2015
  6. Jul 03, 2015
  7. Jul 01, 2015
  8. Jun 30, 2015
    • Studer Gabriel's avatar
      updating levenberg-marquardt minimizer for usage with Eigen3 · 2b7b4107
      Studer Gabriel authored
      The old and the new version have both been applied to
      roughly 200 real world minimization problems (minimizing energy
      function to detect membranes in QMEANBrane). The differences
      are marginal and within the expected range, since the
      internal SVD algorithm in eigen has changed.
      2b7b4107
  9. Mar 03, 2015
  10. Mar 02, 2015
  11. Dec 02, 2014
  12. Dec 01, 2014
  13. Nov 20, 2014
  14. Oct 06, 2014
  15. Aug 08, 2014
  16. Mar 31, 2014
  17. Mar 10, 2014
  18. Jan 28, 2014
  19. Jan 22, 2014
  20. Aug 23, 2013
  21. Jul 18, 2013
  22. Jul 12, 2013
  23. May 22, 2013
  24. May 13, 2013
  25. May 10, 2013
  26. May 03, 2013
  27. Feb 22, 2013
  28. Feb 14, 2013
  29. Feb 01, 2013
  30. Jan 30, 2013
  31. Jan 17, 2013
    • Andreas Schenk's avatar
      changed data observer to use ImageHandle instead of data reference · d24add09
      Andreas Schenk authored
      changed data viewer to delete on close
      
      The data observer now stores an image handle instead of a data reference.
      this means that no external image handle has to be stored to keep a data
      viewer open. As a consequence the data viewer window gets deleted, once it
      is closed to allow deallocation of the image memory if necessary.
      A guarded QPointer<DataViewer> in the proxy prevents access to the
      deleted DataViewer from python.
      
      These changes will allow further downstream refactoring of the ImageHandle
      and DataViewer (i.e. merge of Data and ImageHandle classes and use of
      the full ImageHandle interface in the DataViewer)
      d24add09
    • Andreas Schenk's avatar
      replaced abstract observable class with concrete version for Data · 2af836ec
      Andreas Schenk authored
      This change simplifies downstream refactoring of Data and ImageHandle
      2af836ec
Loading