aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/sca/trace/combine.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixup mypy.J08nY2025-03-201-4/+4
* Cleanup docs from unnecessary inherited items.J08nY2025-03-191-7/+7
* Blacken.J08nY2025-03-131-0/+1
* Make imports absolute (to allow doctests).J08nY2024-06-011-1/+1
* Ditch the Optionals.J08nY2023-10-141-12/+12
* Fix docstyle and some DeepSource warnings.J08nY2023-02-081-1/+1
* Make docstring style changes as per pydocstyle.J08nY2021-04-111-10/+8
* Use black.J08nY2021-04-101-4/+8
* The big documentation patch.J08nY2021-01-201-0/+3
* Fixes all over.J08nY2020-07-061-5/+5
* Fix variance computation.J08nY2020-07-061-5/+34
* Fix trace combination functions.J08nY2020-07-051-9/+52
* More tests for HDF5 and some codestyle fixes.J08nY2020-07-051-3/+3
* Fix HDF5TraceSet.remove. Properly convert ADC2Volt in PicoScope.J08nY2020-07-051-5/+4
* Fix codestyle.J08nY2020-06-291-2/+1
* Fix type errors and increase code coverage.J08nY2020-06-141-0/+17
* Remove Trace title and data attributes, use meta attr.J08nY2020-03-071-4/+4
* Add proper plotting.J08nY2020-03-051-2/+17
* Fix some type issues.J08nY2020-03-041-3/+3
* Add support for PicoScope scopes, sketch out scope interface.J08nY2020-02-041-0/+49