Visualization Plugin for ParaView

Size: px
Start display at page:

Download "Visualization Plugin for ParaView"

Transcription

1 Alexey I. Baranov Visualization Plugin for ParaView version 2.0 Springer

2

3 Contents 1 Visualization with ParaView ParaView plugin installation Installation of precompiled plugins Compilation of ParaView plugins Visualization Visualizing the Structures Basics of Grid Data Visualization Clipping in ParaView Saving state in ParaView Tips and Tricks

4

5 Chapter 1 Visualization with ParaView The visualization of DGrid generated data can be performed with the freeware program ParaView R which is available for many platforms including Microsoft Windows R, Linux R and macos R. An additional ParaView plugin is necessary for that. It provides routines which read DGrid file formats, adds handy ParaView filters and GUI controls. Plugin for the version consists of the single shared (dynamically linked) library (earlier versions of plugin contain more files). The ParaView plugin installation is described in Sec Brief introduction into ParaView controls and basic visualization steps is given in Sec Detailed information about the ParaView can be found in the Internet at ParaView plugin installation ParaView plugins are made available as a separate part of the DGrid package. There are two ways to deploy them: Precompiled plugins are available for x86 32-bit and 64-bit versions of official builds of ParaView for Microsoft Windows and 64-bit version of ParaView for macos X. At the time of writing this User s Guide the version of ParaView is supported. The x86 64-bit plugins have been tested on Microsoft Windows 7 Professional, Microsoft Windows 10 Home and macos X They can be downloaded from DGrid website as separate packages. The next subsection describes how to install the binary plugin. The plugins can be build from the source code. To do this, one has to build the ParaView from the source code in advance on the same machine. 5

6 6 1 Visualization with ParaView This is the way to obtain the plugins when pre-build binary plugins are not available for target ParaView version or when customized build of ParaView is used (compiler or libraries differ from those for official built). See the Sec for instructions how to build the plugins from source code Installation of precompiled plugins When installing a precompiled plugin, download the package from the DGrid website and unpack it. Copy the plugin files 1 : SMMDGridPlugin (or libsmmdgridplugin) elf mk.xml into folder e.g. PVDGrid ParaView should be informed about new plugins capable to work with DGrid files. One way to do it is to set up system variable called PV PLUGIN PATH to the path of that plugin folder. Another way is to load plugin via Plugin Manager (menu Tools Manage Plugins ). ParaView Wiki ( HowTo#Using Plugins) contains additional information on loading plugins in ParaView Compilation of ParaView plugins First of all, download ParaView source code and build ParaView. Detailed instructions can be obtained at ParaView website at And Install. To compile ParaView, some other software packages like Qt or CMake must be available. Then download the plugin source code from DGrid website, create a folder dgrid-4.6/pvdgrid and unpack the plugin source code into it. As for ParaView, plugin build process is controlled by CMake build control system ( in which one should set up appropriate variables and 1 Plugin versions for ParaView < include more files.

7 1.2 Visualization 7 then generate the build configuration files like Makefile under Linux or Microsoft Visual Studio solution file (*.sln) under Microsoft Windows. Usually, the only important variable which has to be set up when configuring ParaView plugin build in CMake is the ParaView DIR which should point to ParaView build directory (and NOT to the ParaView source directory). Finally the plugin is build using the generated configuration file, e.g., invoking make command under Linux or opening the solution in Microsoft Visual Studio and building it. When everything runs successfully, plugin library file called SMMDGridPlugin or libsmmdgridplugin should appear in the plugin build folder. Consult the Sec on how to configure the ParaView to use the plugins. 1.2 Visualization Start ParaView by typing paraview or clicking its icon. Load the DGrid plugin via Plugin Manager if it is not loaded automatically yet (cf ). ParaView plugin can visualize two types of files prepared by DGrid: DGrid Property files containing the calculated properties on the grid. DGrid Structure files (STR) containing molecular/crystal structures or topological graphs. To test plugins prepare some property grid (for instance the electron density grid for oxazole as described in DGrid User s Guide). 1. Select the file to open (e.g. via menu File Open ). 2. Select the grid file. It will be scanned and boxes representing data sets found in this file appear in the Pipeline Browser window. Normally each grid file contains Structure data set with the structure and Property data set with the scalar field on the grid (Fig. 1.1). A window may appears with the suggestion to select the particular format. Select then the appropriate DGrid format. 3. Press Apply button at the Properties tab to load the data. Some controls of the data set become then available at Properties tab. General information about data set can be found at Information tab. Remark 1.1. If the file is not listed in the selector box and cannot be chosen, select All files (*) in the Files of Type menu of the selector box and try to open that file. This can happen if the file has the extention which was not recognized by ParaView.

8 8 1 Visualization with ParaView If there is a problem to load the file, check in the ParaView Plugin Manager (accessible via menu items Tools Manage Plugins ) if the DGrid plugins were found and loaded. When plugins are not found, check how to add them to ParaView in the Sec When plugins are found but can not be loaded, consult Sec how to recompile them or reinstall the proper version of ParaView. The detailed instructions on the visualization of the grid data and the usage of all the tools is described in details in ParaView guide. A lot of valuable information can also be found at (Wiki, Tutorials, FAQ). A brief guide how to create isosurfaces, slices and basins is given in Sec Following section describes the visualization of Structure data set with current ParaView plugin. Fig. 1.1 Visualization pipeline for structure plot and Atoms tab of ParaView plugin Visualizing the Structures Property files in DGrid format include also the structure data of the molecule or crystal structure. To visualize the structure, select the Structure data set in the Pipeline Browser and then apply Plot Structure filter to it (select from

9 1.2 Visualization 9 the menu Filters Alphabetical Plot Structure and press Apply on the Properties tab. Two additional data sets Ball-n-Stick and Labels appear in the Pipeline Browser. First contains the geometrical representation of molecular structure and second contains labels of the structure elements (Fig. 1.1). Structure plot appearance is controlled via Properties tab of PlotStructure data set. The option Map Scalars, which maps the colors assigned to visual objects using a colormap is activated by default. This means, that the color for an atom, bond, path etc. set at the corresponding tab of Plot Structure filter will be mapped and the object appears on the screen with different color. To switch this option off, select Structure pipeline object, go to its Property tab, find there the section Scalar Coloring (if it is not shown press the button with the gear symbol at the top of the tab to show all the properties of the tab) and uncheck the box Map Scalars Atoms tab The controls for the Atoms tab are shown in Fig Desired atom can be selected using pop-up selector. Each atom type has default radius and color. They can be changed via Set Radius field and Set Color button. When several atoms of the same element type are present, a general name like All C appears in the atom list. This item allow to set same parameters for all atoms of that element type. Please note, that this item will discard the actual parameters of specific atoms! Bonds tab The controls for the Bonds tab are shown in Fig Atoms forming bond can be selected using popup selectors Bond between. General names are also available just like for atoms. Each bond type can have unique radius and color. They can be changed via Set Radius field and Set Color button. The minimal and maximal bond lengths can be modified via Set Min./Max. Distance fields.

10 10 1 Visualization with ParaView Fig. 1.2 ParaView plugin Bonds tab Paths tab To visualize the interconnection paths first the file with the data for the critical points and the path points, written in the DGrid Structure format, must be read in. When file is read the Plot Structure filter can be started in the same way as in case of the structure data, cf. page 8. In contrast to the atomic data, now the Atoms tab does not contain atomic symbols but the symbols for the critical points (and cores), i.e., Attr, Saddle, Ring, Min and Core respectively. General names for both critical points and path types are also available. The controls for the Paths tab are shown in Fig Fig. 1.3 ParaView plugin Paths tab

11 1.2 Visualization 11 Desired path can be chosen using pop-up selector. Each path type has default radius and color given in the DGrid Structure file, cf. DGrid User s Guide. They can be changed via Set Radius field and Set Color button. Path can be made hidden using Visible checkbox Cell tab The buttons for the Cell tab are shown in Fig Fig. 1.4 ParaView plugin Cell tab The unit cell can be visualized using Cell tab controls. The unit cell data are taken from the Lattice vectors part of the Property file, cf, DGrid User s Guide. The color and radius of the cell cylinders can be set via Set Radius field and Set Color button. The unit cell plot is activated when Show Unit Cell box is checked General scale The field Scale below the tab control sets up the general scale factor for all the spheres and cylinders used in the structure plot.

12 12 1 Visualization with ParaView Plotting labels Labels can be shown for atoms, critical points and path fragments to make them recognizable on the plot. Labels are created by Plot Structure filter and are shown as additional data set called Labels. To plot the labels on the screen (see Fig. 1.5) do the following: Fig. 1.5 ParaView plugin Plotting labels 1. Go over ALL BUT Label data set boxes in Pipeline Browser, select Properties tab and deactivate Pickable checkbox (if it is not shown press the button with the gear symbol to show all the properties of the tab). Alternatively one may switch off the visibility of the data set by clicking on the eye icon left to the box in the Pipeline Browser and turn it on back when the labels are plot. 2. Click on Select Points Through button at the top of the visualization window (small buttons below Layout #1 text label on Fig. 1.5) and select with the mouse the part of scene for which the labels should be shown. 3. Go to menu View and activate Selection Display Inspector checkbox if not activated yet. You may like to attach its window to the Properties and Information tabs like shown on the Fig. 1.5 to save more space for the visualization window. 4. Go to the Selection Display Inspector and click on Point Labels. 5. Activate labels checkbox.

13 1.2 Visualization Label appearance (size, font, color etc.) can be tuned by pressing Edit Selection Label Properties button (with gear symbol) Basics of Grid Data Visualization Isosurface Select the desired data set in the Pipeline Browser and apply Contour filter (from menu Filters ). The filter control panel appears on the Properties tab. Specify the isosurface level at the Value Range window there and press Apply to show the isosurface. Check whether the Representation popup is set to Surface and set it to this value. The color of the isosurface can be modified at Properties tab Slice Select the desired data set in the Pipeline Browser and apply Slice filter (from menu Filters ). The filter control panel appears on the Properties tab. Check that Map Scalars checkbox is activated and that the Representation popup is set to Surface. The position and orientation of the slice can be modified by the visual controls shown on the 3D plot or via the fields on the Properties tab. The colormap used for the slice can be changed by pressing the Choose Preset button (with a heart symbol), selecting a colormap in the Choose Preset window that appears and pressing Apply. Classical ELF colormap can be loaded by pressing Import button on the Choose Preset window and loading elf mk.xml file, shipped as a part of ParaView plugin. To set custom range of values, corresponding to the full colorscale, press Rescale to custom range button and modify the range min and max values in the window appeared Basin The basin file contains a field of integer values which can be read in with the interface as described for the property grids on page 7. Special route must be followed for the visualization of the basins as separate solid objects:

14 14 1 Visualization with ParaView 1. After the basin file is read, apply Generate Basin Surfaces filter (from menu Filters ) on its Property data set. This will create new data set called GenerateBasinSurfaces. 2. Apply Plot Basin filter on this new data set. Set Representation popup to Surface. The basin number to be visualized can be selected on the Property tab. 3. Additionally, basin shape can be smoothed to produce more nice-looking plots. This is done by extracting the basin surface with ParaView Extract Surface filter and smoothing it with ParaView Smooth filter. The degree of smoothing can be controlled by Number of iterations parameter. Very fine smoothing (> 500) are not recommended since it may spoil out important shape features and is time-consuming. Basin color and other visualization settings can be modified on the Properties tab. The color of the isosurface or basin can not only be constant for all the points of the object but be controlled by the value of other property at that point (Fig. 1.6). To make such plots, data sets containing property for generating object (e.g. basin or isosurface) and property used to color it should be merged into new combined data set using Append Attribute filter from menu Filters. More than 2 properties can be merged as well. The property used to color the object can be selected, using popup control in the Coloring section of the Properties tab. Fig. 1.6 ParaView plugin Density basin surface colored according to laplacian values

15 1.2 Visualization Clipping in ParaView The visualization elements in ParaView can be clipped with the Clip filter (from menu Filters ). Several types of clipping surfaces are available (e.g. Box, Sphere) and one can clip either internal or external of that (activate Inside Out for the latter). One can also clip the Ball-n-Stick structure plots Saving state in ParaView The visualization scene produced with ParaView can be very complex. When ParaView is closed, the whole arrangement, called state, is lost unless saved. The saving of a state is performed with File Save State. The state can then be later loaded with File Load State Tips and Tricks The colormap is shown automatically by default for any kind of data, i.e. also for the structures. To switch it off permanently, go to menu Edit Settings, select tab General and modify under Color/Opacity Map Range Options middle popup control from Automatically Show and/or Hide Color Bars to Automatically Hide Unused Color Bars. To avoid pressing each time Apply button one can activate Apply changes to parameters automatically button from the Paraview toolbar.

Miroslav Kohout. STR-module for Avizo. User s Guide. Springer

Miroslav Kohout. STR-module for Avizo. User s Guide. Springer Miroslav Kohout STR-module for Avizo User s Guide Springer Contents 1 Visualization with the STR module for Avizo...................... 1 1.1 Avizo module installation....................................

More information

Data analysis with ParaView CSMP Workshop 2009 Gillian Gruen

Data analysis with ParaView CSMP Workshop 2009 Gillian Gruen Data analysis with ParaView 3.4.0 CSMP Workshop 2009 Gillian Gruen How to...... display a data set ( Contour, Glyph, Clip, Slice) be efficient in displaying similar data sets ( work with Lookmarks )...

More information

Spiky Sphere. Finding the Sphere tool. Your first sphere

Spiky Sphere. Finding the Sphere tool. Your first sphere Spiky Sphere Finding the Sphere tool The Sphere tool is part of ShapeWizards suite called MagicBox (the other tools in the suite are Pursuit, Shell, Spiral). You can install all these tools at once by

More information

Table of contents. DMXzone Calendar DMXzone.com

Table of contents. DMXzone Calendar DMXzone.com Table of contents Table of contents... 1 About DMXzone Calendar... 2 Features in Detail... 3 Before you begin... 11 Installing the extension... 11 The Basics: Creating a Form that includes the DMXzone

More information

Advanced Graphics: NOMAD Summer. Interactive analysis and visualization of complex datasets

Advanced Graphics: NOMAD Summer. Interactive analysis and visualization of complex datasets NOMAD Summer A hands-on course on tools for novel-materials discovery September 25-29, 2017, Berlin Advanced Graphics: Interactive analysis and visualization of complex datasets Michele Compostella Markus

More information

v Overview SMS Tutorials Prerequisites Requirements Time Objectives

v Overview SMS Tutorials Prerequisites Requirements Time Objectives v. 12.2 SMS 12.2 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. Ideally, this tutorial should

More information

Dreamweaver MX The Basics

Dreamweaver MX The Basics Chapter 1 Dreamweaver MX 2004 - The Basics COPYRIGHTED MATERIAL Welcome to Dreamweaver MX 2004! Dreamweaver is a powerful Web page creation program created by Macromedia. It s included in the Macromedia

More information

Visualization with ParaView

Visualization with ParaView Visualization with Before we begin Make sure you have 3.10.1 installed so you can follow along in the lab section http://paraview.org/paraview/resources/software.html http://www.paraview.org/ Background

More information

GUIDE TO View3D. Introduction to View3D

GUIDE TO View3D. Introduction to View3D View3D Guide Introduction to View3D... 1 Starting Hampson-Russell Software... 2 Starting View3D... 4 A Brief Summary of the View3D Process... 8 Loading the Seismic and Horizon Data... 8 Viewing the Data...

More information

Working with Charts Stratum.Viewer 6

Working with Charts Stratum.Viewer 6 Working with Charts Stratum.Viewer 6 Getting Started Tasks Additional Information Access to Charts Introduction to Charts Overview of Chart Types Quick Start - Adding a Chart to a View Create a Chart with

More information

Visualization in the Sciences Hands-On Workshop

Visualization in the Sciences Hands-On Workshop Visualization in the Sciences, Hands-On Workshop Part 1: Implement various techniques in Paraview Each of these will start by loading a data set that you are going to display. Copy the McNeil_CNTs.vtk

More information

Selective Space Structures Manual

Selective Space Structures Manual Selective Space Structures Manual February 2017 CONTENTS 1 Contents 1 Overview and Concept 4 1.1 General Concept........................... 4 1.2 Modules................................ 6 2 The 3S Generator

More information

Post-processing in parafoam. Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics 57

Post-processing in parafoam. Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics 57 Post-processing in parafoam Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics 57 Post-processing in parafoam parafoam is the main post-processor distributed with OpenFOAM. As previously mentioned,

More information

GUIDE TO VIEW3D. Introduction to View3D

GUIDE TO VIEW3D. Introduction to View3D View3D Guide Introduction to View3D... 1 Starting Hampson-Russell Software... 2 Starting View3D... 4 A Brief Summary of the View3D Process... 8 Loading the Seismic and Horizon Data... 8 Selection Errors...

More information

EMBO Practical Course on Image Processing for Cryo EM 1-11 September 2015

EMBO Practical Course on Image Processing for Cryo EM 1-11 September 2015 EMBO Practical Course on Image Processing for Cryo EM 1-11 September 2015 Practical 4: Optional part for experienced IMOD users - Reconstructing a cryo tomogram and sub-tomogram averaging of GroEL IMOD

More information

LESSON A. The Splash Screen Application

LESSON A. The Splash Screen Application The Splash Screen Application LESSON A LESSON A After studying Lesson A, you should be able to: Start and customize Visual Studio 2010 or Visual Basic 2010 Express Create a Visual Basic 2010 Windows application

More information

Working with PDF s. To open a recent file on the Start screen, double click on the file name.

Working with PDF s. To open a recent file on the Start screen, double click on the file name. Working with PDF s Acrobat DC Start Screen (Home Tab) When Acrobat opens, the Acrobat Start screen (Home Tab) populates displaying a list of recently opened files. The search feature on the top of the

More information

Fish Eye Menu DMXzone.com Fish Eye Menu Manual

Fish Eye Menu DMXzone.com Fish Eye Menu Manual Fish Eye Menu Manual Page 1 of 33 Index Fish Eye Menu Manual... 1 Index... 2 About Fish Eye Menu... 3 Features in Detail... 4 Integrated in Dreamweaver... 6 Before you begin... 7 Installing the extension...

More information

Using HyperChem for CH 463. Chun Park

Using HyperChem for CH 463. Chun Park Using HyperChem for CH 463 Chun Park Using HyperChem for CH 463 1 st Edition Written by Chun Park Oregon State University Table of Contents Introduction 1 Chapter 1 Getting Started 2 Starting HyperChem...

More information

Working with demographic grids in QGIS

Working with demographic grids in QGIS Working with demographic grids in QGIS Anna Dmowska dmowska@amu.edu.pl April 2017 1. Introduction SocScape (Social Landscape) is a research project which provides open access to high resolution (30 m)

More information

Dive Into Visual C# 2008 Express

Dive Into Visual C# 2008 Express 1 2 2 Dive Into Visual C# 2008 Express OBJECTIVES In this chapter you will learn: The basics of the Visual Studio Integrated Development Environment (IDE) that assists you in writing, running and debugging

More information

What is EasyWeb?! 3 EasyWeb QuickStart! 4. Publishing Your Website! 10

What is EasyWeb?! 3 EasyWeb QuickStart! 4. Publishing Your Website! 10 What is EasyWeb?! 3 EasyWeb QuickStart! 4 Website List! 6 Toolbar! 6 Inspector, Assets and Widgets! 7 Assets! 8 Widgets! 8 EasyWeb s Web Page Designer! 8 Publishing Your Website! 10 Head and Footer Code!

More information

CSC Spring School Visualising Your Results. An Introduction to VMD

CSC Spring School Visualising Your Results. An Introduction to VMD CSC Spring School 2015 Visualising Your Results An Introduction to VMD Michael Patzschke Institute for Resource Ecology HZDR 12.03.2015 The Code VMD visualizing molecular dynamics Developed by Theoretical

More information

Post-processing with Paraview. R. Ponzini, CINECA -SCAI

Post-processing with Paraview. R. Ponzini, CINECA -SCAI Post-processing with Paraview R. Ponzini, CINECA -SCAI Post-processing with Paraview: Overall Program Post-processing with Paraview I (ParaView GUI and Filters) Post-processing with Paraview II (ParaView

More information

User Guide. for. JewelCAD Professional Version 2.0

User Guide. for. JewelCAD Professional Version 2.0 User Guide Page 1 of 121 User Guide for JewelCAD Professional Version 2.0-1 - User Guide Page 2 of 121 Table of Content 1. Introduction... 7 1.1. Purpose of this document... 7 2. Launch JewelCAD Professional

More information

A tutorial for the CAD program LayoutEditor. by Jürgen Thies, Juspertor UG, Munich

A tutorial for the CAD program LayoutEditor.  by Jürgen Thies, Juspertor UG, Munich A tutorial for the CAD program LayoutEditor LayoutEditor is available from www.layouteditor.net by Jürgen Thies, Juspertor UG, Munich M. Rooks, Yale University Common terminology Layers Cells Top-level

More information

Post-processing in parafoam (ParaView-5.0.1)

Post-processing in parafoam (ParaView-5.0.1) Post-processing in parafoam (ParaView-5.0.1) The 2018 installation instructions are for ParaView-5.4.1, and for the native/built-in reader. Differences will be pointed out. Note that in some cases there

More information

v SMS 11.2 Tutorial Overview Prerequisites Requirements Time Objectives

v SMS 11.2 Tutorial Overview Prerequisites Requirements Time Objectives v. 11.2 SMS 11.2 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. Ideally, this tutorial should

More information

SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC

SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC Photo Effects: Snowflakes Photo Border (Photoshop CS6 / CC) SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC In this Photoshop tutorial, we ll learn how to create a simple and fun snowflakes photo border,

More information

Insignia Update to HTML5

Insignia Update to HTML5 Insignia Update to Insignia Software is proud to announce that our version is now available to all our customers. Our major focus in the release was making Insignia customizable to your needs. All features

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

Numbers Basics Website:

Numbers Basics Website: Website: http://etc.usf.edu/te/ Numbers is Apple's new spreadsheet application. It is installed as part of the iwork suite, which also includes the word processing program Pages and the presentation program

More information

Microsoft Word

Microsoft Word OBJECTS: Shapes (part 1) Shapes and the Drawing Tools Basic shapes can be used to graphically represent information or categories. The NOTE: Please read the Objects (add-on) document before continuing.

More information

3D Design with 123D Design

3D Design with 123D Design 3D Design with 123D Design Introduction: 3D Design involves thinking and creating in 3 dimensions. x, y and z axis Working with 123D Design 123D Design is a 3D design software package from Autodesk. A

More information

v SMS 11.1 Tutorial Overview Time minutes

v SMS 11.1 Tutorial Overview Time minutes v. 11.1 SMS 11.1 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. It is suggested that this tutorial

More information

Version 1.1 October 2017 Teaching Subset v5.39

Version 1.1 October 2017 Teaching Subset v5.39 1 Visualisations Version 1.1 October 2017 Teaching Subset v5.39 Table of Contents Example 1. Generating Structure Views... 2 Generating a Simple Molecular View... 2 Generating a Packing Diagram... 4 Displaying

More information

Customizing DAZ Studio

Customizing DAZ Studio Customizing DAZ Studio This tutorial covers from the beginning customization options such as setting tabs to the more advanced options such as setting hot keys and altering the menu layout. Introduction:

More information

WORKFLOW OF EXPORTING REVIT MODELS TO UNITY

WORKFLOW OF EXPORTING REVIT MODELS TO UNITY WORKFLOW OF EXPORTING REVIT MODELS TO UNITY 2016 by Penn State CIC Research Group. All rights reserved May 26, 2014 NOTE: THIS WORKFLOW IS FOR USERS WHO USE REVIT 2016 AND ABOVE, AND 3DS MAX 2016 AND ABOVE.

More information

3.1. User Guide. Processor Expert and Device Initialization PROCESSOR EXPERT FOR FREESCALE HCS12 & HCS12X FAMILY. Freescale Semiconductor, Inc.

3.1. User Guide. Processor Expert and Device Initialization PROCESSOR EXPERT FOR FREESCALE HCS12 & HCS12X FAMILY. Freescale Semiconductor, Inc. Document Version 3.1 PROCESSOR EXPERT FOR FREESCALE HCS12 & HCS12X FAMILY Freescale Semiconductor, Inc. Processor Expert and Device Initialization User Guide PROCESSOR EXPERT AND DEVICE INITIALIZATION

More information

How to install and build an application

How to install and build an application GEANT4 BEGINNERS COURSE GSSI, L Aquila (Italy) 12 nd May 2014 How to install and build an application tutorial course Outline Supported platforms & compilers Required software Where to download the packages

More information

How to install and build an application. Giuliana Milluzzo INFN-LNS

How to install and build an application. Giuliana Milluzzo INFN-LNS How to install and build an application Giuliana Milluzzo INFN-LNS Outline Supported platforms & compilers Required software Where to download the packages Geant4 toolkit installation (release 10) Using

More information

Introduction to Scientific Visualization

Introduction to Scientific Visualization Introduction to Scientific Visualization Erik Brisson ebrisson@bu.edu Topics Introduction Visualization techniques Scientific data domains Software packages and workflow Conclusion What is sci-vis? Could

More information

Tutorial 01 Quick Start Tutorial

Tutorial 01 Quick Start Tutorial Tutorial 01 Quick Start Tutorial Homogeneous single material slope No water pressure (dry) Circular slip surface search (Grid Search) Intro to multi scenario modeling Introduction Model This quick start

More information

To learn how to use Focus in Pix:

To learn how to use Focus in Pix: Welcome To learn how to use Focus in Pix: Step-by-step guide Visit www.focusinpix.com/quick-guide for a quick overview of Focus in Pix software. You will also find many tips and tutorials on our site.

More information

Introduction to the Visual Studio.NET Integrated Development Environment IDE. CSC 211 Intermediate Programming

Introduction to the Visual Studio.NET Integrated Development Environment IDE. CSC 211 Intermediate Programming Introduction to the Visual Studio.NET Integrated Development Environment IDE CSC 211 Intermediate Programming Visual Studio.NET Integrated Development Environment (IDE) The Start Page(Fig. 1) Helpful links

More information

Tutorial 6. Pumping Well and River

Tutorial 6. Pumping Well and River Tutorial 6 Pumping Well and River Table of Contents Objective. 1 Step-by-Step Procedure... 2 Section 1 Data Input. 2 Step 1: Open Adaptive Groundwater Input (.agw) File. 2 Step 2: Pumping Well Design Database

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Supported platforms & compilers Required software Where to download the packages Geant4 toolkit installation (release 10.1.p02)

Supported platforms & compilers Required software Where to download the packages Geant4 toolkit installation (release 10.1.p02) Supported platforms & compilers Required software Where to download the packages Geant4 toolkit installation (release 10.1.p02) Using CMake Building a Geant4 application with CMake Example of a Geant4

More information

McIDAS-V Tutorial: Manipulating GeoTIFFs

McIDAS-V Tutorial: Manipulating GeoTIFFs McIDAS-V Tutorial: Manipulating GeoTIFFs Contents 1. Getting Started... 1 2. Installing the GNCA_Sep2016 Plugin... 2 3. Selecting and Displaying GeoTIFF Images... 4 4. Applying Color Tables and Projections...

More information

v Introduction to WMS WMS 11.0 Tutorial Become familiar with the WMS interface Prerequisite Tutorials None Required Components Data Map

v Introduction to WMS WMS 11.0 Tutorial Become familiar with the WMS interface Prerequisite Tutorials None Required Components Data Map s v. 11.0 WMS 11.0 Tutorial Become familiar with the WMS interface Objectives Import files into WMS and change modules and display options to become familiar with the WMS interface. Prerequisite Tutorials

More information

VIEWZ 1.3 USER MANUAL

VIEWZ 1.3 USER MANUAL VIEWZ 1.3 USER MANUAL 2007-08 Zeus Numerix ViewZ 1.3.0 User Manual Revision: 200806061429 The latest copy of this PDF may be downloaded from the website. An online (HTML) version is also available. Zeus

More information

INTRODUCTION TO VISUAL BASIC 2010

INTRODUCTION TO VISUAL BASIC 2010 INTRODUCTION TO VISUAL BASIC 2010 Microsoft Visual Basic is a set of programming tools that allows you to create applications for the Windows operating system. With Visual Basic, even a beginner can create

More information

Using Eclipse for Java. Using Eclipse for Java 1 / 1

Using Eclipse for Java. Using Eclipse for Java 1 / 1 Using Eclipse for Java Using Eclipse for Java 1 / 1 Using Eclipse IDE for Java Development Download the latest version of Eclipse (Eclipse for Java Developers or the Standard version) from the website:

More information

PowerPoint Tips and Tricks

PowerPoint Tips and Tricks PowerPoint Tips and Tricks Viewing Your Presentation PowerPoint provides multiple ways to view your slide show presentation. You can access these options either through a toolbar on your screen or by pulling

More information

Tutorial 2 - Welcome Application Introducing, the Visual Studio.NET IDE

Tutorial 2 - Welcome Application Introducing, the Visual Studio.NET IDE 1 Tutorial 2 - Welcome Application Introducing, the Visual Studio.NET IDE Outline 2.1 Test-Driving the Welcome Application 2.2 Overview of the Visual Studio.NET 2003 IDE 2.3 Creating a Project for the

More information

SERVICE MANU SER VICE MANU

SERVICE MANU SER VICE MANU SERVICE MANUAL H ow t o U s e Table of Contents 1. 2. 3. 4. 5. 6. Launching the Service Manual Setting up the Service Manual icon Shutting down the Service Manual Basic controls Basic controls of Acrobat

More information

Use the Apple menu to change settings, get Mac OS X software, open recent items, and restart or shut down your computer.

Use the Apple menu to change settings, get Mac OS X software, open recent items, and restart or shut down your computer. Welcome to Mac OS X Aqua makes using your Mac easier than ever. Its color, depth, and motion guide you through your tasks, while the Finder and Dock provide easy access to your computer and network. Aqua

More information

Step by Step How to Manual

Step by Step How to Manual www.quintewestmaps.com Step by Step How to Manual Click on to accept the disclaimer and go to the web GIS Step by Step Web Based GIS Interface Layout of Web Based GIS Save your Favorite Map Views Link

More information

Static Stress Analysis

Static Stress Analysis Static Stress Analysis Determine stresses and displacements in a connecting rod assembly. Lesson: Static Stress Analysis of a Connecting Rod Assembly In this tutorial we determine the effects of a 2,000-pound

More information

Part 1: Quick checklist for WebEx Training presenters

Part 1: Quick checklist for WebEx Training presenters Welcome to Presenter's Guide to WebEx Part 1: Quick checklist for WebEx Training presenters 1. Schedule a test session with the host. Make sure you've tested WebEx and its features before the actual session.

More information

The Bliss GUI Framework. Installation Guide. Matías Guijarro

The Bliss GUI Framework. Installation Guide. Matías Guijarro The Bliss GUI Framework Installation Guide Author Date Matías Guijarro 08/09/05 Index 1. Installing the Framework... 3 1.1 Deploying the packages... 3 1.2 Testing the installation... 4 2.Setting up the

More information

Compare and Merge Track Changes

Compare and Merge Track Changes Compare and Merge Track Changes Course Description The document you have been working on for a couple of weeks is finally finished. Before sending the document to its final destination to be published,

More information

The VASP Scripter AddOn

The VASP Scripter AddOn The VASP Scripter AddOn Tutorial Version 11.8.1 The VASP Scripter AddOn: Tutorial Version 11.8.1 Copyright 2008 2011 QuantumWise A/S Atomistix ToolKit Copyright Notice All rights reserved. This publication

More information

Advanced Visualization with Pmv

Advanced Visualization with Pmv Advanced Visualization with Pmv Michel Michel Sanner, Sanner, Ph.D. Ph.D. Graham Graham Johnson, Johnson, Ph.D. Ph.D. Ludovique Ludovique Autin, Autin, Ph.D. Ph.D. Stefano Stefano Forli, Forli, Ph.D. Ph.D.

More information

GGR 375 QGIS Tutorial

GGR 375 QGIS Tutorial GGR 375 QGIS Tutorial With text taken from: Sherman, Gary E. Shuffling Quantum GIS into the Open Source GIS Stack. Free and Open Source Software for Geospatial (FOSS4G) Conference. 2007. Available online

More information

Getting Started with Access

Getting Started with Access MS Access Chapter 2 Getting Started with Access Course Guide 2 Getting Started with Access The Ribbon The strip across the top of the program window that contains groups of commands is a component of the

More information

Spatial Analysis with Raster Datasets

Spatial Analysis with Raster Datasets Spatial Analysis with Raster Datasets Francisco Olivera, Ph.D., P.E. Srikanth Koka Lauren Walker Aishwarya Vijaykumar Keri Clary Department of Civil Engineering April 21, 2014 Contents Brief Overview of

More information

Kendo UI. Builder by Progress : What's New

Kendo UI. Builder by Progress : What's New Kendo UI Builder by Progress : What's New Copyright 2017 Telerik AD. All rights reserved. July 2017 Last updated with new content: Version 2.0 Updated: 2017/07/13 3 Copyright 4 Contents Table of Contents

More information

How to Create Custom Name Badge Inserts with a Mail Merge in Microsoft Word 2007

How to Create Custom Name Badge Inserts with a Mail Merge in Microsoft Word 2007 Many people know that you can use the Mail Merge feature in Microsoft Word 2007 to easily create mailing labels, but did you know you can use it to quickly create custom name badge inserts? Here, you will

More information

Desktop Studio: Charts. Version: 7.3

Desktop Studio: Charts. Version: 7.3 Desktop Studio: Charts Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Batch Clipping in Modeler Geomatica 2015 Tutorial

Batch Clipping in Modeler Geomatica 2015 Tutorial In Geomatica, you can use the integration capabilities between Focus and Modeler to create custom models and combine tasks using batch processing. This tutorial shows you how to create a model to clip

More information

Contours & Implicit Modelling 1

Contours & Implicit Modelling 1 Contouring & Implicit Modelling Visualisation Lecture 8 Institute for Perception, Action & Behaviour School of Informatics Contours & Implicit Modelling 1 Brief Recap Contouring Implicit Functions lecture

More information

Analysis of Networks with Interactive MOdelling. User s Manual

Analysis of Networks with Interactive MOdelling. User s Manual Analysis of Networks with Interactive MOdelling User s Manual Contents 1 Requirements and installation 1 1.1 Java............................. 1 1.2 Cytoscape........................... 2 1.3 UPPAAL...........................

More information

Chapter 4 Feature Design Tree

Chapter 4 Feature Design Tree 4-1 Chapter 4 Feature Design Tree Understand Feature Interactions Use the FeatureManager Design Tree Modify and Update Feature Dimensions Perform History-Based Part Modifications Change the Names of Created

More information

Import a CAD Model 2018

Import a CAD Model 2018 Import a CAD Model 2018 Import CAD Model In this tutorial you will import a CAD file, then add a 500 kw burner fire. Figure 1. Burner fire in this example This tutorial demonstrates how to: Import a CAD

More information

Caja File Manager. Desktop User Guide

Caja File Manager. Desktop User Guide Caja File Manager Desktop User Guide Desktop User Guide» Working with Files This chapter describes how to use the Caja file manager. Introduction Spatial Mode Browser Mode Opening Files Searching For Files

More information

Apple idvd 11 Tutorial

Apple idvd 11 Tutorial Apple idvd 11 Tutorial GETTING STARTED idvd is a program that allows you to create a DVD with menus and graphics of a professionally made commercial disc to play on your home DVD player. To Begin your

More information

Customization Manager

Customization Manager Customization Manager Release 2015 Disclaimer This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references, may change without

More information

Tips and Tricks using Discovery Studio

Tips and Tricks using Discovery Studio Tips and Tricks using Discovery Studio Allister J. Maynard, Ph.D. Senior Manager, R&D July 31 st, 2008 New Science and Customized Workflows for Drug Discovery Research Webinar Series June 12, 2008 - Advances

More information

Learning Adobe DreamWeaver CC. Module 1 Contents. Chapter 1: Introduction to DreamWeaver CC

Learning Adobe DreamWeaver CC. Module 1 Contents. Chapter 1: Introduction to DreamWeaver CC Module 1 Contents Chapter 1: Introduction to DreamWeaver CC Design Considerations...1-1 Types of Graphics...1-2 Backgrounds and Text...1-2 Planning the Navigation...1-2 The DreamWeaver Screen...1-3 Workspaces...

More information

Tutorial 3. Correlated Random Hydraulic Conductivity Field

Tutorial 3. Correlated Random Hydraulic Conductivity Field Tutorial 3 Correlated Random Hydraulic Conductivity Field Table of Contents Objective. 1 Step-by-Step Procedure... 2 Section 1 Generation of Correlated Random Hydraulic Conductivity Field 2 Step 1: Open

More information

QromaTag for Mac. User Guide. v1.0.5

QromaTag for Mac. User Guide. v1.0.5 QromaTag for Mac User Guide v1.0.5 About QromaTag v1 QromaTag for Mac is a new way to create and embed industry standard photo metadata into your digital images using Natural Language Tagging. Unlike traditional

More information

v Introduction to WMS Become familiar with the WMS interface WMS Tutorials Time minutes Prerequisite Tutorials None

v Introduction to WMS Become familiar with the WMS interface WMS Tutorials Time minutes Prerequisite Tutorials None s v. 10.0 WMS 10.0 Tutorial Become familiar with the WMS interface Objectives Read files into WMS and change modules and display options to become familiar with the WMS interface. Prerequisite Tutorials

More information

PRESENTER RESOURCES. Notes: The Web Promethean Planet ActivInspire Help ActivInspire Cheatsheet (pdf) ActivInspire Basics (pdf)

PRESENTER RESOURCES. Notes: The Web Promethean Planet ActivInspire Help ActivInspire Cheatsheet (pdf) ActivInspire Basics (pdf) PRESENTER RESOURCES Notes: The Web Promethean Planet ActivInspire Help ActivInspire Cheatsheet (pdf) ActivInspire Basics (pdf) Teacher Share Drive "Teacher_Share" Folder "Interactive Whiteboard Lessons

More information

Docking Study with HyperChem Release Notes

Docking Study with HyperChem Release Notes Docking Study with HyperChem Release Notes This document lists additional information about Docking Study with HyperChem family, Essential, Premium Essential, Professional, Advanced, Ultimat, and Cluster.

More information

Outlook basics. Identify user interface elements that you can use to accomplish basic tasks.

Outlook basics. Identify user interface elements that you can use to accomplish basic tasks. Outlook basics Outlook is a powerful tool for managing your e-mail, contacts, calendars, and tasks. To use it most effectively, you first have to understand the basics. This tutorial introduces some of

More information

(APPLIES ONLY TO CLIENTS WHO ENABLE THIS FEATURE)

(APPLIES ONLY TO CLIENTS WHO ENABLE THIS FEATURE) V 4.6.1.January2018 Document version 01-10-2018-02 End of Year LMS Updates Admin Guide NOTE: This DRAFT guide should provide a brief overview and screenshots of the End of Year LMS updates. All items in

More information

Welcome Application. Introducing the Visual Studio.NET IDE. Objectives. Outline

Welcome Application. Introducing the Visual Studio.NET IDE. Objectives. Outline 2 T U T O R I A L Objectives In this tutorial, you will learn to: Navigate Visual Studio.NET s Start Page. Create a Visual Basic.NET solution. Use the IDE s menus and toolbars. Manipulate windows in the

More information

Desktop Studio: Charts

Desktop Studio: Charts Desktop Studio: Charts Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Working with Charts i Copyright 2011 Intellicus Technologies This document

More information

MolPOV Version January Installation:

MolPOV Version January Installation: MolPOV Version 2.1.0 January 2012 Installation: The installation program is provided as a self-extracting executable file MolPOV21_Install.exe. Execute this file from the download location to install MolPOV

More information

Management Interface User Guide

Management Interface User Guide Management Interface User Guide VIDEO Powered by Table of Contents Accessing the management interface 4 Creating your user account 4 Signing-in 4 Forgot your password 4 Media players menu 5 Checking Player

More information

CS-Studio Display Builder

CS-Studio Display Builder CS-Studio Display Builder Tutorial presented: Spring 2017 EPICS Collaboration Meeting at KURRI, Osaka, Japan Megan Grodowitz, Kay Kasemir (kasemir@ornl.gov) Overview Display Builder replaces OPI Builder

More information

Iris Demo V3. for use with a Siemens PLC

Iris Demo V3. for use with a Siemens PLC Iris Demo V3 for use with a Siemens PLC The PLC application belonging to the Iris demo for Siemens is available for Step 7. This Iris demonstration is a small application that is intended to demonstrate

More information

20 - Analyzing Focus Groups

20 - Analyzing Focus Groups 20 - Analyzing Focus Groups Contents 20 - ANALYZING FOCUS GROUPS... 1 HOW CAN MAXQDA SUPPORT FOCUS GROUP ANALYSIS?... 1 USING THE LEXICAL SEARCH FOR CONTRIBUTIONS FROM PARTICIPANTS... 1 THE OVERVIEW OF

More information

Lesson 03: We will add water and will set the placing conditions for the material. WorldBuilder 3.5. for. About Digital Element Tutorials:

Lesson 03: We will add water and will set the placing conditions for the material. WorldBuilder 3.5. for. About Digital Element Tutorials: Lesson 03: We will add water and will set the placing conditions for the material for WorldBuilder 3.5 About Digital Element Tutorials: This tutorial is available both in.pdf format and in Qarbon format,

More information

Step 1: Create A New Photoshop Document

Step 1: Create A New Photoshop Document Snowflakes Photo Border In this Photoshop tutorial, we ll learn how to create a simple snowflakes photo border, which can be a fun finishing touch for photos of family and friends during the holidays,

More information

Quick Guide to the NoMachine GUI

Quick Guide to the NoMachine GUI Quick Guide to the NoMachine GUI Page 1 of 17 Table of Contents 1. What is the NoMachine GUI? The Player preferences GUI 2. How to access the NoMachine 'Player preferences' 2.1. Input preferences 2.2.

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

EnGenius Mesh AP Reset Tool Quick Guide

EnGenius Mesh AP Reset Tool Quick Guide EnGenius Mesh AP Reset Tool Quick Guide Revision : 1.1 Table of Contents EnGenius MESH AP Reset Tool Quick Guide 1. Overview...3 2. Installation Procedure...3 3. Uninstallation Procedure...3 4. Tool Layout...4

More information

edev Technologies integreat4tfs 2015 Update 2 Release Notes

edev Technologies integreat4tfs 2015 Update 2 Release Notes edev Technologies integreat4tfs 2015 Update 2 Release Notes edev Technologies 11/18/2015 Table of Contents 1. INTRODUCTION... 2 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 DASHBOARD... 4 1. FEATURES...

More information