Hi all,<div><br></div><div>         I'm using clitkExtractLung.exe to extract the lung from a CT image, and I run it using command line: "<span style="text-align:left">clitkExtractLung.exe -i myImage.nii"</span></div>

<div style="text-align:left">         Then I get an error message:</div><div style="text-align:left"><br></div><span style="text-align:left">itk::ExceptionObject (00000000009EF4B0)</span><br><span style="text-align:left">Location: "Unknown"</span><br>

<span style="text-align:left">File: ..\..\..\Source\clitk\common\clitkImageToImageGenericFilterBase.cxx</span><br><span style="text-align:left">Line: 243</span><br><span style="text-align:left">Description: **Error** The filter <ExtractLung> is not available for 3D images with pixel=float and 1 component.</span><br>

<span style="text-align:left">The filter <ExtractLung> manages:</span><br><div style="text-align:left"><div>Dim: 3, Type: short</div></div><div><br></div><div>         Since the help information of <span style="text-align:left">clitkExtractLung.exe</span> tells me that a patient mask image is needed, I guess I should pass a patient mask image as an argument to it. However, I cannot figure out how to do this because there is no argument for "patient mask". How can I make this work?</div>