OPTIONAL EXERCISE 1: CREATING A FUSION PROJECT PART A

Size: px
Start display at page:

Download "OPTIONAL EXERCISE 1: CREATING A FUSION PROJECT PART A"

Transcription

1 Exercise Objec ves In the previous exercises, you were provided a full Fusion LIDAR dataset. In this exercise, you will begin with raw LIDAR data and create a new Fusion project one that will be as complete as the previous example dataset. In subsequent exercises (Crea ng a Fusion Project Parts 2 and 3), you will con nue to create a rich Fusion project by: crea ng the Bare Earth surface, a Top of Canopy Model (TCM) and a Canopy Height Model (CHM). You will also work with Fusion command line executables in the DOS environment and create batch files to allow you to work more efficiently. Prerequisites Exercise Data: lubrecht.zip, includes nine les of LIDAR data(lub_ le1.las...lub_ le9.las). Overview of Major Steps 1. Download and Organize Data. 2. Create and Load the Reference Image. 3. Explore the Catalog Command. Op onal Exercise 1 page 1

2 1. Download and Organize Data a. Determine the format. The LAS (laser) file format is a public file format for sharing 3 dimensional point cloud data between users. Although the LAS format is the preferred format for lidar data, vendors will o en provide lidar data in other formats such as ASCII text or ASCII CSV. In order for these files to be used by Fusion s LDV, they must first be converted to either an LAS or LDA file. Fusion can read LAS files directly the only step required is to generate index files (.ldi and.ldx). This happens automa cally the first me an LAS file is loaded. The files that we will use for this exercise are a set of nine LAS files (lub_ le1.las, lub_ le2.las...lub_ le9.las). Delivering LIDAR data in les is a common delivery method to split the data into a more manageable file size. For more informa on about the LAS format, click the following link: h p:// ee General/LASer LAS File Format Exchange Ac vi es.html. A er you ve downloaded the data file (lubrecht.zip), you must extract the enclosed.las files to c:\lidar\lubrecht (you ll have to create the lubrecht folder first). b. Consider the various methods to inspect the content. 1. Use Fusion (Tools Miscellaneous u li es Examine LAS Files) to inspect the LAS file headers. 2. Use a text editor (e.g. Wordpad or Notepad) to open an ASCII text file, or Use Excel to open an ASCII CSV file. 3. Ask yourself ques ons such as: Does the data include all returns (requires filtering)? Are addi onal a ributes available: intensity (can be used to create a geolocated image), scan angle, return number, other? c. Inspect the LAS file headers. 1. Open Fusion. 2. Click Tools l Miscellaneous U li es l Examine LAS file headers. 3. Navigate to and Select one of the LAS files. First Return (pulse) density image created from the lidar data. Fusion will read and write LAS files, but some of the fields for each return are not populated (although the data is s ll there). All returns are counted as first returns in the LAS header file (right) This missing informa on is important to determine the number of returns that exist in the data, i.e.:1st and last or mul ple returns (beneficial for forest structure modeling). To view more informa on about each data point, the LAS file can be converted to an ASCII csv file. LAS files are ready to use in Fusion and conver ng them to CSV files will give us addi onal informa on about the data (which may help us in our data analysis). Op onal Exercise 1 page 2

3 4. Take a moment to inspect. d. Convert one of the LAS files to a CSV file format. This is an op onal step to learn more about your LIDAR data. 1. Click Tools l Data Conversion l Export data from LAS or LDA files to other formats 2. Select one of your LAS files for the input file. 3. Navigate to an output folder of your choice and create an output file with an.csv extension 4. Ensure that you use the output format drop down box to select (ASCII CSV format (XYZIPRS)). 5. Click Convert. When the process finishes close the window. 6. Navigate to and load the CSV file into Excel a er the data conversion is complete. Excel will only open a por on of the file since it is limited to 65,536 rows (records) but that is more then sufficient for our purpose. Do you no ce addi onal informa on available in this data format? (for example the return #, nadir angle or intensity). Even though your LAS data is already compa ble with Fusion you can t view it in Fusion un l you load an associated geo referenced image. We ll create one now Create and Load the Reference Image A georeferenced image is a cri cal requirement for exploring LIDAR data in Fusion it provides the coordinate system and visual reference for the LIDAR data. There are at least three ways to input a useable reference image: 1) find an exis ng georeferenced image (e.g. NAIP; see note below) remembering that you may have to reproject the image to match the LIDAR projec on; 2) Use the Create image using LIDAR data u lity found within FU SION; or 3) you can create a reference image automa cally by running the catalog.exe DOS command line u lity. In sec on 3 of this exercise, we ll explore the catalog command for now, let s use the Create image using LIDAR data u lity to create our reference image. a. Open Fusion (if it is not open already) 1. Click Tools Miscellaneous U li es Create an image using LIDAR point data Navigate to and Select all nine LAS files (lub_ le1.las...lub_ le9.las) 3. Click Open this will open the Image Creator dialog: 4. Click the Browse bu on. 5. Specify an output loca on and file name (suggested: lub_ref.bmp) and Click Save. 6. Change the Pixel size to Click the Create image bu on. 8. Once the image is created click the Close bu on. b. In Fusion s main bu on panel, click the Image bu on. 1. Navigate to and select lub_ref.bmp and click Open. 2. Ensure that the checkbox is checked next to the Image bu on. The intensity image will be displayed in Fusion (see Appendix A for more details on improving reference imagery). You can also use an exis ng image (e.g. NAIP or an orthocorrected photo). The image has to be in the same projec on and same units as the LIDAR data but does not have to have the same geographical extent as the LIDAR data it can be smaller (as small as a single pixel) or it can be larger. Op onal Exercise 1 page 3

4 3. Explore the Catalog Command The Catalog u lity has a number of useful func ons: 1) it can automa cally generate index files, data density images, return intensity images and more; 2) it provides a quick assessment of the file footprint (coverage) and point density sta s cs within the footprint; and 3) it provides an ini al QA/QC of vendor provided data. The catalog u lity is most useful for a large number of vendor delivered LIDAR data files (Nine in our case. See bo om right graphic), but can also be used for single data files. We re exploring it now since it provides an alternate way to create reference images from the data. Catalog.exe is a Fusion command line program thus, it can be used in batch mode (to be explained later in this exercise) or directly at the command line. In addi on, it can be used directly at the command line on a large numbers of files. a. Data Prepara on 1. Create a text file containing the file paths to the nine LAS data files. (Similar to the example in the side bar). Suggested Name: lub_ les.txt. 2. Save lub_ les.txt to an intui ve loca on as you will call on the file repeatedly in the following exercises. b. Let s explore the Catalog command. 1. Open a DOS command prompt window. 2. Type catalog <enter> and inspect the syntax quickly. 3. Open the Fusion Manual and read the Catalog sec on. Remember, the more you understand the capabili es of the FUSION commands, the more efficient you will be at extrac ng useful informa on from lidar data. c. Now that you are familiar with the Catalog command, let s dissect an example below: Input LAS data files compiled into one text file. This makes it easier to run the Fusion command line executables with mul ple les (LAS files) and create one output file. catalog /image /index /coverage /firstdensity:2,1,3 /intensity:2,0,255 /outlier c:\lidar\sampledata\lub_tiles.txt c:\lidar\sampledata\lub_cat Catalog is the FUSION executable command /image creates image files showing the coverage area for each LIDAR file. /index creates LIDAR data file indexes if they don t already exist /coverage creates one image that shows nominal coverage area for all data files included in catalog /firstdensity:2,1,3 creates an image for all data files that shows the density of first returns for the area represented by each pixel. The three parameter values represent: Overall Data Coverage JPEG. pixel area, minimum point density, and maximum point density /intensity:2,0,255 creates an intensity image for all data files using the average intensity for all first returns within each pixel. The three parameter values represent: pixel area, minimum intensity value, and maximum intensity value. /outlier iden fies data les that might contain eleva on outliers. c:\lidar\sampledata\lub_ les.txt specifies the input data file. Op onal Exercise 1 page 4

5 c:\lidar\sampledata\lub_cat defines the output data file. 1. When you have finished entering the script, Save catalog.bat and Close. 2. Navigate to your batch folder and right click on catalog.bat, choose edit. 3. Double check your syntax. Note: if you le click twice on the batch file it will run, even if you are not ready!! e. There is only one more step: execute the batch file from the command line prompt: 1. Open your DOS Command Line window, if needed. 2. Change the directory to the batch folder (>cd \fusion\batch), if needed. 3. Type lub_catalog (you don t need to type in the.bat part) followed by the enter key and let it run. 4. Navigate to and open the output lub_cat.html file (it will open in a web browser). Note the File Summary Sta s cs (includes Extent and Eleva on Mins and Maxes, ~5.2 Million returns, nominal return density of 1.23 returns/default unit area). 5. Examine the First Return (Pulse) Density Image and legend pay special a en on to the red and yellow pixels in the image. These areas that have a low number of first returns (pulses). Can you explain the large yellow area in the upper right quadrant of the image? 6. Finally, inspect the Intensity Image how does it compare with the Intensity image you created earlier in this exercise? 7. Save the current project as Op onalexer03.dvz. We stated earlier that the catalog u lity provides a means to perform a quick QA/QC of vendor provided data. What is your assessment of this data? End of Exercise 3 Op onal Exercise 1 page 5

6 APPENDIX 1: IMPROVING REFERENCE IMAGE RESULTS 1. Adjus ng Contrast and Brightness a. If the resul ng image lacks contrast or is too bright, extra steps can be added to improve results. 1. Before clicking the Create Image bu on, click the Scan for data ranges bu on. This will display a histogram of the data. 2. If, for example, the data range is but there are very few intensity values greater than 200 you can click the Clamp data range bu on and enter a min value of 0 and a max value of 200 (not 255). This will improve the contrast and reduce the brightness of the image. 2. Se ng Color of No Data Value a. This reference image (right graphic) was created from the LIDAR data thus, the reference image will have the exact same geographical extent as the point data file and be perfectly co registered to the point data file. Also note: red pixels represent the background of the image (no data) This is a fast way to check the distribu on of the data. 1. You can re create the reference image (or create another) that has a less dis nc ve background color (a medium grey works well) 2. Another op on for re crea ng the reference image is by increasing the pixel size (lower pixel size values give a more resolute image but with more gaps (red pixels) in the data, higher pixel values give fewer gaps but coarser resolu on). The intensity image lub_ref.bmp. Any image created will have an associated world file (for bmp files the associated world file has a bmpw extension as shown below). The World File gives pixel dimensions and coordinate data for the intensity image. Appendix 1 page 6

7 APPENDIX 2: IMPORTING GENERIC ASCII.CSV TO A LAS FORMAT 1. Convert the Raw Data a. While examining the raw data near the beginning of this exercise, there was an op onal step to create a CSV file to examine the data more closely. In some cases you may receive data in this format. The following steps outline the process of conver ng a CSV file to an LAS format and generate an index file (an index file makes working with the data faster): 1. Open FUSION 2. Click Tools Data Conversion Select the op on that is appropriate for the file format your CSV file is a generic ASCII file so choose the Import generic ASCII lidar data... bu on. This will display the Import ASCII data dialog as shown in the sidebar graphic. 4. Within the Import ASCII data dialog click the upper Browse bu on to select the CSV file you created earlier (note: you will have to change the Files of type to All files to see the csv file). 5. Click the lower Browse bu on to specify the output binary LAS file loca on and name. (Suggested name: lubrechtxyziprs.las (lubrecht experimental forest and xyziprs represents the first le er of the imported fields)). 6. Start import on row The default Column assignments are correct through Intensity (Field 4), but you will need to change the last four column assignments: 8. Select Field 5 for Pulse Number 9. Select Field 6 for Return Number 10. Select none for Returns/pulse (the default) 11. Select Field 7 for Scan Angle 12. Ensure that the Parsed columns sec on appears as expected. 13. Click the Import data bu on. Note: Although they re not labeled, the upper input box (with associated browse bu on) is for the input file, and the lower input box is for the output LAS file. Appendix 2 page 7

EXERCISE 2: GETTING STARTED WITH FUSION

EXERCISE 2: GETTING STARTED WITH FUSION Exercise Objec ves In this exercise, you ll be using the fully prepared example data to explore the basics of FUSION. Prerequisites Successful comple on of Exercise 1 (Download and Install FUSION and the

More information

Overview of Major Steps 1. Subse ng one to a few plots. 2. Subse ng many plots using Fusion command line executables

Overview of Major Steps 1. Subse ng one to a few plots. 2. Subse ng many plots using Fusion command line executables E 3: E P S Exercise Objec ves There are two parts to this exercise. Part 1 describes the manual process to extract fixed radius subsets of LIDAR data; Part 2 explains how to efficiently extract large numbers

More information

OPTIONAL EXERCISE 5: IMPORTING LIDAR DATA INTO ARCGIS TO MODEL FOREST STRUCTURE

OPTIONAL EXERCISE 5: IMPORTING LIDAR DATA INTO ARCGIS TO MODEL FOREST STRUCTURE Exercise Objec ves This exercise is designed to provide you with possible silvicultural uses for lidar technology. You will begin by expor ng your LIDAR canopy height, canopy closure, and vegeta on density

More information

EXERCISE 4: CALCULATE LIDAR METRICS

EXERCISE 4: CALCULATE LIDAR METRICS Exercise Objec ves There are three parts to this exercise. Part 1 describes the process to extract metrics from the fixed radius plot subsets created in the last exercise. Part 2 describes how to extract

More information

OPTIONAL EXERCISE 2 Creating a Fusion Project Part B

OPTIONAL EXERCISE 2 Creating a Fusion Project Part B OPTIONAL EXERCISE 2 Creating a Fusion Project Part B Objective Last Updated: April, 2016 Version: Fusion 3.50 This exercise continues with the creation of a Fusion project. In the last exercise you: examined

More information

Digital Analy 韜 cs Installa 韜 on and Configura 韜 on

Digital Analy 韜 cs Installa 韜 on and Configura 韜 on Home > Digital AnalyĀcs > Digital Analy 韜 cs Installa 韜 on and Configura 韜 on Digital Analy 韜 cs Installa 韜 on and Configura 韜 on Introduc 韜 on Digital Analy 韜 cs is an e automate applica 韜 on that assists

More information

Buyer s Guide. Contents. This guide will review how to shop, create requisi ons and track your requisi ons, orders and invoices

Buyer s Guide. Contents. This guide will review how to shop, create requisi ons and track your requisi ons, orders and invoices Buyer s Guide This guide will review how to shop, create requisi ons and track your requisi ons, orders and invoices Contents Buyer s Guide... 1 Logging In & Buyer s Role... 3 Key Concepts... 4 My Account

More information

EXERCISE 7: CREATING A FUSION PROJECT PART 2

EXERCISE 7: CREATING A FUSION PROJECT PART 2 Document Updated: January, 2009 Fusion ver2.65 Important: leave the symbol set to none. Introduction This exercise continues with the creation of a Fusion project. In the last exercise you: examined the

More information

DIRECT SUPPLIER P RTAL INSTRUCTIONS

DIRECT SUPPLIER P RTAL INSTRUCTIONS DIRECT SUPPLIER P RTAL INSTRUCTIONS page I IMPORTANT Please complete short Online Tutorials and Quiz at www.supplierportal.coles.com.au/dsd TABLE of Contents 1 Ingredients 2 Log In 3 View a Purchase Order

More information

Julia Eclipse Plugin User Manual Table of Contents

Julia Eclipse Plugin User Manual Table of Contents Julia Eclipse Plugin User Manual Table of Contents Introduction Installation Settings Running Julia Navigating the Results Managing analyses results Extraction of the application under analysis Julia Java

More information

EXERCISE 2: GETTING STARTED WITH FUSION

EXERCISE 2: GETTING STARTED WITH FUSION Document Updated: May, 2010 Fusion v2.8 Introduction In this exercise, you ll be using the fully-prepared example data to explore the basics of FUSION. Prerequisites Successful completion of Exercise 1

More information

REGION: NORTH AMERICA

REGION: NORTH AMERICA R U M A REGION: NORTH AMERICA R U M A Chapter Issue Date 1 Introduc on 05/21/2012 2 Install and Upgrade Minimum Hardware Requirements Android Opera ng System and Wi Fi Se ngs Installing Revoquest the First

More information

PASSWORD SHIELD. User Manual

PASSWORD SHIELD. User Manual PASSWORD SHIELD User Manual Table of Contents Welcome...3 Compa bility...3 Installa on Guide and Database Crea on...4 Registra on...7 Workspace...8 Control Bu ons...9 File...12 Edit...13 View...14 Tools...15

More information

WEB TEACHER GUIDE. ebackpack provides a separate Student Guide through our support site at

WEB TEACHER GUIDE. ebackpack provides a separate Student Guide through our support site at ebackpack Web Teacher Guide Page 1 of 21 WEB TEACHER GUIDE This guide will cover basic usage of ebackpack for a teacher (assignments, storage, homework review, collaboration, and Act As support). If you

More information

Julia Eclipse Plugin User Manual. Version 2.6.0

Julia Eclipse Plugin User Manual. Version 2.6.0 Version 2.6.0 Table of Contents Introduction Installation Settings Running Julia Navigating the Results Managing analyses results Extraction of the application under analysis Julia Java Project Wizard

More information

BT SIP Trunk CRF User Guide - BT Sales / Originator + Specialist

BT SIP Trunk CRF User Guide - BT Sales / Originator + Specialist BT SIP Trunk CRF User Guide - BT Sales / Originator + Specialist The following informa on provides an overview of how to use and complete the SIP Trunk elements of the BT System CRF portal. 1. Introduc

More information

Networking for Wide Format Printers

Networking for Wide Format Printers Networking for Wide Format Printers Table of Contents Configure PC before RIP Installa on... 1 Verifying Your Network Se ngs for Mac Communica on... 3 Changing Your Network Adapter for Mac Communica on...

More information

RefWorks User Quick Start Guide VERSION 6.0

RefWorks User Quick Start Guide VERSION 6.0 RefWorks User Quick Start Guide VERSION 6.0 LOGGING IN Access www.cityu.edu.hk/lib/eres/refworks/. Click Log in RefWorks button. Enter your name, CityU ID and Library PIN. Enter Login Name and Password

More information

Q. How do I start using Mānoa Guardian? A. Go to the App Store or Google Play on your mobile device and download the app. Search for Rave Guardian.

Q. How do I start using Mānoa Guardian? A. Go to the App Store or Google Play on your mobile device and download the app. Search for Rave Guardian. How it Works Q: Why use? A. is designed to allow users quick and easy contact with UH Mānoa Department of Public Safety (DPS) officers, and has addi onal features for increasing safety on campus. Using,

More information

RefWorks User Quick Start Guide VERSION 5.0

RefWorks User Quick Start Guide VERSION 5.0 RefWorks User Quick Start Guide VERSION 5.0 LOGGING IN Access www.refworks.com/refworks and then enter your personal Login Name and Password. (First- me users need to sign up for an individual account

More information

Permits User s Guide. Submit Application. Upload Files & Pay Fees. Plan Review Process. Final PreScreen. Project Approval. Electronic Plan Review

Permits User s Guide. Submit Application. Upload Files & Pay Fees. Plan Review Process. Final PreScreen. Project Approval. Electronic Plan Review New Castle County Land Use Permits Sec on Electronic Plan Review Permits User s Guide Submit Application Upload Files & Pay Fees Plan Review Process Final PreScreen Project Approval Rev. 06/2018 2 l eplans

More information

Printed Circuit Board Assembly Analysis / 1

Printed Circuit Board Assembly Analysis / 1 Printed Circuit Board Assembly Analysis Introduction DFM Concurrent Costing The first step in the manufacture of the printed circuit board assembly is the fabrica on of the bare circuit board, o en called

More information

In 2018 the Council has modernized the website. Most of the func- onality of the old site has remained with a fresh new look and naviga on.

In 2018 the Council has modernized the website. Most of the func- onality of the old site has remained with a fresh new look and naviga on. In 2018 the Council has modernized the website. Most of the func- onality of the old site has remained with a fresh new look and naviga on. Above is the current Home page which incorporates rota ng images

More information

Integra ng New Technologies and Teaching Strategies to Support Student Success

Integra ng New Technologies and Teaching Strategies to Support Student Success Instruc onal C Changes iin eecourses Integra ng New Technologies and Teaching Strategies to Support Student Success LMS Overview The generic name for the LMS is s ll ecourses. However, the product that

More information

1. Website/Pages/Stripes/Items/Elements

1. Website/Pages/Stripes/Items/Elements Contents 1. Website/Pages/Stripes/Items/Elements... 2 2. Click & Edit, Mix & Match... 3 3. Adding a Stripe... 4 4. Managing Stripes... 5 5. Adding a Page... 8 6. Managing Pages and Menus... 9 7. Adding

More information

Microso 埘 Exam Dumps PDF for Guaranteed Success

Microso 埘 Exam Dumps PDF for Guaranteed Success Microso 埘 70 698 Exam Dumps PDF for Guaranteed Success The PDF version is simply a copy of a Portable Document of your Microso 埘 70 698 ques ons and answers product. The Microso 埘 Cer fied Solu on Associa

More information

New n Member Polygon and Grid Maintenance

New n Member Polygon and Grid Maintenance North Carolina 811, Inc. 2300 W. Meadowview Rd Suite 227 Greensboro, North Carolina 27407 New n Member Polygon and Grid Maintenance Users Manual Updated: August 5, 2016 Table of Contents Introduc on Overview

More information

OPTIONAL EXERCISE 3 Creating a Fusion Project Part C

OPTIONAL EXERCISE 3 Creating a Fusion Project Part C OPTIONAL EXERCISE 3 Creating a Fusion Project Part C Objective Last Updated: April, 2016 Version: Fusion 3.50 In this exercise you will continue building the Fusion project data by creating a Canopy Surface

More information

Making a New Shape File and Quick Form in ArcPad 10.2

Making a New Shape File and Quick Form in ArcPad 10.2 Making a New Shape File and Quick Form in ArcPad 10.2 Culvert Shape File Example with new Quick Form By: Jon Aschenbach August 1, 2013 In this process we will: 1. Select the type of shape file we want

More information

DFM Concurrent Costing

DFM Concurrent Costing Die Casting Analysis Start a new analysis For the purposes of this tutorial we will es mate the cost per part of manufacturing 200,000 of the disk drive casings shown here: front The material is to be

More information

EXERCISE 4 Calculate Lidar Metrics

EXERCISE 4 Calculate Lidar Metrics EXERCISE 4 Calculate Lidar Metrics Objective Last Updated: April, 2016 Version: Fusion 3.50 There are three parts to this exercise. Part 1 describes the process to extract metrics from the fixed radius

More information

Vmware 2V0 641 Exam Dumps PDF for Guaranteed Success

Vmware 2V0 641 Exam Dumps PDF for Guaranteed Success Vmware 2V0 641 Exam Dumps PDF for Guaranteed Success The PDF version is simply a copy of a Portable Document of your Vmware 2V0 641 ques 韫 ons and answers product. The VMware Cer 韫 fied Professional 6

More information

EXERCISE 3 Extracting Plot Subsets

EXERCISE 3 Extracting Plot Subsets EXERCISE 3 Extracting Plot Subsets Objective Last Updated: April, 2016 Version: Fusion 3.50 There are two parts to this exercise. Part 1 describes the manual process to extract fixed radius subsets of

More information

Set Up Your Print. Overview. The main interface has five components: 1. 3D Viewer

Set Up Your Print. Overview. The main interface has five components: 1. 3D Viewer Set Up Your Print Overview Open Uniz Desktop and click Control Bu on to show the 3D model viewer. The main interface has five components: 1. 3D Viewer https://uniz3d.com/support/supportsetprint/ 1/23 2.

More information

CSE 788 Mathema-cal and Algorithmic Founda-ons for Data Visualiza-on. Winter 2011 Han- Wei Shen

CSE 788 Mathema-cal and Algorithmic Founda-ons for Data Visualiza-on. Winter 2011 Han- Wei Shen CSE 788 Mathema-cal and Algorithmic Founda-ons for Data Visualiza-on Winter 2011 Han- Wei Shen Class Objec-ves Give you an overview of data visualiza-on research Focus more on scien-fic data Overview the

More information

User Guide for Staff and Postgraduate Research Students using the Ethics Online Approval System

User Guide for Staff and Postgraduate Research Students using the Ethics Online Approval System User Guide for Staff and Postgraduate Research Students using the Ethics Online Approval System Ethical approval must be obtained for all research projects prior to the commencement of the research. Northumbria

More information

EXERCISE 1 Download and Install the Fusion Program and Data

EXERCISE 1 Download and Install the Fusion Program and Data Last Updated: April, 2016 Version: Fusion 3.50 EXERCISE 1 Download and Install the Fusion Program and Data Objectives In this exercise you will begin creating a file structure to download the Fusion program

More information

Special Topic: Automated Report Recipients 5. Crea ng a New Region 6 Adding Districts to Regions 8

Special Topic: Automated Report Recipients 5. Crea ng a New Region 6 Adding Districts to Regions 8 TT Tracker Set-up 3 Project Modifica ons 3 Access Country Project 3 Create Web Users 4 Special Topic: Automated Report Recipients 5 Create Program Loca ons (Coverage Areas) 6 Crea ng a New Region 6 Adding

More information

SOLAR. User manual of high security level electronic lock. Gebaude Sicherheitstechnik Vertriebs GmbH, Kassel

SOLAR. User manual of high security level electronic lock. Gebaude Sicherheitstechnik Vertriebs GmbH, Kassel SOLAR User manual of high security level electronic lock Gebaude Sicherheitstechnik Vertriebs GmbH, 34123 Kassel Wer. 1.1 / 02-2013 Contents General informa on...3 Func ons overview and descrip on...4

More information

PC PRIVACY SHIELD. User Manual. PC Privacy Shield

PC PRIVACY SHIELD. User Manual. PC Privacy Shield PC PRIVACY SHIELD User Manual Table of Contents Welcome...3 Compa bility...3 Installa on and First Scan...5 Registra on...7 Status Screen...8 Ac ve Cleaning...9 Features Bar...9 Scan and Clean...10 User

More information

Exercise 1: Introduction to LiDAR Point Cloud Data using the Fusion Software Package

Exercise 1: Introduction to LiDAR Point Cloud Data using the Fusion Software Package Exercise 1: Introduction to LiDAR Point Cloud Data using the Fusion Software Package Christopher Crosby, San Diego Supercomputer Center / OpenTopography (Adapted from tutorial by Ian Madin, DOGAMI) Last

More information

TT Tracker Basics 4 Accessing and Comple ng Forms 7

TT Tracker Basics 4 Accessing and Comple ng Forms 7 Mobile Worker Manual TT Tracker Basics 4 Accessing and Comple ng Forms 7 Session Management 7 Pa ent Registra on 9 Pa ent Treatment Management 13 Record Evalua on 15 Record Surgery 17 Record Pa ent Follow-ups

More information

User Guide for Undergraduate & Postgraduate Students using the Ethics Online Approval System

User Guide for Undergraduate & Postgraduate Students using the Ethics Online Approval System User Guide for Undergraduate & Postgraduate Students using the Ethics Online Approval System Ethical approval must be obtained for all research projects prior to the commencement of the research. Northumbria

More information

electronic license applications user s guide Contents What you need Page 1 Get started Page 3 Paper Non-Resident Licensing Page 10

electronic license applications user s guide Contents What you need Page 1 Get started Page 3 Paper Non-Resident Licensing Page 10 applications Contents What you need Page 1 Get started Page 3 Paper Non-Resident Licensing Page 10 Welcome to the Na onal Insurance Producer Registry s applications The give producers the ability to quickly

More information

Girl Scouts of San Jacinto Counci Troop Initial Order Guide

Girl Scouts of San Jacinto Counci Troop Initial Order Guide Girl Scouts of San Jacinto Counci 2019 Troop Initial Order Guide 1 Getting Ready! Troop Informa on Set your troop s proceed plan. Log in to Smart Cookies and go to My Troop, then Troop Informa on to change

More information

Exercise 6a: Using free and/or open source tools to build workflows to manipulate. LAStools

Exercise 6a: Using free and/or open source tools to build workflows to manipulate. LAStools Exercise 6a: Using free and/or open source tools to build workflows to manipulate and process LiDAR data: LAStools Christopher Crosby Last Revised: December 1st, 2009 Exercises in this series: 1. LAStools

More information

LPC PORTAL. Student User Guide

LPC PORTAL. Student User Guide LPC PORTAL Student User Guide Table of Contents Login Instruc ons.. 3 Access Your Schedule.. 3 Search for Classes..... 4 Transcript.... 4 Update Your Personal Informa on... 5 Registra on Instruc ons. 6

More information

Introduction to LiDAR

Introduction to LiDAR Introduction to LiDAR Our goals here are to introduce you to LiDAR data. LiDAR data is becoming common, provides ground, building, and vegetation heights at high accuracy and detail, and is available statewide.

More information

Login - you must Logon using the same logon number you use to access paragon.

Login - you must Logon using the same logon number you use to access paragon. MLSReports.com is a member benefit provided by the Tahoe Sierra MLS. The goal in designing MLSReports was to get useful informa on on the screen quickly. The informa on you will have at your finger ps

More information

MyCouncil. Accredita on Management System Informa on and Naviga on Guide

MyCouncil. Accredita on Management System Informa on and Naviga on Guide MyCouncil Accredita on Management System Informa on and Naviga on Guide October 2017 MyCouncil GENERAL INFORMATION MyCouncil is a web based accredita on management system created to streamline accredita

More information

Getting Started KIDASA So ware, Inc. All Rights Reserved

Getting Started KIDASA So ware, Inc. All Rights Reserved Getting Started 1989 2012 KIDASA So ware, Inc. All Rights Reserved Getting Started: Exploring Your Workspace To learn more about the Milestones window choose: Help /Help Topics /Milestones Professional

More information

NSR-N43. Navigation mirror. User manual

NSR-N43. Navigation mirror. User manual NSR-N43 Navigation mirror User manual Table of contents Chapter one: Product introduction....................... 1 Main feature........................................ 1 Specification........................................

More information

BHHSNV Virtual Agent Center Training

BHHSNV Virtual Agent Center Training BHHSNV Virtual Agent Center Training Virtual Agent Center (VAC) Manage Your Contacts Modify Your Listings Customize your Website Track your Lead Generation and Much More. Presented to you by: Berkshire

More information

1. Product descrip on copy

1. Product descrip on copy This document contains essen al marke ng copy for resellers, for use on product store, news announcements and technical documenta on. In this document: 1. Product descrip on copy 2. USP features (short)

More information

AccessPilot Lock Software

AccessPilot Lock Software AccessPilot Lock Software User Manual TimePilot Corporation 340 McKee Street, Batavia, Illinois 60510 www.crossoverlock.com TimePilot Corporation, all rights reserved. Table of Contents Foreword... 3 Hardware

More information

Key-Value Stores: RiakKV

Key-Value Stores: RiakKV B4M36DS2, BE4M36DS2: Database Systems 2 h p://www.ksi.m.cuni.cz/~svoboda/courses/181-b4m36ds2/ Lecture 7 Key-Value Stores: RiakKV Mar n Svoboda mar n.svoboda@fel.cvut.cz 12. 11. 2018 Charles University,

More information

Riso Comcolor Series

Riso Comcolor Series Riso Comcolor Series Ge ng Started Guide No. 1 Ini al Setup Administrator Func ons Administrator Setup Default Se ngs User Names and Passwords Setup IC Card Control System Configura on Riso (UK) Limited

More information

USER MANUAL. for Windows & Mac

USER MANUAL. for Windows & Mac Stick Reader SDL 440S USER MANUAL for Windows & Mac Links to mobile apps, printers and weighers. Version 03.10.2016 1 Copyright 2016 Shearwell Data Ltd Table of Contents Ge ng started - Page 3 Ba ery informa

More information

BW 2050 Manual. Weltech Interna onal Limited INTRODUCTION

BW 2050 Manual. Weltech Interna onal Limited INTRODUCTION INTRODUCTION Weltech Interna onal Limited The BW 2050 has been designed to give the operator complete flexibility for manual live bird weighing. The BW 2050 is ba ery operated and will weigh for up to

More information

SIRE Solution Suite. Better Outcomes. Active Review Administration and User Manual. A Publication Of

SIRE Solution Suite. Better Outcomes. Active Review Administration and User Manual. A Publication Of Active Review Administration and User Manual SIRE Solution Suite An Official Manual of SIRE Technologies Document and Legislative Management Software Version 6.3 A Publication Of Better Outcomes. 2 SIRE

More information

High contrast 3.25 backlit mono LCD screen Screen resolu on 128x64 pixels Screen LCD brightness of 250 lumens for easy viewing in direct sunlight

High contrast 3.25 backlit mono LCD screen Screen resolu on 128x64 pixels Screen LCD brightness of 250 lumens for easy viewing in direct sunlight The SubSta on with V2 firmware is the perfect solu on for difficult retrofi ng situa ons or complex irriga on sites. The SubSta on provides access to the industry-leading BaseSta on 3200 controller using

More information

Remote Ticket Entry. System/User Requirements

Remote Ticket Entry. System/User Requirements North Carolina 811, Inc. 2300 West Meadowview Rd Suite 227 Greensboro, North Carolina 27407 336.855.5760 Remote Ticket Entry An internet based cket entry system, Remote Ticket Entry (RTE), allows excavators

More information

Esri International User Conference. July San Diego Convention Center. Lidar Solutions. Clayton Crawford

Esri International User Conference. July San Diego Convention Center. Lidar Solutions. Clayton Crawford Esri International User Conference July 23 27 San Diego Convention Center Lidar Solutions Clayton Crawford Outline Data structures, tools, and workflows Assessing lidar point coverage and sample density

More information

XSEDE Iden ty Management Use Cases

XSEDE Iden ty Management Use Cases XSEDE Iden ty Management Use Cases January 6, 2017 Version 1.3 These use cases describe how researchers, scien sts, and other community members register themselves with the XSEDE system, manage their profile

More information

Tutorial on gene-c ancestry es-ma-on: How to use LASER. Chaolong Wang Sequence Analysis Workshop June University of Michigan

Tutorial on gene-c ancestry es-ma-on: How to use LASER. Chaolong Wang Sequence Analysis Workshop June University of Michigan Tutorial on gene-c ancestry es-ma-on: How to use LASER Chaolong Wang Sequence Analysis Workshop June 2014 @ University of Michigan LASER: Loca-ng Ancestry from SEquence Reads Main func:ons of the so

More information

MODULE 1 BASIC LIDAR TECHNIQUES

MODULE 1 BASIC LIDAR TECHNIQUES MODULE SCENARIO One of the first tasks a geographic information systems (GIS) department using lidar data should perform is to check the quality of the data delivered by the data provider. The department

More information

2014 INSTRUCTIONS FOR RE-ENROLLING FAMILIES

2014 INSTRUCTIONS FOR RE-ENROLLING FAMILIES University of California Division of Agriculture and Natural Resources 4-H Youth Development Program 4hOnline Guide for Youth and Adults For Alameda County 2014 INSTRUCTIONS FOR RE-ENROLLING FAMILIES 4hOnline

More information

ProwessIQ.

ProwessIQ. Be er than a Google search! If you are looking for companies that meet a set of criteria based on their performance, then you need ProwessIQ, not a Google search. Not even Google Finance! ProwessIQ is

More information

Test Coverage vs Liability - A Healthcare TDM

Test Coverage vs Liability - A Healthcare TDM White Paper Test Coverage vs Liability - A Healthcare TDM by Shashi Kiran KV O V E R C O M I N G L I M I T S The growing maturity of Healthcare IT and the digi za on of healthcare is improving the quality

More information

Lidar and GIS: Applications and Examples. Dan Hedges Clayton Crawford

Lidar and GIS: Applications and Examples. Dan Hedges Clayton Crawford Lidar and GIS: Applications and Examples Dan Hedges Clayton Crawford Outline Data structures, tools, and workflows Assessing lidar point coverage and sample density Creating raster DEMs and DSMs Data area

More information

Kinetic Switch APP User Manual

Kinetic Switch APP User Manual Kinetic Switch APP User Manual General Safety Instruc ons Please read this manual thoroughly before first use and keep it in a safe place for future reference. The safety precau ons enclosed herein reduce

More information

UNIVERSAL. Energy Saver Windows PC Stick with IPTV add-on USER GUIDE

UNIVERSAL. Energy Saver Windows PC Stick with IPTV add-on USER GUIDE UNIVERSAL PocketPC Energy Saver Windows PC Stick with IPTV add-on USER GUIDE Table of Content: Product Overview I Product Descrip on.ii How to Connect using HDMI Cable..III o How to Connect to a Monitor

More information

USER MANUAL. for Windows & Mac. Links to mobile apps, printers and weighers.

USER MANUAL. for Windows & Mac. Links to mobile apps, printers and weighers. Stick Reader SDL 400S USER MANUAL for Windows & Mac Links to mobile apps, printers and weighers. Version 09.10.2017 1Copyright 2017 Shearwell Data Ltd Table of Contents Ge ng started - Page 3 Ba ery informa

More information

Canvas USSD Service Center Interac ve Services for a Mobile World. Copyright 2018 Telenity Confiden al & Proprietary

Canvas USSD Service Center Interac ve Services for a Mobile World. Copyright 2018 Telenity Confiden al & Proprietary Canvas USSD Service Center Interac ve for a Mobile World Copyright 2018 Telenity Confiden al & Proprietary Canvas USSD Service Center Canvas USSD Service Center wireless operators to offer rapid and secure

More information

Importing GPS points and Hyperlinking images.

Importing GPS points and Hyperlinking images. Geol 3050 GIS for Geologists Exercise 15 Exercise 15 Making a Virtual Fieldtrip: Importing GPS points and Hyperlinking images. Due: Thursday, March 22. Goal: A) Get familiar with importing GPS points and

More information

Key-Value Stores: RiakKV

Key-Value Stores: RiakKV B4M36DS2: Database Systems 2 h p://www.ksi.mff.cuni.cz/ svoboda/courses/2016-1-b4m36ds2/ Lecture 4 Key-Value Stores: RiakKV Mar n Svoboda svoboda@ksi.mff.cuni.cz 24. 10. 2016 Charles University in Prague,

More information

Key-Value Stores: RiakKV

Key-Value Stores: RiakKV NDBI040: Big Data Management and NoSQL Databases h p://www.ksi.mff.cuni.cz/ svoboda/courses/2016-1-ndbi040/ Lecture 4 Key-Value Stores: RiakKV Mar n Svoboda svoboda@ksi.mff.cuni.cz 25. 10. 2016 Charles

More information

S R FlexImport Rental S R S R FlexImport Rental Prepara on S R FlexImport fun ons Program start... 5

S R FlexImport Rental S R S R FlexImport Rental Prepara on S R FlexImport fun ons Program start... 5 TABLE OF CONTENT S R FlexImport Rental... 2 Prepara on... 3 S R FlexImport fun ons... 5 Program start... 5 S R FlexImport display... 5 Select import file... 5 Control file (cfg)... 6 Create new control

More information

How do I do my assignments?

How do I do my assignments? CIDL courses have a variety of assignments you will need to complete depending on what class you are in. All CIDL courses though have two assignments you must complete when you first start the course.

More information

TANKLOGIX PORTAL TICKET MANAGEMENT 3.2 AUTHOR: GREG BAGLEY

TANKLOGIX PORTAL TICKET MANAGEMENT 3.2 AUTHOR: GREG BAGLEY TANKLOGIX PORTAL TICKET MANAGEMENT 3.2 AUTHOR: GREG BAGLEY CONTENTS INTRODUCTION... 3 PORTAL NAVIGATION... 3 Disposals > Ticket Management 3.2... 3 PAGE FEATURES... 3 TITLE AREA PAGE TOP... 4 SITES...

More information

Physician Reference Guide Paragon Clinician Hub Version 13.0

Physician Reference Guide Paragon Clinician Hub Version 13.0 Physician Reference Guide Paragon Clinician Hub Version 13.0 Table of Contents Table of Contents Clinician Hub 13.0 4 5 Clinician Hub 13.0 6 7 Key Features Clinician Hub 13.0 How to Unlock an Applica on

More information

SanDisk Extreme PRO SDHC /SDXC UHS-II cards

SanDisk Extreme PRO SDHC /SDXC UHS-II cards SanDisk Extreme PRO SDHC /SDXC UHS-II cards AT A GLANCE For pros who demand high performance Shot speeds of up to 260MB/s* Records cinema-quality 4K and Full HD video RescuePRO Deluxe data recovery so

More information

1 / Develop a User Process

1 / Develop a User Process Develop a User Process Introduction The User process program allows you to install into the DFM Concurrent Cos ng so ware your own cost model for a manufacturing process. For this tutorial, an imaginary

More information

Car Video Recorder. RoadRunner 535W. User Manual

Car Video Recorder. RoadRunner 535W. User Manual Car Video Recorder About this user manual This user manual is specially designed to detail the device s func ons and features. - Please read this manual before using the device to ensure safe and proper

More information

DINB100-SA Standalone Biometric Reader

DINB100-SA Standalone Biometric Reader EN DINB100-SA Standalone Biometric Reader User Manual v.b2 Contents 1.0 INTRODUCTION... 3 2.0 MOUNTING AND DISMOUNTING... 3 3.0 SPECIFICATIONS... 3 4.0 APPLICATION DIAGRAM... 4 5.0 WIRING... 4 6.0 RECOMMENDED

More information

1. Assess the CATIA tools, workbenches, func ons, and opera ons used to create and edit 3D part models, products, and drawings.

1. Assess the CATIA tools, workbenches, func ons, and opera ons used to create and edit 3D part models, products, and drawings. 1 of 5 5/1/2014 2:38 PM MFGT 142 CATIA II Approval Date: 02/20/2014 Effec ve Term: Fall 2014 Department: MANUFACTURING TECHNOLOGY Division: Career Technical Educa on Units: 3.00 Grading Op on: Le er Grade

More information

USER MANUAL. for Windows & Mac

USER MANUAL. for Windows & Mac Stick Reader SDL 400S USER MANUAL for Windows & Mac Links to mobile apps, printers and weighers. Version 01.09.2015 1 Copyright 2015 Shearwell Data Ltd Table of Contents Ge ng started - Page 3 Ba ery informa

More information

DSD Planning Center Online Tool User Manual

DSD Planning Center Online Tool User Manual Designing much more than beautiful smiles! DSD Planning Center Online Tool User Manual version 1.0 english DSD Planning Center Online Tool User Manual STEP 1 REGiStRatiOn 1.1 Access the dsd planning center

More information

CC6000 Active Intercept

CC6000 Active Intercept CC6000 Active Intercept When real-time intelligence is needed on suspected Terrorist and Criminal Organizations, the CC6000 is the next generation of Active Interception Technologies. This system is able

More information

h p://

h p:// B4M36DS2, BE4M36DS2: Database Systems 2 h p://www.ksi.m.cuni.cz/~svoboda/courses/181-b4m36ds2/ Prac cal Class 7 Redis Mar n Svoboda mar n.svoboda@fel.cvut.cz 19. 11. 2018 Charles University, Faculty of

More information

Product catalogue. Affordable quality equipment designed for label printers

Product catalogue. Affordable quality equipment designed for label printers Affordable quality equipment designed for label printers Wasberger is a Swedish family owned company founded in 1971 and focused on narrow web conver ng. We design, develop and manufacture quality equipment

More information

Facebook Adver-sing Strategies for

Facebook Adver-sing Strategies for Facebook Adver-sing Strategies for News Professionals PRESENTED BY: TOYA WILSON-SMITH, M.B.A. NEXGENERATION DIGITAL MARKETING AGENCY INC. FACEBOOK ADVERTISING STRATEGIES THE 7 STEPS TO BUILDING YOUR EMAIL

More information

Digital Proximity System Opera on and Maintenance Manual

Digital Proximity System Opera on and Maintenance Manual Digital Proximity System Opera on and Maintenance Manual The DPS (Digital Proximity System) family consists of two devices, the MX2033 and MX2034. The MX2033 is a conven onal 3-wire driver while the MX2034

More information

What is MyDtxt? 2 Why use MyDtxt? 2 Ge ng started and crea ng an account 2 How do I text my customers? 3. How do I get feedback from my customers?

What is MyDtxt? 2 Why use MyDtxt? 2 Ge ng started and crea ng an account 2 How do I text my customers? 3. How do I get feedback from my customers? TABLE OF CONTENTS What is MyDtxt? 2 Why use MyDtxt? 2 Ge ng started and crea ng an account 2 How do I text my customers? 3 Crea ng keywords Sending messages to your members How do I get feedback from my

More information

Quick Reference Guide for Blackboard Elluminate Virtual Classroom Part 1

Quick Reference Guide for Blackboard Elluminate Virtual Classroom Part 1 Quick Reference Guide for Blackboard Elluminate Virtual Classroom Part 1 Virtual Classroom Elluminate Live! is a real-time (synchronous) virtual classroom environment that has been integrated with the

More information

PERFORMANCE NAVIGATOR MANUAL

PERFORMANCE NAVIGATOR MANUAL VERSION 19 MAY 21, 2018 PERFORMANCE NAVIGATOR MANUAL Proprietary Rights 2018 Midrange Performance Group, Inc. (MPG). All rights reserved. The informa on contained in this manual is subject to change at

More information

Bank of America WORKS

Bank of America WORKS WINTHROP UNIVERSITY Bank of America WORKS TRAINING MANUAL The Bank of America WORKS payment program is a web based applica on that provides users with daily purchasing card transac on informa on, enables

More information

WORKSWELL WIRIS PRO QUICK START GUIDE. FW Version: Release date: 22 nd March, Revision : 1.2 EN

WORKSWELL WIRIS PRO QUICK START GUIDE. FW Version: Release date: 22 nd March, Revision : 1.2 EN WORKSWELL WIRIS PRO QUICK START GUIDE FW Version: 1.0.0 Release date: 22 nd March, 2019 Revision : 1.2 EN Standard Package Content Confirm that the package contains the items listed below: WIRIS Pro camera

More information

Geometric verifica-on of matching

Geometric verifica-on of matching Geometric verifica-on of matching The correspondence problem The correspondence problem tries to figure out which parts of an image correspond to which parts of another image, a;er the camera has moved,

More information

DINB100-SA-KIT Standalone Biometric Kit

DINB100-SA-KIT Standalone Biometric Kit DINB100-SA DINRTT DINB100-SA-KIT Standalone Biometric Kit User Manual v.b3 Contents 1.0 INTRODUCTION... 3 2.0 MOUNTING AND DISMOUNTING... 3 3.0 SPECIFICATIONS... 3 4.0 APPLICATION DIAGRAM... 4 5.0 WIRING...

More information