dclab 0.62.7__tar.gz → 0.62.8__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.
Potentially problematic release.
This version of dclab might be problematic. Click here for more details.
- {dclab-0.62.7 → dclab-0.62.8}/CHANGELOG +3 -0
- {dclab-0.62.7 → dclab-0.62.8}/PKG-INFO +1 -1
- {dclab-0.62.7 → dclab-0.62.8}/dclab/_version.py +2 -2
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/copier.py +4 -5
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/export.py +1 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab.egg-info/PKG-INFO +1 -1
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_copier.py +5 -0
- {dclab-0.62.7 → dclab-0.62.8}/.gitignore +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/.readthedocs.yml +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/LICENSE +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/MANIFEST.in +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/README.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/cached.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/cli/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/cli/common.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/cli/task_compress.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/cli/task_condense.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/cli/task_join.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/cli/task_repack.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/cli/task_split.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/cli/task_tdms2rtdc.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/cli/task_verify_dataset.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/definitions/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/definitions/feat_const.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/definitions/feat_logic.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/definitions/meta_const.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/definitions/meta_logic.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/definitions/meta_parse.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/downsampling.pyx +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/packaging/LICENSE +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/packaging/LICENSE.APACHE +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/packaging/LICENSE.BSD +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/packaging/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/packaging/_structures.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/packaging/version.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/skimage/LICENSE +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/skimage/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/skimage/_find_contours.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/skimage/_find_contours_cy.pyx +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/skimage/_pnpoly.pyx +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/skimage/_shared/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/skimage/_shared/geometry.pxd +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/skimage/_shared/geometry.pyx +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/skimage/measure.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/skimage/pnpoly.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/statsmodels/LICENSE +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/statsmodels/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/statsmodels/nonparametric/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/statsmodels/nonparametric/_kernel_base.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/statsmodels/nonparametric/kernel_density.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/external/statsmodels/nonparametric/kernels.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/features/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/features/bright.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/features/bright_bc.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/features/bright_perc.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/features/contour.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/features/emodulus/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/features/emodulus/load.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/features/emodulus/lut_HE-2D-FEM-22.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/features/emodulus/lut_HE-3D-FEM-22.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/features/emodulus/lut_LE-2D-FEM-19.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/features/emodulus/pxcorr.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/features/emodulus/scale_linear.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/features/emodulus/viscosity.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/features/fl_crosstalk.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/features/inert_ratio.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/features/volume.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/http_utils.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/isoelastics/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/isoelastics/iso_HE-2D-FEM-22-area_um-deform.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/isoelastics/iso_HE-2D-FEM-22-volume-deform.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/isoelastics/iso_HE-3D-FEM-22-area_um-deform.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/isoelastics/iso_HE-3D-FEM-22-volume-deform.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/isoelastics/iso_LE-2D-FEM-19-area_um-deform.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/isoelastics/iso_LE-2D-FEM-19-volume-deform.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/isoelastics/iso_LE-2D-ana-18-area_um-deform.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/kde_contours.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/kde_methods.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/lme4/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/lme4/lme4_template.R +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/lme4/rsetup.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/lme4/wrapr.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/polygon_filter.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/check.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/config.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/core.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/feat_anc_core/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/feat_anc_core/af_basic.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/feat_anc_core/af_emodulus.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/feat_anc_core/af_fl_max_ctc.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/feat_anc_core/af_image_contour.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/feat_anc_core/af_ml_class.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/feat_anc_core/ancillary_feature.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/feat_anc_ml/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/feat_anc_plugin/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/feat_anc_plugin/plugin_feature.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/feat_basin.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/feat_temp.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/filter.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_dcor/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_dcor/access_token.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_dcor/api.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_dcor/base.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_dcor/basin.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_dcor/logs.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_dcor/tables.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_dict.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_hdf5/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_hdf5/base.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_hdf5/basin.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_hdf5/events.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_hdf5/feat_defect.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_hdf5/logs.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_hdf5/tables.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_hierarchy/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_hierarchy/base.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_hierarchy/events.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_hierarchy/hfilter.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_hierarchy/mapper.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_http.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_s3.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_tdms/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_tdms/event_contour.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_tdms/event_image.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_tdms/event_mask.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_tdms/event_trace.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_tdms/exc.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/fmt_tdms/naming.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/load.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/rtdc_dataset/writer.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/statistics.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/util.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab/warn.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab.egg-info/SOURCES.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab.egg-info/dependency_links.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab.egg-info/entry_points.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab.egg-info/requires.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/dclab.egg-info/top_level.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/.gitignore +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/README.md +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/conf.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/data/example.poly +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/data/example.rtdc +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/data/example_plugin.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/data/example_plugin_metadata.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/data/example_traces.rtdc +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/data/example_video.rtdc +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/dclab.bib +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/extensions/dclab_defs.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/extensions/fancy_include.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/extensions/github_changelog.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/extensions/simple_argparse.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/figures/DCOR_API_Token_website.png +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/index.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/logo/dc_logo.png +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/logo/dc_logo.svg +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/logo/dclab.png +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/logo/dclab.svg +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/logo/dclab_large_white.png +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/logo/dclab_large_white.svg +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/logo/favicon.ico +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/logo/favicon.svg +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/requirements.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_advanced_usage.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_basins/index.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_dc_io.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_dc_usage.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_dcor.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_emodulus/figures_emodulus/.gitignore +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_emodulus/figures_emodulus/emodulus_20um_HE-2D-FEM-22.png +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_emodulus/figures_emodulus/emodulus_20um_HE-3D-FEM-22.png +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_emodulus/figures_emodulus/emodulus_20um_LE-2D-FEM-19.png +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_emodulus/figures_emodulus/plot_emodulus_lut.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_emodulus/figures_emodulus/requirements.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_emodulus/figures_viscosity/LICENSE +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_emodulus/figures_viscosity/buyukurganci_22_fig3a.jpg +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_emodulus/figures_viscosity/buyukurganci_22_fig3a.pdf +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_emodulus/index.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_feat_plugin.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_feat_temp.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_fluorescence.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_lme4.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_notation.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_s3.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_scatter.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_changelog.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_cli.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_code_reference.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_examples.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_getting_started.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/docs/sec_z_bib.rst +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/examples/emodulus_dcor.jpg +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/examples/emodulus_dcor.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/examples/generate_example_images.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/examples/isoelastics.jpg +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/examples/isoelastics.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/examples/isoelastics_custom.jpg +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/examples/isoelastics_custom.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/examples/lme4_glmer_diff.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/examples/lme4_lmer.jpg +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/examples/lme4_lmer.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/examples/overview_plot.jpg +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/examples/overview_plot.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/examples/plugin_example.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/examples/plugin_usage.jpg +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/examples/plugin_usage.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/examples/viscosity_models.jpg +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/examples/viscosity_models.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/pyproject.toml +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/.gitignore +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/README.md +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/fem2iso_volume.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/fem2lutiso_std.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/fem2rtdc.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/lut_recipes/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/lut_recipes/hooks/LUT_analytical_linear-elastic_2Daxis.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/lut_recipes/hooks/README.md +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/lut_recipes/hooks/__init__.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/lut_recipes/hooks/common.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/lut_recipes/hooks/he_2d_fem_22.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/lut_recipes/hooks/he_3d_fem_22.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/lut_recipes/hooks/le_2d_fem_19.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/lut_recipes/lut_processor.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/pixelation_correction.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/pixelation_correction_2020.png +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/pixelation_correction_2022.png +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/scripts/requirements.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/setup.cfg +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/setup.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/README.md +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/conftest.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/README.md +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/example_access_token.dcor-access +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/example_isoelastics.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/feat_anc_plugin_creative.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-hdf5_fl-no-contour_2019.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-hdf5_fl_2017.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-hdf5_fl_2018.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-hdf5_fl_wide-channel_2023.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-hdf5_image-bg_2020.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-hdf5_image-mask-blood_2021.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-hdf5_mask-contour_2018.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-hdf5_polygon_gate_2021.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-hdf5_raw-cytoshot-exported.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-hdf5_segfault-compound_2023.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-hdf5_wide-channel_2023.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-tdms_2fl-no-image_2017.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-tdms_fl-image-bright_2017.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-tdms_fl-image-large-fov_2017.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-tdms_fl-image_2016.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-tdms_fl_2015.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-tdms_minimal_2016.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/data/fmt-tdms_shapein-2.0.1-no-image_2017.zip +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/helper_methods.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/requirements.txt +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_cache.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_cli.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_cli_argparse.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_cli_compress.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_cli_condense.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_cli_join.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_cli_repack.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_cli_split.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_config_value_mapping.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_dfn.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_downsampling.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_feat_bright.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_feat_bright_bc.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_feat_bright_perc.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_feat_contour.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_feat_emodulus.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_feat_emodulus_viscosity.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_feat_fl_crosstalk.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_feat_inert_ratio.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_feat_volume.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_http_utils.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_isoelastics.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_kde_contours.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_kde_methods.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_lme4.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_lut_he_2d_fem_22.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_lut_he_3d_fem_22.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_polygon_contains.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_polygon_filter.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_check_dataset.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_config.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_core_feat.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_downsampling.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_export.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_export_avi.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_export_fcs.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_export_hdf5.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_export_tsv.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_feat_anc_core.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_feat_anc_ml.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_feat_anc_plugin.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_feat_basin.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_feat_basin_mapped.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_feat_temp.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_filter.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_fmt_dcor.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_fmt_dcor_access_token.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_fmt_dcor_basin.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_fmt_dict.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_fmt_hdf5.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_fmt_hdf5_basins.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_fmt_hdf5_basins_internal.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_fmt_hierarchy.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_fmt_http.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_fmt_http_basin.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_fmt_s3.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_fmt_s3_basin.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_fmt_tdms.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_hash.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_kde.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_limit_events.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_rtdc_writer.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_statistics.py +0 -0
- {dclab-0.62.7 → dclab-0.62.8}/tests/test_util.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dclab
|
|
3
|
-
Version: 0.62.
|
|
3
|
+
Version: 0.62.8
|
|
4
4
|
Summary: Library for real-time deformability cytometry (RT-DC)
|
|
5
5
|
Author: Benedikt Hartmann, Eoghan O'Connell, Maik Herbig, Maximilian Schlögel, Nadia Sbaa, Paul Müller, Philipp Rosendahl, Raghava Alajangi
|
|
6
6
|
Maintainer-email: Paul Müller <dev@craban.de>
|
|
@@ -47,8 +47,7 @@ def rtdc_copy(src_h5file: h5py.Group,
|
|
|
47
47
|
Add this prefix to the name of the logs and tables in `dst_h5file`.
|
|
48
48
|
"""
|
|
49
49
|
# metadata
|
|
50
|
-
|
|
51
|
-
dst_h5file.attrs[akey] = src_h5file.attrs[akey]
|
|
50
|
+
dst_h5file.attrs.update(src_h5file.attrs)
|
|
52
51
|
|
|
53
52
|
# events in source file
|
|
54
53
|
if "events" in src_h5file:
|
|
@@ -84,11 +83,12 @@ def rtdc_copy(src_h5file: h5py.Group,
|
|
|
84
83
|
# dst_loc=dst_h5file["tables"],
|
|
85
84
|
# dst_name=meta_prefix + tkey,
|
|
86
85
|
# recursive=False)
|
|
87
|
-
dst_h5file["tables"].create_dataset(
|
|
86
|
+
copy_table = dst_h5file["tables"].create_dataset(
|
|
88
87
|
name=tkey,
|
|
89
88
|
data=src_h5file["tables"][tkey][:],
|
|
90
89
|
fletcher32=True,
|
|
91
90
|
**hdf5plugin.Zstd(clevel=5))
|
|
91
|
+
copy_table.attrs.update(src_h5file["tables"][tkey].attrs)
|
|
92
92
|
|
|
93
93
|
# events
|
|
94
94
|
if isinstance(features, list):
|
|
@@ -303,8 +303,7 @@ def h5ds_copy(src_loc, src_name, dst_loc, dst_name=None,
|
|
|
303
303
|
for chunk in src.iter_chunks():
|
|
304
304
|
dst[chunk] = src[chunk]
|
|
305
305
|
# Also write all the attributes
|
|
306
|
-
|
|
307
|
-
dst.attrs[key] = src.attrs[key]
|
|
306
|
+
dst.attrs.update(src.attrs)
|
|
308
307
|
else:
|
|
309
308
|
# Copy the Dataset to the destination as-is.
|
|
310
309
|
h5py.h5o.copy(src_loc=src_loc.id,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dclab
|
|
3
|
-
Version: 0.62.
|
|
3
|
+
Version: 0.62.8
|
|
4
4
|
Summary: Library for real-time deformability cytometry (RT-DC)
|
|
5
5
|
Author: Benedikt Hartmann, Eoghan O'Connell, Maik Herbig, Maximilian Schlögel, Nadia Sbaa, Paul Müller, Philipp Rosendahl, Raghava Alajangi
|
|
6
6
|
Maintainer-email: Paul Müller <dev@craban.de>
|
|
@@ -433,6 +433,11 @@ def test_copy_tables_hdf5_issue_3214():
|
|
|
433
433
|
rtdc_copy(src_h5file=h5,
|
|
434
434
|
dst_h5file=hc)
|
|
435
435
|
|
|
436
|
+
# Also make sure metadata are copied
|
|
437
|
+
with h5py.File(path_copy) as hc:
|
|
438
|
+
assert hc["tables"]["cytoshot_monitor"].attrs["COLOR_shift"]\
|
|
439
|
+
== "#0e8f69"
|
|
440
|
+
|
|
436
441
|
|
|
437
442
|
def test_copy_with_compression():
|
|
438
443
|
path = retrieve_data("fmt-hdf5_image-bg_2020.zip")
|
|
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
|
|
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
|
{dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_emodulus/figures_emodulus/emodulus_20um_HE-2D-FEM-22.png
RENAMED
|
File without changes
|
{dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_emodulus/figures_emodulus/emodulus_20um_HE-3D-FEM-22.png
RENAMED
|
File without changes
|
{dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_emodulus/figures_emodulus/emodulus_20um_LE-2D-FEM-19.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_emodulus/figures_viscosity/buyukurganci_22_fig3a.jpg
RENAMED
|
File without changes
|
{dclab-0.62.7 → dclab-0.62.8}/docs/sec_av_emodulus/figures_viscosity/buyukurganci_22_fig3a.pdf
RENAMED
|
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
|