Skip to content
Snippets Groups Projects
Commit 78438a17 authored by kaloyane's avatar kaloyane
Browse files

bugfix: allow registering images with depth and timepoint

SVN: 20207
parent 78d10b1c
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,8 @@ public class SimpleImageDataSetRegistrator ...@@ -55,6 +55,8 @@ public class SimpleImageDataSetRegistrator
setWell(imageTokens.getWell()); setWell(imageTokens.getWell());
setChannelCode(imageTokens.getChannelCode()); setChannelCode(imageTokens.getChannelCode());
setTileNumber(imageTokens.getTileNumber()); setTileNumber(imageTokens.getTileNumber());
setDepth(imageTokens.tryGetDepth());
setTimepoint(imageTokens.tryGetTimepoint());
this.imageRelativePath = imageRelativePath; this.imageRelativePath = imageRelativePath;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment