Pulmonary Artery Segmentation and Quantification in Sickle Cell Associated Pulmonary Hypertension Marius George Linguraru1, Nisha Mukherjee1, Robert L. Van Uitert1, Ronald M. Summers1, Mark T. Gladwin2, 3, Roberto F. Machado2, 3, and Bradford J. Wood1 1

2

Diagnostic Radiology Department, Clinical Center, Vascular Medicine Branch, National Heart, Lung, and Blood Institute, 3 Critical Care Medicine Department, Clinical Center, National Institutes of Health, Bethesda MD [email protected]

ABSTRACT Pulmonary arterial hypertension is a known complication associated with sickle-cell disease; roughly 75% of sickle cell disease-afflicted patients have pulmonary arterial hypertension at the time of death. This prospective study investigates the potential of image analysis to act as a surrogate for presence and extent of disease, and whether the size change of the pulmonary arteries of sickle cell patients could be linked to sickle-cell associated pulmonary hypertension. Pulmonary CT-Angiography scans from sickle-cell patients were obtained and retrospectively analyzed. Randomly selected pulmonary CT-Angiography studies from patients without sickle-cell anemia were used as negative controls. First, images were smoothed using anisotropic diffusion. Then, a combination of fast marching and geodesic active contours level sets were employed to segment the pulmonary artery. An algorithm based on fast marching methods was used to compute the centerline of the segmented arteries. From the centerline, the diameters at the pulmonary trunk and first branch of the pulmonary arteries were measured automatically. Arterial diameters were normalized to the width of the thoracic cavity, patient weight and body surface. Results show that the pulmonary trunk and first right and left pulmonary arterial branches at the pulmonary trunk junction are significantly larger in diameter with increased blood flow in sickle-cell anemia patients as compared to controls (p values of 0.0278 for trunk and 0.0007 for branches). CT with image processing shows great potential as a surrogate indicator of pulmonary hemodynamics or response to therapy, which could be an important tool for drug discovery and noninvasive clinical surveillance. Keywords: Pulmonary hypertension, sickle cell disease, pulmonary artery, segmentation, skeletonization, quantification.

1. INTRODUCTION Pulmonary arterial hypertension is an increasingly acknowledged complication associated with sickle-cell disease (SCD); roughly 75% of SCD patients have pulmonary arterial hypertension at the time of death [1]. High mortality rates suggest that patients with high anemia, such as SCD, have low tolerance to pulmonary hypertension. Approximately a third of the adult patients present signs of pulmonary hypertension [8, 12], often manifested by pruning or tapering of blood vessels (large arterial trunk and abrupt downstream transition between large and small caliber arteries) and leading to heart failure. Noninvasive monitoring for the biologic effects of sickle cell anemia may facilitate drug discovery, response, prognosis and acute management. The relation between the disease and pulmonary hypertension is under investigation in therapeutic trials targeted toward SCD patients [5]. Methods are proposed for automatic computer-aided quantification of pulmonary hypertension in SCD patients for the diagnosis of the disease and assessment of prognosis.

Little work has been presented toward the automatic computer-based analysis of the pulmonary artery; there are even fewer examples using CT [6, 9, 15]. However, there is extensive literature for the extraction of curvilinear structures in medical images [2, 4, 7, 13]. This application uses geodesic active contours to segment pulmonary arteries. Moreover, it combines level sets with the extraction of centerline using fast marching methods. As a result, this algorithm presents a map of radius size (and associated blood flow) along the length of the pulmonary artery. This application shows for the first time a computeraided quantitative association between size change and pulmonary arteries hemodynamics in sickle cell patients with pulmonary hypertension. If validated prospectively, this tool could facilitate better understanding of the pathophysiology of pulmonary hypertension in sickle cell disease. Correlation of imaging with hemodynamic measures could eventually help develop a noninvasive tool for assessing pulmonary physiology.

2. METHODS 2.1 Data and Materials Eight pulmonary CT-Angiography studies were analyzed: four from patients with sickle cell anemia and related pulmonary hypertension (proven and quantified by right heart catheterization); and four from randomly-selected patients without SCD as negative controls. All pulmonary CT- Angiography data were collected using GE Lightspeed Ultra (GE Healthcare) and Philips Mx8000 IDT 16 (Philips Medical Systems). Image resolution ranged from 0.66 x 0.66 x 1.0 (Philips Medical Systems) to 0.7 x 0.7 x 1.25 (GE Healthcare). Image size ranged from 512 x 512 x 119 to 512 x 512 x 310. The implementation uses Visual C++ 8.0 (Microsoft), OpenGL (SGI) and the Insight Segmentation and Registration Toolkit (ITK) 2.4. 2.2 Smoothing CT data were smoothed using anisotropic diffusion to enhance the homogeneity of abdominal structures and ensure boundary preservation. The classic Perona-Malik anisotropy model was employed [11, 18]. During the diffusion process, smoother versions of the image (I) were computed iteratively. The resulting image (Is) provided stable edges over a large number of iterations based on a rapidly decreasing diffusivity function [11]. 2.3 Segmentation The second stage of the method is the segmentation of pulmonary arteries and this approach used a combination of fast marching and geodesic active contour level sets [3,10,16]. Level sets are surfaces that expand or contract, split or merge in the direction orthonormal to the surface. Their definition allows level sets to be adapted to the image conditions and by using knowledge of shape, curvature and edge to segment incomplete data. Like other types of iso-surfaces, level sets are expressed as time-crossing maps. A fast marching level set was used to initialize the segmentation [16]. The fast marching method assumes that the surface can only expand starting from the seed point provided by the user. The speed of expansion is constant and along the surface normal. The smoothed CT scan (Is) provides the feature image, while the sigmoid of the gradient of Is supplies an edge image (or speed function) Ie, with α and β computed from ∇Is Ie = 1 −

1  ∇I s − (α + β )  1 + exp − 3(α − β )  

;

(1)

A better-adapted level set based on geodesic active contours in used to refine the fast marching segmentation [3]. In deformable models there are two types of forces that govern the evolution of the active contour: the internal forces within the surface, which keep the model smooth during the deformation, and the external forces from the image data,

which attract the model towards edges. To initialize the model, we used the fast marching segmentation as input level image (zero-level) into a geodesic active contour. 2.4 Skeletonization The method used to automatically calculate the distention consisted of two steps [17]. The first step was calculating the Euclidean distance map for the arteries and the second step was computing the centerline of the arteries. From a level set segmentation, the subvoxel accurate Euclidean distance transform was computed in multiple passes using linear interpolation at the boundary voxels to determine the distance to the boundary followed by a previously presented algorithm similar to the Saito-Toriwaki distance transform method [14]. The first pass was along the x-axis of the segmentation dataset, where the voxels were traversed in scanline order. During this forward scan, in cases with any crossing over the boundary into the object, linear interpolation was used to find the position of the zero-crossing. This was between the current and previous voxel. All subsequent voxels that were inside the object are assigned values that increment the previous scanline voxel value by the x-spacing. Upon completion, the scanline was again traversed in the opposite direction, now incrementally computing distance from the opposite boundary’s zero-crossing. For each voxel, the minimum of the forward and backward scanline passes was assigned to each voxel. Next, the dataset was traversed in y-axis scanline order. For each voxel in the scanline, the true Euclidean distance cannot be larger than the distance recorded in the x-axis pass; hence, the search for the minimum in the xy-plane can be restricted to be within a circle with a radius equal to the x-distance. For each buffer entry in the range ±(x-distance), the distance between the boundary intersection point and the circle center was computed using the Pythagorean theorem. The value assigned in the distance dataset at the current voxel was the minimum of all of these computed distances and the previously assigned x-distance at the current voxel. The arteries were processed in the same way by repeating this procedure with the minimum distance from the xy-plane (xy-distance) and the distances assigned at the voxels within the sphere of radius ±(xydistance). To compute the centerline, a subvoxel accurate skeletonization procedure was used [17]. The calculated distance transform was used as a speed image in the fast marching propagation. The fast marching method is an efficient way to numerically evaluate the solution to the Eikonal equation. The algorithm processes the voxels in a sorted order based on increasing values of T, while maintaining the candidates in a heap. This causes the algorithm to require a computation time of O(nlog(n)). The evolution of the boundary only needs to be computed on a rectilinear grid and values at nongrid locations can be interpolated from these grid positions to calculate the true propagation value. The implementation used in this paper is a discretization of the Eikonal equation: max(D-xi,j,k,0)2 + min(D+xi,j,k,0)2 + max(D-yi,j,k,0)2 + min(D+yi,j,k,0)2 + max(D-zi,j,k,0)2 + min(D+zi,j,k,0)2 = Fi,j,k-2,

(2)

where D-xi,j,k and D+xi,j,k are values resulting from backward and forward difference calculations at point (i,j,k), respectively. n By solving the minimum-cost path problem, the path C ( t ) : [0 , ∞ )  → R that minimizes the cumulative cost, from the

start point, S, to the end point, E, in Rn can be calculated. When the cost is solely a function of the position object domain, the minimum cumulative cost is defined as

(3)

L

v T ( x ) = min Csx ∫ H (C (t ))dt 0

v x in the

,

where Csx is the set of all paths from S to

v x , L is the distance from E to S along C, and H is the cost function. The v v

solution of Equation (3) also satisfies the Eikonal equation with F ( x ) = 1 / H ( x ) . By using the distance field, a new cost function can be calculated such that the minimum cost path of Equation (3) exists between two points on the centerline

v v  d (x)  H (x) =   D where

v d (x)

(4)

2

   ,

v

is the distance value at position x and D is the maximum value in the distance field dataset.

The resulting cost function is used as a speed image in the fast marching method propagation starting at the point with the largest distance from the boundary of the arteries, the global maximum point of the distance field. The fast marching method propagation had been augmented to calculate the geodesic distance from the starting point in addition to the time that is required for the propagation front to pass each point in the arteries segmentation, the time crossing map. The furthest geodesic point resulting from this fast marching method propagation is used as a start point of the centerline. The gradient descent method is used on the time crossing map resulting from the fast marching method and starting at the furthest point. The remaining points of the centerline are determined by taking subvoxel steps along the path of the gradient descent. This process is repeated for each branch of the skeleton, but rather than using the single point of the global maximum distance from the object’s boundary as the start point for the augmented fast marching method, all points in the previously calculated branches are used as start points along with the original distance field. From the centerline and the distance transform, the distention of the arteries at each step in the subvoxel accurate centerline was determined by linear interpolation of the values stored at the voxel locations in the distance transform field.

3. RESULTS Figure 1 shows an example of the segmentation steps employed by the algorithm, starting with the smoothed CT image and continuing with a first estimate of PA by fast marching level sets and the final segmentation of PA by geodesic active contours. The results of the level set segmentation of PA were validated qualitatively by expert radiologists. They are robust and accurate throughout the database, as seen in the data in Figure 2. 3D rendering of the segmentation was visualized using VolView (Kitware, Inc.) The skeletonization is exemplified in Figure 3, along with the quantification of PA distention using Euclidean maps of subvoxel precision. The extraction of centerline was validated using Euclidean distance maps; we compared the radius values along the centerline at each level with the manually selected maximum values in the distance map at the same level and found perfect matching in the patient data. To address the variation of PA size and blood flow with the size of the patient, the artery diameters were normalized to the thoracic cavity width. A map of diameter size along the centerline was generated for each data set. Besides the thoracic cavity width, data sets were also normalized to patient weight and body surface area. T-tests between sicklecell anemia and controls were performed on normalized data sets. Box-plots were generated using R-2.5.1 and are presented in Figure 4. Results indicate that the pulmonary trunk (t-test p value=0.027) and first right (p value=0.0007) and left (p value=0.0007) PA branches at the pulmonary trunk junction are significantly larger in diameter in SCD patients as compared to controls. Data further suggests that the maximum diameter of the first PA branches is significantly bigger in SCD patients compared to non-SCD patients (p value=0.002). The separation between patients and controls is less striking at the level of the second left (p value=0.202) and right (p value=0.146) PA branches, probably due to the pruning of pulmonary arteries. The maximum radius of the PA branches after the first junction was taken to the fourth power and then normalized to thoracic cavity width to account for blood flow. A comparison between sickle cellanemia and controls revealed a significantly increased blood flow in SCD patients compared to controls (p value= 0.026). As expected, data normalized by the width of the thoracic cavity offers the best discrimination between SCD patients and non-SCD patients, as the body weight and surface are less correlated to the pulmonary blood flow. However, results

show noticeable discrimination when these alternative normalization methods are used as well. Moreover, results show significant size difference without normalization: the mean radius of pulmonary trunk of SCD patients is 14.35 mm, while that of controls is of 10.63mm (p-value = 0.0493); the mean of maximum radius along the first branches of PA of SCD patients is 12.49mm, while that of controls is of 8.31mm (p-value = 0.0078).

Figure 1: The segmentation of pulmonary artery exemplified in a patient and a control: step 1- 2D slices of the 3D CT data with enhanced pulmonary arteries after smoothing; step 2- the first 3D segmentation obtained using fast marching level set segmentation; step 3- the refined 3D segmentation using a geodesic active contour level.

Figure 2: The accuracy of the segmentation of pulmonary artery shown in a patient and a control: the figure shows 2D slices of the 3D CT data before preprocessing.

Figure 3: Centerline extraction: step 1 - the 3D skeletons for the segmented pulmonary arteries were obtained using fast marching methods; step 2- the distance transform of the segmented arteries, the figure shows 2D slices of the 3D distance maps; step 3- the map of diameter size along the centerline was generated for each data set, the figure shows maximum intensity projections of the 3D data.

4. DISCUSSION This retrospective study investigates if a size change in the pulmonary arteries (PA) of sickle cell disease (SCD) patients could be linked to sickle-cell associated pulmonary hypertension. A semi-automatic method was developed and is presented for the segmentation of pulmonary arteries from 3D CT-Angiography using levels sets and fast marching methods. The arteries are segmented and the size and blood flow are quantified to better understand the pathophysiology of pulmonary hypertension in SCD and discriminate between sickle cell patients and controls. Results show that the PA trunk and the proximal origins of the first right and left PA branches (at the pulmonary trunk junction) are significantly larger in diameter in sickle-cell anemia patients as compared to controls. This 3D evaluation of pulmonary artery shows great promise as a noninvasive assessment tool for pulmonary hypertension. Direct comparison with cardiopulmonary hemodynamics was not specifically performed, but a simplified model used. Future plans could include prospective statistical analysis of this relationship in a specific clinical setting and well defined time point during the health care cycle. Additional data from both sickle-cell and normal patients will be implemented in future studies. The change in blood flow patterns and pruning of the pulmonary artery will also be analyzed for further discrimination between sickle-cell anemia patients and controls, for a more comprehensive analysis of possible relationships of imaging findings to degree of pulmonary hypertension. Future large animal and clinical studies may also analyze multiple theoretical imaging features which could have hemodynamic correlates. CT with image processing shows great potential as a surrogate indicator of pulmonary hemodynamics or response to therapy, which could be an important tool for drug discovery and noninvasive clinical surveillance.

Figure 4: Boxplots for patient (1) versus control data (2): (a) the radius of the main pulmonary trunk was normalized to thoracic cavity (t-test p value= 0.0278); (b) the largest radius within the first pulmonary arterial branches was normalized to thoracic cavity (ttest p value= 0.002); (c) the radius of the first pulmonary arterial branches at the pulmonary trunk junction was normalized to thoracic cavity width for all data (t-test p value= 0.0007); (d) the largest radius within the first pulmonary arterial branches to the fourth power (blood flow) was normalized to thoracic cavity (t-test p value= 0.0264).

ACKNOWLEDGEMENT This work was supported by the Intramural Research Program of the National Institutes of Health Clinical Center and National Heart, Lung, and Blood Institute.

REFERENCES [1] A. Anthi, R.F. Machado, M.L. Jison, A.M. Taveira-Dasilva, L.J. Rubin, L. Hunter, C.J. Hunter, W. Coles, J. Nichols, N.A. Avila, V. Sachdev, C.C. Chen and M.T. Gladwin, “Hemodynamic and functional assessment of patients with sickle cell disease and pulmonary hypertension,” Am J Respir Crit Care Med. 175(12), 1272-9 (2007) [2] D. Aykac, E.A. Hoffman, G. McLennan and J.M. Reinhardt, “Segmentation and analysis of the human airway tree from threedimensional X-ray CT images,” IEEE Trans Med Imaging. 22(8), 940-50 (2003) [3] V. Caselles, R. Kimmel and G. Sapiro, “ Geodesic active contours,” International Journal on Computer Vision 22(1), 61–97 (1997) [4] F. Chabat, X.P. Hu, D.M. Hansell and G.Z. Yang, “ERS transform for the automated detection of bronchial abnormalities on CT of the lungs,” IEEE Trans Med Imaging. 20(9), 942-52 (2001) [5] M.T. Gladwin, V. Sachdev, M.L. Jison, Y. Shizukuda, J.F. Plehn, K. Minter, B. Brown, W.A. Coles, J.S. Nichols, I. Ernst, L.A. Hunter, W.C. Blackwelder, A.N. Schechter, G.P. Rodgers, O. Castro and F.P. Ognibene, “Pulmonary hypertension as a risk factor for death in patients with sickle cell disease,” N Engl J Med. 350(9), 886-95 (2004) [6] T. Kitasaka, K. Mori, J. Hasegawa, J. Toriwaki and K. Katada, “Automated Extraction of Aorta and Pulmonary Artery in Mediastinum from 3D Chest X-ray CT Images without Contrast Medium,” Proc. SPIE Medical Imaging, (2002) [7] M.G. Linguraru, K. Marias, R. English and M. Brady, “A biologically inspired algorithm for microcalcification cluster detection,” Med Image Anal. 10(6), 850-62 (2006) [8] R.F. Machado, A. Anthi, M.H. Steinberg, D. Bonds, V. Sachdev, G.J. Kato, A.M. Taveira-DaSilva, S.K. Ballas, W. Blackwelder, X. Xu, L. Hunter, B. Barton, M. Waclawiw, O. Castro and M.T. Gladwin, “N-terminal pro-brain natriuretic peptide levels and risk of death in sickle cell disease,” JAMA. 296(3), 310-8 (2006) [9] Y. Masutani, H. MacMahon and K. Doi, “Computerized detection of pulmonary embolism in spiral CT angiography based on volumetric image analysis,” IEEE Transactions on Medical Imaging 21(12), 1517-23 (2002) [10] N. Paragios and R. Deriche, “Geodesic active regions and level set methods for supervised texture segmentation,” Computer Vision and Image Understanding 97(3), 259-282 (2005) [11] P. Perona, J. Malik, “Scale-space and edge detection using anisotropic diffusion,” IEEE Trans. on Pattern Analysis and Machine Intelligence 12, 629–639 (1990) [12] V. Sachdev, R.F. Machado, Y. Shizukuda, Y.N. Rao, S. Sidenko, I. Ernst, M. St. Peter, W.A. Coles, D.R. Rosing, W.C. Blackwelder, O. Castro, G.J. Kato and M.T. Gladwin, “Diastolic Dysfunction Is an Independent Risk Factor for Death in Patients With Sickle Cell Disease,” Journal of the American College of Cardiology 49(4), 472-9 (2007) [13] Y. Sato, S. Nakajima, N. Shiraga, H. Atsumi, S. Yoshida, T. Koller, G. Gerig and R. Kikinis, “Three-dimensional multi-scale line filter for segmentation and visualization of curvilinear structures in medical images,” Med Image Anal. 2(2), 143-68 (1998) [14] T. Saito and J.I. Toriwaki, “New algorithms for euclidean distance transformation of an n-dimensional digitized picture with applications,” Pattern Recognition 27, 1551-1565 (1994) [15] R. Sebbe, E. Coche, B. Gosselin and B. Macq, “Pulmonary arteries segmentation and feature extraction through slice marching,” Proc. of the 14th PRORISC Workshop on Circuits Systems and Signal Processing, (2003) [16] J.A. Sethian, “Level set methods and fast marching methods: evolving interfaces in computational geometry, fluid mechanics, computer vision and materials science,” Cambridge University Press, (1999) [17] R. Van Uitert and I. Bitter, “Subvoxel precise skeletons of volumetric data based on fast marching methods,” Med Phys. 34(2), 627-38 (2007) [18] J. Weickert, “Anisotropic Diffusion in Image Processing,” Teubner Stuttgart, (1998)

Pulmonary Artery Segmentation and Quantification in ...

With Sickle Cell Disease,” Journal of the American College of Cardiology 49(4), ... methods: evolving interfaces in computational geometry, fluid mechanics,.

333KB Sizes 0 Downloads 187 Views

Recommend Documents

Pulmonary Artery Segmentation and Quantification in ...
As a result, this algorithm presents a map of radius size (and ..... line filter for segmentation and visualization of curvilinear structures in medical images,” Med ...

Automated segmentation and quantification of liver and ... - AAPM
(Received 2 June 2009; revised 16 October 2009; accepted for publication 8 December 2009; published 25 January 2010). Purpose: To investigate the potential of the normalized probabilistic atlases and computer-aided medical image analysis to automatic

Skin lesions segmentation and quantification from 3D ...
dermatological lesions from a 3D textured model of the body's envelope. Method: We applied the active contour method to isolate the lesions. Then, by means of ...

INTERNAL CAROTID ARTERY IN HUMAN CADAVERS.pdf ...
INTERNAL CAROTID ARTERY IN HUMAN CADAVERS.pdf. INTERNAL CAROTID ARTERY IN HUMAN CADAVERS.pdf. Open. Extract. Open with. Sign In.

Uncertainty quantification and error estimation in scramjet simulation
is overwhelmed by abundant uncertainties and errors. This limited accuracy of the numerical prediction of in-flight performance seriously hampers scramjet design. The objective of the Predictive Science Academic Alliance Program (PSAAP) at Stanford U

Efficient Uncertainty Quantification in Computational Fluid-Structure ...
Sep 21, 2007 - Abstract. Uncertainty quantification in complex flow and fluid-structure interaction simulations requires efficient uncertainty quantification meth-.

Quantification in-the-wild: data-sets and baselines
Quantification is the task of estimating the class-distribution of a data-set. While ... and where automation is imperative for ecological analysis. We evaluate ..... A literature survey on domain adaptation of statistical classifiers. Tech report, 2

efficient uncertainty quantification in unsteady ...
of the probability distribution and statistical moments µui (x,t) of the output u(x, t, a), .... subject to a symmetric unimodal beta distribution with β1 = β2 = 2 with a ...

Uncertainty quantification and error estimation in ... - Semantic Scholar
non-reactive simulations, Annual Research Briefs, Center for Turbulence Research, Stanford University (2010) 57–68. 9M. Smart, N. Hass, A. Paull, Flight data ...

Uncertainty quantification and error estimation in scramjet simulation
V.A. Aleatoric flight conditions. The flow conditions of the HyShot II flight are uncertain due to the failure of the radar tracking system during the experiment. Therefore, the free stream conditions were inferred from pressure measurements in the u

absolute quantification of metabolites - Questions and Answers ​in MRI
Aug 2, 2006 - Published online ...... Spectra were recorded at 1.5 T (Intera; Philips Medical Systems, Best, the ..... tation. Magn Reson Med 1996;36:21–29. 18.

Uncertainty quantification and error estimation in scramjet simulation
to improve the current predictive simulation capabilities for scramjet engine flows. ..... solution is obtained by the automatic differentiation software package ...

Advances in Neonatal Pulmonary Hypertension.pdf
Page 1 of 11. E-Mail [email protected]. Review. Neonatology 2016;109:334–344. DOI: 10.1159/000444895. Advances in Neonatal Pulmonary. Hypertension.

Malignant pulmonary and mediastinal tumors in children.pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Malignant ...

Coronary-Artery-Disease-Causes-Symptoms-And-Treatments.pdf ...
Retrying... Whoops! There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Coronary-Artery-Disease-Causes-Symptoms-And-Treatments.pdf. Coronary-Artery-Disease-Caus

Pulmonary Resection in Metastatic Uterine and ...
Oct 31, 2001 - data are sparse regarding management of patients with gyneco- ..... Seki M, Nakagawa K, Tsuchiya S, Matsubara T, Kinoshita I, Went SY,.

Uterine artery embolization vs hysterectomy in the ...
Endpoints after 5 years were reintervention rates, menorrhagia, and HRQOL measures that were ...... were contacted by telephone to check for any additional ...

Unary quantification redux
Qx(Ax) is true iff more than half of the entities in the domain of quantification ... To get a feel for the distinctive features of Belnap's system, we present a simplified.

Quantification of hydrophobic and hydrophilic ...
Dec 10, 2007 - processing, one of the reaction products is water, which is remained adsorbed .... Vacuum Ultra Violet photons having sufficient energy to cause photolysis of water molecules adsorbed to the material so as to ..... Vapor Deposition (PE