Hello,
I was examining this code to understand the file format, and I noticed that there seems to be a "skip" on this line that will be executed if fileVersion is 1 or 2 but shouldn't be:
as a previous branch of the code for those versions already skipped forward to position 800 here:
I'm not sure if this is intentional or an error?
Hello,
I was examining this code to understand the file format, and I noticed that there seems to be a "skip" on this line that will be executed if fileVersion is 1 or 2 but shouldn't be:
IO/src/main/java/sc/fiji/io/FIBSEM_Reader.java
Line 852 in 3348400
as a previous branch of the code for those versions already skipped forward to position 800 here:
IO/src/main/java/sc/fiji/io/FIBSEM_Reader.java
Line 615 in 3348400
I'm not sure if this is intentional or an error?