CHANGELOG
CREDITS
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
dclab/__init__.py
dclab/_version.py
dclab/_version_save.py
dclab/cached.py
dclab/cli.py
dclab/definitions.py
dclab/downsampling.py
dclab/kde_contours.py
dclab/kde_methods.py
dclab/parse_funcs.py
dclab/polygon_filter.py
dclab/statistics.py
dclab/util.py
dclab/warn.py
dclab.egg-info/PKG-INFO
dclab.egg-info/SOURCES.txt
dclab.egg-info/dependency_links.txt
dclab.egg-info/entry_points.txt
dclab.egg-info/requires.txt
dclab.egg-info/top_level.txt
dclab/external/__init__.py
dclab/external/skimage/__init__.py
dclab/external/skimage/_find_contours.py
dclab/external/skimage/_find_contours_cy.pyx
dclab/external/skimage/_pnpoly.pyx
dclab/external/skimage/measure.py
dclab/external/skimage/pnpoly.py
dclab/external/skimage/_shared/__init__.py
dclab/external/skimage/_shared/geometry.pxd
dclab/external/skimage/_shared/geometry.pyx
dclab/external/statsmodels/__init__.py
dclab/external/statsmodels/nonparametric/__init__.py
dclab/external/statsmodels/nonparametric/_kernel_base.py
dclab/external/statsmodels/nonparametric/kernel_density.py
dclab/external/statsmodels/nonparametric/kernels.py
dclab/features/__init__.py
dclab/features/bright.py
dclab/features/contour.py
dclab/features/fl_crosstalk.py
dclab/features/inert_ratio.py
dclab/features/volume.py
dclab/features/emodulus/__init__.py
dclab/features/emodulus/emodulus_lut_LE-2D-FEM-19.txt
dclab/features/emodulus/load.py
dclab/features/emodulus/pxcorr.py
dclab/features/emodulus/scale_linear.py
dclab/features/emodulus/viscosity.py
dclab/isoelastics/__init__.py
dclab/isoelastics/isoel-linear-2Daxis-FEM-area_um-deform.txt
dclab/isoelastics/isoel-linear-2Daxis-FEM-volume-deform.txt
dclab/isoelastics/isoel-linear-2Daxis-analyt-area_um-deform.txt
dclab/lme4/__init__.py
dclab/lme4/rlibs.py
dclab/lme4/rsetup.py
dclab/lme4/wrapr.py
dclab/ml/__init__.py
dclab/ml/mllibs.py
dclab/ml/modc.py
dclab/ml/models.py
dclab/ml/tf_dataset.py
dclab/rtdc_dataset/__init__.py
dclab/rtdc_dataset/check.py
dclab/rtdc_dataset/config.py
dclab/rtdc_dataset/core.py
dclab/rtdc_dataset/export.py
dclab/rtdc_dataset/feat_temp.py
dclab/rtdc_dataset/filter.py
dclab/rtdc_dataset/fmt_dcor.py
dclab/rtdc_dataset/fmt_dict.py
dclab/rtdc_dataset/fmt_hdf5.py
dclab/rtdc_dataset/fmt_hierarchy.py
dclab/rtdc_dataset/load.py
dclab/rtdc_dataset/write_hdf5.py
dclab/rtdc_dataset/ancillaries/__init__.py
dclab/rtdc_dataset/ancillaries/af_basic.py
dclab/rtdc_dataset/ancillaries/af_emodulus.py
dclab/rtdc_dataset/ancillaries/af_fl_max_ctc.py
dclab/rtdc_dataset/ancillaries/af_image_contour.py
dclab/rtdc_dataset/ancillaries/af_ml_class.py
dclab/rtdc_dataset/ancillaries/af_ml_score.py
dclab/rtdc_dataset/ancillaries/ancillary_feature.py
dclab/rtdc_dataset/fmt_tdms/__init__.py
dclab/rtdc_dataset/fmt_tdms/event_contour.py
dclab/rtdc_dataset/fmt_tdms/event_image.py
dclab/rtdc_dataset/fmt_tdms/event_mask.py
dclab/rtdc_dataset/fmt_tdms/event_trace.py
dclab/rtdc_dataset/fmt_tdms/exc.py
dclab/rtdc_dataset/fmt_tdms/naming.py
docs/README.md
docs/conf.py
docs/dclab.bib
docs/index.rst
docs/requirements.txt
docs/sec_advanced_usage.rst
docs/sec_av_dcor.rst
docs/sec_av_emodulus.rst
docs/sec_av_feat_temp.rst
docs/sec_av_fluorescence.rst
docs/sec_av_lme4.rst
docs/sec_av_ml.rst
docs/sec_av_notation.rst
docs/sec_av_rtdc_dataset.rst
docs/sec_av_scatter.rst
docs/sec_changelog.rst
docs/sec_cli.rst
docs/sec_code_reference.rst
docs/sec_examples.rst
docs/sec_getting_started.rst
docs/sec_imprint.rst
docs/sec_z_bib.rst
docs/extensions/dclab_defs.py
docs/extensions/fancy_include.py
docs/extensions/github_changelog.py
docs/extensions/simple_argparse.py
docs/figures/plot_emodulus_lut.py
examples/emodulus_dcor.jpg
examples/emodulus_dcor.py
examples/generate_example_images.py
examples/isoelastics.jpg
examples/isoelastics.py
examples/lme4_glmer_diff.py
examples/lme4_lmer.jpg
examples/lme4_lmer.py
examples/ml_builtin.jpg
examples/ml_builtin.py
examples/ml_tensorflow.jpg
examples/ml_tensorflow.py
examples/overview_plot.jpg
examples/overview_plot.py
tests/README.md
tests/conftest.py
tests/helper_methods.py
tests/test_ancillaries.py
tests/test_cache.py
tests/test_cli.py
tests/test_config_value_mapping.py
tests/test_downsampling.py
tests/test_export.py
tests/test_feat_bright.py
tests/test_feat_contour.py
tests/test_feat_emodulus.py
tests/test_feat_emodulus_viscosity.py
tests/test_feat_fl_crosstalk.py
tests/test_feat_inert_ratio.py
tests/test_feat_volume.py
tests/test_isoelastics.py
tests/test_kde_contours.py
tests/test_kde_methods.py
tests/test_lme4.py
tests/test_ml.py
tests/test_polygon_contains.py
tests/test_polygon_filter.py
tests/test_rtdc_check_dataset.py
tests/test_rtdc_config.py
tests/test_rtdc_downsampling.py
tests/test_rtdc_filter.py
tests/test_rtdc_fmt_dcor.py
tests/test_rtdc_fmt_dict.py
tests/test_rtdc_fmt_hdf5.py
tests/test_rtdc_fmt_hierarchy.py
tests/test_rtdc_fmt_tdms.py
tests/test_rtdc_hash.py
tests/test_rtdc_kde.py
tests/test_rtdc_limit_events.py
tests/test_rtdc_write_hdf5.py
tests/test_statistics.py
tests/test_temporary_features.py
tests/data/example_isoelastics.txt
tests/data/rtdc_data_frtdc_parameters.zip
tests/data/rtdc_data_hdf5_contour_image_trace.zip
tests/data/rtdc_data_hdf5_image_bg.zip
tests/data/rtdc_data_hdf5_mask_artefact.zip
tests/data/rtdc_data_hdf5_mask_contour.zip
tests/data/rtdc_data_hdf5_rtfdc.zip
tests/data/rtdc_data_minimal.zip
tests/data/rtdc_data_shapein_v2.0.1.zip
tests/data/rtdc_data_traces_2flchan.zip
tests/data/rtdc_data_traces_video.zip
tests/data/rtdc_data_traces_video_bright.zip
tests/data/rtdc_data_traces_video_large_fov.zip