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.
- {dcscope-2.22.2 → dcscope-2.23.0}/CHANGELOG +4 -0
- {dcscope-2.22.2/dcscope.egg-info → dcscope-2.23.0}/PKG-INFO +3 -3
- {dcscope-2.22.2 → dcscope-2.23.0}/README.rst +1 -1
- dcscope-2.23.0/build-recipes/DCscope.icns +0 -0
- dcscope-2.23.0/build-recipes/DCscope.ico +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/_version.py +3 -3
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_plot.py +1 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_plot.ui +32 -27
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/pipeline_plot.py +32 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/quick_view/qv_main.py +2 -2
- dcscope-2.23.0/dcscope/img/icon.png +0 -0
- dcscope-2.23.0/dcscope/img/splash.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/pipeline/plot.py +2 -0
- {dcscope-2.22.2 → dcscope-2.23.0/dcscope.egg-info}/PKG-INFO +3 -3
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope.egg-info/SOURCES.txt +5 -2
- dcscope-2.23.0/docs/artwork/Readme.md +37 -0
- dcscope-2.23.0/docs/artwork/dcscope_icon.svg +332 -0
- dcscope-2.23.0/docs/artwork/dcscope_large_white.png +0 -0
- dcscope-2.23.0/docs/artwork/dcscope_large_white.svg +312 -0
- dcscope-2.23.0/docs/artwork/dcscope_splash.svg +319 -0
- dcscope-2.23.0/docs/artwork/favicon.ico +0 -0
- dcscope-2.23.0/docs/artwork/favicon.svg +301 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/conf.py +2 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/index.rst +0 -5
- {dcscope-2.22.2 → dcscope-2.23.0}/pyproject.toml +1 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_quickview.py +92 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_update.py +3 -0
- dcscope-2.22.2/build-recipes/DCscope.icns +0 -0
- dcscope-2.22.2/build-recipes/DCscope.ico +0 -0
- dcscope-2.22.2/dcscope/img/icon.png +0 -0
- dcscope-2.22.2/dcscope/img/icon.svg +0 -73
- dcscope-2.22.2/dcscope/img/splash.png +0 -0
- dcscope-2.22.2/docs/artwork/dcscope_icon.svg +0 -73
- dcscope-2.22.2/docs/artwork/dcscope_splash.png +0 -0
- dcscope-2.22.2/docs/artwork/dcscope_splash.svg +0 -74
- {dcscope-2.22.2 → dcscope-2.23.0}/.github/workflows/check.yml +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/.github/workflows/deploy_github.yml +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/.github/workflows/deploy_pypi.yml +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/.gitignore +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/.readthedocs.yml +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/LICENSE +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/MANIFEST.in +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/DCscopeLauncher.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/Readme.md +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/hook-dcscope.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/macos_DCscope.spec +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/macos_build_app.sh +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/macos_build_requirements.txt +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/win_DCscope.spec +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/win_build_requirements.txt +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/win_dcscope.iss_dummy +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/build-recipes/win_make_iss.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/__init__.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/__main__.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/extensions.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/__init__.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/__init__.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_basins.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_basins.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_filter.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_filter.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_log.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_log.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_meta.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_meta.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_slot.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_slot.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_tables.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_tables.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_view.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/ana_view.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/dlg_slot_reorder.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/analysis/dlg_slot_reorder.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/bulk/__init__.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/bulk/bulk_emodulus.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/bulk/bulk_emodulus.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/__init__.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/comp_lme4.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/comp_lme4.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/comp_lme4_dataset.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/comp_lme4_dataset.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/comp_lme4_results.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/comp_lme4_results.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/comp_stats.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/compute/comp_stats.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/dcor/__init__.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/dcor/dcor.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/export/__init__.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/export/e2data.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/export/e2data.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/export/e2filter.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/export/e2filter.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/export/e2plot.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/export/e2plot.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/main.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/main.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/__init__.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/block_matrix.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/block_matrix.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/data_matrix.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/dm_dataset.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/dm_dataset.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/dm_element.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/dm_element.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/dm_filter.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/dm_filter.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/plot_matrix.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/pm_element.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/pm_plot.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/matrix/pm_plot.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/pipeline_plot.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/preferences.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/preferences.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/quick_view/__init__.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/quick_view/qv_main.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/quick_view/qv_scatter.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/quick_view/qv_style.css +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/update.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/__init__.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/bg_thread.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/bulk_list.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/bulk_list.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/double_spin_box_nan.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/feature_combobox.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/get_path.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/key_value_table_widget.css +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/key_value_table_widget.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/mdi_subwindow_wo_close.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/qrangeslider.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/rangecontrol.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/rangecontrol.ui +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/simple_image_view.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/simple_plot_widget.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/so_colorbaritem.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/gui/widgets/wait_cursor.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/idiom.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/__init__.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/COPYING-ICONS +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/COPYING.LIB +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/README +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/application-exit.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/code-context.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/dialog-cancel.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/dialog-close.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/dialog-messages.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/dialog-ok-apply.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/dialog-ok.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/document-open-folder.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/document-open.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/document-save.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/documentinfo.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/draw-watercolor.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/edit-clear-all.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/edit-clear.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/edit-paste.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/globe.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/gtk-preferences.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/list-add.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/messagebox_warning.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/object-columns.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/object-order-lower.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/object-rows.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/office-chart-line-stacked.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/office-chart-ring.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/office-chart-scatter.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/path-mode-polyline.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/preferences-activities.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/remove.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/search.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/show-grid.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/special_paste.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/tools-wizard.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/view-calendar-list.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/view-filter.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/view-list-tree.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/view-statistics.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/16/visibility.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/application-exit.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/code-context.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/dialog-cancel.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/dialog-close.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/dialog-messages.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/dialog-ok-apply.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/dialog-ok.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/document-open-folder.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/document-open.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/document-save.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/documentinfo.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/draw-watercolor.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/edit-clear-all.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/edit-clear.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/edit-paste.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/globe.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/gtk-preferences.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/list-add.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/messagebox_warning.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/object-columns.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/object-order-lower.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/object-rows.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/office-chart-line-stacked.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/office-chart-ring.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/office-chart-scatter.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/path-mode-polyline.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/preferences-activities.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/remove.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/special_paste.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/tools-wizard.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/view-calendar-list.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/view-filter.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/view-list-tree.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/view-statistics.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/22/visibility.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/application-exit.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/code-context.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/dialog-cancel.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/dialog-close.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/dialog-messages.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/dialog-ok-apply.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/dialog-ok.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/document-open-folder.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/document-open.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/document-save.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/documentinfo.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/draw-watercolor.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/edit-clear-all.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/edit-clear.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/edit-paste.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/globe.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/gtk-preferences.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/list-add.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/messagebox_warning.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/object-columns.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/object-order-lower.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/object-rows.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/office-chart-line-stacked.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/office-chart-ring.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/office-chart-scatter.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/path-mode-polyline.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/preferences-activities.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/remove.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/special_paste.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/tools-wizard.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/view-calendar-list.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/view-filter.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/view-list-tree.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/view-statistics.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/24/visibility.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/application-exit.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/dialog-cancel.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/dialog-messages.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/dialog-ok-apply.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/dialog-ok.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/document-open-folder.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/document-open.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/document-save.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/gtk-preferences.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/object-order-lower.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/view-filter.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/actions/32/view-list-tree.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/16/folder-cloud.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/16/folder.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/22/folder-cloud.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/22/folder.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/24/folder-cloud.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/24/folder.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/32/folder-cloud.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/32/folder.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/64/folder-cloud.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/places/64/folder.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/16/dialog-error.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/16/dialog-information.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/16/dialog-question.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/16/dialog-warning.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/22/dialog-error.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/22/dialog-information.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/22/dialog-question.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/22/dialog-warning.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/24/dialog-error.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/24/dialog-information.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/24/dialog-question.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/24/dialog-warning.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/64/dialog-error.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/64/dialog-information.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/64/dialog-question.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/breeze/status/64/dialog-warning.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/collect_icons.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/dcscope/dcor.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/dcscope/edit-copy-anew.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/dcscope/emodulus.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/dcscope/filter_ray.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/dcscope/region_channel.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/dcscope/region_reservoir.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/dcscope/rlang.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/dcscope/statistical_significance.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/img/icon-theme/index.theme +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/meta_tool.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/pipeline/__init__.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/pipeline/core.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/pipeline/dataslot.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/pipeline/filter.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/pipeline/filter_ray.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/plot_cache.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/session.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope/util.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope.egg-info/dependency_links.txt +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope.egg-info/entry_points.txt +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope.egg-info/requires.txt +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/dcscope.egg-info/top_level.txt +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/README.md +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/data/extension_fl1_density.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/dcscope.bib +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/extensions/fancy_include.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/extensions/github_changelog.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/extensions/rtd_pdf.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/ATTRIBUTION +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/area.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/aspect.jpg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/brightness.jpg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/deform.jpg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/deform.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/fluorescence.jpg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/fluorescence.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/inert_ratio.jpg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/inert_ratio.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_countrate.jpg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_countrate.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_filter_area.jpg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_filter_area.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_filter_porosity.jpg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_filter_porosity.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_filter_ratios.jpg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_filter_ratios.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_time.jpg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_time.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_youngs_modulus.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_youngs_modulus_15um.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_youngs_modulus_20um.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_youngs_modulus_30um.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/qg_youngs_modulus_40um.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/rtdc-setup.jpg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/volume.jpg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/figures/volume.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/requirements.txt +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/.gitignore +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/CD66+_CD14-.poly +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots.sh +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots_qg_dcor.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots_qg_emodulus.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots_qg_export.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots_qg_extensions.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots_qg_lme4.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots_qg_lme4_diff.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots_qg_statistics.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/make_scrots_ui.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_dcor_dlg.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_emodulus_badtemp.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_emodulus_config.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_emodulus_feature.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_emodulus_other.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_export_data.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_extensions.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_lme4_diff_init.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_lme4_diff_results.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_lme4_init.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_lme4_results.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_statistics_folder.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/qg_statistics_init.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/scrots.so2 +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_ana_basins.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_ana_filter.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_ana_logs.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_ana_meta.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_ana_plot.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_ana_slot.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_ana_tables.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_block_matrix.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_main.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_qv_event.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_qv_poly.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/scrots/ui_qv_settings.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_changelog.rst +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_devs.rst +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_getting_started.rst +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_imprint.rst +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_interface.rst +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_qg_batch_stats.rst +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_qg_consistency_check.rst +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_qg_dcor.rst +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_qg_export_data.rst +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_qg_extensions.rst +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_qg_filtering.rst +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_qg_lme4.rst +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_qg_youngs_modulus.rst +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_quick_guides.rst +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_rtdc_basics.rst +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/docs/sec_z_bib.rst +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/setup.cfg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/README.md +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/conftest.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/artificial_with_image_bg.rtdc +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/blood_rbc_leukocytes.rtdc +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/blood_rbc_qpi_data.rtdc +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/calibration_beads_47.rtdc +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/cytoshot_blood.rtdc +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/ext_feat_anc_plugin_ca.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/naiad-capture_blood_pipeline.rtdc +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/version_2_1_0_basic.so2 +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/version_2_1_2_plot_color_emodulus.so2 +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/version_2_1_6_no_events.so2 +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/version_2_5_0_dcor_lme4.so2 +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/data/version_2_5_0_dcor_lme4_diff.so2 +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/requirements.txt +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_extensions.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_ana_meta.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_basic.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_bulk_emodulus.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_compute_lme4.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_compute_stats.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_emodulus.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_export_data.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_export_filter.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_export_plot.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_filter.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_matrix.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_pipeline_plot.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_plotting.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_gui_reorder_datasets.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_pipeline_core.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_pipeline_filter_ray.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_session.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests/test_util.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/.gitignore +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/Readme.rst +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export.py +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export.so2 +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_log-large-points-export-png_expected.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_log-large-points-export-svg_expected.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_scatter-and-contour-export-png_expected.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_scatter-and-contour-export-svg_expected.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_scatter-and-contour-subplot1-export-png_expected.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_scatter-and-contour-subplot1-export-svg_expected.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_scatter-and-contour-subplot2-export-png_expected.png +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_scatter-and-contour-subplot2-export-svg_expected.svg +0 -0
- {dcscope-2.22.2 → dcscope-2.23.0}/tests-manual/plot-export_scatter-long-title-export-png_expected.png +0 -0
- {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.
|
|
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/
|
|
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/
|
|
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
|
|
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.
|
|
32
|
-
__version_tuple__ = version_tuple = (2,
|
|
31
|
+
__version__ = version = '2.23.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (2, 23, 0)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
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>
|
|
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.
|
|
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/
|
|
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/
|
|
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
|
+
```
|