diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-27 05:04:39 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-27 05:04:39 +0100 |
commit | b12626394101807d2644b92ffb50dcae2b0febfa (patch) | |
tree | 061132f075aaabe8d33473229cfcedf68fddd452 | |
parent | 86a3c18616819722a7048bad5b5ba041abf61b67 (diff) |
minor adjustments
-rwxr-xr-x | convert.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/convert.zsh b/convert.zsh index ed25749..eb5bb25 100755 --- a/convert.zsh +++ b/convert.zsh @@ -155,7 +155,7 @@ typeset -a ice4_types=( # S. 120, 123ff # Stelle 6 bis 9 -icet_411_s1_bbox='77 38 825 197' +icet_411_s1_bbox='77 38 825 160' icet_411_s1_offset=123 typeset -a icet_411_s1_types=( t1_4110 # Apmzf @@ -169,7 +169,7 @@ t1_4115 # Bpmzf # S. 130, 133ff # Stelle 6 bis 9 -icet_411_s2_bbox='77 38 825 197' +icet_411_s2_bbox='77 38 825 160' icet_411_s2_offset=133 typeset -a icet_411_s2_types=( t2_4110 # Apmzf |