markusro
5cd8df89be
Fix file handle leaks ( Fixes #35 )
2026-07-12 10:54:06 +02:00
markusro
ef6bd32d68
cleanup of write_to_csv in MeasurementResult ( fixes #30 ) Leaking file handle when exception occurs during write
2026-07-12 10:45:37 +02:00
markusro
847ab4d89c
working prototype: stopping with experiment, display data
2026-07-12 02:16:57 +02:00
markusro
d6da2f2bda
fix thread locking when reading temeprature
2026-07-11 22:18:08 +02:00
markusro
5338304ee8
added POC for temperature logging
2026-07-11 22:11:03 +02:00
markusro
058716f3c0
merged sequential writing
Build Debian Packages / build (trixie, debian13) (push) Successful in 13m30s
Build Debian Packages / build (bookworm, debian12) (push) Successful in 14m7s
Build Debian Packages / build (bullseye, debian11) (push) Has been cancelled
2026-07-09 16:53:31 +02:00
markusro
6d9f55f788
implemented incremental HDF5 writing ( Fixes #33 )
2026-07-09 16:49:51 +02:00
markusro
e8d0e45bfb
doc string
Build Debian Packages / build (trixie, debian13) (push) Successful in 12m51s
Build Debian Packages / build (bookworm, debian12) (push) Successful in 13m2s
Build Debian Packages / build (bullseye, debian11) (push) Has been cancelled
2026-07-09 16:42:03 +02:00
markusro
08e1fe2a1a
Small fixes
...
Merge branch 'main' of gitea.pkm.physik.tu-darmstadt.de:IPKM/python3-damaris
2026-07-09 14:45:28 +02:00
markusro
064036241b
small fixes
2026-07-09 14:45:25 +02:00
markusro
594c0ee8d4
clean up residual gui files
Build Debian Packages / build (trixie, debian13) (push) Successful in 15m18s
Build Debian Packages / build (bookworm, debian12) (push) Successful in 15m11s
Build Debian Packages / build (bullseye, debian11) (push) Has been cancelled
2026-07-06 20:56:17 +02:00
markusro
00466cb559
Merge pull request 'Hdfreader' ( #31 ) from hdfreader into main
...
Build Debian Packages / build (trixie, debian13) (push) Successful in 13m56s
Build Debian Packages / build (bookworm, debian12) (push) Successful in 14m24s
Build Debian Packages / build (bullseye, debian11) (push) Has been cancelled
Reviewed-on: #31
2026-07-06 18:45:46 +00:00
markusro
7ba5c7d56a
added HDF5 read capability. Closes #27
Build Debian Packages / build (trixie, debian13) (pull_request) Successful in 14m37s
Build Debian Packages / build (bookworm, debian12) (pull_request) Successful in 14m50s
Build Debian Packages / build (bullseye, debian11) (pull_request) Has been cancelled
2026-07-06 20:42:04 +02:00
markusro
c181e15aa8
fixed some python2 to python3 changes as well as dat time formats
2026-07-06 20:40:59 +02:00
markusro
26970ba201
clean up write_to_csv for MeasurmentResult (Fixs #30 )
Build Debian Packages / build (trixie, debian13) (push) Successful in 13m56s
Build Debian Packages / build (bookworm, debian12) (push) Successful in 14m7s
Build Debian Packages / build (bullseye, debian11) (push) Has been cancelled
2026-07-06 16:55:49 +02:00
markusro
b46debad69
Fixed #13 and #14
Build Debian Packages / build (trixie, debian13) (push) Successful in 14m2s
Build Debian Packages / build (bookworm, debian12) (push) Successful in 14m11s
Build Debian Packages / build (bullseye, debian11) (push) Has been cancelled
2026-07-05 14:07:57 +02:00
markusro
d3b1a9e3fd
Show message if ADC_Data is clipped (solves #16 )
Build Debian Packages / build (bookworm, debian12) (push) Successful in 14m38s
Build Debian Packages / build (trixie, debian13) (push) Successful in 14m40s
Build Debian Packages / build (bullseye, debian11) (push) Has been cancelled
2026-07-05 13:44:20 +02:00
markusro
58e7846bbe
description is plotted better now
2026-07-04 20:50:57 +02:00
markusro
efb15606c6
These were not too critical errors as we normal only do + and -
...
Build Debian Packages / build (trixie, debian13) (push) Successful in 13m14s
Build Debian Packages / build (bookworm, debian12) (push) Successful in 13m23s
Build Debian Packages / build (bullseye, debian11) (push) Has been cancelled
operations in the experiments.
- Identified and fixed multiple logic and syntax errors in the `Accumulation` class similar to those recently found in `ADC_Result`.
- Implemented missing arithmetic operators (`*`, `/`, `//`) and their inplace/reverse counterparts for the `Accumulation` class.
- Verified that all arithmetic operations correctly maintain statistical data (sum of squares) where mathematically possible.
2026-07-04 16:26:56 +02:00
markusro
4fffcc8e3b
- Fixed incorrect logic and documentation for division operators (/, //) in the ADC_Result class.
...
- Verified that both forward and reverse division work correctly with scalars.
2026-07-04 16:21:23 +02:00
markusro
d40db50480
Baseline subtraction is doing an unallowed cast by using the inplace operator "-=" on int16 arrays (If it is an ADC_Result, or single scan Accumulation) and subtracting the mean (float) from it.
...
This is a mandatory TypeErrror since numpy 1.10.0.
This fixes 22.
2026-07-04 16:02:01 +02:00
markusro
6abb338c4a
move to a more standard python packaging structure
Build Debian Packages / build (bookworm, debian12) (push) Successful in 13m3s
Build Debian Packages / build (trixie, debian13) (push) Successful in 13m46s
Build Debian Packages / build (bullseye, debian11) (push) Has been cancelled
2026-04-07 17:09:10 +02:00