Add support for floor == -1 DETX bug
Compare changes
Files
3+ 25
− 1
@@ -361,9 +361,32 @@ function Detector(io::IO)
@@ -406,7 +429,8 @@ function Detector(io::IO)
Some older DETX files have -1
for each floor. This MR introduces a workaround which determines the floor number by counting up for each string, assuming that everything is sorted.