Skip to content

Commit

Permalink
a bit more insight
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Jul 30, 2024
1 parent 116d4c7 commit f811052
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public static void reconstruct( final int slab )

// the second transformation (translation, only exists from the 2nd z layer on) is the bounding offset of the previous z layer
// I think the idea is that the offset is ignored for each individual z-plane, and rather the next one is moved accordingly
// I guess Albert did not care that a bit of the data is potentially cut off(?)
// I guess Albert did not care that a bit of the data is potentially cut off(?) <<< NO, nothing is cut, I am missing something still
final int numTransforms = transforms.getList( new ArrayList<>() ).size();
//System.out.println( "Number of transforms: " + numTransforms );

Expand Down

0 comments on commit f811052

Please sign in to comment.