Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown member of type stderr messages after selecting some filters #15

Open
jamesobutler opened this issue Apr 9, 2019 · 1 comment

Comments

@jamesobutler
Copy link
Contributor

Tested with both Slicer 4.10.1 and the current Slicer nightly (revision 28094) on Windows 10.

  • When changing the filter selector to "LabelOverlayImageFilter" or "LabelToRGBImageFilter" there is the following stderr message
Unknown member "Colormap" of type "std::vector<uint8_t>"
  • When changing current selected filter to "N4BiasFieldCorrectionImageFilter" there is the following stderr message
Unknown member "MaximumNumberOfIterations" of type "std::vector<uint32_t>"
  • When changing current selected filter to "ResampleImageFilter" there is the following stderr message
Unknown member "Transform" of type "Transform"
  • When changing current selected filter to "ScalarImageKmeansImageFilter" there is the following stderr message
Unknown member "ClassWithInitialMean" of type "std::vector<double>"

The stderr messages originate in the code below:

else:
import sys
sys.stderr.write("Unknown member \"{0}\" of type \"{1}\"\n".format(member["name"],member["type"]))

@blowekamp
Copy link
Member

These appear to be types that are not known to the SimpleITK GUI. Additional support for arrays and transform in the preceding code block are needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants