tomdoel / pulmonarytoolkit

Lung medical image analysis and visualisation software for Matlab.
GNU General Public License v3.0
84 stars 57 forks source link

Save Data #27

Open KrystalR opened 6 years ago

KrystalR commented 6 years ago

Hi, When I try to use the function, PTKSaveAs, to save the data, it always shows that Undefined function or variable 'PTKSaveAs'. Even when I try to do doc PTKSaveAs, it always shows that No results for PTKSaveAs. Is there any way to save the data into mhd file or nii file without using GUI.

tomdoel commented 6 years ago

Hi, PTKSaveAs() has been replaced with MimSaveAs().

Did you see a reference to PTKSaveAs() in a tutorial or documentation somewhere? If so I would like to update it. Thanks.

KrystalR commented 6 years ago

Thank you for responding. I actually found this function on the document, tutorial 3.

tomdoel commented 6 years ago

Thanks, I will update the tutorial. I think MimSaveAs() takes some additional parameters compared to PTKSaveAs() but they are not used unless saving as Dicom. But I will update the tutorial accordingly.