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
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,6 @@ public enum DataTypeFusion
153
153
@Option(names = { "--prefetch" }, description = "prefetch all blocks required for fusion in each Spark job using unlimited threads, useful in cloud environments (default: false)")
154
154
protectedbooleanprefetch = false;
155
155
156
-
157
156
// TODO: add support for loading coefficients during fusion
158
157
@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
@@ -220,7 +220,7 @@ public Void call() throws Exception
220
220
viewId,
221
221
dataTypes.get( viewId.getViewSetupId() ),
222
222
dimensions.get( viewId.getViewSetupId() ),
223
-
//dataGlobal.getSequenceDescription().getViewDescription( viewId ).getViewSetup().getVoxelSize().dimensionsAsDoubleArray(), // TODO: this is a hack for now
0 commit comments