We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00858ef commit 596f4e3Copy full SHA for 596f4e3
src/main/java/com/glencoesoftware/bioformats2raw/Converter.java
@@ -2683,7 +2683,7 @@ private Quantity getScale(
2683
case 't':
2684
Quantity timeIncrement = meta.getPixelsTimeIncrement(seriesIndex);
2685
if (timeIncrement != null && timeIncrement.value().doubleValue() > 0) {
2686
- return meta.getPixelsTimeIncrement(seriesIndex);
+ return timeIncrement;
2687
}
2688
else {
2689
return null;
0 commit comments