tfmoraes / python-gdcm

GDCM Packaging
Apache License 2.0
20 stars 6 forks source link

Example of use case #1

Closed JSousa-UoL closed 3 years ago

JSousa-UoL commented 3 years ago

Your Python-GDCM package looks interesting. I assume the usage is mainly based on the official GDCM package and that the installation is based on setup.py, but would it be possible to demonstrate an example of how to use this in python please?

Something like this maybe? import python-gdcm method = python-gdcm.function(args), where args are the filenames and other GDCM flags

I might be completely wrong in the example, but that's why I'm asking to provide an example if possible please.

tfmoraes commented 3 years ago

Hi @JSousa-UoL. python-gdcm is just a packaging of GDCM. Any of this example will work https://github.com/malaterre/GDCM/tree/master/Examples/Python

JSousa-UoL commented 3 years ago

Thank you for your quick reply @tfmoraes that was very clarifying! Obrigado!

I'm going to raise a 2nd issue about a different topic. Feel free to close this one.