Skip to content

Commit

Permalink
MHA from DM3 cannot be read due to verbose header:
Browse files Browse the repository at this point in the history
scifio/scifio-imageio#57

stat output.mha
DimSize required and not defined.
MetaObject: Read: MET_Read Failed
MetaImage: M_Read: Error parsing file
MetaImage: Read: Cannot parse file
/opt/ITK-CLIs/bin/stat: exception caught !

itk::ExceptionObject (0x55abf10e44d0)
Location: "unknown"
File: /opt/compilation/ITK-git/Modules/IO/Meta/src/itkMetaImageIO.cxx
Line: 94
Description: itk::ERROR: MetaImageIO(0x55abf10e2960): File cannot be read: output.mha for reading.
Reason: No such file or directory
  • Loading branch information
romangrothausmann committed Nov 8, 2019
1 parent f3c1dd9 commit de04fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ gradient_mag_vec_f32:
DM3:
<<: *test
variables:
CMD: " /usr/bin/time -v file_converter tests/data/test.dm3 output.mha 0 && stat output.mha 2>/dev/null "
CMD: " /usr/bin/time -v file_converter tests/data/test.dm3 output.mha 0 "
MD5: b6a304e103b396b122f72d525a3ed41f


Expand Down

0 comments on commit de04fed

Please sign in to comment.