dcscope 2.25.2__tar.gz → 2.25.4__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 (442) hide show
  1. {dcscope-2.25.2 → dcscope-2.25.4}/CHANGELOG +6 -0
  2. {dcscope-2.25.2/dcscope.egg-info → dcscope-2.25.4}/PKG-INFO +2 -2
  3. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/_version.py +3 -3
  4. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/pipeline/core.py +15 -3
  5. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/pipeline/dataslot.py +3 -1
  6. {dcscope-2.25.2 → dcscope-2.25.4/dcscope.egg-info}/PKG-INFO +2 -2
  7. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope.egg-info/SOURCES.txt +1 -0
  8. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope.egg-info/requires.txt +1 -1
  9. {dcscope-2.25.2 → dcscope-2.25.4}/pyproject.toml +1 -1
  10. dcscope-2.25.4/tests/data/empty_recording.rtdc +0 -0
  11. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_plotting.py +45 -1
  12. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_pipeline_core.py +40 -4
  13. {dcscope-2.25.2 → dcscope-2.25.4}/.github/workflows/check.yml +0 -0
  14. {dcscope-2.25.2 → dcscope-2.25.4}/.github/workflows/deploy_github.yml +0 -0
  15. {dcscope-2.25.2 → dcscope-2.25.4}/.github/workflows/deploy_pypi.yml +0 -0
  16. {dcscope-2.25.2 → dcscope-2.25.4}/.gitignore +0 -0
  17. {dcscope-2.25.2 → dcscope-2.25.4}/.readthedocs.yml +0 -0
  18. {dcscope-2.25.2 → dcscope-2.25.4}/LICENSE +0 -0
  19. {dcscope-2.25.2 → dcscope-2.25.4}/MANIFEST.in +0 -0
  20. {dcscope-2.25.2 → dcscope-2.25.4}/README.rst +0 -0
  21. {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/DCscope.icns +0 -0
  22. {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/DCscope.ico +0 -0
  23. {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/DCscopeLauncher.py +0 -0
  24. {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/Readme.md +0 -0
  25. {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/hook-dcscope.py +0 -0
  26. {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/macos_DCscope.spec +0 -0
  27. {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/macos_build_app.sh +0 -0
  28. {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/macos_build_requirements.txt +0 -0
  29. {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/win_DCscope.spec +0 -0
  30. {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/win_build_requirements.txt +0 -0
  31. {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/win_dcscope.iss_dummy +0 -0
  32. {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/win_make_iss.py +0 -0
  33. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/__init__.py +0 -0
  34. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/__main__.py +0 -0
  35. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/extensions.py +0 -0
  36. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/__init__.py +0 -0
  37. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/__init__.py +0 -0
  38. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_basins.py +0 -0
  39. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_basins.ui +0 -0
  40. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_filter.py +0 -0
  41. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_filter.ui +0 -0
  42. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_log.py +0 -0
  43. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_log.ui +0 -0
  44. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_meta.py +0 -0
  45. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_meta.ui +0 -0
  46. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_plot.py +0 -0
  47. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_plot.ui +0 -0
  48. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_slot.py +0 -0
  49. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_slot.ui +0 -0
  50. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_tables.py +0 -0
  51. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_tables.ui +0 -0
  52. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_view.py +0 -0
  53. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_view.ui +0 -0
  54. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/dlg_slot_reorder.py +0 -0
  55. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/dlg_slot_reorder.ui +0 -0
  56. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/bulk/__init__.py +0 -0
  57. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/bulk/bulk_emodulus.py +0 -0
  58. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/bulk/bulk_emodulus.ui +0 -0
  59. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/__init__.py +0 -0
  60. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/comp_lme4.py +0 -0
  61. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/comp_lme4.ui +0 -0
  62. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/comp_lme4_dataset.py +0 -0
  63. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/comp_lme4_dataset.ui +0 -0
  64. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/comp_lme4_results.py +0 -0
  65. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/comp_lme4_results.ui +0 -0
  66. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/comp_stats.py +0 -0
  67. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/comp_stats.ui +0 -0
  68. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/dcor/__init__.py +0 -0
  69. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/dcor/dcor.ui +0 -0
  70. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/export/__init__.py +0 -0
  71. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/export/e2data.py +0 -0
  72. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/export/e2data.ui +0 -0
  73. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/export/e2filter.py +0 -0
  74. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/export/e2filter.ui +0 -0
  75. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/export/e2plot.py +0 -0
  76. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/export/e2plot.ui +0 -0
  77. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/helpers.py +0 -0
  78. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/main.py +0 -0
  79. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/main.ui +0 -0
  80. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/Readme.md +0 -0
  81. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/__init__.py +0 -0
  82. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/block_matrix.py +0 -0
  83. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/block_matrix.ui +0 -0
  84. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/data_matrix.py +0 -0
  85. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/dm_dataset.py +0 -0
  86. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/dm_dataset.ui +0 -0
  87. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/dm_element.py +0 -0
  88. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/dm_element.ui +0 -0
  89. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/dm_filter.py +0 -0
  90. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/dm_filter.ui +0 -0
  91. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/plot_matrix.py +0 -0
  92. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/pm_element.py +0 -0
  93. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/pm_plot.py +0 -0
  94. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/pm_plot.ui +0 -0
  95. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/pipeline_plot.py +0 -0
  96. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/pipeline_plot.ui +0 -0
  97. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/preferences.py +0 -0
  98. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/preferences.ui +0 -0
  99. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/quick_view/__init__.py +0 -0
  100. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/quick_view/qv_main.py +0 -0
  101. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/quick_view/qv_main.ui +0 -0
  102. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/quick_view/qv_scatter.py +0 -0
  103. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/quick_view/qv_style.css +0 -0
  104. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/settings.py +0 -0
  105. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/update.py +0 -0
  106. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/__init__.py +0 -0
  107. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/bg_thread.py +0 -0
  108. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/bulk_list.py +0 -0
  109. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/bulk_list.ui +0 -0
  110. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/double_spin_box_nan.py +0 -0
  111. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/feature_combobox.py +0 -0
  112. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/get_path.py +0 -0
  113. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/key_value_table_widget.css +0 -0
  114. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/key_value_table_widget.py +0 -0
  115. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/mdi_subwindow_wo_close.py +0 -0
  116. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/qrangeslider.py +0 -0
  117. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/rangecontrol.py +0 -0
  118. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/rangecontrol.ui +0 -0
  119. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/simple_image_view.py +0 -0
  120. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/simple_plot_widget.py +0 -0
  121. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/so_colorbaritem.py +0 -0
  122. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/wait_cursor.py +0 -0
  123. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/idiom.py +0 -0
  124. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/__init__.py +0 -0
  125. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/COPYING-ICONS +0 -0
  126. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/COPYING.LIB +0 -0
  127. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/README +0 -0
  128. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/application-exit.svg +0 -0
  129. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/code-context.svg +0 -0
  130. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/dialog-cancel.svg +0 -0
  131. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/dialog-close.svg +0 -0
  132. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/dialog-messages.svg +0 -0
  133. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/dialog-ok-apply.svg +0 -0
  134. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/dialog-ok.svg +0 -0
  135. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/document-open-folder.svg +0 -0
  136. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/document-open.svg +0 -0
  137. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/document-save.svg +0 -0
  138. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/documentinfo.svg +0 -0
  139. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/draw-watercolor.svg +0 -0
  140. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/edit-clear-all.svg +0 -0
  141. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/edit-clear.svg +0 -0
  142. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/edit-paste.svg +0 -0
  143. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/globe.svg +0 -0
  144. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/gtk-preferences.svg +0 -0
  145. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/list-add.svg +0 -0
  146. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/messagebox_warning.svg +0 -0
  147. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/object-columns.svg +0 -0
  148. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/object-order-lower.svg +0 -0
  149. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/object-rows.svg +0 -0
  150. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/office-chart-line-stacked.svg +0 -0
  151. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/office-chart-ring.svg +0 -0
  152. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/office-chart-scatter.svg +0 -0
  153. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/path-mode-polyline.svg +0 -0
  154. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/preferences-activities.svg +0 -0
  155. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/remove.svg +0 -0
  156. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/search.svg +0 -0
  157. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/show-grid.svg +0 -0
  158. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/special_paste.svg +0 -0
  159. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/tools-wizard.svg +0 -0
  160. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/view-calendar-list.svg +0 -0
  161. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/view-filter.svg +0 -0
  162. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/view-list-tree.svg +0 -0
  163. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/view-statistics.svg +0 -0
  164. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/visibility.svg +0 -0
  165. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/application-exit.svg +0 -0
  166. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/code-context.svg +0 -0
  167. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/dialog-cancel.svg +0 -0
  168. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/dialog-close.svg +0 -0
  169. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/dialog-messages.svg +0 -0
  170. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/dialog-ok-apply.svg +0 -0
  171. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/dialog-ok.svg +0 -0
  172. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/document-open-folder.svg +0 -0
  173. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/document-open.svg +0 -0
  174. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/document-save.svg +0 -0
  175. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/documentinfo.svg +0 -0
  176. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/draw-watercolor.svg +0 -0
  177. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/edit-clear-all.svg +0 -0
  178. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/edit-clear.svg +0 -0
  179. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/edit-paste.svg +0 -0
  180. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/globe.svg +0 -0
  181. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/gtk-preferences.svg +0 -0
  182. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/list-add.svg +0 -0
  183. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/messagebox_warning.svg +0 -0
  184. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/object-columns.svg +0 -0
  185. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/object-order-lower.svg +0 -0
  186. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/object-rows.svg +0 -0
  187. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/office-chart-line-stacked.svg +0 -0
  188. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/office-chart-ring.svg +0 -0
  189. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/office-chart-scatter.svg +0 -0
  190. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/path-mode-polyline.svg +0 -0
  191. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/preferences-activities.svg +0 -0
  192. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/remove.svg +0 -0
  193. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/special_paste.svg +0 -0
  194. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/tools-wizard.svg +0 -0
  195. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/view-calendar-list.svg +0 -0
  196. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/view-filter.svg +0 -0
  197. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/view-list-tree.svg +0 -0
  198. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/view-statistics.svg +0 -0
  199. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/visibility.svg +0 -0
  200. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/application-exit.svg +0 -0
  201. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/code-context.svg +0 -0
  202. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/dialog-cancel.svg +0 -0
  203. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/dialog-close.svg +0 -0
  204. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/dialog-messages.svg +0 -0
  205. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/dialog-ok-apply.svg +0 -0
  206. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/dialog-ok.svg +0 -0
  207. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/document-open-folder.svg +0 -0
  208. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/document-open.svg +0 -0
  209. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/document-save.svg +0 -0
  210. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/documentinfo.svg +0 -0
  211. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/draw-watercolor.svg +0 -0
  212. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/edit-clear-all.svg +0 -0
  213. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/edit-clear.svg +0 -0
  214. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/edit-paste.svg +0 -0
  215. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/globe.svg +0 -0
  216. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/gtk-preferences.svg +0 -0
  217. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/list-add.svg +0 -0
  218. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/messagebox_warning.svg +0 -0
  219. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/object-columns.svg +0 -0
  220. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/object-order-lower.svg +0 -0
  221. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/object-rows.svg +0 -0
  222. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/office-chart-line-stacked.svg +0 -0
  223. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/office-chart-ring.svg +0 -0
  224. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/office-chart-scatter.svg +0 -0
  225. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/path-mode-polyline.svg +0 -0
  226. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/preferences-activities.svg +0 -0
  227. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/remove.svg +0 -0
  228. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/special_paste.svg +0 -0
  229. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/tools-wizard.svg +0 -0
  230. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/view-calendar-list.svg +0 -0
  231. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/view-filter.svg +0 -0
  232. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/view-list-tree.svg +0 -0
  233. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/view-statistics.svg +0 -0
  234. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/visibility.svg +0 -0
  235. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/application-exit.svg +0 -0
  236. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/dialog-cancel.svg +0 -0
  237. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/dialog-messages.svg +0 -0
  238. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/dialog-ok-apply.svg +0 -0
  239. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/dialog-ok.svg +0 -0
  240. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/document-open-folder.svg +0 -0
  241. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/document-open.svg +0 -0
  242. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/document-save.svg +0 -0
  243. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/gtk-preferences.svg +0 -0
  244. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/object-order-lower.svg +0 -0
  245. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/view-filter.svg +0 -0
  246. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/view-list-tree.svg +0 -0
  247. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/16/folder-cloud.svg +0 -0
  248. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/16/folder.svg +0 -0
  249. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/22/folder-cloud.svg +0 -0
  250. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/22/folder.svg +0 -0
  251. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/24/folder-cloud.svg +0 -0
  252. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/24/folder.svg +0 -0
  253. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/32/folder-cloud.svg +0 -0
  254. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/32/folder.svg +0 -0
  255. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/64/folder-cloud.svg +0 -0
  256. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/64/folder.svg +0 -0
  257. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/16/dialog-error.svg +0 -0
  258. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/16/dialog-information.svg +0 -0
  259. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/16/dialog-question.svg +0 -0
  260. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/16/dialog-warning.svg +0 -0
  261. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/22/dialog-error.svg +0 -0
  262. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/22/dialog-information.svg +0 -0
  263. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/22/dialog-question.svg +0 -0
  264. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/22/dialog-warning.svg +0 -0
  265. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/24/dialog-error.svg +0 -0
  266. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/24/dialog-information.svg +0 -0
  267. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/24/dialog-question.svg +0 -0
  268. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/24/dialog-warning.svg +0 -0
  269. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/64/dialog-error.svg +0 -0
  270. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/64/dialog-information.svg +0 -0
  271. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/64/dialog-question.svg +0 -0
  272. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/64/dialog-warning.svg +0 -0
  273. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/collect_icons.py +0 -0
  274. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/dcscope/dcor.png +0 -0
  275. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/dcscope/edit-copy-anew.svg +0 -0
  276. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/dcscope/emodulus.svg +0 -0
  277. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/dcscope/filter_ray.svg +0 -0
  278. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/dcscope/region_channel.svg +0 -0
  279. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/dcscope/region_reservoir.svg +0 -0
  280. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/dcscope/rlang.svg +0 -0
  281. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/dcscope/statistical_significance.svg +0 -0
  282. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/index.theme +0 -0
  283. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon.png +0 -0
  284. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/splash.png +0 -0
  285. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/meta_tool.py +0 -0
  286. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/pipeline/__init__.py +0 -0
  287. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/pipeline/filter.py +0 -0
  288. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/pipeline/filter_ray.py +0 -0
  289. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/pipeline/plot.py +0 -0
  290. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/plot_cache.py +0 -0
  291. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/session.py +0 -0
  292. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/util.py +0 -0
  293. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope.egg-info/dependency_links.txt +0 -0
  294. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope.egg-info/entry_points.txt +0 -0
  295. {dcscope-2.25.2 → dcscope-2.25.4}/dcscope.egg-info/top_level.txt +0 -0
  296. {dcscope-2.25.2 → dcscope-2.25.4}/docs/README.md +0 -0
  297. {dcscope-2.25.2 → dcscope-2.25.4}/docs/artwork/Readme.md +0 -0
  298. {dcscope-2.25.2 → dcscope-2.25.4}/docs/artwork/dcscope_icon.svg +0 -0
  299. {dcscope-2.25.2 → dcscope-2.25.4}/docs/artwork/dcscope_large_white.png +0 -0
  300. {dcscope-2.25.2 → dcscope-2.25.4}/docs/artwork/dcscope_large_white.svg +0 -0
  301. {dcscope-2.25.2 → dcscope-2.25.4}/docs/artwork/dcscope_splash.svg +0 -0
  302. {dcscope-2.25.2 → dcscope-2.25.4}/docs/artwork/favicon.ico +0 -0
  303. {dcscope-2.25.2 → dcscope-2.25.4}/docs/artwork/favicon.svg +0 -0
  304. {dcscope-2.25.2 → dcscope-2.25.4}/docs/conf.py +0 -0
  305. {dcscope-2.25.2 → dcscope-2.25.4}/docs/data/extension_fl1_density.py +0 -0
  306. {dcscope-2.25.2 → dcscope-2.25.4}/docs/dcscope.bib +0 -0
  307. {dcscope-2.25.2 → dcscope-2.25.4}/docs/extensions/fancy_include.py +0 -0
  308. {dcscope-2.25.2 → dcscope-2.25.4}/docs/extensions/github_changelog.py +0 -0
  309. {dcscope-2.25.2 → dcscope-2.25.4}/docs/extensions/rtd_pdf.py +0 -0
  310. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/ATTRIBUTION +0 -0
  311. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/area.png +0 -0
  312. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/aspect.jpg +0 -0
  313. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/brightness.jpg +0 -0
  314. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/deform.jpg +0 -0
  315. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/deform.py +0 -0
  316. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/fluorescence.jpg +0 -0
  317. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/fluorescence.py +0 -0
  318. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/inert_ratio.jpg +0 -0
  319. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/inert_ratio.py +0 -0
  320. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_countrate.jpg +0 -0
  321. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_countrate.py +0 -0
  322. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_filter_area.jpg +0 -0
  323. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_filter_area.py +0 -0
  324. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_filter_porosity.jpg +0 -0
  325. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_filter_porosity.py +0 -0
  326. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_filter_ratios.jpg +0 -0
  327. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_filter_ratios.py +0 -0
  328. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_time.jpg +0 -0
  329. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_time.py +0 -0
  330. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_youngs_modulus.py +0 -0
  331. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_youngs_modulus_15um.png +0 -0
  332. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_youngs_modulus_20um.png +0 -0
  333. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_youngs_modulus_30um.png +0 -0
  334. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_youngs_modulus_40um.png +0 -0
  335. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/rtdc-setup.jpg +0 -0
  336. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/volume.jpg +0 -0
  337. {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/volume.py +0 -0
  338. {dcscope-2.25.2 → dcscope-2.25.4}/docs/index.rst +0 -0
  339. {dcscope-2.25.2 → dcscope-2.25.4}/docs/requirements.txt +0 -0
  340. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/.gitignore +0 -0
  341. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/CD66+_CD14-.poly +0 -0
  342. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots.sh +0 -0
  343. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots_qg_dcor.py +0 -0
  344. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots_qg_emodulus.py +0 -0
  345. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots_qg_export.py +0 -0
  346. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots_qg_extensions.py +0 -0
  347. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots_qg_lme4.py +0 -0
  348. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots_qg_lme4_diff.py +0 -0
  349. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots_qg_statistics.py +0 -0
  350. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots_ui.py +0 -0
  351. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_dcor_dlg.png +0 -0
  352. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_emodulus_badtemp.png +0 -0
  353. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_emodulus_config.png +0 -0
  354. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_emodulus_feature.png +0 -0
  355. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_emodulus_other.png +0 -0
  356. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_export_data.png +0 -0
  357. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_extensions.png +0 -0
  358. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_lme4_diff_init.png +0 -0
  359. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_lme4_diff_results.png +0 -0
  360. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_lme4_init.png +0 -0
  361. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_lme4_results.png +0 -0
  362. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_statistics_folder.png +0 -0
  363. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_statistics_init.png +0 -0
  364. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/scrots.so2 +0 -0
  365. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_ana_basins.png +0 -0
  366. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_ana_filter.png +0 -0
  367. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_ana_logs.png +0 -0
  368. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_ana_meta.png +0 -0
  369. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_ana_plot.png +0 -0
  370. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_ana_slot.png +0 -0
  371. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_ana_tables.png +0 -0
  372. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_block_matrix.png +0 -0
  373. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_main.png +0 -0
  374. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_qv_event.png +0 -0
  375. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_qv_poly.png +0 -0
  376. {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_qv_settings.png +0 -0
  377. {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_changelog.rst +0 -0
  378. {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_devs.rst +0 -0
  379. {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_getting_started.rst +0 -0
  380. {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_imprint.rst +0 -0
  381. {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_interface.rst +0 -0
  382. {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_qg_batch_stats.rst +0 -0
  383. {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_qg_consistency_check.rst +0 -0
  384. {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_qg_dcor.rst +0 -0
  385. {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_qg_export_data.rst +0 -0
  386. {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_qg_extensions.rst +0 -0
  387. {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_qg_filtering.rst +0 -0
  388. {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_qg_lme4.rst +0 -0
  389. {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_qg_youngs_modulus.rst +0 -0
  390. {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_quick_guides.rst +0 -0
  391. {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_rtdc_basics.rst +0 -0
  392. {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_z_bib.rst +0 -0
  393. {dcscope-2.25.2 → dcscope-2.25.4}/setup.cfg +0 -0
  394. {dcscope-2.25.2 → dcscope-2.25.4}/tests/README.md +0 -0
  395. {dcscope-2.25.2 → dcscope-2.25.4}/tests/conftest.py +0 -0
  396. {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/artificial_with_image_bg.rtdc +0 -0
  397. {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/blood_rbc_leukocytes.rtdc +0 -0
  398. {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/blood_rbc_qpi_data.rtdc +0 -0
  399. {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/calibration_beads_47.rtdc +0 -0
  400. {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/cytoshot_blood.rtdc +0 -0
  401. {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/ext_feat_anc_plugin_ca.py +0 -0
  402. {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/extreme_shear.rtdc +0 -0
  403. {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/naiad-capture_blood_pipeline.rtdc +0 -0
  404. {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/version_2_1_0_basic.so2 +0 -0
  405. {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/version_2_1_2_plot_color_emodulus.so2 +0 -0
  406. {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/version_2_1_6_no_events.so2 +0 -0
  407. {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/version_2_5_0_dcor_lme4.so2 +0 -0
  408. {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/version_2_5_0_dcor_lme4_diff.so2 +0 -0
  409. {dcscope-2.25.2 → dcscope-2.25.4}/tests/requirements.txt +0 -0
  410. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_extensions.py +0 -0
  411. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_ana_meta.py +0 -0
  412. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_basic.py +0 -0
  413. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_bulk_emodulus.py +0 -0
  414. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_compute_lme4.py +0 -0
  415. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_compute_stats.py +0 -0
  416. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_emodulus.py +0 -0
  417. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_export_data.py +0 -0
  418. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_export_filter.py +0 -0
  419. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_export_plot.py +0 -0
  420. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_filter.py +0 -0
  421. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_matrix.py +0 -0
  422. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_pipeline_plot.py +0 -0
  423. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_quickview.py +0 -0
  424. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_reorder_datasets.py +0 -0
  425. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_update.py +0 -0
  426. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_pipeline_filter_ray.py +0 -0
  427. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_session.py +0 -0
  428. {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_util.py +0 -0
  429. {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/.gitignore +0 -0
  430. {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/Readme.rst +0 -0
  431. {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export.py +0 -0
  432. {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export.so2 +0 -0
  433. {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_log-large-points-export-png_expected.png +0 -0
  434. {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_log-large-points-export-svg_expected.svg +0 -0
  435. {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_scatter-and-contour-export-png_expected.png +0 -0
  436. {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_scatter-and-contour-export-svg_expected.svg +0 -0
  437. {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_scatter-and-contour-subplot1-export-png_expected.png +0 -0
  438. {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_scatter-and-contour-subplot1-export-svg_expected.svg +0 -0
  439. {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_scatter-and-contour-subplot2-export-png_expected.png +0 -0
  440. {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_scatter-and-contour-subplot2-export-svg_expected.svg +0 -0
  441. {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_scatter-long-title-export-png_expected.png +0 -0
  442. {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/run-tests.sh +0 -0
@@ -1,3 +1,9 @@
1
+ 2.25.4
2
+ - setup: bump dclab to 0.68.0 (open SWMR files in read mode)
3
+ 2.25.3
4
+ - fix: `Pipeline.deduce_reduced_sample_names` failed for duplicate DCOR data
5
+ - fix: handle datasets without any events in the plot window (#223)
6
+ - setup: bump dclab to 0.67.5 (handle NaN-valued tables on DCOR)
1
7
  2.25.2
2
8
  - fix: check directory existence when loading files (#227)
3
9
  2.25.1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dcscope
3
- Version: 2.25.2
3
+ Version: 2.25.4
4
4
  Summary: User interface for deformability cytometry (DC)
5
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>
@@ -16,7 +16,7 @@ Classifier: Intended Audience :: Science/Research
16
16
  Requires-Python: <4,>=3.9
17
17
  Description-Content-Type: text/x-rst
18
18
  License-File: LICENSE
19
- Requires-Dist: dclab[dcor,export,http,s3]>=0.67.4
19
+ Requires-Dist: dclab[dcor,export,http,s3]>=0.68.0
20
20
  Requires-Dist: h5py>=2.8.0
21
21
  Requires-Dist: numpy>=1.21
22
22
  Requires-Dist: pygments
@@ -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.25.2'
32
- __version_tuple__ = version_tuple = (2, 25, 2)
31
+ __version__ = version = '2.25.4'
32
+ __version_tuple__ = version_tuple = (2, 25, 4)
33
33
 
34
- __commit_id__ = commit_id = 'g7db9e4d5b'
34
+ __commit_id__ = commit_id = 'g568f827e5'
@@ -1,4 +1,5 @@
1
1
  import copy
2
+ import pathlib
2
3
  import threading
3
4
  import warnings
4
5
 
@@ -22,6 +23,10 @@ class MissingFeatureWarning(UserWarning):
22
23
  pass
23
24
 
24
25
 
26
+ class ContourSpacingWarning(UserWarning):
27
+ pass
28
+
29
+
25
30
  class Pipeline(object):
26
31
  def __init__(self, state=None):
27
32
  self._plot_counter = 0
@@ -294,13 +299,16 @@ class Pipeline(object):
294
299
  slot_id = slot_state["identifier"]
295
300
  slot = self.get_slot(slot_id)
296
301
  sp_min, sp_max = slot.get_sane_spacing_range(feat=feat)
302
+ # Note that sp_min and sp_max may be `np.nan`
297
303
  if spacing < sp_min:
298
304
  warnings.warn(f"Setting contour spacing for {slot_id} "
299
- f"to minimum ({spacing}<{sp_min})")
305
+ f"to minimum ({spacing}<{sp_min})",
306
+ ContourSpacingWarning)
300
307
  spacing = sp_min
301
308
  elif spacing > sp_max:
302
309
  warnings.warn(f"Setting contour spacing for {slot_id} "
303
- f"to maximum ({spacing}>{sp_max})")
310
+ f"to maximum ({spacing}>{sp_max})",
311
+ ContourSpacingWarning)
304
312
  spacing = sp_max
305
313
  plot_state["contour"][f"spacing {ax}"] = spacing
306
314
  if old_plot_state != plot_state:
@@ -363,7 +371,11 @@ class Pipeline(object):
363
371
  slot = self.slots[ii]
364
372
  if names[ii] == nn:
365
373
  idx.append(ii)
366
- same_names.append(nn + slot.path.name)
374
+ if isinstance(slot.path, pathlib.Path):
375
+ slot_path_name = slot.path.name
376
+ else:
377
+ slot_path_name = str(slot.path).split("/")[-1]
378
+ same_names.append(nn + slot_path_name)
367
379
  new_names = strip_common_prefix_suffix(same_names)
368
380
  for jj, ii in enumerate(idx):
369
381
  names[ii] = new_names[jj]
@@ -212,7 +212,9 @@ def get_sane_contour_spacing_range(feat, data):
212
212
  feature data
213
213
  """
214
214
  # TODO: caching?
215
- if feat in SLOPING_FEATURES:
215
+ if len(data) == 0:
216
+ frange = np.nan
217
+ elif feat in SLOPING_FEATURES:
216
218
  frange = np.abs(data[-1] - data[0])
217
219
  if np.isnan(frange) or np.isinf(frange):
218
220
  invalid = np.logical_or(np.isinf(data), np.isnan(data))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dcscope
3
- Version: 2.25.2
3
+ Version: 2.25.4
4
4
  Summary: User interface for deformability cytometry (DC)
5
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>
@@ -16,7 +16,7 @@ Classifier: Intended Audience :: Science/Research
16
16
  Requires-Python: <4,>=3.9
17
17
  Description-Content-Type: text/x-rst
18
18
  License-File: LICENSE
19
- Requires-Dist: dclab[dcor,export,http,s3]>=0.67.4
19
+ Requires-Dist: dclab[dcor,export,http,s3]>=0.68.0
20
20
  Requires-Dist: h5py>=2.8.0
21
21
  Requires-Dist: numpy>=1.21
22
22
  Requires-Dist: pygments
@@ -429,6 +429,7 @@ tests/data/blood_rbc_leukocytes.rtdc
429
429
  tests/data/blood_rbc_qpi_data.rtdc
430
430
  tests/data/calibration_beads_47.rtdc
431
431
  tests/data/cytoshot_blood.rtdc
432
+ tests/data/empty_recording.rtdc
432
433
  tests/data/ext_feat_anc_plugin_ca.py
433
434
  tests/data/extreme_shear.rtdc
434
435
  tests/data/naiad-capture_blood_pipeline.rtdc
@@ -1,4 +1,4 @@
1
- dclab[dcor,export,http,s3]>=0.67.4
1
+ dclab[dcor,export,http,s3]>=0.68.0
2
2
  h5py>=2.8.0
3
3
  numpy>=1.21
4
4
  pygments
@@ -30,7 +30,7 @@ classifiers = [
30
30
  ]
31
31
  license = "GPL-3.0-or-later"
32
32
  dependencies = [
33
- "dclab[dcor,export,http,s3]>=0.67.4",
33
+ "dclab[dcor,export,http,s3]>=0.68.0",
34
34
  "h5py>=2.8.0",
35
35
  "numpy>=1.21", # CVE-2021-33430
36
36
  "pygments",
@@ -5,7 +5,7 @@ import tempfile
5
5
  import dclab
6
6
  import h5py
7
7
  import numpy as np
8
- from PyQt6 import QtCore
8
+ from PyQt6 import QtCore, QtWidgets
9
9
  import pytest
10
10
  from dcscope.gui.main import DCscope
11
11
  from dcscope import pipeline, session
@@ -170,6 +170,50 @@ def test_handle_empty_plots_issue_27(qtbot):
170
170
  # activate (raises #27)
171
171
  qtbot.mouseClick(pe, QtCore.Qt.MouseButton.LeftButton)
172
172
 
173
+ QtWidgets.QApplication.processEvents(
174
+ QtCore.QEventLoop.ProcessEventsFlag.AllEvents, 500)
175
+
176
+
177
+ @pytest.mark.filterwarnings('ignore::dclab.kde.base.ContourSpacingTooLarge')
178
+ @pytest.mark.filterwarnings(
179
+ 'ignore::dclab.kde.methods.KernelDensityEstimationForEmtpyArrayWarning')
180
+ @pytest.mark.filterwarnings(
181
+ 'ignore::dcscope.pipeline.core.ContourSpacingWarning')
182
+ def test_handle_empty_plots_issue_223(qtbot):
183
+ """Correctly handle plots with empty datasets (before filtering)
184
+
185
+ https://github.com/DC-analysis/DCscope/issues/223
186
+ """
187
+ mw = DCscope()
188
+ qtbot.addWidget(mw)
189
+
190
+ # add a dataslot without any events
191
+ path = datapath / "empty_recording.rtdc"
192
+ mw.add_dataslot(paths=[path])
193
+
194
+ assert len(mw.pipeline.slot_ids) == 1, "we added those"
195
+ assert len(mw.pipeline.filter_ids) == 1, "automatically added"
196
+
197
+ # Check whether we really don't have any events
198
+ ds = mw.pipeline.get_dataset(slot_index=0, filt_index=0,
199
+ apply_filter=True)
200
+ assert len(ds) == 0
201
+ assert np.sum(ds.filter.all) == 0
202
+
203
+ # now create a plot window
204
+ plot_id = mw.add_plot()
205
+ pe = mw.block_matrix.get_widget(mw.pipeline.slot_ids[0], plot_id)
206
+
207
+ with pytest.warns(pipeline.core.EmptyDatasetWarning):
208
+ qtbot.mouseClick(pe, QtCore.Qt.MouseButton.LeftButton)
209
+
210
+ # this now only throws a warning
211
+ # activate (raises #223)
212
+ qtbot.mouseClick(pe, QtCore.Qt.MouseButton.LeftButton)
213
+
214
+ QtWidgets.QApplication.processEvents(
215
+ QtCore.QEventLoop.ProcessEventsFlag.AllEvents, 500)
216
+
173
217
 
174
218
  @pytest.mark.filterwarnings(
175
219
  'ignore::dclab.features.emodulus.YoungsModulusLookupTableExceededWarning')
@@ -1,10 +1,21 @@
1
1
  import copy
2
2
  import pathlib
3
- import tempfile
3
+ import socket
4
4
 
5
5
  import dclab
6
6
  import numpy as np
7
- from dcscope import pipeline
7
+ from dcscope import pipeline, session
8
+ import pytest
9
+
10
+
11
+ data_path = pathlib.Path(__file__).parent / "data"
12
+ with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s:
13
+ try:
14
+ s.connect(("www.python.org", 80))
15
+ NET_AVAILABLE = True
16
+ except socket.gaierror:
17
+ # no internet
18
+ NET_AVAILABLE = False
8
19
 
9
20
 
10
21
  def test_apply_filter_ray():
@@ -42,13 +53,38 @@ def test_apply_filter_ray():
42
53
  assert np.all(ds_ref.filter.all == ds_ext.filter.all)
43
54
 
44
55
 
45
- def test_get_min_max_inf():
56
+ @pytest.mark.skipif(not NET_AVAILABLE, reason="No network connection!")
57
+ @pytest.mark.filterwarnings(
58
+ 'ignore::dclab.rtdc_dataset.config.WrongConfigurationTypeWarning')
59
+ def test_session_dcor():
60
+ pipeline = session.open_session(data_path / "version_2_5_0_dcor_lme4.so2")
61
+ assert pipeline.deduce_reduced_sample_names() == [
62
+ 'SSC 16uls rep1',
63
+ 'SSC 16uls rep2',
64
+ 'MG63 pure 16uls rep1',
65
+ 'MG63 pure 16uls rep2',
66
+ 'MG63 pure 16uls rep3',
67
+ ]
68
+ # Add the last slot again
69
+ dcor_id = pipeline.slots[-1].path
70
+ pipeline.add_slot(path=dcor_id)
71
+ assert pipeline.deduce_reduced_sample_names() == [
72
+ 'SSC 16uls rep1',
73
+ 'SSC 16uls rep2',
74
+ 'MG63 pure 16uls rep1',
75
+ 'MG63 pure 16uls rep2',
76
+ 'MG63 pure 16uls rep3',
77
+ 'MG63 pure 16uls rep3',
78
+ ]
79
+
80
+
81
+ def test_get_min_max_inf(tmp_path):
46
82
  # generate fake dataset
47
83
  path = pathlib.Path(__file__).parent / "data" / "calibration_beads_47.rtdc"
48
84
  with dclab.new_dataset(path) as ds:
49
85
  config = copy.deepcopy(ds.config)
50
86
 
51
- tmp = tempfile.mktemp(".rtdc", prefix="example_filter_inf_")
87
+ tmp = tmp_path / "example_filter_inf.rtdc"
52
88
  ddict = {"deform": np.linspace(0, .01, 100),
53
89
  "area_um": np.linspace(20, 200, 100),
54
90
  "area_ratio": np.linspace(1, 1.1, 100)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes