Application software for data analysis for three-dimensional atom probe microscopy
|
|
|
- Harold Carroll
- 10 years ago
- Views:
Transcription
1 Materials Science and Engineering A327 (2002) Application software for data analysis for three-dimensional atom probe microscopy Olof Hellman a, Justin Vandenbroucke b, John Blatz du Rivage a, David N. Seidman a, * a Department of Materials Science and Engineering, Northwestern Uni ersity, 2225 N. Campus Dri e, E anston, IL , USA b Department of Physics, Stanford Uni ersity, Stanford, CA , USA Abstract We present a custom MacOS-based application, ADAM, for analysis of data collected by a three-dimensional atom probe (3DAP). The application is designed to carry out a common set of analysis tasks, to be customizable, to provide easy export and import of data, and to be simple enough for novice users to understand quickly. The integration of both graphical (GUI) and scripting (SUI) user interfaces and the functionality accessible from both is discussed. Different types of visualization can be used for best presentation of 3DAP data Elsevier Science B.V. All rights reserved. Keywords: Three-dimensional atom probe; Atom probe-data analysis; Software for atom-probe analysis 1. Introduction The three-dimensional atom probe (3DAP) method [1,2] is an analysis technique combining field ion microscopy and time-of-flight mass spectrometry. Specimens consist of very sharply polished metal wires. The result is a set of time-of-flight data positioned in three dimensions representing the original position of each ion in the sample, covering an analysis volume of the order of 20 nm 20 nm 100 nm, i.e atoms. Extraction of useful information from this large dataset requires intelligent data analysis and visualization. Our approach to this problem has been to develop a custom application, ADAM, which incorporates some key analysis and visualization functionality, is flexible enough to leverage the processing capabilities of other applications and is easy to use. This paper presents ADAM s basic functionality and user interface. 2. Software 2.1. Functionality ADAM uses the data acquired in a 3DAP experiment to produce many different kinds of data, which can be represented in a number of ways. ADAM produces concentration profiles, concentration maps, concentration spaces, isosurfaces, proxigrams, concentration distributions, etc. ADAM produces these data based on mass ranges and geometrical objects that are defined in relation to the dataset. For a concentration profile, atom types are defined by the mass ranges, and a region of interest is defined by a cylinder. ADAM provides 3D visualization of many of the objects, and real-time display of concentration profiles and mass spectra. Data, both in graphical and numeric form, can be copied from ADAM for placement in other applications. ADAM also supports arbitrary data access, object manipulation and user customization through a scripting interface Design * Corresponding author. Tel.: ; fax: address: [email protected] (D.N. Seidman). ADAM is a document-centered application. That is, data from the 3DAP can be used as the source of data for an ADAM document. Parts of the analysis, such as definition of mass ranges for assigning species types and /02/$ - see front matter 2002 Elsevier Science B.V. All rights reserved. PII: S (01)
2 30 O. Hellman et al. / Materials Science and Engineering A327 (2002) definition of regions of interest in the reconstructed data are persistent: when the document is saved and reopened, these features are saved and reloaded along with the rest of the data. This is in contrast to a data-flow model for computation. A data-flow model for analysis performs some sort of transformation on some input data, producing an explicit result. Data-flow based applications can be powerful and simple because they match the code-flow structure of common programming languages, but they are often difficult to match with a sensible user interface [3]. Document models have become pervasive in personal computing applications because they make more sense to users. Document-centered applications do not produce explicit results as do data-flow analyses. Instead, different kinds of data are offered to a user who is manipulating a document. The user chooses to extract some data from the current document and place it elsewhere. This action produces a result analogous to the data-flow model, but is initiated by the user. The power of the document model lies in the ability of the user to manipulate the document in a variety of ways and to extract different kinds of data without needing to reprogram the logic of the data flow. This is commonly achieved by allowing a user to make a selection and perform some operation on the selection, like copying its data or moving it to a new location. For a document model application to work, the various objects and properties of a document need to be persistent, and organized in a logical way. The object model is the term used to describe this organization [4]. ADAM is based on the AppleEvent object model [5], in which each application object has a set of properties and a set of elements. Each element also has a set of properties and can have elements inside it. Documents are a class of objects in the AppleEvent object model, and the ADAM application contains documents as its elements Parallel user interfaces ADAM provides both a graphical user interface (GUI) and a scripting user interface (SUI). Users will find that some tasks are more suited to one than the other. The GUI consists of user actions, such as mouse clicks on interface elements such as menus and buttons, and of the graphical feedback produced in visualization. The SUI consists of the ability of users to write scripts in text form that direct the application on how to manipulate its elements or what data should be extracted, and of the presentation of the results of such commands in text form. The SUI is based on the interpreted language Apple- Script [6]. As an example, one might want to define a cylinder of analysis for a concentration profile. To specify a name, radius and direction for the cylinder using the SUI, one uses the following script: make new cylinder with properties {name: Monica, radius: 5, axis direction: {0,0,1}} Subsequently, one can use this new cylinder as a spatial reference. For example count the number of atoms of cylinder Monica returns the number of atoms in that cylinder and get the data of concentration profile of cylinder Monica returns the numerical data for the graph of the profile corresponding to that cylinder. Objects can be specified in very flexible terms, for example select every atom whose mass is less than 30 and mass is greater than 28 The scripting interface is particularly well suited for tasks requiring precision and reproducibility, especially those where the precision or flexibility of a GUI is not sufficient. For example, the placement and orientation of a cylinder can be controlled with the GUI, but not with the precision and reproducibility possible through a text-based scripting interface. The SUI is self-documenting. That is, the application provides a dictionary consisting of the terminology that is appropriate for the application, including the names of all the appropriate classes of objects and the names of any property that might be useful. The GUI and SUI interfaces can be mixed together. That is, if a scripting command refers to a graphical user interface element or a property, which affects the display, ADAM will respond with the updated display. Furthermore, many GUI actions will result in an equivalent command being seen in the scripting interface, which allows the recording of user interface actions in script form. Because of the wide variety of material systems subject to atom probe analysis and the variety of physical phenomena represented in the microstructures viewed thereby, there will always be data analysis tasks which are not anticipated by an application such as ADAM. The scripting interface allows export of any data from ADAM into another application better suited to perform that calculation or export into a file in whatever format is required. This means that ADAM can be used in conjunction with other applications easily, allowing the experimenter to use the right software tool for each job Data objects In this section we discuss the various objects created by the data manipulation tools provided in ADAM. There are other objects in the application not specific to ADAM such as window, menu, and button not discussed here.
3 O. Hellman et al. / Materials Science and Engineering A327 (2002) Ions and atoms The fundamental objects of the original data are ions and atoms. There is a subtle difference between them in that a single ion might represent zero, one or multiple atoms. Ions have properties associated with the original data collection and positioning performed by the instrument: they have a 3D position and a mass-to-charge state ratio. If provided by the Atom Probe file, they may also have an evaporation voltage, a pulse number or other information associated with the data collection Mass ranges The point of a mass spectrometry technique is to associate ions with specific elements based on the measured mass-to-charge state ratios. This is done by defining a mass range object ( mass window is not used to avoid confusion with the other meaning of window in the user interface). A mass range has lower and upper limits of mass-to-charge state ratio, and is associated with a specific atom type or list of atomtypes, in the case of a molecular ion. Ions that are not in a mass range are considered to correspond to no atom at all. If mass ranges overlap, ions are considered to be in the first mass range for which they qualify, and not in any of the others Mass spectrum A mass spectrum can be generated from any subset of the ions; it is a histogram of the mass-to-charge state ratios of that subset. It has properties of binsize, minimum, maximum, and other parameters relating to its display on screen Concentration space A concentration space is a regular 3D grid of concentration values, i.e. a scalar field array. The concentration values at each point of the grid represent the local composition at that point in the space, as calculated from a sampling of the ions in the vicinity of that point. How the sampling is performed is based on a transfer function and a characteristic length. The sampling can also produce an estimation of the error in the calculation of the local concentration values, which is important when the concentration space is used for a subsequent calculation or visualization. The concentration space itself has a spatial dimension expressed as a number of grid points in each dimension, an origin and a grid spacing. Because the grid is regular in all dimensions, and the original data is irregular, there is no necessarily good matching between this grid and the box enclosing the original data. Concentration spaces are drawn using the VOLPACK library [7], and have properties corresponding to how this rendering should be carried out Isoconcentration surface An isoconcentration surface is the isosurface corresponding to a particular concentration threshold. It is generated from the concentration space using the marching cubes algorithm [8]. Although the algorithm is a core method in computer graphics, the result of the algorithm is not just a graphics object to be drawn for visualization. It can also be treated as a real feature in the analyzed sample and used as a reference point for further calculations, as in the proxigram. As isoconcentration surfaces are based on data provided by a concentration space, changing the properties of the concentration space, e.g. its binsize or its error tolerance, will result in an update of the isoconcentration surface. The isoconcentration surface thus has a concentration space property, which is a concentration space object Proxigram Essentially, the proxigram is a plot of concentration versus distance, analogous to a linear concentration profile. However, the distance axis of the proxigram is not measured in a unique direction. Instead, the distance is measured as the proximity of each point of space to a reference surface. The surface can be of any shape of arbitrary complexity, as long as it is closed and continuous. Such surfaces can be generated by calculating the isosurface of a scalar 3D field, as when an isoconcentration surface is defined from a concentration space. Positive and negative proximities correspond to the point of space being on different sides of the surface. Because the reference surface can be any shape, the proxigram is much more flexible and much more representative of the actual concentration profiles than a simple linear profile or a radial profile could be at many interfaces, which exist in nature. Details of the generation of the proxigram are given by Hellman et al. [9]. The proxigram is appropriate for quantitative measurements of interfacial excess quantities, especially those for which determining the location of the interface is difficult or ambiguous Density space and isodensity surface A density space is similar to a concentration space, but with local densities: thus it is a scalar field array. Visualization of the density space is done with VOL- PACK [7]. Variations in local density in 3DAP data is a function of both variations in the sample density and
4 32 O. Hellman et al. / Materials Science and Engineering A327 (2002) the perturbation in ion optics caused by both the crystal lattice of the sample and inhomogeneities in the shape and dielectric constant of the sample tip [10]. The isodensity surface is the surface corresponding to a particular value of the density of one or all the atomtypes. The concentration space and the density space both yield similar information. However, the two approaches can reveal different effects. Which one is better will depend on the sample and the kind of information that is desired Cylinder and plane Cylinder and plane are the two geometric objects used to define regions of interest for a subsequent analysis. Cylinders are the basis for one-dimensional (1D) composition profiles and integral profiles. The axis direction specifies the direction over which to calculate the profile, while the profile is calculated based on the atoms that appear within the cylinder. Planes are the basis for composition maps. In a composition map, the local concentrations or densities are calculated at each point in the plane, considering only the atoms close to the plane near that point Scheme The scheme object is the object that controls how a particular atom type is drawn during a visualization. Schemes have properties of size, color and visibility. Because different windows might be displaying the same dataset, schemes are assigned on a per window basis: i.e. some atoms might be drawn in one window but not in the other. 3. Examples A common task in 3DAP analysis is the generation of an isoconcentration surface. One of the problems with existing tools is that there is minimal compensation for the statistical error at boundaries on the analysis volume, which produces artifacts in the visualization. ADAM accounts properly for this error. Fig. 1 shows a script which performs this task. The first line instructs the application to generate a concentration space, i.e. a 3D grid of concentration values, which will be used as input for the isoconcentration surface calculation. The dimensions property refers to the number of grid points in the x, y and z directions. The cell length refers to the spacing between the grid points. The offset is the {x,y,z} coordinates of the zeroth grid point. As such, the concentration space generated by the script will span 100 A in both x and y directions, and be centered on the line defined by x=0, y=0. The second command generates the isoconcentration surface, using the new concentration space as its input. This must be explicitly specified, because the document might contain any number of concentration spaces that were previously defined. The threshold value and the atom type are also specified. An example of a concentration space visualization rendered by the VOLPACK library is shown in Fig. 2. In this case, the sample is an Fe Mo V alloy [11]. There is a phase separation to Mo-rich and Fe-rich regions. For comparison, an isoconcentration surface for 30 at.% Mo is shown in Fig Conclusions 3DAP microscopy is an emerging analytical technique for which data analysis promises to be an important part of the understanding of its results. It is crucial for good data analysis tools to be available to researchers for this purpose. It is our intention to make ADAM a best-of-class application for this purpose. Acknowledgements This research is supported by the National Science Foundation, Division of Materials Research, Grant DMR , Bruce MacDonald, Grant Officer. Dr Dieter Isheim provided the Fe Mo V dataset shown in the visualizations. J. Vandenbroucke and J. Blatz du Rivage were supported by an NSF Research Experiences for Undergraduates grant. Fig. 1. Make new concentration space with properties {dimensions, {11,11,31}; cell length, 10; offset, { 50, 50,0}; name, my cspace ; confidence sigma, 1}. Make new isosurface with properties {concentration space, concentration space my cspace ; type, Mg ; threshold, 0.025}.
5 O. Hellman et al. / Materials Science and Engineering A327 (2002) Fig at.% Mo isooncentration surface for the same sample in Fig. 2. Visualization of the isoconcentration surface highlights shapes but is sensitive only to concentrations near the threshold. Additionally, statistical noise can distract from real features in the data. References Fig. 2. Concentration space visualizations rendered with VOLPACK. [1] D. Blavette, B. Deconihout, A. Bostel, J.M. Sarrau, M. Bouet, A. Menand, Rev. Sci. Instrum. 64 (1993) [2] A. Cerezo, T.J. Godfrey, S.J. Sijbrandi, G.D.W. Smith, P.J. Warren, Rev. Sci. Instrum. 69 (1998) 49. [3] S.G. Parker, C.R. Johnson, Supercomputing 95, [4] P.G. Smith, Develop 18 (1994) 26. [5] R. Clark, Develop 10 (1992) 8. [6] Apple Computer, AppleScript Language Guide: English Dialect, Apple Computer: Cupertino, CA, [7] Philippe Lacroute, Marc Levoy, Proceedings of SIGGRAPH 94, Orlando, Florida, July 1994, Computer Graphics Proceedings, Annual Conference Series, 1994, ACM SIGGRAPH, pp [8] W.E. Lorensen, H.E. Cline, ACM SIGGRAPH Comput. Graphics 21 (1987) 163. [9] O. Hellman, J. Vandenbroucke, Jörg Rüsing, Dieter Isheim, David N. Seidman, Microsc. Microanal. 6 (5) (2000) 437. [10] F. Vurpillot, A. Bostel, D. Blavette, Appl. Phys. Lett. 76 (21) (2000) [11] D. Isheim, O.C. Hellman, D.N. Seidman, F. Danoix, D. Blavette, Scripta Mater. 42 (2000) 645.
AFM Image Deconvolution Software User s Manual
M. C. Goh Research Group Version 2.0 AFM Image Deconvolution Software User s Manual Table of Content Introduction Contact M. C. Goh Research Group... 3 Zod Information... 3 Installing Zod Downloading files...
Visualization Plugin for ParaView
Alexey I. Baranov Visualization Plugin for ParaView version 1.3 Springer Contents 1 Visualization with ParaView..................................... 1 1.1 ParaView plugin installation.................................
An Interactive 3D Visualization Tool for Large Scale Data Sets for Quantitative Atom Probe Tomography
An Interactive 3D Visualization Tool for Large Scale Data Sets for Quantitative Atom Probe Tomography Hari Dahal, 1 Michael Stukowski, 2 Matthias J. Graf, 3 Alexander V. Balatsky 1 and Krishna Rajan 2
Spatio-Temporal Mapping -A Technique for Overview Visualization of Time-Series Datasets-
Progress in NUCLEAR SCIENCE and TECHNOLOGY, Vol. 2, pp.603-608 (2011) ARTICLE Spatio-Temporal Mapping -A Technique for Overview Visualization of Time-Series Datasets- Hiroko Nakamura MIYAMURA 1,*, Sachiko
How To Create A Surface From Points On A Computer With A Marching Cube
Surface Reconstruction from a Point Cloud with Normals Landon Boyd and Massih Khorvash Department of Computer Science University of British Columbia,2366 Main Mall Vancouver, BC, V6T1Z4, Canada {blandon,khorvash}@cs.ubc.ca
FDVis: the Interactive Visualization and Steering Environment for the Computational Processes Using the Finite-Difference Method
Nonlinear Analysis: Modelling and Control, 2003, Vol. 8, No. 2, 71 82 FDVis: the Interactive Visualization and Steering Environment for the Computational Processes Using the Finite-Difference Method A.
Integrated Sensor Analysis Tool (I-SAT )
FRONTIER TECHNOLOGY, INC. Advanced Technology for Superior Solutions. Integrated Sensor Analysis Tool (I-SAT ) Core Visualization Software Package Abstract As the technology behind the production of large
Visualization with OpenDX
Alexey I. Baranov Visualization with OpenDX User s Guide Springer Contents 1 Visualization with OpenDX..................................... 1 1.1 OpenDX module installation.................................
Why are we teaching you VisIt?
VisIt Tutorial Why are we teaching you VisIt? Interactive (GUI) Visualization and Analysis tool Multiplatform, Free and Open Source The interface looks the same whether you run locally or remotely, serial
Clustering & Visualization
Chapter 5 Clustering & Visualization Clustering in high-dimensional databases is an important problem and there are a number of different clustering paradigms which are applicable to high-dimensional data.
Manual for simulation of EB processing. Software ModeRTL
1 Manual for simulation of EB processing Software ModeRTL How to get results. Software ModeRTL. Software ModeRTL consists of five thematic modules and service blocks. (See Fig.1). Analytic module is intended
How is EnSight Uniquely Suited to FLOW-3D Data?
How is EnSight Uniquely Suited to FLOW-3D Data? July 5, 2011 figure 1. FLOW-3D model of Dam visualized with EnSight If you would like to know how CEI s EnSight offers you more power than other postprocessors
A Color Placement Support System for Visualization Designs Based on Subjective Color Balance
A Color Placement Support System for Visualization Designs Based on Subjective Color Balance Eric Cooper and Katsuari Kamei College of Information Science and Engineering Ritsumeikan University Abstract:
The Olympus stereology system. The Computer Assisted Stereological Toolbox
The Olympus stereology system The Computer Assisted Stereological Toolbox CAST is a Computer Assisted Stereological Toolbox for PCs running Microsoft Windows TM. CAST is an interactive, user-friendly,
Pro/ENGINEER Wildfire 4.0 Basic Design
Introduction Datum features are non-solid features used during the construction of other features. The most common datum features include planes, axes, coordinate systems, and curves. Datum features do
Glencoe. correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 3-3, 5-8 8-4, 8-7 1-6, 4-9
Glencoe correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 STANDARDS 6-8 Number and Operations (NO) Standard I. Understand numbers, ways of representing numbers, relationships among numbers,
Atomic Force Microscope and Magnetic Force Microscope Background Information
Atomic Force Microscope and Magnetic Force Microscope Background Information Lego Building Instructions There are several places to find the building instructions for building the Lego models of atomic
An Interactive Visualization Tool for Nipype Medical Image Computing Pipelines
An Interactive Visualization Tool for Nipype Medical Image Computing Pipelines Ramesh Sridharan, Adrian V. Dalca, and Polina Golland Computer Science and Artificial Intelligence Lab, MIT Abstract. We present
P. Lu, Sh. Huang and K. Jiang
416 Rev. Adv. Mater. Sci. 33 (2013) 416-422 P. Lu, Sh. Huang and K. Jiang NUMERICAL ANALYSIS FOR THREE-DIMENSIONAL BULK METAL FORMING PROCESSES WITH ARBITRARILY SHAPED DIES USING THE RIGID/VISCO-PLASTIC
Lecture 6 Scanning Tunneling Microscopy (STM) General components of STM; Tunneling current; Feedback system; Tip --- the probe.
Lecture 6 Scanning Tunneling Microscopy (STM) General components of STM; Tunneling current; Feedback system; Tip --- the probe. Brief Overview of STM Inventors of STM The Nobel Prize in Physics 1986 Nobel
Manual Analysis Software AFD 1201
AFD 1200 - AcoustiTube Manual Analysis Software AFD 1201 Measurement of Transmission loss acc. to Song and Bolton 1 Table of Contents Introduction - Analysis Software AFD 1201... 3 AFD 1200 - AcoustiTube
Preface Light Microscopy X-ray Diffraction Methods
Preface xi 1 Light Microscopy 1 1.1 Optical Principles 1 1.1.1 Image Formation 1 1.1.2 Resolution 3 1.1.3 Depth of Field 5 1.1.4 Aberrations 6 1.2 Instrumentation 8 1.2.1 Illumination System 9 1.2.2 Objective
GelAnalyzer 2010 User s manual. Contents
GelAnalyzer 2010 User s manual Contents 1. Starting GelAnalyzer... 2 2. The main window... 2 3. Create a new analysis... 2 4. The image window... 3 5. Lanes... 3 5.1 Detect lanes automatically... 3 5.2
An introduction to 3D draughting & solid modelling using AutoCAD
An introduction to 3D draughting & solid modelling using AutoCAD Faculty of Technology University of Plymouth Drake Circus Plymouth PL4 8AA These notes are to be used in conjunction with the AutoCAD software
Topographic Change Detection Using CloudCompare Version 1.0
Topographic Change Detection Using CloudCompare Version 1.0 Emily Kleber, Arizona State University Edwin Nissen, Colorado School of Mines J Ramón Arrowsmith, Arizona State University Introduction CloudCompare
Multivariate data visualization using shadow
Proceedings of the IIEEJ Ima and Visual Computing Wor Kuching, Malaysia, Novembe Multivariate data visualization using shadow Zhongxiang ZHENG Suguru SAITO Tokyo Institute of Technology ABSTRACT When visualizing
Chapter 8. Low energy ion scattering study of Fe 4 N on Cu(100)
Low energy ion scattering study of 4 on Cu(1) Chapter 8. Low energy ion scattering study of 4 on Cu(1) 8.1. Introduction For a better understanding of the reconstructed 4 surfaces one would like to know
DataPA OpenAnalytics End User Training
DataPA OpenAnalytics End User Training DataPA End User Training Lesson 1 Course Overview DataPA Chapter 1 Course Overview Introduction This course covers the skills required to use DataPA OpenAnalytics
NEAR FIELD OPTICAL MICROSCOPY AND SPECTROSCOPY WITH STM AND AFM PROBES
Vol. 93 (1997) A CTA PHYSICA POLONICA A No. 2 Proceedings of the 1st International Symposium on Scanning Probe Spectroscopy and Related Methods, Poznań 1997 NEAR FIELD OPTICAL MICROSCOPY AND SPECTROSCOPY
WebGL based E-Learning Platform on Computer Graphics
, pp.22-26 http://dx.doi.org/10.14257/astl.2015.103.05 WebGL based E-Learning Platform on Computer Graphics Hae-Gul Pyun, Haeong-A An, Jinho Park, Global School of Media, Soongsil University, Seoul, 156-743,
Data Visualization for Atomistic/Molecular Simulations. Douglas E. Spearot University of Arkansas
Data Visualization for Atomistic/Molecular Simulations Douglas E. Spearot University of Arkansas What is Atomistic Simulation? Molecular dynamics (MD) involves the explicit simulation of atomic scale particles
Tutorial: 3D Pipe Junction Using Hexa Meshing
Tutorial: 3D Pipe Junction Using Hexa Meshing Introduction In this tutorial, you will generate a mesh for a three-dimensional pipe junction. After checking the quality of the first mesh, you will create
Modification of Pd-H 2 and Pd-D 2 thin films processed by He-Ne laser
Modification of Pd-H 2 and Pd-D 2 thin films processed by He-Ne laser V.Nassisi #, G.Caretto #, A. Lorusso #, D.Manno %, L.Famà %, G.Buccolieri %, A.Buccolieri %, U.Mastromatteo* # Laboratory of Applied
Procon Engineering. Technical Document PELR 1002. TERMS and DEFINITIONS
Procon Engineering Technical Document PELR 1002 TERMS and DEFINITIONS The following terms are widely used in the weighing industry. Informal comment on terms is in italics and is not part of the formal
Volumetric Meshes for Real Time Medical Simulations
Volumetric Meshes for Real Time Medical Simulations Matthias Mueller and Matthias Teschner Computer Graphics Laboratory ETH Zurich, Switzerland [email protected], http://graphics.ethz.ch/ Abstract.
TABLEAU COURSE CONTENT. Presented By 3S Business Corporation Inc www.3sbc.com Call us at : 281-823-9222 Mail us at : [email protected]
TABLEAU COURSE CONTENT Presented By 3S Business Corporation Inc www.3sbc.com Call us at : 281-823-9222 Mail us at : [email protected] Introduction and Overview Why Tableau? Why Visualization? Level Setting
Employee Survey Analysis
Employee Survey Analysis Josh Froelich, Megaputer Intelligence Sergei Ananyan, Megaputer Intelligence www.megaputer.com Megaputer Intelligence, Inc. 120 West Seventh Street, Suite 310 Bloomington, IN 47404
Microscopy and Nanoindentation. Combining Orientation Imaging. to investigate localized. deformation behaviour. Felix Reinauer
Combining Orientation Imaging Microscopy and Nanoindentation to investigate localized deformation behaviour Felix Reinauer René de Kloe Matt Nowell Introduction Anisotropy in crystalline materials Presentation
Applying a circular load. Immediate and consolidation settlement. Deformed contours. Query points and query lines. Graph query.
Quick Start Tutorial 1-1 Quick Start Tutorial This quick start tutorial will cover some of the basic features of Settle3D. A circular load is applied to a single soil layer and settlements are examined.
Analysis of Electromagnetic Propulsion on a Two-Electric-Dipole System
Electronics and Communications in Japan, Part 2, Vol. 83, No. 4, 2000 Translated from Denshi Joho Tsushin Gakkai Ronbunshi, Vol. J82-C-I, No. 6, June 1999, pp. 310 317 Analysis of Electromagnetic Propulsion
Application Example: Quality Control of Injection-Molded Parts
Application Example: Quality Control of Injection-Molded Parts Measuring Systems: ATOS Keywords: Optical 3D measuring technology, mold try-out, first article inspection, form and dimension inspection of
VisIt Visualization Tool
The Center for Astrophysical Thermonuclear Flashes VisIt Visualization Tool Randy Hudson [email protected] Argonne National Laboratory Flash Center, University of Chicago An Advanced Simulation and Computing
Technical Report. An Interactive Iso-Surface Based 3D Weather Radar Data Visualization Package Using VisAD for WDSSII
Technical Report An Interactive Iso-Surface Based 3D Weather Radar Data Visualization Package Using VisAD for WDSSII (Jianting Zhang, Last Modified 2/5/2004) Abstract... 2 1 Introduction... 3 2 Overviews
Get The Picture: Visualizing Financial Data part 1
Get The Picture: Visualizing Financial Data part 1 by Jeremy Walton Turning numbers into pictures is usually the easiest way of finding out what they mean. We're all familiar with the display of for example
A METHOD OF PRECISE CALIBRATION FOR PIEZOELECTRICAL ACTUATORS
Uludağ Üniversitesi Mühendislik-Mimarlık Fakültesi Dergisi, Cilt 9, Sayı, 24 A METHOD OF PRECISE CALIBRATION FOR PIEZOELECTRICAL ACTUATORS Timur CANEL * Yüksel BEKTÖRE ** Abstract: Piezoelectrical actuators
PyRy3D: a software tool for modeling of large macromolecular complexes MODELING OF STRUCTURES FOR LARGE MACROMOLECULAR COMPLEXES
MODELING OF STRUCTURES FOR LARGE MACROMOLECULAR COMPLEXES PyRy3D is a method for building low-resolution models of large macromolecular complexes. The components (proteins, nucleic acids and any other
KaleidaGraph Quick Start Guide
KaleidaGraph Quick Start Guide This document is a hands-on guide that walks you through the use of KaleidaGraph. You will probably want to print this guide and then start your exploration of the product.
Data Mining: Exploring Data. Lecture Notes for Chapter 3. Introduction to Data Mining
Data Mining: Exploring Data Lecture Notes for Chapter 3 Introduction to Data Mining by Tan, Steinbach, Kumar Tan,Steinbach, Kumar Introduction to Data Mining 8/05/2005 1 What is data exploration? A preliminary
Dual Marching Cubes: Primal Contouring of Dual Grids
Dual Marching Cubes: Primal Contouring of Dual Grids Scott Schaefer and Joe Warren Rice University 6100 Main St. Houston, TX 77005 [email protected] and [email protected] Abstract We present a method for
THE SIMULATION OF MOVING SOUND SOURCES. John M. Chowning
THE SIMULATION OF MOVING SOUND SOURCES John M. Chowning The Center for Computer Research in Music and Acoustics (CCRMA) Department of Music Stanford University, Stanford, CA 94306 [email protected] (first
Copyright 2007 Casa Software Ltd. www.casaxps.com. ToF Mass Calibration
ToF Mass Calibration Essentially, the relationship between the mass m of an ion and the time taken for the ion of a given charge to travel a fixed distance is quadratic in the flight time t. For an ideal
How To Draw In Autocad
DXF Import and Export for EASE 4.0 Page 1 of 9 DXF Import and Export for EASE 4.0 Bruce C. Olson, Dr. Waldemar Richert ADA Copyright 2002 Acoustic Design Ahnert EASE 4.0 allows both the import and export
Chapter 22: Electric Flux and Gauss s Law
22.1 ntroduction We have seen in chapter 21 that determining the electric field of a continuous charge distribution can become very complicated for some charge distributions. t would be desirable if we
COM CO P 5318 Da t Da a t Explora Explor t a ion and Analysis y Chapte Chapt r e 3
COMP 5318 Data Exploration and Analysis Chapter 3 What is data exploration? A preliminary exploration of the data to better understand its characteristics. Key motivations of data exploration include Helping
High Resolution Spatial Electroluminescence Imaging of Photovoltaic Modules
High Resolution Spatial Electroluminescence Imaging of Photovoltaic Modules Abstract J.L. Crozier, E.E. van Dyk, F.J. Vorster Nelson Mandela Metropolitan University Electroluminescence (EL) is a useful
" {h k l } lop x odl. ORxOS. (2) Determine the interplanar angle between these two planes:
Textures and Microstructures, 1991, Vols 14-18, pp. 273-278 Reprints available from the publisher Photocopying permitted by license only (C) 1991 Gordon and Breach Science Publishers SA Printed in the
Element Property Definition for the Space Satellite
LESSON 5 Element Property Definition for the Space Satellite Z Y X Objectives: Define shell, bar, and point mass element properties for the Space Satellite. Create and apply a Field to describe a spatially
Visualization of Adaptive Mesh Refinement Data with VisIt
Visualization of Adaptive Mesh Refinement Data with VisIt Gunther H. Weber Lawrence Berkeley National Laboratory VisIt Richly featured visualization and analysis tool for large data sets Built for five
Data Visualization. Scientific Principles, Design Choices and Implementation in LabKey. Cory Nathe Software Engineer, LabKey cnathe@labkey.
Data Visualization Scientific Principles, Design Choices and Implementation in LabKey Catherine Richards, PhD, MPH Staff Scientist, HICOR [email protected] Cory Nathe Software Engineer, LabKey [email protected]
MAVIparticle Modular Algorithms for 3D Particle Characterization
MAVIparticle Modular Algorithms for 3D Particle Characterization version 1.0 Image Processing Department Fraunhofer ITWM Contents Contents 1 Introduction 2 2 The program 2 2.1 Framework..............................
NEW MEXICO Grade 6 MATHEMATICS STANDARDS
PROCESS STANDARDS To help New Mexico students achieve the Content Standards enumerated below, teachers are encouraged to base instruction on the following Process Standards: Problem Solving Build new mathematical
Consumption of OData Services of Open Items Analytics Dashboard using SAP Predictive Analysis
Consumption of OData Services of Open Items Analytics Dashboard using SAP Predictive Analysis (Version 1.17) For validation Document version 0.1 7/7/2014 Contents What is SAP Predictive Analytics?... 3
Plotting: Customizing the Graph
Plotting: Customizing the Graph Data Plots: General Tips Making a Data Plot Active Within a graph layer, only one data plot can be active. A data plot must be set active before you can use the Data Selector
CLOUD DIGITISER 2014!
CLOUD DIGITISER 2014 Interactive measurements of point cloud sequences July 2014 Cloud Digitiser Manual 1 CLOUD DIGITISER Interactive measurement of point clouds Bill Sellers July 2014 Introduction Photogrammetric
The following is an overview of lessons included in the tutorial.
Chapter 2 Tutorial Tutorial Introduction This tutorial is designed to introduce you to some of Surfer's basic features. After you have completed the tutorial, you should be able to begin creating your
VWF. Virtual Wafer Fab
VWF Virtual Wafer Fab VWF is software used for performing Design of Experiments (DOE) and Optimization Experiments. Split-lots can be used in various pre-defined analysis methods. Split parameters can
Introduction to Visualization with VTK and ParaView
Introduction to Visualization with VTK and ParaView R. Sungkorn and J. Derksen Department of Chemical and Materials Engineering University of Alberta Canada August 24, 2011 / LBM Workshop 1 Introduction
Go to contents 18 3D Visualization of Building Services in Virtual Environment
3D Visualization of Building Services in Virtual Environment GRÖHN, Matti Gröhn; MANTERE, Markku; SAVIOJA, Lauri; TAKALA, Tapio Telecommunications Software and Multimedia Laboratory Department of Computer
Importing and Opening an Alignment
Chapter 6 Alignment Files An alignment defines the route of a road, utility line, water way, etc., and is typically comprised of both horizontal and vertical elements. Also, an alignment may include cross-sectional
Figure 1.1 Vector A and Vector F
CHAPTER I VECTOR QUANTITIES Quantities are anything which can be measured, and stated with number. Quantities in physics are divided into two types; scalar and vector quantities. Scalar quantities have
Big Data: Rethinking Text Visualization
Big Data: Rethinking Text Visualization Dr. Anton Heijs [email protected] Treparel April 8, 2013 Abstract In this white paper we discuss text visualization approaches and how these are important
Data Exploration Data Visualization
Data Exploration Data Visualization What is data exploration? A preliminary exploration of the data to better understand its characteristics. Key motivations of data exploration include Helping to select
The atomic packing factor is defined as the ratio of sphere volume to the total unit cell volume, or APF = V S V C. = 2(sphere volume) = 2 = V C = 4R
3.5 Show that the atomic packing factor for BCC is 0.68. The atomic packing factor is defined as the ratio of sphere volume to the total unit cell volume, or APF = V S V C Since there are two spheres associated
Exploratory Spatial Data Analysis
Exploratory Spatial Data Analysis Part II Dynamically Linked Views 1 Contents Introduction: why to use non-cartographic data displays Display linking by object highlighting Dynamic Query Object classification
Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary
Shape, Space, and Measurement- Primary A student shall apply concepts of shape, space, and measurement to solve problems involving two- and three-dimensional shapes by demonstrating an understanding of:
Making Good Use of Data at Hand: Government Data Projects. Mark C. Cooke, Ph.D. Tax Management Associates, Inc.
Making Good Use of Data at Hand: Government Data Projects Mark C. Cooke, Ph.D. Tax Tax Management Associates Privately held company serving state and local government Markets across eighteen (18) states
3D Interactive Information Visualization: Guidelines from experience and analysis of applications
3D Interactive Information Visualization: Guidelines from experience and analysis of applications Richard Brath Visible Decisions Inc., 200 Front St. W. #2203, Toronto, Canada, [email protected] 1. EXPERT
Controlling Gold Nanoparticles with Atomic Precision: Synthesis and Structure Determination
Controlling Gold Nanoparticles with Atomic Precision: Synthesis and Structure Determination Huifeng Qian Department of Chemistry, Carnegie Mellon University, USA Advisor: Prof. Rongchao Jin Background
Tutorial 2 Online and offline Ship Visualization tool Table of Contents
Tutorial 2 Online and offline Ship Visualization tool Table of Contents 1.Tutorial objective...2 1.1.Standard that will be used over this document...2 2. The online tool...2 2.1.View all records...3 2.2.Search
Bernice E. Rogowitz and Holly E. Rushmeier IBM TJ Watson Research Center, P.O. Box 704, Yorktown Heights, NY USA
Are Image Quality Metrics Adequate to Evaluate the Quality of Geometric Objects? Bernice E. Rogowitz and Holly E. Rushmeier IBM TJ Watson Research Center, P.O. Box 704, Yorktown Heights, NY USA ABSTRACT
Principles of Data Visualization
Principles of Data Visualization by James Bernhard Spring 2012 We begin with some basic ideas about data visualization from Edward Tufte (The Visual Display of Quantitative Information (2nd ed.)) He gives
Improved predictive modeling of white LEDs with accurate luminescence simulation and practical inputs
Improved predictive modeling of white LEDs with accurate luminescence simulation and practical inputs TracePro Opto-Mechanical Design Software s Fluorescence Property Utility TracePro s Fluorescence Property
Outline. Fundamentals. Rendering (of 3D data) Data mappings. Evaluation Interaction
Outline Fundamentals What is vis? Some history Design principles The visualization process Data sources and data structures Basic visual mapping approaches Rendering (of 3D data) Scalar fields (isosurfaces
Choosing a successful structure for your visualization
IBM Software Business Analytics Visualization Choosing a successful structure for your visualization By Noah Iliinsky, IBM Visualization Expert 2 Choosing a successful structure for your visualization
A program for predicting tractor performance in Visual C++
Computers and Electronics in Agriculture 31 (2001) 137 149 www.elsevier.com/locate/compag A program for predicting tractor performance in Visual C++ S.A. Al-Hamed *, A.A. Al-Janobi Agricultural Engineering
Parallel Ray Tracing using MPI: A Dynamic Load-balancing Approach
Parallel Ray Tracing using MPI: A Dynamic Load-balancing Approach S. M. Ashraful Kadir 1 and Tazrian Khan 2 1 Scientific Computing, Royal Institute of Technology (KTH), Stockholm, Sweden [email protected],
Physics 9e/Cutnell. correlated to the. College Board AP Physics 1 Course Objectives
Physics 9e/Cutnell correlated to the College Board AP Physics 1 Course Objectives Big Idea 1: Objects and systems have properties such as mass and charge. Systems may have internal structure. Enduring
Pesticide Analysis by Mass Spectrometry
Pesticide Analysis by Mass Spectrometry Purpose: The purpose of this assignment is to introduce concepts of mass spectrometry (MS) as they pertain to the qualitative and quantitative analysis of organochlorine
Analysis, post-processing and visualization tools
Analysis, post-processing and visualization tools Javier Junquera Andrei Postnikov Summary of different tools for post-processing and visualization DENCHAR PLRHO DOS, PDOS DOS and PDOS total Fe, d MACROAVE
1051-232 Imaging Systems Laboratory II. Laboratory 4: Basic Lens Design in OSLO April 2 & 4, 2002
05-232 Imaging Systems Laboratory II Laboratory 4: Basic Lens Design in OSLO April 2 & 4, 2002 Abstract: For designing the optics of an imaging system, one of the main types of tools used today is optical
Multiphase Flow - Appendices
Discovery Laboratory Multiphase Flow - Appendices 1. Creating a Mesh 1.1. What is a geometry? The geometry used in a CFD simulation defines the problem domain and boundaries; it is the area (2D) or volume
AN INVESTIGATION INTO THE USEFULNESS OF THE ISOCS MATHEMATICAL EFFICIENCY CALIBRATION FOR LARGE RECTANGULAR 3 x5 x16 NAI DETECTORS
AN INVESTIGATION INTO THE USEFULNESS OF THE ISOCS MATHEMATICAL EFFICIENCY CALIBRATION FOR LARGE RECTANGULAR 3 x5 x16 NAI DETECTORS Frazier L. Bronson CHP Canberra Industries, Inc. 800 Research Parkway,
BD LSR II and FACSDiVa Software. Dr. Jens Fleischer, Basel Dr. Norbert Leclere,, Berlin
BD LSR II and FACSDiVa Software, Basel Dr. Norbert Leclere,, Berlin Overview Electronics Covers Fluidics Connectors Controlpanel Sample Port On/Off The Control Panel Ease of Use The basic procedures to
