Skip to content

Commit

Permalink
change outsideValue for wafer-53-center7 cost to 155 per Preibisch's …
Browse files Browse the repository at this point in the history
…request
  • Loading branch information
trautmane committed May 6, 2024
1 parent c2d2084 commit 6bc0d6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ public static RandomAccessibleInterval<UnsignedByteType> processColumnAlongAxis(
// The cost function is implemented to be processed along dimension = 2, costAxis should be 0 or 2 with the current image data
// zcorr = Views.permute(zcorr, costAxis, 2);

final int outsideValue = 150; // TODO: global variable 170
final int outsideValue = 155; // TODO: global variable 170

final RandomAccessible<UnsignedByteType> zcorrExtended = Views.extendValue( zcorrRaw, outsideValue );
final Interval zcorrInterval = getZcorrInterval(gridCoord[0], gridCoord[1], zcorrSize, zcorrBlockSize, costSteps);
Expand Down

0 comments on commit 6bc0d6b

Please sign in to comment.