dcscope 2.26.0__tar.gz → 2.26.2__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.26.0 → dcscope-2.26.2}/CHANGELOG +26 -2
- {dcscope-2.26.0/dcscope.egg-info → dcscope-2.26.2}/PKG-INFO +2 -2
- dcscope-2.26.2/dcscope/_version.py +24 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/ana_filter.py +4 -4
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/ana_plot.py +107 -96
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/ana_plot.ui +151 -144
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/ana_slot.py +4 -4
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/dlg_slot_reorder.py +1 -2
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/bulk/bulk_emodulus.py +1 -2
- dcscope-2.26.2/dcscope/gui/helpers.py +34 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/main.py +62 -45
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/matrix/dm_dataset.py +5 -5
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/matrix/dm_dataset.ui +33 -46
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/matrix/dm_element.py +9 -4
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/matrix/dm_filter.py +9 -4
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/matrix/dm_filter.ui +23 -66
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/matrix/pm_element.py +1 -2
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/matrix/pm_plot.py +9 -4
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/matrix/pm_plot.ui +14 -37
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/pipeline_plot.py +133 -83
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/preferences.py +49 -13
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/preferences.ui +137 -8
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/quick_view/qv_main.py +15 -7
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/quick_view/qv_scatter.py +48 -15
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/idiom.py +1 -7
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/pipeline/core.py +75 -5
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/pipeline/dataslot.py +2 -2
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/pipeline/filter_ray.py +10 -2
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/pipeline/plot.py +16 -6
- {dcscope-2.26.0 → dcscope-2.26.2/dcscope.egg-info}/PKG-INFO +2 -2
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope.egg-info/SOURCES.txt +1 -1
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope.egg-info/requires.txt +1 -1
- {dcscope-2.26.0 → dcscope-2.26.2}/pyproject.toml +1 -1
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_gui_pipeline_plot.py +0 -71
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_gui_plotting.py +69 -4
- dcscope-2.26.2/tests/test_pipeline_filter_ray_2.py +114 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_session.py +26 -3
- dcscope-2.26.0/dcscope/_version.py +0 -34
- dcscope-2.26.0/dcscope/gui/helpers.py +0 -16
- dcscope-2.26.0/dcscope/plotting.py +0 -45
- {dcscope-2.26.0 → dcscope-2.26.2}/.github/workflows/check.yml +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/.github/workflows/deploy_github.yml +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/.github/workflows/deploy_pypi.yml +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/.gitignore +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/.readthedocs.yml +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/LICENSE +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/MANIFEST.in +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/README.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/build-recipes/DCscope.icns +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/build-recipes/DCscope.ico +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/build-recipes/DCscopeLauncher.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/build-recipes/Readme.md +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/build-recipes/hook-dcscope.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/build-recipes/macos_DCscope.spec +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/build-recipes/macos_build_app.sh +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/build-recipes/macos_build_requirements.txt +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/build-recipes/win_DCscope.spec +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/build-recipes/win_build_requirements.txt +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/build-recipes/win_dcscope.iss_dummy +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/build-recipes/win_make_iss.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/__init__.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/__main__.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/extensions.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/__init__.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/__init__.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/ana_basins.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/ana_basins.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/ana_filter.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/ana_log.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/ana_log.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/ana_meta.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/ana_meta.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/ana_slot.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/ana_tables.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/ana_tables.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/ana_view.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/ana_view.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/analysis/dlg_slot_reorder.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/bulk/__init__.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/bulk/bulk_emodulus.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/compute/__init__.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/compute/comp_lme4.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/compute/comp_lme4.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/compute/comp_lme4_dataset.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/compute/comp_lme4_dataset.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/compute/comp_lme4_results.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/compute/comp_lme4_results.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/compute/comp_stats.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/compute/comp_stats.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/dcor/__init__.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/dcor/dcor.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/export/__init__.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/export/e2data.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/export/e2data.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/export/e2filter.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/export/e2filter.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/export/e2plot.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/export/e2plot.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/main.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/matrix/Readme.md +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/matrix/__init__.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/matrix/block_matrix.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/matrix/block_matrix.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/matrix/data_matrix.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/matrix/dm_element.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/matrix/plot_matrix.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/pipeline_plot.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/quick_view/__init__.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/quick_view/qv_main.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/quick_view/qv_style.css +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/settings.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/update.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/widgets/__init__.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/widgets/bg_thread.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/widgets/bulk_list.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/widgets/bulk_list.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/widgets/double_spin_box_nan.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/widgets/feature_combobox.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/widgets/get_path.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/widgets/key_value_table_widget.css +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/widgets/key_value_table_widget.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/widgets/mdi_subwindow_wo_close.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/widgets/qrangeslider.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/widgets/rangecontrol.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/widgets/rangecontrol.ui +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/widgets/simple_image_view.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/widgets/simple_plot_widget.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/widgets/so_colorbaritem.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/gui/widgets/wait_cursor.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/__init__.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/COPYING-ICONS +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/COPYING.LIB +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/README +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/application-exit.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/code-context.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/dialog-cancel.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/dialog-close.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/dialog-messages.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/dialog-ok-apply.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/dialog-ok.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/document-open-folder.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/document-open.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/document-save.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/documentinfo.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/draw-watercolor.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/edit-clear-all.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/edit-clear.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/edit-paste.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/globe.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/gtk-preferences.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/list-add.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/messagebox_warning.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/object-columns.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/object-order-lower.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/object-rows.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/office-chart-line-stacked.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/office-chart-ring.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/office-chart-scatter.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/path-mode-polyline.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/preferences-activities.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/remove.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/search.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/show-grid.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/special_paste.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/tools-wizard.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/view-calendar-list.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/view-filter.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/view-list-tree.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/view-statistics.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/16/visibility.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/application-exit.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/code-context.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/dialog-cancel.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/dialog-close.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/dialog-messages.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/dialog-ok-apply.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/dialog-ok.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/document-open-folder.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/document-open.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/document-save.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/documentinfo.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/draw-watercolor.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/edit-clear-all.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/edit-clear.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/edit-paste.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/globe.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/gtk-preferences.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/list-add.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/messagebox_warning.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/object-columns.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/object-order-lower.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/object-rows.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/office-chart-line-stacked.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/office-chart-ring.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/office-chart-scatter.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/path-mode-polyline.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/preferences-activities.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/remove.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/special_paste.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/tools-wizard.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/view-calendar-list.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/view-filter.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/view-list-tree.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/view-statistics.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/22/visibility.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/application-exit.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/code-context.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/dialog-cancel.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/dialog-close.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/dialog-messages.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/dialog-ok-apply.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/dialog-ok.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/document-open-folder.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/document-open.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/document-save.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/documentinfo.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/draw-watercolor.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/edit-clear-all.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/edit-clear.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/edit-paste.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/globe.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/gtk-preferences.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/list-add.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/messagebox_warning.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/object-columns.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/object-order-lower.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/object-rows.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/office-chart-line-stacked.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/office-chart-ring.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/office-chart-scatter.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/path-mode-polyline.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/preferences-activities.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/remove.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/special_paste.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/tools-wizard.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/view-calendar-list.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/view-filter.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/view-list-tree.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/view-statistics.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/24/visibility.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/32/application-exit.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/32/dialog-cancel.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/32/dialog-messages.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/32/dialog-ok-apply.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/32/dialog-ok.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/32/document-open-folder.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/32/document-open.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/32/document-save.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/32/gtk-preferences.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/32/object-order-lower.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/32/view-filter.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/actions/32/view-list-tree.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/places/16/folder-cloud.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/places/16/folder.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/places/22/folder-cloud.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/places/22/folder.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/places/24/folder-cloud.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/places/24/folder.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/places/32/folder-cloud.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/places/32/folder.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/places/64/folder-cloud.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/places/64/folder.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/status/16/dialog-error.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/status/16/dialog-information.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/status/16/dialog-question.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/status/16/dialog-warning.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/status/22/dialog-error.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/status/22/dialog-information.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/status/22/dialog-question.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/status/22/dialog-warning.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/status/24/dialog-error.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/status/24/dialog-information.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/status/24/dialog-question.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/status/24/dialog-warning.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/status/64/dialog-error.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/status/64/dialog-information.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/status/64/dialog-question.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/breeze/status/64/dialog-warning.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/collect_icons.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/dcscope/dcor.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/dcscope/edit-copy-anew.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/dcscope/emodulus.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/dcscope/filter_ray.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/dcscope/region_channel.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/dcscope/region_reservoir.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/dcscope/rlang.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/dcscope/statistical_significance.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon-theme/index.theme +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/icon.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/img/splash.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/meta_tool.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/pipeline/__init__.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/pipeline/filter.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/session.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope/util.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope.egg-info/dependency_links.txt +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope.egg-info/entry_points.txt +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/dcscope.egg-info/top_level.txt +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/README.md +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/artwork/Readme.md +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/artwork/dcscope_icon.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/artwork/dcscope_large_white.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/artwork/dcscope_large_white.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/artwork/dcscope_splash.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/artwork/favicon.ico +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/artwork/favicon.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/conf.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/data/extension_fl1_density.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/dcscope.bib +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/extensions/fancy_include.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/extensions/github_changelog.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/extensions/rtd_pdf.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/ATTRIBUTION +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/area.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/aspect.jpg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/brightness.jpg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/deform.jpg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/deform.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/fluorescence.jpg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/fluorescence.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/inert_ratio.jpg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/inert_ratio.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/qg_countrate.jpg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/qg_countrate.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/qg_filter_area.jpg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/qg_filter_area.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/qg_filter_porosity.jpg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/qg_filter_porosity.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/qg_filter_ratios.jpg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/qg_filter_ratios.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/qg_time.jpg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/qg_time.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/qg_youngs_modulus.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/qg_youngs_modulus_15um.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/qg_youngs_modulus_20um.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/qg_youngs_modulus_30um.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/qg_youngs_modulus_40um.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/rtdc-setup.jpg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/volume.jpg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/figures/volume.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/index.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/requirements.txt +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/.gitignore +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/CD66+_CD14-.poly +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/Readme.md +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/make_scrots.sh +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/make_scrots_qg_dcor.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/make_scrots_qg_emodulus.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/make_scrots_qg_export.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/make_scrots_qg_extensions.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/make_scrots_qg_lme4.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/make_scrots_qg_lme4_diff.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/make_scrots_qg_statistics.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/make_scrots_ui.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/qg_dcor_dlg.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/qg_emodulus_badtemp.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/qg_emodulus_config.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/qg_emodulus_feature.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/qg_emodulus_other.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/qg_export_data.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/qg_extensions.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/qg_lme4_diff_init.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/qg_lme4_diff_results.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/qg_lme4_init.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/qg_lme4_results.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/qg_statistics_folder.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/qg_statistics_init.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/scrots.so2 +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/ui_ana_basins.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/ui_ana_filter.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/ui_ana_logs.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/ui_ana_meta.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/ui_ana_plot.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/ui_ana_slot.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/ui_ana_tables.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/ui_block_matrix.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/ui_main.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/ui_qv_event.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/ui_qv_poly.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/scrots/ui_qv_settings.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/sec_changelog.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/sec_devs.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/sec_getting_started.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/sec_imprint.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/sec_interface.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/sec_qg_batch_stats.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/sec_qg_consistency_check.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/sec_qg_dcor.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/sec_qg_export_data.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/sec_qg_extensions.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/sec_qg_filtering.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/sec_qg_lme4.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/sec_qg_youngs_modulus.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/sec_quick_guides.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/sec_rtdc_basics.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/docs/sec_z_bib.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/setup.cfg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/README.md +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/conftest.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/data/artificial_with_image_bg.rtdc +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/data/blood_rbc_leukocytes.rtdc +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/data/blood_rbc_qpi_data.rtdc +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/data/calibration_beads_47.rtdc +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/data/cytoshot_blood.rtdc +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/data/empty_recording.rtdc +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/data/ext_feat_anc_plugin_ca.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/data/extreme_shear.rtdc +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/data/naiad-capture_blood_pipeline.rtdc +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/data/version_2_1_0_basic.so2 +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/data/version_2_1_2_plot_color_emodulus.so2 +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/data/version_2_1_6_no_events.so2 +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/data/version_2_5_0_dcor_lme4.so2 +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/data/version_2_5_0_dcor_lme4_diff.so2 +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/requirements.txt +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_extensions.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_gui_ana_meta.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_gui_basic.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_gui_bulk_emodulus.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_gui_compute_lme4.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_gui_compute_stats.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_gui_emodulus.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_gui_export_data.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_gui_export_filter.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_gui_export_plot.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_gui_filter.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_gui_matrix.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_gui_quickview.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_gui_reorder_datasets.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_gui_update.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_pipeline_core.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_pipeline_filter_ray.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests/test_util.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests-manual/.gitignore +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests-manual/Readme.rst +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests-manual/plot-export.py +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests-manual/plot-export.so2 +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests-manual/plot-export_log-large-points-export-png_expected.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests-manual/plot-export_log-large-points-export-svg_expected.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests-manual/plot-export_scatter-and-contour-export-png_expected.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests-manual/plot-export_scatter-and-contour-export-svg_expected.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests-manual/plot-export_scatter-and-contour-subplot1-export-png_expected.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests-manual/plot-export_scatter-and-contour-subplot1-export-svg_expected.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests-manual/plot-export_scatter-and-contour-subplot2-export-png_expected.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests-manual/plot-export_scatter-and-contour-subplot2-export-svg_expected.svg +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests-manual/plot-export_scatter-long-title-export-png_expected.png +0 -0
- {dcscope-2.26.0 → dcscope-2.26.2}/tests-manual/run-tests.sh +0 -0
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
2.26.2
|
|
2
|
+
- reg: filters not applied in final plots since 2.25.1
|
|
3
|
+
- fix: prevent `pipeline.lock` deadlocks via Qt signal cluttering
|
|
4
|
+
- fix: update axes ranges when "Auto XY-range" is selected in plotting
|
|
5
|
+
- enh: remember plot size when manually resizing
|
|
6
|
+
- enh: increase default disk store size from 2GB to 9GB
|
|
7
|
+
- enh: reduce delay after selecting axes in the Plot view
|
|
8
|
+
- ref: incorporate `PipelinePlot` into sender-receiver signal pyramid
|
|
9
|
+
- setup: bump dclab to 0.71.2 (disk-caching of DCOR/HTTP/S3 data)
|
|
10
|
+
2.26.1
|
|
11
|
+
- fix: possibly fix `KeyError` on hover in QuickView by doing a
|
|
12
|
+
`GraphicsScene.hoverItems.clear()` whenever something changes (#205)
|
|
13
|
+
- fix: disable Block Matrix QuickView selection when QuickView is closed
|
|
14
|
+
- fix: don't update hidden QuickView panel when the pipeline changes
|
|
15
|
+
- fix: don't replot in QuickView when the plot parameters are identical
|
|
16
|
+
- fix: always show event view in QuickView when initialized
|
|
17
|
+
- enh: allow to modify caching settings in the "Advanced" preferences tab
|
|
18
|
+
- enh: joint KDE map for scatter and contour visualization (#111)
|
|
19
|
+
- enh: setup basic logging
|
|
20
|
+
- enh: inform user about unavailable contour data with dclab 0.71.0 (#207)
|
|
21
|
+
- ref: move contour spacing plot settings to "General" section
|
|
22
|
+
- ref: migrate find smooth contour spacing code to dclab
|
|
23
|
+
- ref: remove redundant `plotting` submodule
|
|
24
|
+
- setup: bump dclab to 0.71.1 (smooth contours, joint KDE maps)
|
|
1
25
|
2.26.0
|
|
2
26
|
- feat: edit, duplicate and remove polygon filters in the "Filter" view
|
|
3
27
|
- fix: override-check in filter export did not work
|
|
@@ -37,7 +61,7 @@
|
|
|
37
61
|
- enh: improved presentation of multiple datasets with identical sample names
|
|
38
62
|
- ref: tentative `set_pipeline`, so widgets have direct access to the pipeline
|
|
39
63
|
- ref: raise ValueError in unreachable case in DataSlot creation
|
|
40
|
-
- ref: restructure pipeline management
|
|
64
|
+
- ref: restructure pipeline management with sender-receiver signal pyramid
|
|
41
65
|
- ref: move slot, plot, and filter duplication to `Pipeline` class
|
|
42
66
|
- ref: refer power to Slot/Plot/Filter creation to `Pipeline`
|
|
43
67
|
- setup: bump pyqtgraph to 0.14.0
|
|
@@ -584,7 +608,7 @@
|
|
|
584
608
|
2.1.0
|
|
585
609
|
- feat: basic DCOR support
|
|
586
610
|
- fix: improved session support (older pre-release sessions)
|
|
587
|
-
- docs: add DCOR guick guide
|
|
611
|
+
- docs: add DCOR guick guide
|
|
588
612
|
- enh: export event image via context menu in Quick View (#35)
|
|
589
613
|
- setup: bump dclab from 0.21.1 to 0.22.1 (DCOR support)
|
|
590
614
|
2.0.3
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dcscope
|
|
3
|
-
Version: 2.26.
|
|
3
|
+
Version: 2.26.2
|
|
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.
|
|
19
|
+
Requires-Dist: dclab[dcor,export,http,s3]>=0.71.2
|
|
20
20
|
Requires-Dist: h5py>=2.8.0
|
|
21
21
|
Requires-Dist: numpy>=1.21
|
|
22
22
|
Requires-Dist: pygments
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# file generated by vcs-versioning
|
|
2
|
+
# don't change, don't track in version control
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
__all__ = [
|
|
6
|
+
"__version__",
|
|
7
|
+
"__version_tuple__",
|
|
8
|
+
"version",
|
|
9
|
+
"version_tuple",
|
|
10
|
+
"__commit_id__",
|
|
11
|
+
"commit_id",
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
version: str
|
|
15
|
+
__version__: str
|
|
16
|
+
__version_tuple__: tuple[int | str, ...]
|
|
17
|
+
version_tuple: tuple[int | str, ...]
|
|
18
|
+
commit_id: str | None
|
|
19
|
+
__commit_id__: str | None
|
|
20
|
+
|
|
21
|
+
__version__ = version = '2.26.2'
|
|
22
|
+
__version_tuple__ = version_tuple = (2, 26, 2)
|
|
23
|
+
|
|
24
|
+
__commit_id__ = commit_id = 'ga09ea9064'
|
|
@@ -211,7 +211,7 @@ class FilterPanel(QtWidgets.QWidget):
|
|
|
211
211
|
with self.pipeline.lock:
|
|
212
212
|
filt_id = self.current_filter.identifier
|
|
213
213
|
new_id = self.pipeline.duplicate_filter(filt_id)
|
|
214
|
-
|
|
214
|
+
self.pp_mod_send.emit({"pipeline": {"filter_added": new_id}})
|
|
215
215
|
|
|
216
216
|
def get_polygon_filter_selection(self):
|
|
217
217
|
"""Return selected polygon filters"""
|
|
@@ -293,7 +293,7 @@ class FilterPanel(QtWidgets.QWidget):
|
|
|
293
293
|
self.update_content(filt_index)
|
|
294
294
|
|
|
295
295
|
qv_dict = data.get("quickview")
|
|
296
|
-
if qv_dict:
|
|
296
|
+
if qv_dict and qv_dict.get("enabled"):
|
|
297
297
|
if self.isVisible():
|
|
298
298
|
# If quickview is clicked, show corresponding filter
|
|
299
299
|
filt_index = qv_dict.get("filt_index")
|
|
@@ -309,7 +309,7 @@ class FilterPanel(QtWidgets.QWidget):
|
|
|
309
309
|
with self.pipeline.lock:
|
|
310
310
|
filt_id = self.current_filter.identifier
|
|
311
311
|
self.pipeline.remove_filter(filt_id)
|
|
312
|
-
|
|
312
|
+
self.pp_mod_send.emit({"pipeline": {"filter_removed": filt_id}})
|
|
313
313
|
|
|
314
314
|
@QtCore.pyqtSlot()
|
|
315
315
|
def on_moreless(self):
|
|
@@ -442,4 +442,4 @@ class FilterPanel(QtWidgets.QWidget):
|
|
|
442
442
|
filt_id = filter_state["identifier"]
|
|
443
443
|
filt_index = self.pipeline.filter_ids.index(filt_id)
|
|
444
444
|
self.pipeline.filters[filt_index].__setstate__(filter_state)
|
|
445
|
-
|
|
445
|
+
self.pp_mod_send.emit({"pipeline": {"filter_modified": filt_id}})
|
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
import importlib.resources
|
|
2
|
+
import logging
|
|
2
3
|
|
|
3
4
|
import dclab
|
|
5
|
+
import dclab.kde.binning
|
|
4
6
|
import dclab.kde.methods
|
|
7
|
+
import dclab.kde.smooth_contour
|
|
5
8
|
import numpy as np
|
|
6
|
-
from PyQt6 import
|
|
9
|
+
from PyQt6 import QtCore, QtWidgets, uic
|
|
7
10
|
|
|
8
11
|
from ...pipeline.plot import STATE_OPTIONS
|
|
9
|
-
|
|
10
|
-
from ..pipeline_plot import (
|
|
11
|
-
compute_contours, compute_contour_opening_angles, compute_contour_reliable)
|
|
12
|
-
|
|
13
12
|
from ..widgets import show_wait_cursor
|
|
14
13
|
|
|
15
14
|
COLORMAPS = STATE_OPTIONS["scatter"]["colormap"]
|
|
16
15
|
|
|
17
16
|
|
|
17
|
+
logger = logging.getLogger(__name__)
|
|
18
|
+
|
|
19
|
+
|
|
18
20
|
class PlotPanel(QtWidgets.QWidget):
|
|
19
21
|
# widgets emit these whenever they changed the pipeline
|
|
20
22
|
pp_mod_send = QtCore.pyqtSignal(dict)
|
|
@@ -102,6 +104,8 @@ class PlotPanel(QtWidgets.QWidget):
|
|
|
102
104
|
"range y": [ry["start"], ry["end"]],
|
|
103
105
|
"scale x": self.comboBox_scale_x.currentData(),
|
|
104
106
|
"scale y": self.comboBox_scale_y.currentData(),
|
|
107
|
+
"spacing x": self.doubleSpinBox_spacing_x.value(),
|
|
108
|
+
"spacing y": self.doubleSpinBox_spacing_y.value(),
|
|
105
109
|
},
|
|
106
110
|
"scatter": {
|
|
107
111
|
"colormap": self.comboBox_colormap.currentData(),
|
|
@@ -129,8 +133,6 @@ class PlotPanel(QtWidgets.QWidget):
|
|
|
129
133
|
"percentiles": [self.doubleSpinBox_perc_1.value(),
|
|
130
134
|
self.doubleSpinBox_perc_2.value(),
|
|
131
135
|
],
|
|
132
|
-
"spacing x": self.doubleSpinBox_spacing_x.value(),
|
|
133
|
-
"spacing y": self.doubleSpinBox_spacing_y.value(),
|
|
134
136
|
}
|
|
135
137
|
}
|
|
136
138
|
return state
|
|
@@ -210,8 +212,8 @@ class PlotPanel(QtWidgets.QWidget):
|
|
|
210
212
|
self.comboBox_ls_1.setCurrentIndex(ls1_index)
|
|
211
213
|
ls2_index = self.comboBox_ls_2.findData(con["line styles"][1])
|
|
212
214
|
self.comboBox_ls_2.setCurrentIndex(ls2_index)
|
|
213
|
-
self.
|
|
214
|
-
|
|
215
|
+
self._set_kde_spacing(spacing_x=gen["spacing x"],
|
|
216
|
+
spacing_y=gen["spacing y"])
|
|
215
217
|
for b in toblock:
|
|
216
218
|
b.blockSignals(False)
|
|
217
219
|
|
|
@@ -274,7 +276,7 @@ class PlotPanel(QtWidgets.QWidget):
|
|
|
274
276
|
else:
|
|
275
277
|
self.setEnabled(True)
|
|
276
278
|
if feat is not None:
|
|
277
|
-
lim = self.pipeline.
|
|
279
|
+
lim = self.pipeline.get_min_max_coarse(
|
|
278
280
|
feat=feat, plot_id=self.current_plot.identifier)
|
|
279
281
|
if not (np.isinf(lim[0]) or np.isinf(lim[1])):
|
|
280
282
|
self.widget_range_feat.setLimits(vmin=lim[0], vmax=lim[1])
|
|
@@ -305,24 +307,27 @@ class PlotPanel(QtWidgets.QWidget):
|
|
|
305
307
|
[self.widget_range_x, self.widget_range_y],
|
|
306
308
|
):
|
|
307
309
|
if axis is not None:
|
|
308
|
-
lim = self.pipeline.
|
|
310
|
+
lim = self.pipeline.get_min_max_coarse(
|
|
311
|
+
feat=axis,
|
|
312
|
+
plot_id=plot_id)
|
|
309
313
|
if not (np.isinf(lim[0]) or np.isinf(lim[1])):
|
|
310
314
|
rc.blockSignals(True)
|
|
311
315
|
rc.setLimits(vmin=lim[0],
|
|
312
316
|
vmax=lim[1])
|
|
313
317
|
if rang is None or rang[0] == rang[1]:
|
|
314
318
|
# default range is limits + 5% margin
|
|
315
|
-
rang = self.pipeline.
|
|
316
|
-
|
|
317
|
-
|
|
319
|
+
rang = self.pipeline.get_min_max_coarse(
|
|
320
|
+
feat=axis,
|
|
321
|
+
plot_id=plot_id,
|
|
322
|
+
margin=0.05)
|
|
318
323
|
rc.write_pipeline_state({"active": True,
|
|
319
324
|
"start": rang[0],
|
|
320
325
|
"end": rang[1],
|
|
321
326
|
})
|
|
322
327
|
rc.blockSignals(False)
|
|
323
328
|
|
|
324
|
-
def
|
|
325
|
-
"""Set the
|
|
329
|
+
def _set_kde_spacing(self, spacing_x=None, spacing_y=None):
|
|
330
|
+
"""Set the KDE spacing in the spin boxes
|
|
326
331
|
|
|
327
332
|
- sets spinbox limits first
|
|
328
333
|
- sets number of digits
|
|
@@ -345,11 +350,8 @@ class PlotPanel(QtWidgets.QWidget):
|
|
|
345
350
|
spinBox.setSingleStep(10**(-dec + 1))
|
|
346
351
|
spinBox.setValue(spacing)
|
|
347
352
|
|
|
348
|
-
def
|
|
349
|
-
"""automatically set the
|
|
350
|
-
|
|
351
|
-
- uses :func:`dclab.kde.methods.bin_width_percentile`
|
|
352
|
-
- uses _set_contour_spacing
|
|
353
|
+
def _set_kde_spacing_simple(self, axis_x=None, axis_y=None):
|
|
354
|
+
"""automatically estimate and set the KDE spacing
|
|
353
355
|
|
|
354
356
|
Not to be confused with `on_spacing_auto`!
|
|
355
357
|
"""
|
|
@@ -359,32 +361,28 @@ class PlotPanel(QtWidgets.QWidget):
|
|
|
359
361
|
return
|
|
360
362
|
else:
|
|
361
363
|
self.setEnabled(True)
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
spacing_x, spacing_y = spacings_xy
|
|
385
|
-
# sets the limits before setting the value
|
|
386
|
-
self._set_contour_spacing(spacing_x=spacing_x,
|
|
387
|
-
spacing_y=spacing_y)
|
|
364
|
+
|
|
365
|
+
spacings_xy = []
|
|
366
|
+
for feat, scaleCombo in zip([axis_x, axis_y],
|
|
367
|
+
[self.comboBox_scale_x,
|
|
368
|
+
self.comboBox_scale_y]):
|
|
369
|
+
if feat is None:
|
|
370
|
+
spacings_xy.append(None)
|
|
371
|
+
else:
|
|
372
|
+
vmin, vmax = self.pipeline.get_min_max_coarse(
|
|
373
|
+
feat=feat,
|
|
374
|
+
plot_id=self.current_plot.identifier)
|
|
375
|
+
|
|
376
|
+
if scaleCombo.currentData() == "log":
|
|
377
|
+
vmin = np.log(vmin)
|
|
378
|
+
vmax = np.log(vmax)
|
|
379
|
+
|
|
380
|
+
spacings_xy.append((vmax-vmin)/300)
|
|
381
|
+
|
|
382
|
+
spacing_x, spacing_y = spacings_xy
|
|
383
|
+
# sets the limits before setting the value
|
|
384
|
+
self._set_kde_spacing(spacing_x=spacing_x,
|
|
385
|
+
spacing_y=spacing_y)
|
|
388
386
|
|
|
389
387
|
@property
|
|
390
388
|
def current_plot(self):
|
|
@@ -430,14 +428,14 @@ class PlotPanel(QtWidgets.QWidget):
|
|
|
430
428
|
gen = self.read_plot_state()["general"]
|
|
431
429
|
if self.sender() == self.comboBox_axis_x:
|
|
432
430
|
self._set_range_xy_state(axis_x=gen["axis x"])
|
|
433
|
-
self.
|
|
431
|
+
self._set_kde_spacing_simple(axis_x=gen["axis x"])
|
|
434
432
|
elif self.sender() == self.comboBox_axis_y:
|
|
435
433
|
self._set_range_xy_state(axis_y=gen["axis y"])
|
|
436
|
-
self.
|
|
434
|
+
self._set_kde_spacing_simple(axis_y=gen["axis y"])
|
|
437
435
|
elif self.sender() == self.comboBox_scale_x:
|
|
438
|
-
self.
|
|
436
|
+
self._set_kde_spacing_simple(axis_x=gen["axis x"])
|
|
439
437
|
elif self.sender() == self.comboBox_scale_y:
|
|
440
|
-
self.
|
|
438
|
+
self._set_kde_spacing_simple(axis_y=gen["axis y"])
|
|
441
439
|
|
|
442
440
|
@QtCore.pyqtSlot()
|
|
443
441
|
def on_column_num_changed(self):
|
|
@@ -498,21 +496,21 @@ class PlotPanel(QtWidgets.QWidget):
|
|
|
498
496
|
with self.pipeline.lock:
|
|
499
497
|
plot_id = self.current_plot.identifier
|
|
500
498
|
new_id = self.pipeline.duplicate_plot(plot_id)
|
|
501
|
-
|
|
499
|
+
self.pp_mod_send.emit({"pipeline": {"plot_created": new_id}})
|
|
502
500
|
|
|
503
501
|
@QtCore.pyqtSlot()
|
|
504
502
|
def on_plot_removed(self):
|
|
505
503
|
with self.pipeline.lock:
|
|
506
504
|
plot_id = self.current_plot.identifier
|
|
507
505
|
self.pipeline.remove_plot(plot_id)
|
|
508
|
-
|
|
506
|
+
self.pp_mod_send.emit({"pipeline": {"plot_removed": plot_id}})
|
|
509
507
|
|
|
510
508
|
@QtCore.pyqtSlot(dict)
|
|
511
509
|
def on_pp_mod_recv(self, data):
|
|
512
510
|
"""We received a signal that something changed"""
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
if
|
|
511
|
+
if self.isVisible():
|
|
512
|
+
pp_dict = data.get("pipeline", {})
|
|
513
|
+
if "plot_added" in pp_dict:
|
|
516
514
|
plot_id = pp_dict.get("plot_added")
|
|
517
515
|
if plot_id is not None:
|
|
518
516
|
plot_index = self.pipeline.plot_ids.index(plot_id)
|
|
@@ -520,57 +518,70 @@ class PlotPanel(QtWidgets.QWidget):
|
|
|
520
518
|
plot_index = None
|
|
521
519
|
self.update_content(plot_index)
|
|
522
520
|
|
|
521
|
+
pr_dict = data.get("pipeline-rendering", {})
|
|
522
|
+
if "plot_size_changed" in pr_dict:
|
|
523
|
+
plot_id = pr_dict.get("plot_size_changed")
|
|
524
|
+
plot_index = self.pipeline.plot_ids.index(plot_id)
|
|
525
|
+
state = self.pipeline.plots[plot_index].__getstate__()
|
|
526
|
+
self.spinBox_size_x.setValue(state["layout"]["size x"])
|
|
527
|
+
self.spinBox_size_y.setValue(state["layout"]["size y"])
|
|
528
|
+
elif "plot_range_corrected" in pr_dict:
|
|
529
|
+
plot_id = pr_dict.get("plot_range_corrected")
|
|
530
|
+
plot_index = self.pipeline.plot_ids.index(plot_id)
|
|
531
|
+
state = self.pipeline.plots[plot_index].__getstate__()
|
|
532
|
+
for nm, rc in [("range x", self.widget_range_x),
|
|
533
|
+
("range y", self.widget_range_y)]:
|
|
534
|
+
rc.blockSignals(True)
|
|
535
|
+
rc.write_pipeline_state({
|
|
536
|
+
"active": True,
|
|
537
|
+
"start": state["general"][nm][0],
|
|
538
|
+
"end": state["general"][nm][1],
|
|
539
|
+
})
|
|
540
|
+
rc.blockSignals(False)
|
|
541
|
+
|
|
523
542
|
@QtCore.pyqtSlot()
|
|
524
543
|
@show_wait_cursor
|
|
525
544
|
def on_spacing_auto(self):
|
|
526
545
|
"""Iteratively find a good spacing for smooth contours (#110)"""
|
|
527
546
|
# https://github.com/DC-analysis/DCscope/issues/110
|
|
528
547
|
plot_id = self.current_plot.identifier
|
|
529
|
-
# Get all datasets belonging to this plot.
|
|
530
|
-
datasets, _ = self.pipeline.get_plot_datasets(plot_id)
|
|
531
548
|
state = self.read_plot_state()
|
|
532
|
-
gen = state["general"]
|
|
533
|
-
# initial guess
|
|
534
|
-
# sensible start parameters
|
|
535
|
-
self._set_contour_spacing_auto(axis_x=gen["axis x"],
|
|
536
|
-
axis_y=gen["axis y"])
|
|
537
549
|
|
|
538
|
-
#
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
# we assume that we have to reduce the spacing.
|
|
564
|
-
state["contour"]["spacing x"] /= 2
|
|
565
|
-
state["contour"]["spacing y"] /= 2
|
|
550
|
+
# compute best spacing iteratively
|
|
551
|
+
res = dclab.kde.smooth_contour.find_smooth_contour_spacing(
|
|
552
|
+
# All datasets belonging to this plot.
|
|
553
|
+
ds_list=self.pipeline.get_plot_datasets(plot_id)[0],
|
|
554
|
+
xax=state["general"]["axis x"],
|
|
555
|
+
yax=state["general"]["axis y"],
|
|
556
|
+
xrange=state["general"]["range x"],
|
|
557
|
+
yrange=state["general"]["range y"],
|
|
558
|
+
quantiles=np.array(state["contour"]["percentiles"]) / 100,
|
|
559
|
+
xscale=state["general"]["scale x"],
|
|
560
|
+
yscale=state["general"]["scale y"],
|
|
561
|
+
kde_type="histogram",
|
|
562
|
+
max_iter=15,
|
|
563
|
+
)
|
|
564
|
+
|
|
565
|
+
success = res.get("success", False)
|
|
566
|
+
reason = res.get("reason", "unknown")
|
|
567
|
+
num_iter = res.get("total iterations", np.nan)
|
|
568
|
+
corners_found = res.get("corners found", "unknown")
|
|
569
|
+
|
|
570
|
+
if success:
|
|
571
|
+
logger.info(
|
|
572
|
+
f"Successfully found smooth contour within {num_iter} "
|
|
573
|
+
f"iterations: {reason} ({corners_found=})."
|
|
574
|
+
)
|
|
566
575
|
else:
|
|
567
|
-
|
|
568
|
-
"
|
|
576
|
+
logger.warning(
|
|
577
|
+
f"Failed to find smooth contour within {num_iter} "
|
|
578
|
+
f"iterations: {reason} ({corners_found=})."
|
|
579
|
+
)
|
|
569
580
|
|
|
570
581
|
# set the final spacing
|
|
571
582
|
new_state = self.read_plot_state()
|
|
572
|
-
new_state["
|
|
573
|
-
new_state["
|
|
583
|
+
new_state["general"]["spacing x"] = res["spacing x"]
|
|
584
|
+
new_state["general"]["spacing y"] = res["spacing y"]
|
|
574
585
|
self.write_plot_state(new_state)
|
|
575
586
|
|
|
576
587
|
@QtCore.pyqtSlot()
|
|
@@ -645,4 +656,4 @@ class PlotPanel(QtWidgets.QWidget):
|
|
|
645
656
|
plot_id = plot_state["identifier"]
|
|
646
657
|
plot_index = self.pipeline.plot_ids.index(plot_id)
|
|
647
658
|
self.pipeline.plots[plot_index].__setstate__(plot_state)
|
|
648
|
-
|
|
659
|
+
self.pp_mod_send.emit({"pipeline": {"plot_changed": plot_id}})
|