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 1.3 Springer

2

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

4

5 List of Tables vii

6

7 List of Figures 1.1 Visualization pipeline for Structure plot ParaView plugin Bonds tab ParaView plugin Paths tab ParaView plugin Cell tab ParaView plugin Plotting Labels ParaView plugin Density basin surface colored according to laplacian values ix

8

9 Chapter 1 Visualization with ParaView The visualization of DGrid generated data can also be performed with the freeware program ParaView which is available for many platforms including Microsoft Windows, Linux and MacOS. An additional ParaView plugin is necessary for that. It provides routines which read DGrid file formats, adds handy ParaView filters and GUI controls. Plugin consists of two shared (dynamically linked) libraries. 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 separate part of the DGrid package. There are two ways to deploy them: Precompiled plugin is available for x86-64 Microsoft Windows official build of ParaView. At the time of writing this User s Guide the version of ParaView is supported. The plugin was tested on x86-64 Microsoft Windows 7 Professional. It 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. 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. 1

10 2 1 Visualization with ParaView Installation of ParaView plugins When installing a precompiled plugin, download the package from the DGrid website and unpack it. Copy the plugin files 1 : libguidgridplugin 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 ParaView plugin build process is controlled by CMake build control system ( in which one should set up appropriate variables and then generate the build configuration files like Makefile under Linux or Microsoft Visual Studio solution file (*.sln) under Microsoft Windows. 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. Download the plugin source code from DGrid website and unpack it into folder dgrid-4.6/pvdgrid First of all, download ParaView source code and build ParaView. Detailed instructions can be obtained at ParaView website And Install. To compile ParaView, some other tools like Qt or CMake must be available. The configuration and build process for plugin is similar to that for ParaView itself. 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). 1 The versions of plugin for ParaView<4.2.0 includes also additional.xml files.

11 1.2 Visualization 3 When everything runs successfully, plugin library files called libguidgridplugin and libsmmdgridplugin should appear in the plugin build folder. Together with elf mk.xml file located at dgrid-4.6/pvdgrid they comprise the plugin. Consult the Sec on how to configure the ParaView to use the plugins. 1.2 Visualization Start ParaView by typing paraview or clicking the appropriate icon. Load the DGrid plugins via Plugin Manager if they are not loaded automatically (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. 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 (available as hardcopy book

12 4 1 Visualization with ParaView only). 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 Atom 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 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.

13 1.2 Visualization 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 Fig. 1.2 ParaView plugin Bonds tab 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.

14 6 1 Visualization with ParaView 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 4. 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 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 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.

15 1.2 Visualization 7 Fig. 1.4 ParaView plugin Cell tab 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 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

16 8 1 Visualization with ParaView 1. Go over ALL BUT Label data set boxes in Pipeline Browser, select Properties tab and deactivate Pickable checkbox. 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. 4. Go to the Selection Display Inspector and click on Point Label. 5. Activate Labels checkbox. 6. If numbers appears instead of text labels, press Edit Selection Label Properties button (with gear label) below Point Labels button and modify Point Label Format field to %s. Press Apply or OK button. 7. Label appearance (size, font, color etc.) can be tuned by pressing Edit Selection Label Properties button (with gear label) 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 Properies tab. Specify the isosurface level at the Value Range window there and press Apply to show the isosurface. 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 Properies tab. For flat slice plot select Plane as slice type. Its position and orientation can be modified

17 1.2 Visualization 9 by the visual controls shown on the 3D plot or via Origin and Normal fields on the Properties tab. The colormap settings can be modified on the Properties tab. For instance, to load a classic ELF colormap click on Edit Color Map button, press in the window appeared a Choose Preset button and import elf mk.xml file, shipped as a part of ParaView plugin. Then close the Preset Color Scale window. 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 3. Special route must be followed for the visualization of the basins as separate solid objects: 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. The basin 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. One should be careful with very fine smoothing (> 500) 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.

18 10 1 Visualization with ParaView Fig. 1.6 ParaView plugin Density basin surface colored according to laplacian values 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 In ParaView the control for selection of parallel/perspective projection has been moved from Edit View Settings menu to Properties tab. To access it, select builtin element in the Pipeline Browser and press settings button with gear label. Advanced options will appear, including Camera Parallel Projection

19 1.2 Visualization 11 checkbox. Modify it when necessary and click on the button with floppy label right to View(Render View) button to save the settings. In ParaView 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. In ParaView 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, uncheck box Map Scalars under section Scalar Coloring on the Property tab of Plot Structure filter and press a button with the floppy logo right to the Display (GeometryRepresentation) control.

20

21 Index Basin smoothing, 9 Property file, 3 colormap, 9 merging dataset attributes, 10 Structure file, 3 13

Visualization with OpenDX

Visualization with OpenDX Alexey I. Baranov Visualization with OpenDX User s Guide Springer Contents 1 Visualization with OpenDX..................................... 1 1.1 OpenDX module installation.................................

More information

Visualization with ParaView

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

More information

Processing Data with rsmap3d Software Services Group Advanced Photon Source Argonne National Laboratory

Processing Data with rsmap3d Software Services Group Advanced Photon Source Argonne National Laboratory Processing Data with rsmap3d Software Services Group Advanced Photon Source Argonne National Laboratory Introduction rsmap3d is an application for producing 3D reciprocal space maps from x-ray diffraction

More information

Visualization with ParaView. Greg Johnson

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

More information

Why are we teaching you VisIt?

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

More information

Gephi Tutorial Visualization

Gephi Tutorial Visualization Gephi Tutorial Welcome to this Gephi tutorial. It will guide you to the basic and advanced visualization settings in Gephi. The selection and interaction with tools will also be introduced. Follow the

More information

VisIt Visualization Tool

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

More information

RVA: RESERVOIR VISUALIZATION AND ANALYSIS

RVA: RESERVOIR VISUALIZATION AND ANALYSIS RVA: RESERVOIR VISUALIZATION AND ANALYSIS USER MANUAL Beta 0.1.0 D. Keefer, D. Torridi, J. Duggirala Copyright 2011, University of Illinois at Urbana Champaign (UIUC). All Rights Reserved. 1 CONTENTS About...

More information

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual Vodafone PC SMS 2010 (Software version 4.7.1) User Manual July 19, 2010 Table of contents 1. Introduction...4 1.1 System Requirements... 4 1.2 Reply-to-Inbox... 4 1.3 What s new?... 4 2. Installation...6

More information

Tutorial 2 Online and offline Ship Visualization tool Table of Contents

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

More information

Summary. Load and Open GaussView to start example

Summary. Load and Open GaussView to start example Summary This document describes in great detail how to navigate the Linux Red Hat Terminal to bring up GaussView, use GaussView to create a simple atomic or molecular simulation input file, and then use

More information

Knowledgebase Article

Knowledgebase Article How to detect Internet Explorer version using Custom Scan Company web site: Support email: Support telephone: +44 20 3287-7651 +1 646 233-1163 2 The Internet Explorer application is not

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

Steady Flow: Laminar and Turbulent in an S-Bend

Steady Flow: Laminar and Turbulent in an S-Bend STAR-CCM+ User Guide 6663 Steady Flow: Laminar and Turbulent in an S-Bend This tutorial demonstrates the flow of an incompressible gas through an s-bend of constant diameter (2 cm), for both laminar and

More information

UOFL SHAREPOINT ADMINISTRATORS GUIDE

UOFL SHAREPOINT ADMINISTRATORS GUIDE UOFL SHAREPOINT ADMINISTRATORS GUIDE WOW What Power! Learn how to administer a SharePoint site. [Type text] SharePoint Administrator Training Table of Contents Basics... 3 Definitions... 3 The Ribbon...

More information

OpenFOAM postprocessing and advanced running options

OpenFOAM postprocessing and advanced running options OpenFOAM postprocessing and advanced running options Tommaso Lucchini Department of Energy Politecnico di Milano The post processing tool: parafoam The main post-processing tool provided with OpenFOAM

More information

WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts. Classroom Setup Guide. Web Age Solutions Inc.

WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts. Classroom Setup Guide. Web Age Solutions Inc. WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Software

More information

How to Fix Time Matters. 2011 Active Practice LLC

How to Fix Time Matters. 2011 Active Practice LLC How to Fix Time Matters How to Fix Time Matters Troubleshooting tips, techniques and solutions by Wells H. Anderson, J.D., CIC. Contents 3 Table of Contents Part I Backing Up Time Matters 4 1 Manual...

More information

PyRy3D: a software tool for modeling of large macromolecular complexes MODELING OF STRUCTURES FOR LARGE MACROMOLECULAR COMPLEXES

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

More information

Visualizing molecular simulations

Visualizing molecular simulations Visualizing molecular simulations ChE210D Overview Visualization plays a very important role in molecular simulations: it enables us to develop physical intuition about the behavior of a system that is

More information

How to Mail Merge PDF Documents

How to Mail Merge PDF Documents How to Mail Merge PDF Documents A step-by-step guide to creating personalized documents Table of Contents What is a mail merge?... 2 What do I need to start?... 2 Step 1: How to create a PDF document?...

More information

Crystal Print Control Installation Instructions for PCs running Microsoft Windows XP and using the Internet Explorer browser

Crystal Print Control Installation Instructions for PCs running Microsoft Windows XP and using the Internet Explorer browser Crystal Print Control Installation Instructions for PCs running Microsoft Windows XP and using the Internet Explorer browser Important Notice: You must have administrative rights to your PC to perform

More information

Scientific Visualization with ParaView

Scientific Visualization with ParaView Scientific Visualization with ParaView Geilo Winter School 2016 Andrea Brambilla (GEXCON AS, Bergen) Outline Part 1 (Monday) Fundamentals Data Filtering Part 2 (Tuesday) Time Dependent Data Selection &

More information

Outlook Plug-In User Guide

Outlook Plug-In User Guide Outlook Plug-In User Guide InterCall, in partnership with JCS Technologies, provides an Outlook Plug-In that allows you to quickly and easily create, edit and schedule meetings with pre-defined information

More information

User Guide to the Content Analysis Tool

User Guide to the Content Analysis Tool User Guide to the Content Analysis Tool User Guide To The Content Analysis Tool 1 Contents Introduction... 3 Setting Up a New Job... 3 The Dashboard... 7 Job Queue... 8 Completed Jobs List... 8 Job Details

More information

BIOC351: Proteins. PyMOL Laboratory #1. Installing and Using

BIOC351: Proteins. PyMOL Laboratory #1. Installing and Using BIOC351: Proteins PyMOL Laboratory #1 Installing and Using Information and figures for this handout was obtained from the following sources: Introduction to PyMOL (2009) DeLano Scientific LLC. Installing

More information

Plotting: Customizing the Graph

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

More information

Email Address Collector. - Tutorial -

Email Address Collector. - Tutorial - Email Address Collector - Tutorial - How to extract email addresses from mail folders 1. Open Email Address Collector Once the product is installed and your license is activated, you can start extracting

More information

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6

More information

Chapter 15: Forms. User Guide. 1 P a g e

Chapter 15: Forms. User Guide. 1 P a g e User Guide Chapter 15 Forms Engine 1 P a g e Table of Contents Introduction... 3 Form Building Basics... 4 1) About Form Templates... 4 2) About Form Instances... 4 Key Information... 4 Accessing the Form

More information

Gephi Tutorial Quick Start

Gephi Tutorial Quick Start Gephi Tutorial Welcome to this introduction tutorial. It will guide you to the basic steps of network visualization and manipulation in Gephi. Gephi version 0.7alpha2 was used to do this tutorial. Get

More information

Activity: Using ArcGIS Explorer

Activity: Using ArcGIS Explorer Activity: Using ArcGIS Explorer Requirements You must have ArcGIS Explorer for this activity. Preparation: Download ArcGIS Explorer. The link below will bring you to the ESRI ArcGIS Explorer download page.

More information

Joomla! template Blendvision v 1.0 Customization Manual

Joomla! template Blendvision v 1.0 Customization Manual Joomla! template Blendvision v 1.0 Customization Manual Blendvision template requires Helix II system plugin installed and enabled Download from: http://www.joomshaper.com/joomla-templates/helix-ii Don

More information

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION Contents 1. Getting Started... 4 1.1 Specops Deploy Supported Configurations... 4 2. Specops Deploy and Active Directory...5 3. Specops Deploy

More information

Outlook Plug In User Guide

Outlook Plug In User Guide Outlook Plug In User Guide InterCall, in partnership with JCS Technologies, provides an Outlook Plug In that allows you to quickly and easily create, edit and schedule meetings with pre defined information

More information

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development Information Technology MS Office Excel 2007 Users Guide EXCEL 2007 Using Excel for Data Query & Management IT Training & Development (818) 677-1700 [email protected] http://www.csun.edu/training TABLE

More information

All-in-one webinar solution. User Guide For Account Holders and Moderators

All-in-one webinar solution. User Guide For Account Holders and Moderators All-in-one webinar solution. User Guide For Account Holders and Moderators CHAPTER 1 Quick Start Guide You will learn how to schedule your first session in 5 easy steps. STEP ONE: Login to Onstream Webinars

More information

Introduction to Microsoft Word 2008

Introduction to Microsoft Word 2008 1. Launch Microsoft Word icon in Applications > Microsoft Office 2008 (or on the Dock). 2. When the Project Gallery opens, view some of the available Word templates by clicking to expand the Groups, and

More information

Microsoft Access 2007

Microsoft Access 2007 How to Use: Microsoft Access 2007 Microsoft Office Access is a powerful tool used to create and format databases. Databases allow information to be organized in rows and tables, where queries can be formed

More information

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms InfoPath 2013 Web Enabled (Browser) forms Creating Web Enabled

More information

CLOUD DIGITISER 2014!

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

More information

Java. How to install the Java Runtime Environment (JRE)

Java. How to install the Java Runtime Environment (JRE) Java How to install the Java Runtime Environment (JRE) Install Microsoft Virtual Machine (VM) via System Check Install Sun Java Runtime Environment (JRE) via System Check Loading Java Applet Failed How

More information

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 1) Navigate to the C:/temp folder 2) Make a directory using your initials. 3) Use your web browser to navigate to www.library.yale.edu/mapcoll/ and

More information

Driver s License Camera Scanner Installation Guide!

Driver s License Camera Scanner Installation Guide! Driver s License Camera Scanner Installation Guide 1831 Fort Union Blvd, Salt Lake City, Utah 84121 800-347-6439 801-943-7277 www.companioncorp.com Copyright 2013 Evelyn Manufacturing, All Rights Reserved.

More information

Making Visio Diagrams Come Alive with Data

Making Visio Diagrams Come Alive with Data Making Visio Diagrams Come Alive with Data An Information Commons Workshop Making Visio Diagrams Come Alive with Data Page Workshop Why Add Data to A Diagram? Here are comparisons of a flow chart with

More information

TUTORIAL 4 Building a Navigation Bar with Fireworks

TUTORIAL 4 Building a Navigation Bar with Fireworks TUTORIAL 4 Building a Navigation Bar with Fireworks This tutorial shows you how to build a Macromedia Fireworks MX 2004 navigation bar that you can use on multiple pages of your website. A navigation bar

More information

Using Adobe Dreamweaver CS4 (10.0)

Using Adobe Dreamweaver CS4 (10.0) Getting Started Before you begin create a folder on your desktop called DreamweaverTraining This is where you will save your pages. Inside of the DreamweaverTraining folder, create another folder called

More information

Network Probe User Guide

Network Probe User Guide Network Probe User Guide Network Probe User Guide Table of Contents 1. Introduction...1 2. Installation...2 Windows installation...2 Linux installation...3 Mac installation...4 License key...5 Deployment...5

More information

Applying a circular load. Immediate and consolidation settlement. Deformed contours. Query points and query lines. Graph query.

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.

More information

OPTOFORCE DATA VISUALIZATION 3D

OPTOFORCE DATA VISUALIZATION 3D U S E R G U I D E - O D V 3 D D o c u m e n t V e r s i o n : 1. 1 B E N E F I T S S Y S T E M R E Q U I R E M E N T S Analog data visualization Force vector representation 2D and 3D plot Data Logging

More information

Installing Geant4 v9.5 for Windows

Installing Geant4 v9.5 for Windows Installing Geant4 v9.5 for Windows A step-by-step guide for Windows XP/Vista/7 using cmake and Visual C++ 2009 / 2010 Daniel Brandt 6 April 2012 0. Introduction and Requirements This document provides

More information

JustClust User Manual

JustClust User Manual JustClust User Manual Contents 1. Installing JustClust 2. Running JustClust 3. Basic Usage of JustClust 3.1. Creating a Network 3.2. Clustering a Network 3.3. Applying a Layout 3.4. Saving and Loading

More information

Backup Server DOC-OEMSPP-S/6-BUS-EN-21062011

Backup Server DOC-OEMSPP-S/6-BUS-EN-21062011 Backup Server DOC-OEMSPP-S/6-BUS-EN-21062011 The information contained in this guide is not of a contractual nature and may be subject to change without prior notice. The software described in this guide

More information

Quick Start Guide. Microinvest Warehouse Pro Light Restaurant

Quick Start Guide. Microinvest Warehouse Pro Light Restaurant Quick Start Guide Warehouse Pro Light Restaurant 2013 I. Application Installation During the initial installation of the product, the application gets to know the computer system, on which it shall work

More information

FrenzelSoft Stock Ticker

FrenzelSoft Stock Ticker FrenzelSoft Stock Ticker User Manual 1 Table of Contents 1 First Start... 5 2 Basic Elements... 6 3 Context Menu Elements... 10 3.1 Show/Hide... 10 3.2 Add Symbol... 10 3.3 Remove Symbol... 10 3.4 Remove...

More information

3D structure visualization and high quality imaging. Chimera

3D structure visualization and high quality imaging. Chimera 3D structure visualization and high quality imaging. Chimera Vincent Zoete 2008 Contact : vincent.zoete@isb sib.ch 1/27 Table of Contents Presentation of Chimera...3 Exercise 1...4 Loading a structure

More information

RuleBender 1.1.415 Tutorial

RuleBender 1.1.415 Tutorial RuleBender 1.1.415 Tutorial Installing and Launching RuleBender Requirements OSX Getting Started Linux Getting Started Windows Getting Started Using the Editor The Main Window Creating and Opening Files

More information

The System Monitor Handbook. Chris Schlaeger John Tapsell Chris Schlaeger Tobias Koenig

The System Monitor Handbook. Chris Schlaeger John Tapsell Chris Schlaeger Tobias Koenig Chris Schlaeger John Tapsell Chris Schlaeger Tobias Koenig 2 Contents 1 Introduction 6 2 Using System Monitor 7 2.1 Getting started........................................ 7 2.2 Process Table.........................................

More information

TakeMySelfie ios App Documentation

TakeMySelfie ios App Documentation TakeMySelfie ios App Documentation What is TakeMySelfie ios App? TakeMySelfie App allows a user to take his own picture from front camera. User can apply various photo effects to the front camera. Programmers

More information

Analyzing financial data

Analyzing financial data LESSON 9 Analyzing financial data 9 Lesson objectives, 240 Supporting materials, 238 Instructor preparation, 238 To start this lesson, 240 Reports and graphs help you understand your business, 241 Creating

More information

Windows XP Chinese Character Support Installation Instruction

Windows XP Chinese Character Support Installation Instruction Windows XP Chinese Character Support Installation Instruction Windows XP has a utility to allow user to modify language sets for both multi-language input and viewing of foreign character sets. This document

More information

Knowledgebase Article

Knowledgebase Article Company web site: Support email: Support telephone: +44 20 3287-7651 +1 646 233-1163 2 EMCO Network Inventory 5 provides a built in SQL Query builder that allows you to build more comprehensive

More information

Strategic Asset Tracking System User Guide

Strategic Asset Tracking System User Guide Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data

More information

Switching from PC SAS to SAS Enterprise Guide Zhengxin (Cindy) Yang, inventiv Health Clinical, Princeton, NJ

Switching from PC SAS to SAS Enterprise Guide Zhengxin (Cindy) Yang, inventiv Health Clinical, Princeton, NJ PharmaSUG 2014 PO10 Switching from PC SAS to SAS Enterprise Guide Zhengxin (Cindy) Yang, inventiv Health Clinical, Princeton, NJ ABSTRACT As more and more organizations adapt to the SAS Enterprise Guide,

More information

Creating Drawings in Pro/ENGINEER

Creating Drawings in Pro/ENGINEER 6 Creating Drawings in Pro/ENGINEER This chapter shows you how to bring the cell phone models and the assembly you ve created into the Pro/ENGINEER Drawing mode to create a drawing. A mechanical drawing

More information

DataPA OpenAnalytics End User Training

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

More information

Census. di Monitoring Installation User s Guide

Census. di Monitoring Installation User s Guide Census di Monitoring Installation User s Guide 1 r1 Contents Introduction... 3 Content overview... 3 Installing Windows 2003 Server Components... 4 System requirements... 4 di Monitoring Web Set-up...

More information

SourceAnywhere Service Configurator can be launched from Start -> All Programs -> Dynamsoft SourceAnywhere Server.

SourceAnywhere Service Configurator can be launched from Start -> All Programs -> Dynamsoft SourceAnywhere Server. Contents For Administrators... 3 Set up SourceAnywhere... 3 SourceAnywhere Service Configurator... 3 Start Service... 3 IP & Port... 3 SQL Connection... 4 SourceAnywhere Server Manager... 4 Add User...

More information

CONTENTM WEBSITE MANAGEMENT SYSTEM. Getting Started Guide

CONTENTM WEBSITE MANAGEMENT SYSTEM. Getting Started Guide CONTENTM WEBSITE MANAGEMENT SYSTEM Getting Started Guide Table of Contents CONTENTM WEBSITE MANAGEMENT SYSTEM... 1 GETTING TO KNOW YOUR SITE...5 PAGE STRUCTURE...5 Templates...5 Menus...5 Content Areas...5

More information

Advanced visualization with VisNow platform Case study #3 Vector data visualization

Advanced visualization with VisNow platform Case study #3 Vector data visualization Advanced visualization with VisNow platform Case study #3 Vector data visualization This work is licensed under a Creative Commons Attribution- NonCommercial-NoDerivatives 4.0 International License. Vector

More information

What is new in WiseImage

What is new in WiseImage Additional RAM support for 64-bit OS Now WiseImage installed on Windows 64-bit is able to use up to 3.5 3.7 GB of RAM, whereas the previous versions of WiseImage could not use more than 1.5 GB of RAM.

More information

Installation Windows Next Linux Mac Navigator Navigator Help Show Navigator at Startup PR Wizard New PR Campaign PR Manager

Installation Windows Next Linux Mac Navigator Navigator Help Show Navigator at Startup PR Wizard New PR Campaign PR Manager bluevizia PR Manager is a modern, easy-to-use software tool for the successful development and management of the internal and external communications of the company. Installation Windows Double-click with

More information

OnSync All-in-one web conferencing solution. User Guide For Account Holders and Moderators

OnSync All-in-one web conferencing solution. User Guide For Account Holders and Moderators OnSync All-in-one web conferencing solution. User Guide For Account Holders and Moderators CHAPTER 1 Quick Start Guide You will learn how to schedule your first session in 5 easy steps. Page 2 Watch it

More information

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Advanced Microsoft Excel 2010 Table of Contents THE PASTE SPECIAL FUNCTION... 2 Paste Special Options... 2 Using the Paste Special Function... 3 ORGANIZING DATA... 4 Multiple-Level Sorting... 4 Subtotaling

More information

Eliminate Memory Errors and Improve Program Stability

Eliminate Memory Errors and Improve Program Stability Eliminate Memory Errors and Improve Program Stability with Intel Parallel Studio XE Can running one simple tool make a difference? Yes, in many cases. You can find errors that cause complex, intermittent

More information

vtcommander Installing and Starting vtcommander

vtcommander Installing and Starting vtcommander vtcommander vtcommander provides a local graphical user interface (GUI) to manage Hyper-V R2 server. It supports Hyper-V technology on full and core installations of Windows Server 2008 R2 as well as on

More information

Adobe Dreamweaver CC 14 Tutorial

Adobe Dreamweaver CC 14 Tutorial Adobe Dreamweaver CC 14 Tutorial GETTING STARTED 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

More information

Troubleshooting Guide. 2.2 Click the Tools menu on Windows Explorer 2.3 Click Folder Options. This will open a dialog box:

Troubleshooting Guide. 2.2 Click the Tools menu on Windows Explorer 2.3 Click Folder Options. This will open a dialog box: Listed below are errors you could possibly encounter when trying to log into Business Online after upgrading to the latest version of Java. Click on the link for a full explanation of the error and the

More information

14.1. bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë

14.1. bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë 14.1 bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë bî~äì~íáåö=oéñäéåíáçå=ñçê=emi=rkfui=~åç=lééåsjp=eçëíë This guide walks you quickly through key Reflection features. It covers: Getting Connected

More information

Publishing Geoprocessing Services Tutorial

Publishing Geoprocessing Services Tutorial Publishing Geoprocessing Services Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Publishing a geoprocessing service........................ 3 Copyright 1995-2010 ESRI,

More information

How to Configure Windows 8.1 to run ereports on IE11

How to Configure Windows 8.1 to run ereports on IE11 How to Configure Windows 8.1 to run ereports on IE11 Description: Windows 8.1 ships with IE10, but can be updated to IE11. There is a special mode in IE11 called Enterprise Mode that can be used to emulate

More information

Installing Oracle 12c Enterprise on Windows 7 64-Bit

Installing Oracle 12c Enterprise on Windows 7 64-Bit JTHOMAS ENTERPRISES LLC Installing Oracle 12c Enterprise on Windows 7 64-Bit DOLOR SET AMET Overview This guide will step you through the process on installing a desktop-class Oracle Database Enterprises

More information

Intellect Platform - Tables and Templates Basic Document Management System - A101

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

More information

GUIDE TO POST-PROCESSING OF THE POINT CLOUD

GUIDE TO POST-PROCESSING OF THE POINT CLOUD GUIDE TO POST-PROCESSING OF THE POINT CLOUD Contents Contents 3 Reconstructing the point cloud with MeshLab 16 Reconstructing the point cloud with CloudCompare 2 Reconstructing the point cloud with MeshLab

More information

isupplier PORTAL ACCESS SYSTEM REQUIREMENTS

isupplier PORTAL ACCESS SYSTEM REQUIREMENTS TABLE OF CONTENTS Recommended Browsers for isupplier Portal Recommended Microsoft Internet Explorer Browser Settings (MSIE) Recommended Firefox Browser Settings Recommended Safari Browser Settings SYSTEM

More information

MONAHRQ Installation Permissions Guide. Version 2.0.4

MONAHRQ Installation Permissions Guide. Version 2.0.4 MONAHRQ Installation Permissions Guide Version 2.0.4 March 19, 2012 Check That You Have all Necessary Permissions It is important to make sure you have full permissions to run MONAHRQ. The following instructions

More information

ICP Data Validation and Aggregation Module Training document. HHC Data Validation and Aggregation Module Training Document

ICP Data Validation and Aggregation Module Training document. HHC Data Validation and Aggregation Module Training Document HHC Data Validation and Aggregation Module Training Document Contents 1. Introduction... 4 1.1 About this Guide... 4 1.2 Scope... 4 2. Steps for Testing HHC Data Validation and Aggregation Module.. Error!

More information

Viewing and Troubleshooting Perfmon Logs

Viewing and Troubleshooting Perfmon Logs CHAPTER 7 To view perfmon logs, you can download the logs or view them locally. This chapter contains information on the following topics: Viewing Perfmon Log Files, page 7-1 Working with Troubleshooting

More information

Installing the Android SDK

Installing the Android SDK Installing the Android SDK To get started with development, we first need to set up and configure our PCs for working with Java, and the Android SDK. We ll be installing and configuring four packages today

More information

Data Crow Creating Reports

Data Crow Creating Reports Data Crow Creating Reports Written by Robert Jan van der Waals August 25, 2014 Version 1.2 Based on Data Crow 4.0.7 (and higher) Introduction Data Crow allows users to add their own reports or to modify

More information

Manual. Sealer Monitor Software. Version 0.10.7

Manual. Sealer Monitor Software. Version 0.10.7 Manual Sealer Monitor Software Version 0.10.7 Contents 1 Introduction & symbols 1 2 Installation 2 2.1 Requirements 2 2.2 Installation process 2 3 Menu & Tooblar 5 3.1 File menu 5 3.2 Print menu 6 3.3

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 The biggest difference between Excel 2007 and its predecessors is the new layout. All of the old functions are still there (with some new additions), but they are now located

More information

Generative Drafting. Page 1 1997 2001 DASSAULT SYSTEMES. IBM Product Lifecycle Management Solutions / Dassault Systemes

Generative Drafting. Page 1 1997 2001 DASSAULT SYSTEMES. IBM Product Lifecycle Management Solutions / Dassault Systemes Generative Drafting Page 1 Tutorial Objectives Description This Tutorial is an introduction to Generative Drafting. Message To show how CATIA V5 allows the user to automatically generate associative drafting

More information

Windows 8.1 Update 1 Supplement

Windows 8.1 Update 1 Supplement Illustrated Series Guide to Windows 8.1 Update 1 Changes June 2014 Table of Contents (CTRL+Click a link to navigate directly to Part 1, 2, 3, or 4.) Part 1: What Version of Windows Am I Using? Part 2:

More information

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro Online Backup by Mozy Restore Common Questions Document Revision Date: June 29, 2012 Online Backup by Mozy Common Questions 1 How do I restore my data? There are five ways of restoring your data: 1) Performing

More information

BlueJ Teamwork Tutorial

BlueJ Teamwork Tutorial BlueJ Teamwork Tutorial Version 2.0 for BlueJ Version 2.5.0 (and 2.2.x) Bruce Quig, Davin McCall School of Engineering & IT, Deakin University Contents 1 OVERVIEW... 3 2 SETTING UP A REPOSITORY... 3 3

More information

How to Use Motion Detection in ACTi Cameras

How to Use Motion Detection in ACTi Cameras ACTi Knowledge Base Category: Installation & Configuration Note Sub-category: Application Model: All Firmware: N/A Software: N/A Author: Ando.Meritee Published: 2010/11/19 Reviewed: 2011/03/02 How to Use

More information

PREDICTIVE DIALER AND REMOTE AGENT SETUP GUIDE

PREDICTIVE DIALER AND REMOTE AGENT SETUP GUIDE PREDICTIVE DIALER AND REMOTE AGENT SETUP GUIDE RELEASE 7 VOICENT AGENTDIALER TM TABLE OF CONTENT I. Overview II. Install and Setup Server III. Test AgentDialer on the Server IV. Use a better headset V.

More information