Skip to content

Commit

Permalink
Merge pull request #2922 from dgault/Metamorph-ChannelDeltaT
Browse files Browse the repository at this point in the history
Metamorph: Correct DeltaT across channels
  • Loading branch information
sbesson committed Aug 23, 2017
2 parents a10f3b5 + e38dc6e commit 672b27e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ else if (exposureTimes.size() == 1 && exposureTimes.size() < getSizeC()) {
Double expTime = exposureTime;
Double xmlZPosition = null;

int fileIndex = getIndex(0, 0, coords[2]) / getSizeZ();
int fileIndex = getIndex(0, coords[1], coords[2]) / getSizeZ();
if (fileIndex >= 0) {
String file = stks == null ? currentId : stks[i][fileIndex];
if (file != null) {
Expand Down

0 comments on commit 672b27e

Please sign in to comment.