Open CURTLab opened 1 year ago
There is a typo in ImarisWriterTestSimple.cxx on line 49.
vImageConverter.CopyBlock(vFileBlock, {{X, vIndexX }, {X, vIndexY}, {Z, vIndexZ}, {C, vIndexC}, {T, vIndexT}
should be
vImageConverter.CopyBlock(vFileBlock, {{X, vIndexX }, {Y, vIndexY}, {Z, vIndexZ}, {C, vIndexC}, {T, vIndexT}
There is a typo in ImarisWriterTestSimple.cxx on line 49.
should be