imaris / ImarisWriterTest

Apache License 2.0
1 stars 3 forks source link

Typo in ImarisWriterTestSimple.cxx #6

Open CURTLab opened 1 year ago

CURTLab commented 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}