You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/net/preibisch/bigstitcher/spark/SparkAffineFusion.java
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,6 @@
33
33
importjava.util.concurrent.Callable;
34
34
importjava.util.concurrent.ExecutorService;
35
35
importjava.util.concurrent.Executors;
36
-
importjava.util.stream.Collectors;
37
36
38
37
importorg.apache.spark.SparkConf;
39
38
importorg.apache.spark.api.java.JavaRDD;
@@ -153,7 +152,6 @@ public enum DataTypeFusion
153
152
@Option(names = { "--prefetch" }, description = "prefetch all blocks required for fusion in each Spark job using unlimited threads, useful in cloud environments (default: false)")
154
153
protectedbooleanprefetch = false;
155
154
156
-
157
155
// TODO: add support for loading coefficients during fusion
158
156
@CommandLine.Option(names = { "--intensityN5Path" }, description = "N5/ZARR/HDF5 base path for loading coefficients (e.g. s3://myBucket/coefficients.n5)")
Copy file name to clipboardExpand all lines: src/main/java/net/preibisch/bigstitcher/spark/SparkResaveN5.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,7 @@ public Void call() throws Exception
248
248
viewId,
249
249
dataTypes.get( viewId.getViewSetupId() ),
250
250
dimensions.get( viewId.getViewSetupId() ),
251
-
//dataGlobal.getSequenceDescription().getViewDescription( viewId ).getViewSetup().getVoxelSize().dimensionsAsDoubleArray(), // TODO: this is a hack for now
0 commit comments