[BUG] <T1-Minimon auswerten> #166
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Crash
Kind/Documentation
Kind/Enhancement
Kind/Feature
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Priority
Very low
Reviewed
Duplicate
Reviewed
Invalid
Reviewed/Won't Fix
Status
Need More Info
Status
On Hold
Status
Stale
Type/BDS
Type/DSC
Type/Fit
Type/General
Type/NMR
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: IPKM/nmreval#166
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current behavior
das t1-Minimum auswerten funktioniert iregdwie nur einmal (pro session) und danach nicht mehr richtig
-wenn man das ganz normal für einen t1-datensatz macht, springt man danach automatisch in den graphen mit tau, (was auch nicht ideal ist, falls man zB peak-tau und mena-tau erzeugen möchte)
Expected behavior
-auswertung von mehreren datensätzen in der gleichen session
-nicht ins fenster mit den tau springen, sondern im Graphen mit den T1 bleiben
Steps to reproduce
Log messages
Anything else?
No response
Zusätzlich stimmen eventuell die resultierenden CD-Breitenparameter nicht. Ich hab die ungefähr selben daten schon mal vor einiger zeit ausgewertet und bin auf einen anderen parameter gekommen...
AttributeError: 'NoneType' object has no attribute 'width'
04/12/2023 17:07:50 - ERROR - root : Uncaught exception:
Traceback (most recent call last):
File "/tmp/.mount_NMRevaJHzZVF/usr/src/gui_qt/nmr/t1widget.py", line 241, in determine_minimum
self.parabola.setData(x=self.conv_x(i_func[0]), y=self.conv_y(i_func[1]))
File "/tmp/.mount_NMRevaJHzZVF/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotDataItem.py", line 533, in setData
self.updateItems()
File "/tmp/.mount_NMRevaJHzZVF/usr/src/gui_qt/lib/pg_objects.py", line 256, in updateItems
x, y = self.getData()
File "/tmp/.mount_NMRevaJHzZVF/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotDataItem.py", line 615, in getData
width = self.getViewBox().width()
AttributeError: 'NoneType' object has no attribute 'width'