72ea80082e
fixed possible bug when using line and col input widgets on bottomt right of editor
markusro2026-07-04 19:42:13 +02:00
25217f73fe
Unified versioning information and bumped version to 0.20. Now we only need to change src/damaris/__init__.py and use dch -v $VERSION to make a new version.
markusro2026-07-04 16:36:29 +02:00
efb15606c6
These were not too critical errors as we normal only do + and - operations in the experiments.
markusro2026-07-04 16:26:56 +02:00
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.
markusro2026-07-04 16:21:23 +02:00
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.
markusro2026-07-04 16:02:01 +02:00
cf71907cfa
disable description table on plot canvas (fixes#24), move xminpos, yminpos to the log scale sections (fixes#21), disable right click menu (partial fix for #23)
Markus Rosenstihl
2026-07-04 14:43:52 +02:00
357a1bd694
add damaris3.glade (Fixes#17)
Markus Rosenstihl
2026-07-04 14:40:47 +02:00
6abb338c4a
move to a more standard python packaging structure
markusro2026-04-07 17:09:10 +02:00
1322fd3835
Install from backports-bullseye pybuild-plugin-pyproject
markusro2026-03-27 16:16:42 +01:00
1f9b78afac
fixed matplotlib (3.10) error in trixie
markusro2026-03-16 14:22:04 +01:00
a2ba1ff720
fixed old float errors (Fixes#3)
Markus Rosenstihl
2026-03-10 13:19:41 +01:00
d6cb89b63c
bumped version, python3 now working, deprecated python build replaced with pybuild
Markus Rosenstihl
2026-03-09 15:22:06 +01:00
2fa5f5aa64
Added simple test scripts and packaging information, as well as debugging tips.
Markus Rosenstihl
2026-03-09 13:58:07 +01:00
8e1245e0f0
limit numpy to <2.0 (Fixes#1)
Markus Rosenstihl
2026-03-09 13:37:18 +01:00
28e6c9d1a0
* Make it work in bookworm, redid some of the changes from last commit * Changed default number types to int16 for ADC_Result and float32 for Accumulations
Markus Rosenstihl
2026-03-09 10:55:55 +01:00
29f003c99e
conversion to new python3
Markus Rosenstihl
2026-02-27 22:09:44 +01:00
0b152b31fd
added new toml conifg
Markus Rosenstihl
2026-02-27 22:04:20 +01:00
781c205f58
working protoype on bookworm
Markus Rosenstihl
2026-02-24 15:28:23 +01:00
43fac17d75
fixes, DAMARIS3 runs now on Debian 13 trixie
markusro2026-01-22 08:38:16 +01:00
adbcad0c8d
fixed path for DAMARIS3 icon
markusro2025-12-21 11:40:14 +01:00
13431cab41
python3-damaris from Joachim Beerwerth
Markus Rosenstihl
2025-04-25 14:57:52 +02:00