diff options
author | Erich Eckner <git@eckner.net> | 2020-06-17 14:49:31 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-06-17 14:49:31 +0200 |
commit | 2bf99af3688a4a2044e5e297f032e8a2763f42a1 (patch) | |
tree | 32e9f3591cd0a580fe54a9a4906e2a0c1fe36e70 /epostunit.pas | |
parent | 683c88ccbb29402a9bf7b290952258a44486b138 (diff) | |
download | epost-2bf99af3688a4a2044e5e297f032e8a2763f42a1.tar.xz |
epostunit.pas: gib Differenz an, wenn Radon-Achsen nicht gleich skaliert sind
Diffstat (limited to 'epostunit.pas')
-rw-r--r-- | epostunit.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epostunit.pas b/epostunit.pas index 36018ff..1fcf7f4 100644 --- a/epostunit.pas +++ b/epostunit.pas @@ -6077,7 +6077,7 @@ begin end; if quelle.disk2kontFak('x',1) <> quelle.disk2kontFak('y',1) then - gibAus('Warnung: dx ('+floatToStr(quelle.disk2kontFak('x',1))+') und dy ('+floatToStr(quelle.disk2kontFak('y',1))+') unterscheiden sich bei Radontransformation - die Achsen verlaufen nicht linear!',3); + gibAus('Warnung: dx ('+floatToStr(quelle.disk2kontFak('x',1))+') und dy ('+floatToStr(quelle.disk2kontFak('y',1))+') unterscheiden sich (um '+floatToStr(abs(quelle.disk2kontFak('x',1)-quelle.disk2kontFak('y',1)))+') bei Radontransformation - die Achsen verlaufen nicht linear!',3); if not sT then begin gibAus('kopiere Werte für Radon-Transformation ...',3); |