diff options
author | Erich Eckner <git@eckner.net> | 2019-10-18 09:43:43 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-10-18 10:02:12 +0200 |
commit | bdff55171b66c6ba71372a80ff88c0825ff72cf3 (patch) | |
tree | cb10e690deea746a50c13cd3d20f0ccf35b01de2 | |
parent | 4260a25a9e3972b8a1b443f924cf7017c96ee846 (diff) | |
download | epost-bdff55171b66c6ba71372a80ff88c0825ff72cf3.tar.xz |
typenunit.pas: change detektorSkipLines (once more)
/home_raid/expshhg/Daten/2017_03/XUV-Spektrometer/20170426/set1__100.sif
ist nun lesbar.
-rw-r--r-- | typenunit.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/typenunit.pas b/typenunit.pas index 01bca49..b776f43 100644 --- a/typenunit.pas +++ b/typenunit.pas @@ -1028,10 +1028,10 @@ begin result:=8; // 15; // woher stammt diese Zahl??? if pos('Luc',detektorTyp)>0 then result:=result+2; - if detektorTyp='DU920P_BR,DD' then + if (detektorTyp='DU920P_BR,DD') or + (detektorTyp='DV436') then result:=result+10; if (detektorTyp='DV420') or - (detektorTyp='DV436') or (detektorTyp='DO940P_BN,9H') then result:=result+1; if detektorTyp='DO940P_BN,T2' then |