dcscope 2.22.2__tar.gz → 2.23.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (445) hide show
  1. {dcscope-2.22.2 → dcscope-2.23.0}/CHANGELOG +4 -0
  2. {dcscope-2.22.2/dcscope.egg-info → dcscope-2.23.0}/PKG-INFO +3 -3
  3. {dcscope-2.22.2 → dcscope-2.23.0}/README.rst +1 -1
  4. dcscope-2.23.0/build-recipes/DCscope.icns +0 -0
  5. dcscope-2.23.0/build-recipes/DCscope.ico +0 -0
  6. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/_version.py +3 -3
  7. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_plot.py +1 -0
  8. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_plot.ui +32 -27
  9. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/pipeline_plot.py +32 -0
  10. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/quick_view/qv_main.py +2 -2
  11. dcscope-2.23.0/dcscope/img/icon.png +0 -0
  12. dcscope-2.23.0/dcscope/img/splash.png +0 -0
  13. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/pipeline/plot.py +2 -0
  14. {dcscope-2.22.2 → dcscope-2.23.0/dcscope.egg-info}/PKG-INFO +3 -3
  15. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope.egg-info/SOURCES.txt +5 -2
  16. dcscope-2.23.0/docs/artwork/Readme.md +37 -0
  17. dcscope-2.23.0/docs/artwork/dcscope_icon.svg +332 -0
  18. dcscope-2.23.0/docs/artwork/dcscope_large_white.png +0 -0
  19. dcscope-2.23.0/docs/artwork/dcscope_large_white.svg +312 -0
  20. dcscope-2.23.0/docs/artwork/dcscope_splash.svg +319 -0
  21. dcscope-2.23.0/docs/artwork/favicon.ico +0 -0
  22. dcscope-2.23.0/docs/artwork/favicon.svg +301 -0
  23. {dcscope-2.22.2 → dcscope-2.23.0}/docs/conf.py +2 -0
  24. {dcscope-2.22.2 → dcscope-2.23.0}/docs/index.rst +0 -5
  25. {dcscope-2.22.2 → dcscope-2.23.0}/pyproject.toml +1 -0
  26. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_quickview.py +92 -0
  27. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_update.py +3 -0
  28. dcscope-2.22.2/build-recipes/DCscope.icns +0 -0
  29. dcscope-2.22.2/build-recipes/DCscope.ico +0 -0
  30. dcscope-2.22.2/dcscope/img/icon.png +0 -0
  31. dcscope-2.22.2/dcscope/img/icon.svg +0 -73
  32. dcscope-2.22.2/dcscope/img/splash.png +0 -0
  33. dcscope-2.22.2/docs/artwork/dcscope_icon.svg +0 -73
  34. dcscope-2.22.2/docs/artwork/dcscope_splash.png +0 -0
  35. dcscope-2.22.2/docs/artwork/dcscope_splash.svg +0 -74
  36. {dcscope-2.22.2 → dcscope-2.23.0}/.github/workflows/check.yml +0 -0
  37. {dcscope-2.22.2 → dcscope-2.23.0}/.github/workflows/deploy_github.yml +0 -0
  38. {dcscope-2.22.2 → dcscope-2.23.0}/.github/workflows/deploy_pypi.yml +0 -0
  39. {dcscope-2.22.2 → dcscope-2.23.0}/.gitignore +0 -0
  40. {dcscope-2.22.2 → dcscope-2.23.0}/.readthedocs.yml +0 -0
  41. {dcscope-2.22.2 → dcscope-2.23.0}/LICENSE +0 -0
  42. {dcscope-2.22.2 → dcscope-2.23.0}/MANIFEST.in +0 -0
  43. {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/DCscopeLauncher.py +0 -0
  44. {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/Readme.md +0 -0
  45. {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/hook-dcscope.py +0 -0
  46. {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/macos_DCscope.spec +0 -0
  47. {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/macos_build_app.sh +0 -0
  48. {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/macos_build_requirements.txt +0 -0
  49. {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/win_DCscope.spec +0 -0
  50. {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/win_build_requirements.txt +0 -0
  51. {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/win_dcscope.iss_dummy +0 -0
  52. {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/win_make_iss.py +0 -0
  53. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/__init__.py +0 -0
  54. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/__main__.py +0 -0
  55. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/extensions.py +0 -0
  56. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/__init__.py +0 -0
  57. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/__init__.py +0 -0
  58. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_basins.py +0 -0
  59. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_basins.ui +0 -0
  60. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_filter.py +0 -0
  61. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_filter.ui +0 -0
  62. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_log.py +0 -0
  63. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_log.ui +0 -0
  64. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_meta.py +0 -0
  65. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_meta.ui +0 -0
  66. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_slot.py +0 -0
  67. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_slot.ui +0 -0
  68. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_tables.py +0 -0
  69. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_tables.ui +0 -0
  70. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_view.py +0 -0
  71. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_view.ui +0 -0
  72. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/dlg_slot_reorder.py +0 -0
  73. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/dlg_slot_reorder.ui +0 -0
  74. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/bulk/__init__.py +0 -0
  75. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/bulk/bulk_emodulus.py +0 -0
  76. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/bulk/bulk_emodulus.ui +0 -0
  77. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/__init__.py +0 -0
  78. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/comp_lme4.py +0 -0
  79. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/comp_lme4.ui +0 -0
  80. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/comp_lme4_dataset.py +0 -0
  81. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/comp_lme4_dataset.ui +0 -0
  82. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/comp_lme4_results.py +0 -0
  83. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/comp_lme4_results.ui +0 -0
  84. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/comp_stats.py +0 -0
  85. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/comp_stats.ui +0 -0
  86. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/dcor/__init__.py +0 -0
  87. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/dcor/dcor.ui +0 -0
  88. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/export/__init__.py +0 -0
  89. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/export/e2data.py +0 -0
  90. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/export/e2data.ui +0 -0
  91. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/export/e2filter.py +0 -0
  92. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/export/e2filter.ui +0 -0
  93. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/export/e2plot.py +0 -0
  94. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/export/e2plot.ui +0 -0
  95. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/main.py +0 -0
  96. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/main.ui +0 -0
  97. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/__init__.py +0 -0
  98. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/block_matrix.py +0 -0
  99. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/block_matrix.ui +0 -0
  100. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/data_matrix.py +0 -0
  101. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/dm_dataset.py +0 -0
  102. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/dm_dataset.ui +0 -0
  103. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/dm_element.py +0 -0
  104. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/dm_element.ui +0 -0
  105. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/dm_filter.py +0 -0
  106. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/dm_filter.ui +0 -0
  107. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/plot_matrix.py +0 -0
  108. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/pm_element.py +0 -0
  109. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/pm_plot.py +0 -0
  110. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/pm_plot.ui +0 -0
  111. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/pipeline_plot.ui +0 -0
  112. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/preferences.py +0 -0
  113. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/preferences.ui +0 -0
  114. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/quick_view/__init__.py +0 -0
  115. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/quick_view/qv_main.ui +0 -0
  116. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/quick_view/qv_scatter.py +0 -0
  117. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/quick_view/qv_style.css +0 -0
  118. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/update.py +0 -0
  119. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/__init__.py +0 -0
  120. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/bg_thread.py +0 -0
  121. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/bulk_list.py +0 -0
  122. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/bulk_list.ui +0 -0
  123. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/double_spin_box_nan.py +0 -0
  124. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/feature_combobox.py +0 -0
  125. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/get_path.py +0 -0
  126. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/key_value_table_widget.css +0 -0
  127. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/key_value_table_widget.py +0 -0
  128. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/mdi_subwindow_wo_close.py +0 -0
  129. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/qrangeslider.py +0 -0
  130. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/rangecontrol.py +0 -0
  131. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/rangecontrol.ui +0 -0
  132. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/simple_image_view.py +0 -0
  133. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/simple_plot_widget.py +0 -0
  134. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/so_colorbaritem.py +0 -0
  135. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/wait_cursor.py +0 -0
  136. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/idiom.py +0 -0
  137. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/__init__.py +0 -0
  138. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/COPYING-ICONS +0 -0
  139. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/COPYING.LIB +0 -0
  140. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/README +0 -0
  141. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/application-exit.svg +0 -0
  142. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/code-context.svg +0 -0
  143. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/dialog-cancel.svg +0 -0
  144. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/dialog-close.svg +0 -0
  145. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/dialog-messages.svg +0 -0
  146. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/dialog-ok-apply.svg +0 -0
  147. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/dialog-ok.svg +0 -0
  148. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/document-open-folder.svg +0 -0
  149. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/document-open.svg +0 -0
  150. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/document-save.svg +0 -0
  151. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/documentinfo.svg +0 -0
  152. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/draw-watercolor.svg +0 -0
  153. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/edit-clear-all.svg +0 -0
  154. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/edit-clear.svg +0 -0
  155. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/edit-paste.svg +0 -0
  156. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/globe.svg +0 -0
  157. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/gtk-preferences.svg +0 -0
  158. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/list-add.svg +0 -0
  159. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/messagebox_warning.svg +0 -0
  160. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/object-columns.svg +0 -0
  161. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/object-order-lower.svg +0 -0
  162. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/object-rows.svg +0 -0
  163. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/office-chart-line-stacked.svg +0 -0
  164. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/office-chart-ring.svg +0 -0
  165. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/office-chart-scatter.svg +0 -0
  166. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/path-mode-polyline.svg +0 -0
  167. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/preferences-activities.svg +0 -0
  168. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/remove.svg +0 -0
  169. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/search.svg +0 -0
  170. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/show-grid.svg +0 -0
  171. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/special_paste.svg +0 -0
  172. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/tools-wizard.svg +0 -0
  173. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/view-calendar-list.svg +0 -0
  174. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/view-filter.svg +0 -0
  175. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/view-list-tree.svg +0 -0
  176. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/view-statistics.svg +0 -0
  177. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/visibility.svg +0 -0
  178. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/application-exit.svg +0 -0
  179. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/code-context.svg +0 -0
  180. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/dialog-cancel.svg +0 -0
  181. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/dialog-close.svg +0 -0
  182. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/dialog-messages.svg +0 -0
  183. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/dialog-ok-apply.svg +0 -0
  184. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/dialog-ok.svg +0 -0
  185. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/document-open-folder.svg +0 -0
  186. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/document-open.svg +0 -0
  187. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/document-save.svg +0 -0
  188. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/documentinfo.svg +0 -0
  189. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/draw-watercolor.svg +0 -0
  190. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/edit-clear-all.svg +0 -0
  191. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/edit-clear.svg +0 -0
  192. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/edit-paste.svg +0 -0
  193. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/globe.svg +0 -0
  194. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/gtk-preferences.svg +0 -0
  195. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/list-add.svg +0 -0
  196. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/messagebox_warning.svg +0 -0
  197. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/object-columns.svg +0 -0
  198. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/object-order-lower.svg +0 -0
  199. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/object-rows.svg +0 -0
  200. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/office-chart-line-stacked.svg +0 -0
  201. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/office-chart-ring.svg +0 -0
  202. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/office-chart-scatter.svg +0 -0
  203. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/path-mode-polyline.svg +0 -0
  204. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/preferences-activities.svg +0 -0
  205. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/remove.svg +0 -0
  206. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/special_paste.svg +0 -0
  207. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/tools-wizard.svg +0 -0
  208. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/view-calendar-list.svg +0 -0
  209. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/view-filter.svg +0 -0
  210. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/view-list-tree.svg +0 -0
  211. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/view-statistics.svg +0 -0
  212. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/visibility.svg +0 -0
  213. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/application-exit.svg +0 -0
  214. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/code-context.svg +0 -0
  215. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/dialog-cancel.svg +0 -0
  216. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/dialog-close.svg +0 -0
  217. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/dialog-messages.svg +0 -0
  218. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/dialog-ok-apply.svg +0 -0
  219. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/dialog-ok.svg +0 -0
  220. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/document-open-folder.svg +0 -0
  221. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/document-open.svg +0 -0
  222. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/document-save.svg +0 -0
  223. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/documentinfo.svg +0 -0
  224. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/draw-watercolor.svg +0 -0
  225. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/edit-clear-all.svg +0 -0
  226. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/edit-clear.svg +0 -0
  227. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/edit-paste.svg +0 -0
  228. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/globe.svg +0 -0
  229. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/gtk-preferences.svg +0 -0
  230. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/list-add.svg +0 -0
  231. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/messagebox_warning.svg +0 -0
  232. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/object-columns.svg +0 -0
  233. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/object-order-lower.svg +0 -0
  234. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/object-rows.svg +0 -0
  235. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/office-chart-line-stacked.svg +0 -0
  236. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/office-chart-ring.svg +0 -0
  237. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/office-chart-scatter.svg +0 -0
  238. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/path-mode-polyline.svg +0 -0
  239. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/preferences-activities.svg +0 -0
  240. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/remove.svg +0 -0
  241. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/special_paste.svg +0 -0
  242. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/tools-wizard.svg +0 -0
  243. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/view-calendar-list.svg +0 -0
  244. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/view-filter.svg +0 -0
  245. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/view-list-tree.svg +0 -0
  246. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/view-statistics.svg +0 -0
  247. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/visibility.svg +0 -0
  248. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/application-exit.svg +0 -0
  249. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/dialog-cancel.svg +0 -0
  250. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/dialog-messages.svg +0 -0
  251. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/dialog-ok-apply.svg +0 -0
  252. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/dialog-ok.svg +0 -0
  253. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/document-open-folder.svg +0 -0
  254. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/document-open.svg +0 -0
  255. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/document-save.svg +0 -0
  256. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/gtk-preferences.svg +0 -0
  257. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/object-order-lower.svg +0 -0
  258. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/view-filter.svg +0 -0
  259. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/view-list-tree.svg +0 -0
  260. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/16/folder-cloud.svg +0 -0
  261. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/16/folder.svg +0 -0
  262. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/22/folder-cloud.svg +0 -0
  263. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/22/folder.svg +0 -0
  264. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/24/folder-cloud.svg +0 -0
  265. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/24/folder.svg +0 -0
  266. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/32/folder-cloud.svg +0 -0
  267. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/32/folder.svg +0 -0
  268. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/64/folder-cloud.svg +0 -0
  269. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/64/folder.svg +0 -0
  270. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/16/dialog-error.svg +0 -0
  271. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/16/dialog-information.svg +0 -0
  272. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/16/dialog-question.svg +0 -0
  273. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/16/dialog-warning.svg +0 -0
  274. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/22/dialog-error.svg +0 -0
  275. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/22/dialog-information.svg +0 -0
  276. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/22/dialog-question.svg +0 -0
  277. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/22/dialog-warning.svg +0 -0
  278. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/24/dialog-error.svg +0 -0
  279. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/24/dialog-information.svg +0 -0
  280. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/24/dialog-question.svg +0 -0
  281. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/24/dialog-warning.svg +0 -0
  282. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/64/dialog-error.svg +0 -0
  283. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/64/dialog-information.svg +0 -0
  284. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/64/dialog-question.svg +0 -0
  285. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/64/dialog-warning.svg +0 -0
  286. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/collect_icons.py +0 -0
  287. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/dcscope/dcor.png +0 -0
  288. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/dcscope/edit-copy-anew.svg +0 -0
  289. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/dcscope/emodulus.svg +0 -0
  290. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/dcscope/filter_ray.svg +0 -0
  291. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/dcscope/region_channel.svg +0 -0
  292. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/dcscope/region_reservoir.svg +0 -0
  293. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/dcscope/rlang.svg +0 -0
  294. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/dcscope/statistical_significance.svg +0 -0
  295. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/index.theme +0 -0
  296. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/meta_tool.py +0 -0
  297. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/pipeline/__init__.py +0 -0
  298. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/pipeline/core.py +0 -0
  299. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/pipeline/dataslot.py +0 -0
  300. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/pipeline/filter.py +0 -0
  301. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/pipeline/filter_ray.py +0 -0
  302. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/plot_cache.py +0 -0
  303. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/session.py +0 -0
  304. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/util.py +0 -0
  305. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope.egg-info/dependency_links.txt +0 -0
  306. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope.egg-info/entry_points.txt +0 -0
  307. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope.egg-info/requires.txt +0 -0
  308. {dcscope-2.22.2 → dcscope-2.23.0}/dcscope.egg-info/top_level.txt +0 -0
  309. {dcscope-2.22.2 → dcscope-2.23.0}/docs/README.md +0 -0
  310. {dcscope-2.22.2 → dcscope-2.23.0}/docs/data/extension_fl1_density.py +0 -0
  311. {dcscope-2.22.2 → dcscope-2.23.0}/docs/dcscope.bib +0 -0
  312. {dcscope-2.22.2 → dcscope-2.23.0}/docs/extensions/fancy_include.py +0 -0
  313. {dcscope-2.22.2 → dcscope-2.23.0}/docs/extensions/github_changelog.py +0 -0
  314. {dcscope-2.22.2 → dcscope-2.23.0}/docs/extensions/rtd_pdf.py +0 -0
  315. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/ATTRIBUTION +0 -0
  316. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/area.png +0 -0
  317. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/aspect.jpg +0 -0
  318. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/brightness.jpg +0 -0
  319. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/deform.jpg +0 -0
  320. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/deform.py +0 -0
  321. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/fluorescence.jpg +0 -0
  322. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/fluorescence.py +0 -0
  323. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/inert_ratio.jpg +0 -0
  324. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/inert_ratio.py +0 -0
  325. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_countrate.jpg +0 -0
  326. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_countrate.py +0 -0
  327. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_filter_area.jpg +0 -0
  328. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_filter_area.py +0 -0
  329. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_filter_porosity.jpg +0 -0
  330. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_filter_porosity.py +0 -0
  331. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_filter_ratios.jpg +0 -0
  332. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_filter_ratios.py +0 -0
  333. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_time.jpg +0 -0
  334. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_time.py +0 -0
  335. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_youngs_modulus.py +0 -0
  336. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_youngs_modulus_15um.png +0 -0
  337. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_youngs_modulus_20um.png +0 -0
  338. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_youngs_modulus_30um.png +0 -0
  339. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_youngs_modulus_40um.png +0 -0
  340. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/rtdc-setup.jpg +0 -0
  341. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/volume.jpg +0 -0
  342. {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/volume.py +0 -0
  343. {dcscope-2.22.2 → dcscope-2.23.0}/docs/requirements.txt +0 -0
  344. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/.gitignore +0 -0
  345. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/CD66+_CD14-.poly +0 -0
  346. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots.sh +0 -0
  347. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots_qg_dcor.py +0 -0
  348. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots_qg_emodulus.py +0 -0
  349. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots_qg_export.py +0 -0
  350. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots_qg_extensions.py +0 -0
  351. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots_qg_lme4.py +0 -0
  352. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots_qg_lme4_diff.py +0 -0
  353. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots_qg_statistics.py +0 -0
  354. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots_ui.py +0 -0
  355. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_dcor_dlg.png +0 -0
  356. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_emodulus_badtemp.png +0 -0
  357. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_emodulus_config.png +0 -0
  358. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_emodulus_feature.png +0 -0
  359. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_emodulus_other.png +0 -0
  360. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_export_data.png +0 -0
  361. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_extensions.png +0 -0
  362. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_lme4_diff_init.png +0 -0
  363. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_lme4_diff_results.png +0 -0
  364. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_lme4_init.png +0 -0
  365. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_lme4_results.png +0 -0
  366. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_statistics_folder.png +0 -0
  367. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_statistics_init.png +0 -0
  368. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/scrots.so2 +0 -0
  369. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_ana_basins.png +0 -0
  370. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_ana_filter.png +0 -0
  371. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_ana_logs.png +0 -0
  372. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_ana_meta.png +0 -0
  373. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_ana_plot.png +0 -0
  374. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_ana_slot.png +0 -0
  375. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_ana_tables.png +0 -0
  376. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_block_matrix.png +0 -0
  377. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_main.png +0 -0
  378. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_qv_event.png +0 -0
  379. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_qv_poly.png +0 -0
  380. {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_qv_settings.png +0 -0
  381. {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_changelog.rst +0 -0
  382. {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_devs.rst +0 -0
  383. {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_getting_started.rst +0 -0
  384. {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_imprint.rst +0 -0
  385. {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_interface.rst +0 -0
  386. {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_qg_batch_stats.rst +0 -0
  387. {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_qg_consistency_check.rst +0 -0
  388. {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_qg_dcor.rst +0 -0
  389. {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_qg_export_data.rst +0 -0
  390. {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_qg_extensions.rst +0 -0
  391. {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_qg_filtering.rst +0 -0
  392. {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_qg_lme4.rst +0 -0
  393. {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_qg_youngs_modulus.rst +0 -0
  394. {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_quick_guides.rst +0 -0
  395. {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_rtdc_basics.rst +0 -0
  396. {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_z_bib.rst +0 -0
  397. {dcscope-2.22.2 → dcscope-2.23.0}/setup.cfg +0 -0
  398. {dcscope-2.22.2 → dcscope-2.23.0}/tests/README.md +0 -0
  399. {dcscope-2.22.2 → dcscope-2.23.0}/tests/conftest.py +0 -0
  400. {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/artificial_with_image_bg.rtdc +0 -0
  401. {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/blood_rbc_leukocytes.rtdc +0 -0
  402. {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/blood_rbc_qpi_data.rtdc +0 -0
  403. {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/calibration_beads_47.rtdc +0 -0
  404. {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/cytoshot_blood.rtdc +0 -0
  405. {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/ext_feat_anc_plugin_ca.py +0 -0
  406. {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/naiad-capture_blood_pipeline.rtdc +0 -0
  407. {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/version_2_1_0_basic.so2 +0 -0
  408. {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/version_2_1_2_plot_color_emodulus.so2 +0 -0
  409. {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/version_2_1_6_no_events.so2 +0 -0
  410. {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/version_2_5_0_dcor_lme4.so2 +0 -0
  411. {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/version_2_5_0_dcor_lme4_diff.so2 +0 -0
  412. {dcscope-2.22.2 → dcscope-2.23.0}/tests/requirements.txt +0 -0
  413. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_extensions.py +0 -0
  414. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_ana_meta.py +0 -0
  415. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_basic.py +0 -0
  416. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_bulk_emodulus.py +0 -0
  417. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_compute_lme4.py +0 -0
  418. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_compute_stats.py +0 -0
  419. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_emodulus.py +0 -0
  420. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_export_data.py +0 -0
  421. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_export_filter.py +0 -0
  422. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_export_plot.py +0 -0
  423. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_filter.py +0 -0
  424. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_matrix.py +0 -0
  425. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_pipeline_plot.py +0 -0
  426. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_plotting.py +0 -0
  427. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_reorder_datasets.py +0 -0
  428. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_pipeline_core.py +0 -0
  429. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_pipeline_filter_ray.py +0 -0
  430. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_session.py +0 -0
  431. {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_util.py +0 -0
  432. {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/.gitignore +0 -0
  433. {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/Readme.rst +0 -0
  434. {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export.py +0 -0
  435. {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export.so2 +0 -0
  436. {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_log-large-points-export-png_expected.png +0 -0
  437. {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_log-large-points-export-svg_expected.svg +0 -0
  438. {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_scatter-and-contour-export-png_expected.png +0 -0
  439. {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_scatter-and-contour-export-svg_expected.svg +0 -0
  440. {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_scatter-and-contour-subplot1-export-png_expected.png +0 -0
  441. {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_scatter-and-contour-subplot1-export-svg_expected.svg +0 -0
  442. {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_scatter-and-contour-subplot2-export-png_expected.png +0 -0
  443. {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_scatter-and-contour-subplot2-export-svg_expected.svg +0 -0
  444. {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_scatter-long-title-export-png_expected.png +0 -0
  445. {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/run-tests.sh +0 -0
@@ -1,3 +1,7 @@
1
+ 2.23.0
2
+ - feat: add zoom-in functionality for contour plots (#211)
3
+ - fix: cache selected event per dataset in QuickView (#196)
4
+ - enh: add new logo (scope view and block matrix)
1
5
  2.22.2
2
6
  - fix: error message dialog limited to traceback length of three
3
7
  - fix: copy error text to clipboard did not work in error message dialog
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dcscope
3
- Version: 2.22.2
3
+ Version: 2.23.0
4
4
  Summary: User interface for deformability cytometry (DC)
5
- Author: Benedikt Hartmann, Eoghan O'Connell, Maximilian Schlögel, Paul Müller
5
+ Author: Benedikt Hartmann, Eoghan O'Connell, Maximilian Schlögel, Paul Müller, Raghava Alajangi
6
6
  Maintainer-email: Paul Müller <dev@craban.de>
7
7
  License-Expression: GPL-3.0-or-later
8
8
  Project-URL: source, https://github.com/DC-analysis/DCscope
@@ -84,7 +84,7 @@ Testing
84
84
  pytest tests
85
85
 
86
86
 
87
- .. |DCscope| image:: https://raw.github.com/DC-analysis/DCscope/main/docs/artwork/dcscope_splash.png
87
+ .. |DCscope| image:: https://raw.github.com/DC-analysis/DCscope/main/dcscope/img/splash.png
88
88
  .. |PyPI Version| image:: https://img.shields.io/pypi/v/DCscope.svg
89
89
  :target: https://pypi.python.org/pypi/DCscope
90
90
  .. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/DC-analysis/DCscope/check.yml?branch=main
@@ -56,7 +56,7 @@ Testing
56
56
  pytest tests
57
57
 
58
58
 
59
- .. |DCscope| image:: https://raw.github.com/DC-analysis/DCscope/main/docs/artwork/dcscope_splash.png
59
+ .. |DCscope| image:: https://raw.github.com/DC-analysis/DCscope/main/dcscope/img/splash.png
60
60
  .. |PyPI Version| image:: https://img.shields.io/pypi/v/DCscope.svg
61
61
  :target: https://pypi.python.org/pypi/DCscope
62
62
  .. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/DC-analysis/DCscope/check.yml?branch=main
Binary file
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '2.22.2'
32
- __version_tuple__ = version_tuple = (2, 22, 2)
31
+ __version__ = version = '2.23.0'
32
+ __version_tuple__ = version_tuple = (2, 23, 0)
33
33
 
34
- __commit_id__ = commit_id = 'gc464d70c1'
34
+ __commit_id__ = commit_id = 'g3b8ac6c7e'
@@ -118,6 +118,7 @@ class PlotPanel(QtWidgets.QWidget):
118
118
  "contour": {
119
119
  "enabled": self.groupBox_contour.isChecked(),
120
120
  "legend": self.checkBox_legend.isChecked(),
121
+ "zoomin": self.checkBox_zoomin.isChecked(),
121
122
  "line widths": [self.doubleSpinBox_lw_1.value(),
122
123
  self.doubleSpinBox_lw_2.value(),
123
124
  ],
@@ -7,7 +7,7 @@
7
7
  <x>0</x>
8
8
  <y>0</y>
9
9
  <width>627</width>
10
- <height>934</height>
10
+ <height>936</height>
11
11
  </rect>
12
12
  </property>
13
13
  <property name="windowTitle">
@@ -26,14 +26,14 @@
26
26
  <item>
27
27
  <widget class="QComboBox" name="comboBox_plots">
28
28
  <property name="sizeAdjustPolicy">
29
- <enum>QComboBox::AdjustToContents</enum>
29
+ <enum>QComboBox::SizeAdjustPolicy::AdjustToContents</enum>
30
30
  </property>
31
31
  </widget>
32
32
  </item>
33
33
  <item>
34
34
  <spacer name="horizontalSpacer_2">
35
35
  <property name="orientation">
36
- <enum>Qt::Horizontal</enum>
36
+ <enum>Qt::Orientation::Horizontal</enum>
37
37
  </property>
38
38
  <property name="sizeHint" stdset="0">
39
39
  <size>
@@ -52,8 +52,7 @@
52
52
  <string>Duplicate</string>
53
53
  </property>
54
54
  <property name="icon">
55
- <iconset theme="edit-paste">
56
- <normaloff>.</normaloff>.</iconset>
55
+ <iconset theme="edit-paste"/>
57
56
  </property>
58
57
  </widget>
59
58
  </item>
@@ -66,8 +65,7 @@
66
65
  <string>Remove</string>
67
66
  </property>
68
67
  <property name="icon">
69
- <iconset theme="remove">
70
- <normaloff>.</normaloff>.</iconset>
68
+ <iconset theme="remove"/>
71
69
  </property>
72
70
  </widget>
73
71
  </item>
@@ -76,7 +74,7 @@
76
74
  <item>
77
75
  <widget class="Line" name="line">
78
76
  <property name="orientation">
79
- <enum>Qt::Horizontal</enum>
77
+ <enum>Qt::Orientation::Horizontal</enum>
80
78
  </property>
81
79
  </widget>
82
80
  </item>
@@ -152,7 +150,7 @@
152
150
  <item>
153
151
  <spacer name="horizontalSpacer_13">
154
152
  <property name="orientation">
155
- <enum>Qt::Horizontal</enum>
153
+ <enum>Qt::Orientation::Horizontal</enum>
156
154
  </property>
157
155
  <property name="sizeHint" stdset="0">
158
156
  <size>
@@ -228,7 +226,7 @@
228
226
  <item>
229
227
  <spacer name="horizontalSpacer_14">
230
228
  <property name="orientation">
231
- <enum>Qt::Horizontal</enum>
229
+ <enum>Qt::Orientation::Horizontal</enum>
232
230
  </property>
233
231
  <property name="sizeHint" stdset="0">
234
232
  <size>
@@ -277,7 +275,7 @@
277
275
  <item>
278
276
  <spacer name="horizontalSpacer_12">
279
277
  <property name="orientation">
280
- <enum>Qt::Horizontal</enum>
278
+ <enum>Qt::Orientation::Horizontal</enum>
281
279
  </property>
282
280
  <property name="sizeHint" stdset="0">
283
281
  <size>
@@ -311,7 +309,7 @@
311
309
  <item>
312
310
  <spacer name="horizontalSpacer_11">
313
311
  <property name="orientation">
314
- <enum>Qt::Horizontal</enum>
312
+ <enum>Qt::Orientation::Horizontal</enum>
315
313
  </property>
316
314
  <property name="sizeHint" stdset="0">
317
315
  <size>
@@ -365,7 +363,7 @@
365
363
  <item>
366
364
  <spacer name="horizontalSpacer_3">
367
365
  <property name="orientation">
368
- <enum>Qt::Horizontal</enum>
366
+ <enum>Qt::Orientation::Horizontal</enum>
369
367
  </property>
370
368
  <property name="sizeHint" stdset="0">
371
369
  <size>
@@ -431,7 +429,7 @@
431
429
  <item>
432
430
  <spacer name="horizontalSpacer_5">
433
431
  <property name="orientation">
434
- <enum>Qt::Horizontal</enum>
432
+ <enum>Qt::Orientation::Horizontal</enum>
435
433
  </property>
436
434
  <property name="sizeHint" stdset="0">
437
435
  <size>
@@ -458,7 +456,7 @@
458
456
  <item>
459
457
  <spacer name="horizontalSpacer">
460
458
  <property name="orientation">
461
- <enum>Qt::Horizontal</enum>
459
+ <enum>Qt::Orientation::Horizontal</enum>
462
460
  </property>
463
461
  <property name="sizeHint" stdset="0">
464
462
  <size>
@@ -483,7 +481,7 @@
483
481
  </property>
484
482
  <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0,0,0">
485
483
  <property name="sizeConstraint">
486
- <enum>QLayout::SetDefaultConstraint</enum>
484
+ <enum>QLayout::SizeConstraint::SetDefaultConstraint</enum>
487
485
  </property>
488
486
  <item>
489
487
  <layout class="QHBoxLayout" name="horizontalLayout_2">
@@ -519,7 +517,7 @@
519
517
  <item>
520
518
  <spacer name="horizontalSpacer_4">
521
519
  <property name="orientation">
522
- <enum>Qt::Horizontal</enum>
520
+ <enum>Qt::Orientation::Horizontal</enum>
523
521
  </property>
524
522
  <property name="sizeHint" stdset="0">
525
523
  <size>
@@ -534,7 +532,7 @@
534
532
  <item>
535
533
  <layout class="QGridLayout" name="gridLayout_scat">
536
534
  <property name="sizeConstraint">
537
- <enum>QLayout::SetMinimumSize</enum>
535
+ <enum>QLayout::SizeConstraint::SetMinimumSize</enum>
538
536
  </property>
539
537
  <item row="0" column="0">
540
538
  <widget class="QLabel" name="label_4">
@@ -598,7 +596,7 @@
598
596
  <item>
599
597
  <spacer name="horizontalSpacer_6">
600
598
  <property name="orientation">
601
- <enum>Qt::Horizontal</enum>
599
+ <enum>Qt::Orientation::Horizontal</enum>
602
600
  </property>
603
601
  <property name="sizeHint" stdset="0">
604
602
  <size>
@@ -692,7 +690,7 @@
692
690
  <item>
693
691
  <spacer name="horizontalSpacer_8">
694
692
  <property name="orientation">
695
- <enum>Qt::Horizontal</enum>
693
+ <enum>Qt::Orientation::Horizontal</enum>
696
694
  </property>
697
695
  <property name="sizeHint" stdset="0">
698
696
  <size>
@@ -712,7 +710,7 @@
712
710
  <item>
713
711
  <spacer name="horizontalSpacer_16">
714
712
  <property name="orientation">
715
- <enum>Qt::Horizontal</enum>
713
+ <enum>Qt::Orientation::Horizontal</enum>
716
714
  </property>
717
715
  <property name="sizeHint" stdset="0">
718
716
  <size>
@@ -914,7 +912,7 @@
914
912
  <item>
915
913
  <spacer name="horizontalSpacer_15">
916
914
  <property name="orientation">
917
- <enum>Qt::Horizontal</enum>
915
+ <enum>Qt::Orientation::Horizontal</enum>
918
916
  </property>
919
917
  <property name="sizeHint" stdset="0">
920
918
  <size>
@@ -936,7 +934,7 @@
936
934
  <item row="1" column="5">
937
935
  <spacer name="horizontalSpacer_7">
938
936
  <property name="orientation">
939
- <enum>Qt::Horizontal</enum>
937
+ <enum>Qt::Orientation::Horizontal</enum>
940
938
  </property>
941
939
  <property name="sizeHint" stdset="0">
942
940
  <size>
@@ -958,13 +956,20 @@
958
956
  </property>
959
957
  </widget>
960
958
  </item>
959
+ <item>
960
+ <widget class="QCheckBox" name="checkBox_zoomin">
961
+ <property name="text">
962
+ <string>Zoom-in</string>
963
+ </property>
964
+ </widget>
965
+ </item>
961
966
  </layout>
962
967
  </widget>
963
968
  </item>
964
969
  <item>
965
970
  <spacer name="verticalSpacer">
966
971
  <property name="orientation">
967
- <enum>Qt::Vertical</enum>
972
+ <enum>Qt::Orientation::Vertical</enum>
968
973
  </property>
969
974
  <property name="sizeHint" stdset="0">
970
975
  <size>
@@ -979,7 +984,7 @@
979
984
  <item>
980
985
  <spacer name="horizontalSpacer_9">
981
986
  <property name="orientation">
982
- <enum>Qt::Horizontal</enum>
987
+ <enum>Qt::Orientation::Horizontal</enum>
983
988
  </property>
984
989
  <property name="sizeHint" stdset="0">
985
990
  <size>
@@ -999,10 +1004,10 @@
999
1004
  <item>
1000
1005
  <spacer name="horizontalSpacer_10">
1001
1006
  <property name="orientation">
1002
- <enum>Qt::Horizontal</enum>
1007
+ <enum>Qt::Orientation::Horizontal</enum>
1003
1008
  </property>
1004
1009
  <property name="sizeType">
1005
- <enum>QSizePolicy::Fixed</enum>
1010
+ <enum>QSizePolicy::Policy::Fixed</enum>
1006
1011
  </property>
1007
1012
  <property name="sizeHint" stdset="0">
1008
1013
  <size>
@@ -361,6 +361,11 @@ class PipelinePlotItem(SimplePlotItem):
361
361
  else:
362
362
  legend = None
363
363
  for rtdc_ds, ss in zip(dslist, slot_states):
364
+ if plot_state["contour"].get("zoomin", False):
365
+ zoomin_contours(dslist=dslist,
366
+ plot_item=self,
367
+ plot_state=plot_state
368
+ )
364
369
  con = add_contour(plot_item=self,
365
370
  rtdc_ds=rtdc_ds,
366
371
  plot_state=plot_state,
@@ -471,6 +476,33 @@ def add_label(text, anchor_parent, text_halign="center", text_valign="center",
471
476
  label.setPos(x + dx, y + dy)
472
477
 
473
478
 
479
+ def zoomin_contours(dslist, plot_item, plot_state, margin_per=5):
480
+ """Zoom-in contour data if enabled"""
481
+ x_min, x_max, y_min, y_max = 0, 0, 0, 0
482
+ # compute all contours
483
+ contours_list = [compute_contours(plot_state, ds) for ds in dslist]
484
+ # flatten list of contours
485
+ all_points = np.vstack([np.vstack(c) for conts in contours_list
486
+ for c in conts])
487
+
488
+ if all_points.size > 0:
489
+ x_min = np.min(all_points[:, 0])
490
+ x_max = np.max(all_points[:, 0])
491
+ y_min = np.min(all_points[:, 1])
492
+ y_max = np.max(all_points[:, 1])
493
+
494
+ # Add margin
495
+ x_margin = (x_max - x_min) * margin_per*0.01
496
+ y_margin = (y_max - y_min) * margin_per*0.01
497
+
498
+ # Set view range with margins
499
+ plot_item.setRange(
500
+ xRange=(x_min - x_margin, x_max + x_margin),
501
+ yRange=(y_min - y_margin, y_max + y_margin),
502
+ padding=0
503
+ )
504
+
505
+
474
506
  def add_contour(plot_item, plot_state, rtdc_ds, slot_state, legend=None):
475
507
  contours = compute_contours(plot_state=plot_state, rtdc_ds=rtdc_ds)
476
508
  con = plot_state["contour"]
@@ -871,7 +871,7 @@ class QuickView(QtWidgets.QWidget):
871
871
  # dataset
872
872
  ds = self.rtdc_ds
873
873
  self._dataset_event_plot_indices_cache[
874
- id(self.rtdc_ds.hparent)] = event
874
+ id(self.rtdc_ds.hparent)] = int(event)
875
875
  event_count = ds.config["experiment"]["event count"]
876
876
  if event_count == 0:
877
877
  # nothing to do
@@ -1019,7 +1019,7 @@ class QuickView(QtWidgets.QWidget):
1019
1019
  self.spinBox_event.setMaximum(event_count)
1020
1020
  self.spinBox_event.setToolTip("total: {}".format(event_count))
1021
1021
  cur_value = self._dataset_event_plot_indices_cache.get(
1022
- id(rtdc_ds), 0) + 1
1022
+ id(self.rtdc_ds.hparent), 0) + 1
1023
1023
  self.spinBox_event.setValue(cur_value)
1024
1024
  self.spinBox_event.blockSignals(False)
1025
1025
 
Binary file
Binary file
@@ -44,6 +44,7 @@ DEFAULT_STATE = {
44
44
  "contour": {
45
45
  "enabled": True,
46
46
  "legend": False, # display plot legend
47
+ "zoomin": False, # enable zoom-in functionality
47
48
  "line widths": [3.0, 1.5], # contour line widths [pt]
48
49
  "line styles": ["solid", "dashed"],
49
50
  "percentiles": [95.0, 50.0],
@@ -97,6 +98,7 @@ STATE_OPTIONS = {
97
98
  "contour": {
98
99
  "enabled": bool,
99
100
  "legend": bool,
101
+ "zoomin": bool,
100
102
  "line widths": (float,),
101
103
  "line styles": (["solid", "dashed", "dotted"],),
102
104
  "percentiles": (float,),
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dcscope
3
- Version: 2.22.2
3
+ Version: 2.23.0
4
4
  Summary: User interface for deformability cytometry (DC)
5
- Author: Benedikt Hartmann, Eoghan O'Connell, Maximilian Schlögel, Paul Müller
5
+ Author: Benedikt Hartmann, Eoghan O'Connell, Maximilian Schlögel, Paul Müller, Raghava Alajangi
6
6
  Maintainer-email: Paul Müller <dev@craban.de>
7
7
  License-Expression: GPL-3.0-or-later
8
8
  Project-URL: source, https://github.com/DC-analysis/DCscope
@@ -84,7 +84,7 @@ Testing
84
84
  pytest tests
85
85
 
86
86
 
87
- .. |DCscope| image:: https://raw.github.com/DC-analysis/DCscope/main/docs/artwork/dcscope_splash.png
87
+ .. |DCscope| image:: https://raw.github.com/DC-analysis/DCscope/main/dcscope/img/splash.png
88
88
  .. |PyPI Version| image:: https://img.shields.io/pypi/v/DCscope.svg
89
89
  :target: https://pypi.python.org/pypi/DCscope
90
90
  .. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/DC-analysis/DCscope/check.yml?branch=main
@@ -121,7 +121,6 @@ dcscope/gui/widgets/so_colorbaritem.py
121
121
  dcscope/gui/widgets/wait_cursor.py
122
122
  dcscope/img/__init__.py
123
123
  dcscope/img/icon.png
124
- dcscope/img/icon.svg
125
124
  dcscope/img/splash.png
126
125
  dcscope/img/icon-theme/collect_icons.py
127
126
  dcscope/img/icon-theme/index.theme
@@ -308,9 +307,13 @@ docs/sec_qg_youngs_modulus.rst
308
307
  docs/sec_quick_guides.rst
309
308
  docs/sec_rtdc_basics.rst
310
309
  docs/sec_z_bib.rst
310
+ docs/artwork/Readme.md
311
311
  docs/artwork/dcscope_icon.svg
312
- docs/artwork/dcscope_splash.png
312
+ docs/artwork/dcscope_large_white.png
313
+ docs/artwork/dcscope_large_white.svg
313
314
  docs/artwork/dcscope_splash.svg
315
+ docs/artwork/favicon.ico
316
+ docs/artwork/favicon.svg
314
317
  docs/data/extension_fl1_density.py
315
318
  docs/extensions/fancy_include.py
316
319
  docs/extensions/github_changelog.py
@@ -0,0 +1,37 @@
1
+ # Render splash
2
+
3
+ Create icon PNG:
4
+ ```
5
+ #!/bin/bash
6
+ inkscape -z -o ../../dcscope/img/icon.png -w 512 -h 512 dcscope_icon.svg >/dev/null 2>/dev/null
7
+
8
+ ```
9
+
10
+
11
+ Create splash PNG:
12
+ ```
13
+ #!/bin/bash
14
+ inkscape -z -o ../../dcscope/img/splash.png -w 410 -h 100 dcscope_splash.svg >/dev/null 2>/dev/null
15
+
16
+ ```
17
+
18
+
19
+ Create docs PNG
20
+ ```
21
+ #!/bin/bash
22
+ inkscape -z -o dcscope_large_white.png -w 410 -h 100 dcscope_large_white.svg >/dev/null 2>/dev/null
23
+
24
+ ```
25
+
26
+
27
+ Create favicon for docs
28
+ ```
29
+ #!/bin/bash
30
+ # sudo apt-get install icoutils
31
+ for size in 16 32; do
32
+ inkscape -z -o $size.png -w $size -h $size favicon.svg >/dev/null 2>/dev/null
33
+ done
34
+ icotool -c -o favicon.ico 16.png 32.png
35
+ rm 16.png 32.png
36
+
37
+ ```