dcscope 2.22.1__tar.gz → 2.22.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.22.1 → dcscope-2.22.2}/.github/workflows/check.yml +0 -2
- {dcscope-2.22.1 → dcscope-2.22.2}/CHANGELOG +8 -0
- {dcscope-2.22.1/dcscope.egg-info → dcscope-2.22.2}/PKG-INFO +2 -2
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/_version.py +16 -3
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/export/e2data.py +4 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/main.py +25 -21
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/main.ui +32 -17
- {dcscope-2.22.1 → dcscope-2.22.2/dcscope.egg-info}/PKG-INFO +2 -2
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope.egg-info/SOURCES.txt +1 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope.egg-info/requires.txt +1 -1
- dcscope-2.22.2/docs/scrots/qg_export_data.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/pyproject.toml +1 -1
- {dcscope-2.22.1 → dcscope-2.22.2}/.github/workflows/deploy_github.yml +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/.github/workflows/deploy_pypi.yml +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/.gitignore +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/.readthedocs.yml +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/LICENSE +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/MANIFEST.in +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/README.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/build-recipes/DCscope.icns +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/build-recipes/DCscope.ico +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/build-recipes/DCscopeLauncher.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/build-recipes/Readme.md +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/build-recipes/hook-dcscope.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/build-recipes/macos_DCscope.spec +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/build-recipes/macos_build_app.sh +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/build-recipes/macos_build_requirements.txt +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/build-recipes/win_DCscope.spec +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/build-recipes/win_build_requirements.txt +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/build-recipes/win_dcscope.iss_dummy +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/build-recipes/win_make_iss.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/__init__.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/__main__.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/extensions.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/__init__.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/__init__.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/ana_basins.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/ana_basins.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/ana_filter.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/ana_filter.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/ana_log.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/ana_log.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/ana_meta.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/ana_meta.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/ana_plot.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/ana_plot.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/ana_slot.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/ana_slot.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/ana_tables.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/ana_tables.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/ana_view.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/ana_view.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/dlg_slot_reorder.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/analysis/dlg_slot_reorder.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/bulk/__init__.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/bulk/bulk_emodulus.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/bulk/bulk_emodulus.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/compute/__init__.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/compute/comp_lme4.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/compute/comp_lme4.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/compute/comp_lme4_dataset.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/compute/comp_lme4_dataset.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/compute/comp_lme4_results.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/compute/comp_lme4_results.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/compute/comp_stats.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/compute/comp_stats.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/dcor/__init__.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/dcor/dcor.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/export/__init__.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/export/e2data.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/export/e2filter.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/export/e2filter.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/export/e2plot.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/export/e2plot.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/matrix/__init__.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/matrix/block_matrix.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/matrix/block_matrix.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/matrix/data_matrix.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/matrix/dm_dataset.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/matrix/dm_dataset.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/matrix/dm_element.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/matrix/dm_element.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/matrix/dm_filter.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/matrix/dm_filter.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/matrix/plot_matrix.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/matrix/pm_element.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/matrix/pm_plot.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/matrix/pm_plot.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/pipeline_plot.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/pipeline_plot.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/preferences.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/preferences.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/quick_view/__init__.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/quick_view/qv_main.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/quick_view/qv_main.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/quick_view/qv_scatter.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/quick_view/qv_style.css +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/update.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/widgets/__init__.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/widgets/bg_thread.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/widgets/bulk_list.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/widgets/bulk_list.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/widgets/double_spin_box_nan.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/widgets/feature_combobox.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/widgets/get_path.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/widgets/key_value_table_widget.css +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/widgets/key_value_table_widget.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/widgets/mdi_subwindow_wo_close.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/widgets/qrangeslider.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/widgets/rangecontrol.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/widgets/rangecontrol.ui +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/widgets/simple_image_view.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/widgets/simple_plot_widget.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/widgets/so_colorbaritem.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/gui/widgets/wait_cursor.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/idiom.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/__init__.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/COPYING-ICONS +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/COPYING.LIB +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/README +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/application-exit.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/code-context.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/dialog-cancel.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/dialog-close.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/dialog-messages.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/dialog-ok-apply.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/dialog-ok.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/document-open-folder.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/document-open.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/document-save.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/documentinfo.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/draw-watercolor.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/edit-clear-all.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/edit-clear.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/edit-paste.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/globe.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/gtk-preferences.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/list-add.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/messagebox_warning.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/object-columns.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/object-order-lower.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/object-rows.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/office-chart-line-stacked.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/office-chart-ring.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/office-chart-scatter.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/path-mode-polyline.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/preferences-activities.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/remove.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/search.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/show-grid.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/special_paste.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/tools-wizard.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/view-calendar-list.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/view-filter.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/view-list-tree.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/view-statistics.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/16/visibility.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/application-exit.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/code-context.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/dialog-cancel.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/dialog-close.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/dialog-messages.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/dialog-ok-apply.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/dialog-ok.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/document-open-folder.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/document-open.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/document-save.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/documentinfo.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/draw-watercolor.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/edit-clear-all.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/edit-clear.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/edit-paste.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/globe.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/gtk-preferences.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/list-add.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/messagebox_warning.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/object-columns.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/object-order-lower.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/object-rows.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/office-chart-line-stacked.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/office-chart-ring.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/office-chart-scatter.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/path-mode-polyline.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/preferences-activities.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/remove.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/special_paste.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/tools-wizard.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/view-calendar-list.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/view-filter.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/view-list-tree.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/view-statistics.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/22/visibility.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/application-exit.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/code-context.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/dialog-cancel.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/dialog-close.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/dialog-messages.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/dialog-ok-apply.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/dialog-ok.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/document-open-folder.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/document-open.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/document-save.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/documentinfo.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/draw-watercolor.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/edit-clear-all.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/edit-clear.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/edit-paste.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/globe.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/gtk-preferences.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/list-add.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/messagebox_warning.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/object-columns.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/object-order-lower.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/object-rows.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/office-chart-line-stacked.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/office-chart-ring.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/office-chart-scatter.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/path-mode-polyline.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/preferences-activities.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/remove.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/special_paste.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/tools-wizard.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/view-calendar-list.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/view-filter.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/view-list-tree.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/view-statistics.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/24/visibility.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/32/application-exit.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/32/dialog-cancel.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/32/dialog-messages.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/32/dialog-ok-apply.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/32/dialog-ok.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/32/document-open-folder.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/32/document-open.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/32/document-save.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/32/gtk-preferences.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/32/object-order-lower.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/32/view-filter.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/actions/32/view-list-tree.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/places/16/folder-cloud.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/places/16/folder.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/places/22/folder-cloud.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/places/22/folder.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/places/24/folder-cloud.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/places/24/folder.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/places/32/folder-cloud.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/places/32/folder.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/places/64/folder-cloud.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/places/64/folder.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/status/16/dialog-error.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/status/16/dialog-information.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/status/16/dialog-question.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/status/16/dialog-warning.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/status/22/dialog-error.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/status/22/dialog-information.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/status/22/dialog-question.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/status/22/dialog-warning.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/status/24/dialog-error.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/status/24/dialog-information.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/status/24/dialog-question.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/status/24/dialog-warning.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/status/64/dialog-error.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/status/64/dialog-information.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/status/64/dialog-question.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/breeze/status/64/dialog-warning.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/collect_icons.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/dcscope/dcor.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/dcscope/edit-copy-anew.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/dcscope/emodulus.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/dcscope/filter_ray.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/dcscope/region_channel.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/dcscope/region_reservoir.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/dcscope/rlang.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/dcscope/statistical_significance.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon-theme/index.theme +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/icon.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/img/splash.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/meta_tool.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/pipeline/__init__.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/pipeline/core.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/pipeline/dataslot.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/pipeline/filter.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/pipeline/filter_ray.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/pipeline/plot.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/plot_cache.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/session.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope/util.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope.egg-info/dependency_links.txt +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope.egg-info/entry_points.txt +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/dcscope.egg-info/top_level.txt +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/README.md +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/artwork/dcscope_icon.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/artwork/dcscope_splash.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/artwork/dcscope_splash.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/conf.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/data/extension_fl1_density.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/dcscope.bib +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/extensions/fancy_include.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/extensions/github_changelog.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/extensions/rtd_pdf.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/ATTRIBUTION +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/area.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/aspect.jpg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/brightness.jpg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/deform.jpg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/deform.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/fluorescence.jpg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/fluorescence.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/inert_ratio.jpg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/inert_ratio.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/qg_countrate.jpg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/qg_countrate.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/qg_filter_area.jpg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/qg_filter_area.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/qg_filter_porosity.jpg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/qg_filter_porosity.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/qg_filter_ratios.jpg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/qg_filter_ratios.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/qg_time.jpg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/qg_time.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/qg_youngs_modulus.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/qg_youngs_modulus_15um.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/qg_youngs_modulus_20um.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/qg_youngs_modulus_30um.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/qg_youngs_modulus_40um.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/rtdc-setup.jpg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/volume.jpg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/figures/volume.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/index.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/requirements.txt +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/.gitignore +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/CD66+_CD14-.poly +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/make_scrots.sh +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/make_scrots_qg_dcor.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/make_scrots_qg_emodulus.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/make_scrots_qg_export.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/make_scrots_qg_extensions.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/make_scrots_qg_lme4.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/make_scrots_qg_lme4_diff.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/make_scrots_qg_statistics.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/make_scrots_ui.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/qg_dcor_dlg.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/qg_emodulus_badtemp.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/qg_emodulus_config.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/qg_emodulus_feature.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/qg_emodulus_other.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/qg_extensions.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/qg_lme4_diff_init.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/qg_lme4_diff_results.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/qg_lme4_init.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/qg_lme4_results.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/qg_statistics_folder.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/qg_statistics_init.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/scrots.so2 +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/ui_ana_basins.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/ui_ana_filter.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/ui_ana_logs.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/ui_ana_meta.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/ui_ana_plot.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/ui_ana_slot.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/ui_ana_tables.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/ui_block_matrix.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/ui_main.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/ui_qv_event.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/ui_qv_poly.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/scrots/ui_qv_settings.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/sec_changelog.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/sec_devs.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/sec_getting_started.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/sec_imprint.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/sec_interface.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/sec_qg_batch_stats.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/sec_qg_consistency_check.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/sec_qg_dcor.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/sec_qg_export_data.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/sec_qg_extensions.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/sec_qg_filtering.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/sec_qg_lme4.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/sec_qg_youngs_modulus.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/sec_quick_guides.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/sec_rtdc_basics.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/docs/sec_z_bib.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/setup.cfg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/README.md +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/conftest.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/data/artificial_with_image_bg.rtdc +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/data/blood_rbc_leukocytes.rtdc +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/data/blood_rbc_qpi_data.rtdc +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/data/calibration_beads_47.rtdc +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/data/cytoshot_blood.rtdc +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/data/ext_feat_anc_plugin_ca.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/data/naiad-capture_blood_pipeline.rtdc +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/data/version_2_1_0_basic.so2 +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/data/version_2_1_2_plot_color_emodulus.so2 +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/data/version_2_1_6_no_events.so2 +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/data/version_2_5_0_dcor_lme4.so2 +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/data/version_2_5_0_dcor_lme4_diff.so2 +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/requirements.txt +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_extensions.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_gui_ana_meta.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_gui_basic.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_gui_bulk_emodulus.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_gui_compute_lme4.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_gui_compute_stats.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_gui_emodulus.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_gui_export_data.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_gui_export_filter.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_gui_export_plot.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_gui_filter.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_gui_matrix.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_gui_pipeline_plot.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_gui_plotting.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_gui_quickview.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_gui_reorder_datasets.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_gui_update.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_pipeline_core.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_pipeline_filter_ray.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_session.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests/test_util.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests-manual/.gitignore +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests-manual/Readme.rst +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests-manual/plot-export.py +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests-manual/plot-export.so2 +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests-manual/plot-export_log-large-points-export-png_expected.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests-manual/plot-export_log-large-points-export-svg_expected.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests-manual/plot-export_scatter-and-contour-export-png_expected.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests-manual/plot-export_scatter-and-contour-export-svg_expected.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests-manual/plot-export_scatter-and-contour-subplot1-export-png_expected.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests-manual/plot-export_scatter-and-contour-subplot1-export-svg_expected.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests-manual/plot-export_scatter-and-contour-subplot2-export-png_expected.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests-manual/plot-export_scatter-and-contour-subplot2-export-svg_expected.svg +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests-manual/plot-export_scatter-long-title-export-png_expected.png +0 -0
- {dcscope-2.22.1 → dcscope-2.22.2}/tests-manual/run-tests.sh +0 -0
|
@@ -73,8 +73,6 @@ jobs:
|
|
|
73
73
|
# https://github.com/codecov/codecov-action/issues/1316 is resolved
|
|
74
74
|
timeout-minutes: 1
|
|
75
75
|
continue-on-error: true
|
|
76
|
-
with:
|
|
77
|
-
token: ${{ secrets.CODECOV_TOKEN }}
|
|
78
76
|
- name: Create app and check if it runs (macOS)
|
|
79
77
|
if: runner.os == 'macOS'
|
|
80
78
|
working-directory: ./build-recipes
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
2.22.2
|
|
2
|
+
- fix: error message dialog limited to traceback length of three
|
|
3
|
+
- fix: copy error text to clipboard did not work in error message dialog
|
|
4
|
+
- enh: decorate QEvent-accepting slots in `main.py`
|
|
5
|
+
- enh: do not export "contour" to HDF5 files ("mask" is sufficient and faster)
|
|
6
|
+
- docs: add missing image for data export
|
|
7
|
+
- ref: only use closeEvent when exiting DCscope GUI
|
|
8
|
+
- setup: bump dclab to 0.67.0
|
|
1
9
|
2.22.1
|
|
2
10
|
- feat: notify user when loaded data have different pipeline hashes (#217)
|
|
3
11
|
- fix: prevent accidental polygon filter creation (#148)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dcscope
|
|
3
|
-
Version: 2.22.
|
|
3
|
+
Version: 2.22.2
|
|
4
4
|
Summary: User interface for deformability cytometry (DC)
|
|
5
5
|
Author: Benedikt Hartmann, Eoghan O'Connell, Maximilian Schlögel, Paul Müller
|
|
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.67.0
|
|
20
20
|
Requires-Dist: h5py>=2.8.0
|
|
21
21
|
Requires-Dist: numpy>=1.21
|
|
22
22
|
Requires-Dist: pygments
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
# file generated by setuptools-scm
|
|
2
2
|
# don't change, don't track in version control
|
|
3
3
|
|
|
4
|
-
__all__ = [
|
|
4
|
+
__all__ = [
|
|
5
|
+
"__version__",
|
|
6
|
+
"__version_tuple__",
|
|
7
|
+
"version",
|
|
8
|
+
"version_tuple",
|
|
9
|
+
"__commit_id__",
|
|
10
|
+
"commit_id",
|
|
11
|
+
]
|
|
5
12
|
|
|
6
13
|
TYPE_CHECKING = False
|
|
7
14
|
if TYPE_CHECKING:
|
|
@@ -9,13 +16,19 @@ if TYPE_CHECKING:
|
|
|
9
16
|
from typing import Union
|
|
10
17
|
|
|
11
18
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
19
|
+
COMMIT_ID = Union[str, None]
|
|
12
20
|
else:
|
|
13
21
|
VERSION_TUPLE = object
|
|
22
|
+
COMMIT_ID = object
|
|
14
23
|
|
|
15
24
|
version: str
|
|
16
25
|
__version__: str
|
|
17
26
|
__version_tuple__: VERSION_TUPLE
|
|
18
27
|
version_tuple: VERSION_TUPLE
|
|
28
|
+
commit_id: COMMIT_ID
|
|
29
|
+
__commit_id__: COMMIT_ID
|
|
19
30
|
|
|
20
|
-
__version__ = version = '2.22.
|
|
21
|
-
__version_tuple__ = version_tuple = (2, 22,
|
|
31
|
+
__version__ = version = '2.22.2'
|
|
32
|
+
__version_tuple__ = version_tuple = (2, 22, 2)
|
|
33
|
+
|
|
34
|
+
__commit_id__ = commit_id = 'gc464d70c1'
|
|
@@ -330,6 +330,10 @@ class ExportData(QtWidgets.QDialog):
|
|
|
330
330
|
# do not allow exporting event index, since it will be
|
|
331
331
|
# re-enumerated in any case.
|
|
332
332
|
self.features.remove("index")
|
|
333
|
+
# do not allow exporting contour data, since that is covered
|
|
334
|
+
# by "mask" and takes ages to write/read.
|
|
335
|
+
if "contour" in self.features:
|
|
336
|
+
self.features.remove("contour")
|
|
333
337
|
else:
|
|
334
338
|
self.features = self.pipeline.get_features(scalar=True,
|
|
335
339
|
union=True,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import pathlib
|
|
2
1
|
import importlib.resources
|
|
2
|
+
import logging
|
|
3
|
+
import pathlib
|
|
3
4
|
import signal
|
|
4
5
|
import sys
|
|
5
6
|
import traceback
|
|
@@ -50,6 +51,8 @@ if theme_path.exists():
|
|
|
50
51
|
else:
|
|
51
52
|
warnings.warn("DCscope theme path not available")
|
|
52
53
|
|
|
54
|
+
logger = logging.getLogger(__name__)
|
|
55
|
+
|
|
53
56
|
|
|
54
57
|
class DCscope(QtWidgets.QMainWindow):
|
|
55
58
|
plots_changed = QtCore.pyqtSignal()
|
|
@@ -130,7 +133,6 @@ class DCscope(QtWidgets.QMainWindow):
|
|
|
130
133
|
self.on_action_clear_datasets)
|
|
131
134
|
self.actionClearSession.triggered.connect(self.on_action_clear)
|
|
132
135
|
self.actionOpenSession.triggered.connect(self.on_action_open)
|
|
133
|
-
self.actionQuit.triggered.connect(self.on_action_quit)
|
|
134
136
|
self.actionSaveSession.triggered.connect(self.on_action_save)
|
|
135
137
|
# Edit menu
|
|
136
138
|
self.actionChangeDatasetOrder.triggered.connect(
|
|
@@ -513,6 +515,7 @@ class DCscope(QtWidgets.QMainWindow):
|
|
|
513
515
|
self.subwindows_plots[plot_id] = sub
|
|
514
516
|
sub.show()
|
|
515
517
|
|
|
518
|
+
@QtCore.pyqtSlot(QtCore.QEvent)
|
|
516
519
|
def closeEvent(self, event):
|
|
517
520
|
"""Determine what happens when the user wants to quit"""
|
|
518
521
|
if self.pipeline.slots or self.pipeline.filters:
|
|
@@ -523,6 +526,7 @@ class DCscope(QtWidgets.QMainWindow):
|
|
|
523
526
|
else:
|
|
524
527
|
event.accept()
|
|
525
528
|
|
|
529
|
+
@QtCore.pyqtSlot(QtCore.QEvent)
|
|
526
530
|
def dragEnterEvent(self, e):
|
|
527
531
|
"""Whether files are accepted"""
|
|
528
532
|
if e.mimeData().hasUrls():
|
|
@@ -530,6 +534,7 @@ class DCscope(QtWidgets.QMainWindow):
|
|
|
530
534
|
else:
|
|
531
535
|
e.ignore()
|
|
532
536
|
|
|
537
|
+
@QtCore.pyqtSlot(QtCore.QEvent)
|
|
533
538
|
@widgets.show_wait_cursor
|
|
534
539
|
def dropEvent(self, e):
|
|
535
540
|
"""Add dropped files to view"""
|
|
@@ -861,14 +866,6 @@ class DCscope(QtWidgets.QMainWindow):
|
|
|
861
866
|
dlg.feature_changed.connect(self.on_quickview_refresh)
|
|
862
867
|
dlg.exec()
|
|
863
868
|
|
|
864
|
-
@QtCore.pyqtSlot()
|
|
865
|
-
def on_action_quit(self):
|
|
866
|
-
"""Determine what happens when the user wants to quit"""
|
|
867
|
-
if self.pipeline.slots or self.pipeline.filters:
|
|
868
|
-
if not self.on_action_clear():
|
|
869
|
-
return
|
|
870
|
-
QtCore.QCoreApplication.quit()
|
|
871
|
-
|
|
872
869
|
@QtCore.pyqtSlot()
|
|
873
870
|
def on_action_save(self):
|
|
874
871
|
path, _ = QtWidgets.QFileDialog.getSaveFileName(
|
|
@@ -1065,22 +1062,29 @@ def excepthook(etype, value, trace):
|
|
|
1065
1062
|
call last)``.
|
|
1066
1063
|
"""
|
|
1067
1064
|
vinfo = f"Unhandled exception in DCscope version {version}:\n"
|
|
1068
|
-
|
|
1069
|
-
|
|
1065
|
+
exc_long = "".join(
|
|
1066
|
+
[vinfo] + traceback.format_exception(etype, value, trace))
|
|
1067
|
+
exc_short = "".join(
|
|
1068
|
+
[vinfo] + traceback.format_exception(etype, value, trace, limit=3))
|
|
1069
|
+
|
|
1070
|
+
logger.error(exc_long)
|
|
1070
1071
|
|
|
1071
1072
|
errorbox = QtWidgets.QMessageBox()
|
|
1072
1073
|
errorbox.setIcon(QtWidgets.QMessageBox.Icon.Critical)
|
|
1074
|
+
copy_button = QtWidgets.QPushButton('Copy message to clipboard and close')
|
|
1075
|
+
copy_button.clicked.connect(lambda: copy_text_to_clipboard(exc_long))
|
|
1073
1076
|
errorbox.addButton(QtWidgets.QPushButton('Close'),
|
|
1074
1077
|
QtWidgets.QMessageBox.ButtonRole.YesRole)
|
|
1075
|
-
errorbox.addButton(QtWidgets.
|
|
1076
|
-
|
|
1077
|
-
errorbox.setText(
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1078
|
+
errorbox.addButton(copy_button, QtWidgets.QMessageBox.ButtonRole.NoRole)
|
|
1079
|
+
errorbox.setDetailedText(exc_long)
|
|
1080
|
+
errorbox.setText(exc_short)
|
|
1081
|
+
errorbox.exec()
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
def copy_text_to_clipboard(text):
|
|
1085
|
+
cb = QtWidgets.QApplication.clipboard()
|
|
1086
|
+
cb.clear()
|
|
1087
|
+
cb.setText(text)
|
|
1084
1088
|
|
|
1085
1089
|
|
|
1086
1090
|
# Make Ctr+C close the app
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
<normaloff>../../../../.designer/backup</normaloff>../../../../.designer/backup</iconset>
|
|
40
40
|
</property>
|
|
41
41
|
<property name="toolButtonStyle">
|
|
42
|
-
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
42
|
+
<enum>Qt::ToolButtonStyle::ToolButtonTextBesideIcon</enum>
|
|
43
43
|
</property>
|
|
44
44
|
</widget>
|
|
45
45
|
</item>
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
<bool>true</bool>
|
|
60
60
|
</property>
|
|
61
61
|
<property name="toolButtonStyle">
|
|
62
|
-
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
62
|
+
<enum>Qt::ToolButtonStyle::ToolButtonTextBesideIcon</enum>
|
|
63
63
|
</property>
|
|
64
64
|
<property name="autoRaise">
|
|
65
65
|
<bool>true</bool>
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
<normaloff>../../../../.designer/backup</normaloff>../../../../.designer/backup</iconset>
|
|
77
77
|
</property>
|
|
78
78
|
<property name="toolButtonStyle">
|
|
79
|
-
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
79
|
+
<enum>Qt::ToolButtonStyle::ToolButtonTextBesideIcon</enum>
|
|
80
80
|
</property>
|
|
81
81
|
</widget>
|
|
82
82
|
</item>
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
<bool>true</bool>
|
|
100
100
|
</property>
|
|
101
101
|
<property name="toolButtonStyle">
|
|
102
|
-
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
102
|
+
<enum>Qt::ToolButtonStyle::ToolButtonTextBesideIcon</enum>
|
|
103
103
|
</property>
|
|
104
104
|
<property name="autoRaise">
|
|
105
105
|
<bool>true</bool>
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
<item row="0" column="7">
|
|
110
110
|
<spacer name="horizontalSpacer">
|
|
111
111
|
<property name="orientation">
|
|
112
|
-
<enum>Qt::Horizontal</enum>
|
|
112
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
113
113
|
</property>
|
|
114
114
|
<property name="sizeHint" stdset="0">
|
|
115
115
|
<size>
|
|
@@ -129,14 +129,14 @@
|
|
|
129
129
|
<normaloff>../../../../.designer/backup</normaloff>../../../../.designer/backup</iconset>
|
|
130
130
|
</property>
|
|
131
131
|
<property name="toolButtonStyle">
|
|
132
|
-
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
132
|
+
<enum>Qt::ToolButtonStyle::ToolButtonTextBesideIcon</enum>
|
|
133
133
|
</property>
|
|
134
134
|
</widget>
|
|
135
135
|
</item>
|
|
136
136
|
<item row="0" column="3">
|
|
137
137
|
<widget class="Line" name="line">
|
|
138
138
|
<property name="orientation">
|
|
139
|
-
<enum>Qt::Vertical</enum>
|
|
139
|
+
<enum>Qt::Orientation::Vertical</enum>
|
|
140
140
|
</property>
|
|
141
141
|
</widget>
|
|
142
142
|
</item>
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
<bool>true</bool>
|
|
154
154
|
</property>
|
|
155
155
|
<property name="toolButtonStyle">
|
|
156
|
-
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
156
|
+
<enum>Qt::ToolButtonStyle::ToolButtonTextBesideIcon</enum>
|
|
157
157
|
</property>
|
|
158
158
|
<property name="autoRaise">
|
|
159
159
|
<bool>true</bool>
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
</sizepolicy>
|
|
172
172
|
</property>
|
|
173
173
|
<property name="orientation">
|
|
174
|
-
<enum>Qt::Horizontal</enum>
|
|
174
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
175
175
|
</property>
|
|
176
176
|
<widget class="BlockMatrix" name="block_matrix" native="true"/>
|
|
177
177
|
<widget class="QMdiArea" name="mdiArea">
|
|
@@ -182,22 +182,22 @@
|
|
|
182
182
|
</sizepolicy>
|
|
183
183
|
</property>
|
|
184
184
|
<property name="frameShape">
|
|
185
|
-
<enum>QFrame::Panel</enum>
|
|
185
|
+
<enum>QFrame::Shape::Panel</enum>
|
|
186
186
|
</property>
|
|
187
187
|
<property name="frameShadow">
|
|
188
|
-
<enum>QFrame::Sunken</enum>
|
|
188
|
+
<enum>QFrame::Shadow::Sunken</enum>
|
|
189
189
|
</property>
|
|
190
190
|
<property name="lineWidth">
|
|
191
191
|
<number>0</number>
|
|
192
192
|
</property>
|
|
193
193
|
<property name="verticalScrollBarPolicy">
|
|
194
|
-
<enum>Qt::ScrollBarAsNeeded</enum>
|
|
194
|
+
<enum>Qt::ScrollBarPolicy::ScrollBarAsNeeded</enum>
|
|
195
195
|
</property>
|
|
196
196
|
<property name="horizontalScrollBarPolicy">
|
|
197
|
-
<enum>Qt::ScrollBarAsNeeded</enum>
|
|
197
|
+
<enum>Qt::ScrollBarPolicy::ScrollBarAsNeeded</enum>
|
|
198
198
|
</property>
|
|
199
199
|
<property name="sizeAdjustPolicy">
|
|
200
|
-
<enum>QAbstractScrollArea::AdjustIgnored</enum>
|
|
200
|
+
<enum>QAbstractScrollArea::SizeAdjustPolicy::AdjustIgnored</enum>
|
|
201
201
|
</property>
|
|
202
202
|
<property name="background">
|
|
203
203
|
<brush brushstyle="SolidPattern">
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
<x>0</x>
|
|
220
220
|
<y>0</y>
|
|
221
221
|
<width>1058</width>
|
|
222
|
-
<height>
|
|
222
|
+
<height>23</height>
|
|
223
223
|
</rect>
|
|
224
224
|
</property>
|
|
225
225
|
<widget class="QMenu" name="menu_File">
|
|
@@ -506,8 +506,7 @@
|
|
|
506
506
|
</action>
|
|
507
507
|
<action name="action_export_filter_ray_dataset">
|
|
508
508
|
<property name="icon">
|
|
509
|
-
<iconset theme="filter_ray"
|
|
510
|
-
<normaloff>.</normaloff>.</iconset>
|
|
509
|
+
<iconset theme="filter_ray"/>
|
|
511
510
|
</property>
|
|
512
511
|
<property name="text">
|
|
513
512
|
<string>Individual filter ray for each dataset (*.sof)</string>
|
|
@@ -575,5 +574,21 @@
|
|
|
575
574
|
</hint>
|
|
576
575
|
</hints>
|
|
577
576
|
</connection>
|
|
577
|
+
<connection>
|
|
578
|
+
<sender>actionQuit</sender>
|
|
579
|
+
<signal>triggered()</signal>
|
|
580
|
+
<receiver>MainWindow</receiver>
|
|
581
|
+
<slot>close()</slot>
|
|
582
|
+
<hints>
|
|
583
|
+
<hint type="sourcelabel">
|
|
584
|
+
<x>-1</x>
|
|
585
|
+
<y>-1</y>
|
|
586
|
+
</hint>
|
|
587
|
+
<hint type="destinationlabel">
|
|
588
|
+
<x>528</x>
|
|
589
|
+
<y>334</y>
|
|
590
|
+
</hint>
|
|
591
|
+
</hints>
|
|
592
|
+
</connection>
|
|
578
593
|
</connections>
|
|
579
594
|
</ui>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dcscope
|
|
3
|
-
Version: 2.22.
|
|
3
|
+
Version: 2.22.2
|
|
4
4
|
Summary: User interface for deformability cytometry (DC)
|
|
5
5
|
Author: Benedikt Hartmann, Eoghan O'Connell, Maximilian Schlögel, Paul Müller
|
|
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.67.0
|
|
20
20
|
Requires-Dist: h5py>=2.8.0
|
|
21
21
|
Requires-Dist: numpy>=1.21
|
|
22
22
|
Requires-Dist: pygments
|
|
@@ -359,6 +359,7 @@ docs/scrots/qg_emodulus_badtemp.png
|
|
|
359
359
|
docs/scrots/qg_emodulus_config.png
|
|
360
360
|
docs/scrots/qg_emodulus_feature.png
|
|
361
361
|
docs/scrots/qg_emodulus_other.png
|
|
362
|
+
docs/scrots/qg_export_data.png
|
|
362
363
|
docs/scrots/qg_extensions.png
|
|
363
364
|
docs/scrots/qg_lme4_diff_init.png
|
|
364
365
|
docs/scrots/qg_lme4_diff_results.png
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|