[Feature] Add user-defined precision in data table #271
Open
opened 2024-05-02 06:42:03 +00:00 by saeckech
·
1 comment
No Branch/Tag Specified
Labels
Clear labels
Kind/Breaking
Kind/Bug
Kind/Crash
Kind/Documentation
Kind/Enhancement
Kind/Feature
Reviewed/Won't Fix
Type/BDS
Type/DSC
Type/Fit
Type/General
Type/NMR
Breaking change that won't be backward compatible
Something is not working
This issue describes unexpected shutdowns or non-responsive behaviors
Improves documentation
Improve existing functionality
New feature
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
Priority
Very low
The priority is very low
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid isssue
This issue won't be fixed
Status
Need More Info
Feedback is required to reproduce issue or to continue work
Status
On Hold
This issue or pull request is on hold
Status
Stale
Issues without activity for more than 6 months
Issues connected to BDS
Issues connected to DSC
Issue is connected to fitting data
issue connected to general functionality
Issues connected to NMR
No labels
Kind/Enhancement
Milestone
No items
No Milestone
Assignees
aahmad (Arshid Ahmad)
anisar (Aqsa Nisar)
ckolb (Christian Kolb)
cwolter (Celine Wolter)
dominik (Dominik Demuth)
dwuerz (David Würz)
elisa (Elisa Steinruecken)
fwolter (Finn Wolter)
huczhang (Huanchen Zhang)
jepsinrajkp (Jepsinraj Kakkuzhiyulla Parambath)
kschroeder (Katharina Schroeder)
malbrecht (Maximilian Albrecht)
mandal (Suvendu Mandal)
markusro (Markus Rosenstihl)
mbergmann (Mark Bergmann)
mhaneke (Markus Haneke)
robin (Robin Horstmann)
saeckech (Christoph Säckel)
skloth (Sebastian Kloth)
skrueger (Sandra Krüger)
ypiliauskaya (Yauheniya Piliauskaya)
Clear assignees
No Assignees
dominik
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: IPKM/nmreval#271
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Current behavior
I have a temperature log which I want to plot and store alongside some data. I converted the human-readable timestamps into unix timestamps, which for a precision of 1 second have 10 digits (until near the end of the year 2286). The auswerteprogramm can correctly read and display the 10-digit numbers, but apparently stores and exports them with only 8-digit precision. Marking values displays the marks for datapoints with identical leading 8 digits on the same x-value (see screenshot).
Version
2024-04-30
Expected behavior
enough digits to accomodate numerical timestamps with second-precision or higher
Steps to reproduce
attached a temperature log as dummy data
Log messages
No response
Anything else?
Cannot tell if the 'sort values' function also only considers the first 8 digits.
Bonus points if when exporting as .agr, the grace-precision is automatically increased above the default 8 digits as well.
Das ist ausschließlich in der Darstellung unter "Values", wo die Werte auf 8 Stellen beschränkt sind, ein Problem, es wird aber immer mit den kompletten Werten gearbeitet.
Die werden zumindest für mich auch mit mehr Stellen gespeichert, auch in der agr. Du musst da eben die Precision der Spalte erhöhen, daran kann ich absolut nichts ändern.
[BUG] internal precision too low for unix timestampto [Feature] Add user-defined precision in data table