DC-analysis / dclab

Python library for the post-measurement analysis of real-time deformability cytometry (RT-DC) data sets
https://dclab.readthedocs.io
Other
10 stars 12 forks source link

Passing features redundantly to export.* methods yields invalid datasets #257

Closed paulmueller closed 1 month ago

paulmueller commented 3 months ago

When exporting data from a dataset and passing a feature twice (e.g. features=["deform", "area_um", "deform"]), the feature gets written twice to the output file, resulting in an invalid dataset.

paulmueller commented 1 month ago

fixed by https://github.com/DC-analysis/dclab/pull/261