We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee5187 commit 0c1806fCopy full SHA for 0c1806f
1 file changed
src/main/java/net/preibisch/bigstitcher/spark/SparkAffineFusion.java
@@ -361,7 +361,7 @@ else if ( dataType == DataType.UINT16 )
361
if ( intensityN5PathURIString != null )
362
{
363
intensityN5PathURI = URITools.toURI( intensityN5PathURIString );
364
- System.out.println( "Intensity coefficients: " + outPathURI );
+ System.out.println( "Intensity coefficients: " + intensityN5PathURI );
365
366
if ( intensityN5StorageType == null )
367
0 commit comments