Skip to content

Commit

Permalink
test with hayworth ic stack
Browse files Browse the repository at this point in the history
  • Loading branch information
trautmane committed Sep 25, 2024
1 parent 4104d31 commit 4713fb6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
import org.junit.Before;
import org.junit.Test;

import ij.ImageJ;

/**
* Tests the {@link N5Client} class.
*
Expand Down Expand Up @@ -274,7 +272,7 @@ public static void main(final String[] args) {
"http://renderer-dev.int.janelia.org:8080/render-ws/v1",
"hess_wafer_53_center7",
"slab_000_to_009");
parameters.stack = "s001_m239_align_no35";
parameters.stack = "s001_m239_align_no35_hayworth_ic";
parameters.tileWidth = 2048;
parameters.tileHeight = 2048;
parameters.n5Path = System.getenv("HOME") + "/Desktop/test.n5";
Expand Down

0 comments on commit 4713fb6

Please sign in to comment.