Calculate Relaxation mit LogGauss #119
Closed
opened 2023-09-12 06:31:49 +00:00 by saeckech
·
2 comments
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
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#119
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.
Huhu!
Ich versuche immernoch mittels zwei Datensets (tau, sigma) die zugehörigen T1 bei gegebener Frequenz ausrechnen zu lassen. Ich habe die neueste Version des Auswerteprogramms heute Morgen heruntergeladen, die Fehlermeldung von gestern wurde dort durch eine andere abgelöst:
12/09/2023 08:27:18 - ERROR - root : Uncaught exception:
Traceback (most recent call last):
File "/tmp/.mount_NMRevaP56uBj/usr/src/gui_qt/main/management.py", line 1195, in calc_relaxation
y[i] = relax_func(x2, _x[i])
File "/tmp/.mount_NMRevaP56uBj/usr/src/nmreval/nmr/relaxation.py", line 108, in t1
return self.t1_bpp(omega, tau, *specdens_args, kwargs)
File "/tmp/.mount_NMRevaP56uBj/usr/src/nmreval/nmr/relaxation.py", line 196, in t1_bpp
rate = prefactor * (self.distribution.specdens(omega, tau, *specdens_args) +
File "/tmp/.mount_NMRevaP56uBj/usr/src/nmreval/distributions/loggaussian.py", line 72, in specdens
ret_val[_omega == 0, :] = tau[None, :] * np.exp(sigma2 / 2)
IndexError: invalid index to scalar variable.
Berechnung mit Datensets zu fit-tau und sigma scheint jetzt zu klappen, danke :)
Interpretation as: Arithmetic mean: scheint aber sigma ein weiteres Mal zu verarbeiten. Zumindest reagiert T1 auf die für sigma eingestellten Werte.
Es kann sein, dass das vielleicht so sein soll: Wenn ausgewählt wird, wird der verwendete Wert von mit dem angegebenen sigma in das tau umgerechnet, das in der spektralen Dichte als Funktionswert verwendet wird. sigma kommt also tatsächlich an zwei Stellen in der Berechnung vor.
Wenn es aber was anderes ist, was du beobachtest, brauche ich vermutlich mehr Infos zu dem, was passiert