Hi,
I am a new guy in vtk.
I am trying to run vtk example in textbook MedicalDemo1.
I do not know hot to load the source file - FullHead - into the program.
I see the format of FullHead is plain text.
I noticed that in the argparse method, the format is mhd.
The argparse in code means you need to input filename in the command line. It means you need to run this code by input python MedicalDemo1.py filename in the command line. You can have a try.