Extraction of Mesh from FreeSurfer

Size: px
Start display at page:

Download "Extraction of Mesh from FreeSurfer"

Transcription

1 Extraction of Mesh from FreeSurfer Lars Magnus Valnes University of Oslo March 4, 2016 Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

2 Introduction Goals We some goals for today : Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

3 Introduction Goals We some goals for today : Basic understanding of FreeSurfer Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

4 Introduction Goals We some goals for today : Basic understanding of FreeSurfer Know how to extract a binary surface file from FreeSurfer. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

5 Introduction Goals We some goals for today : Basic understanding of FreeSurfer Know how to extract a binary surface file from FreeSurfer. Construction of a mesh with mshr. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

6 Introduction Some basic things about FreeSurfer. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

7 Introduction Some basic things about FreeSurfer. FreeSurfer is a set of software tools for the study of cortical and subcortical anatomy structures. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

8 Introduction Some basic things about FreeSurfer. FreeSurfer is a set of software tools for the study of cortical and subcortical anatomy structures. Most of FreeSurfer is automated. Thus simple to use, but not to debug. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

9 Introduction Some basic things about FreeSurfer. FreeSurfer is a set of software tools for the study of cortical and subcortical anatomy structures. Most of FreeSurfer is automated. Thus simple to use, but not to debug. The code written in C and based on ITK (National Library of Medicine Insight Segmentation and Registration Toolkit). Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

10 Setting up FreeSurfer Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

11 Setting up FreeSurfer Download from here and obtain license.txt here Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

12 Setting up FreeSurfer Download from here and obtain license.txt here FreeSurfer require that we set some environment variables. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

13 Setting up FreeSurfer Download from here and obtain license.txt here FreeSurfer require that we set some environment variables. This can be done by modifying.bashrc or.tcshrc. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

14 Setting up FreeSurfer Download from here and obtain license.txt here FreeSurfer require that we set some environment variables. This can be done by modifying.bashrc or.tcshrc. Two useful environment variables to know are: Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

15 Setting up FreeSurfer Download from here and obtain license.txt here FreeSurfer require that we set some environment variables. This can be done by modifying.bashrc or.tcshrc. Two useful environment variables to know are: $FREESURFER HOME $SUBJECTS DIR Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

16 Running FreeSurfer The first step is to input the MRIs to FreeSurfer, this is done by typing: Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

17 Running FreeSurfer The first step is to input the MRIs to FreeSurfer, this is done by typing: $recon-all -subjid NAME -i PATH2MRI Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

18 Running FreeSurfer The first step is to input the MRIs to FreeSurfer, this is done by typing: $recon-all -subjid NAME -i PATH2MRI Here NAME refers to what you want the folder in $SUBJECT DIR to be named, and it will store all the output related to the MRI. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

19 Running FreeSurfer The first step is to input the MRIs to FreeSurfer, this is done by typing: $recon-all -subjid NAME -i PATH2MRI Here NAME refers to what you want the folder in $SUBJECT DIR to be named, and it will store all the output related to the MRI. PATH2MRI refers to the complete path to a nifti file or a single DICOM file in a serie. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

20 Running FreeSurfer The first step is to input the MRIs to FreeSurfer, this is done by typing: $recon-all -subjid NAME -i PATH2MRI Here NAME refers to what you want the folder in $SUBJECT DIR to be named, and it will store all the output related to the MRI. PATH2MRI refers to the complete path to a nifti file or a single DICOM file in a serie. The next step is to type : Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

21 Running FreeSurfer The first step is to input the MRIs to FreeSurfer, this is done by typing: $recon-all -subjid NAME -i PATH2MRI Here NAME refers to what you want the folder in $SUBJECT DIR to be named, and it will store all the output related to the MRI. PATH2MRI refers to the complete path to a nifti file or a single DICOM file in a serie. The next step is to type : $recon-all -subjid NAME -all Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

22 Running FreeSurfer The first step is to input the MRIs to FreeSurfer, this is done by typing: $recon-all -subjid NAME -i PATH2MRI Here NAME refers to what you want the folder in $SUBJECT DIR to be named, and it will store all the output related to the MRI. PATH2MRI refers to the complete path to a nifti file or a single DICOM file in a serie. The next step is to type : $recon-all -subjid NAME -all The flag -all will initialize a complete FreeSurfer process. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

23 Running FreeSurfer The first step is to input the MRIs to FreeSurfer, this is done by typing: $recon-all -subjid NAME -i PATH2MRI Here NAME refers to what you want the folder in $SUBJECT DIR to be named, and it will store all the output related to the MRI. PATH2MRI refers to the complete path to a nifti file or a single DICOM file in a serie. The next step is to type : $recon-all -subjid NAME -all The flag -all will initialize a complete FreeSurfer process. The process is stepwise and each step is described here. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

24 Running FreeSurfer The first step is to input the MRIs to FreeSurfer, this is done by typing: $recon-all -subjid NAME -i PATH2MRI Here NAME refers to what you want the folder in $SUBJECT DIR to be named, and it will store all the output related to the MRI. PATH2MRI refers to the complete path to a nifti file or a single DICOM file in a serie. The next step is to type : $recon-all -subjid NAME -all The flag -all will initialize a complete FreeSurfer process. The process is stepwise and each step is described here. For more through details, I recommend reading the relate articles found here. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

25 Output Structure in FreeSurfer The output will be written to folders in $SUBJECTS DIR/subjid, and we can look at the folders by typing : Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

26 Output Structure in FreeSurfer The output will be written to folders in $SUBJECTS DIR/subjid, and we can look at the folders by typing : $recon-all -subjid name -i path to dicom $ls $SUBJECTS DIR/name Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

27 File Formats in FreeSurfer FreeSurfer will generate many different types of files, thus we will have a short introduction to a selected few. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

28 File Formats in FreeSurfer FreeSurfer will generate many different types of files, thus we will have a short introduction to a selected few. The extension.mgh is volume of voxels and a compressed.mgh file has the the extension.mgz. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

29 File Formats in FreeSurfer FreeSurfer will generate many different types of files, thus we will have a short introduction to a selected few. The extension.mgh is volume of voxels and a compressed.mgh file has the the extension.mgz. Surface files, which are 3D triangulated binary surface files. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

30 File Formats in FreeSurfer FreeSurfer will generate many different types of files, thus we will have a short introduction to a selected few. The extension.mgh is volume of voxels and a compressed.mgh file has the the extension.mgz. Surface files, which are 3D triangulated binary surface files. Label are text files with vertices and corresponding values ( integer or string), Label file Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

31 File Formats in FreeSurfer FreeSurfer will generate many different types of files, thus we will have a short introduction to a selected few. The extension.mgh is volume of voxels and a compressed.mgh file has the the extension.mgz. Surface files, which are 3D triangulated binary surface files. Label are text files with vertices and corresponding values ( integer or string), Label file Annotation files contains a collection of labels, and also includes a colour table Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

32 File Formats in FreeSurfer FreeSurfer will generate many different types of files, thus we will have a short introduction to a selected few. The extension.mgh is volume of voxels and a compressed.mgh file has the the extension.mgz. Surface files, which are 3D triangulated binary surface files. Label are text files with vertices and corresponding values ( integer or string), Label file Annotation files contains a collection of labels, and also includes a colour table Atlas contains probabilistic information estimated to label neuroanatomy each location on a cortical surface model. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

33 File Formats in FreeSurfer FreeSurfer will generate many different types of files, thus we will have a short introduction to a selected few. The extension.mgh is volume of voxels and a compressed.mgh file has the the extension.mgz. Surface files, which are 3D triangulated binary surface files. Label are text files with vertices and corresponding values ( integer or string), Label file Annotation files contains a collection of labels, and also includes a colour table Atlas contains probabilistic information estimated to label neuroanatomy each location on a cortical surface model. Template used to analyse longitudinal volumes. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

34 Surface Files For this presentation we will focus on surface files, and there are different types : Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

35 Surface Files For this presentation we will focus on surface files, and there are different types :?h.pial surface displays gyri and sulci, the sulci is barely visible. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

36 Surface Files For this presentation we will focus on surface files, and there are different types :?h.pial surface displays gyri and sulci, the sulci is barely visible.?h.white surface displays boundary between white and grey matter. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

37 Surface Files For this presentation we will focus on surface files, and there are different types :?h.pial surface displays gyri and sulci, the sulci is barely visible.?h.white surface displays boundary between white and grey matter.?h.inflated surface shows fully the sulci. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

38 Surface Files For this presentation we will focus on surface files, and there are different types :?h.pial surface displays gyri and sulci, the sulci is barely visible.?h.white surface displays boundary between white and grey matter.?h.inflated surface shows fully the sulci. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

39 Coordinate Systems FreeSurfer works with multiple coordinate systems, and we will look at most of them. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

40 Coordinate Systems FreeSurfer works with multiple coordinate systems, and we will look at most of them. Scanner-space, often LPS (Left Posterior Superior) Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

41 Coordinate Systems FreeSurfer works with multiple coordinate systems, and we will look at most of them. Scanner-space, often LPS (Left Posterior Superior) Voxel coordinates, (256,256,256) Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

42 Coordinate Systems FreeSurfer works with multiple coordinate systems, and we will look at most of them. Scanner-space, often LPS (Left Posterior Superior) Voxel coordinates, (256,256,256) Scanner RAS-coordinates, stands for Right Anterior Superior Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

43 Coordinate Systems FreeSurfer works with multiple coordinate systems, and we will look at most of them. Scanner-space, often LPS (Left Posterior Superior) Voxel coordinates, (256,256,256) Scanner RAS-coordinates, stands for Right Anterior Superior TkReg-RAS, the coordinate system for tksurfer and surfaces. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

44 Coordinate Systems FreeSurfer works with multiple coordinate systems, and we will look at most of them. Scanner-space, often LPS (Left Posterior Superior) Voxel coordinates, (256,256,256) Scanner RAS-coordinates, stands for Right Anterior Superior TkReg-RAS, the coordinate system for tksurfer and surfaces. More details are found here. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

45 Freeview Freeview is graphic user interface for FreeSurfer, and can be opened by typing : $ freeview. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

46 Freeview Freeview is graphic user interface for FreeSurfer, and can be opened by typing : $ freeview. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

47 Freeview Freeview is graphic user interface for FreeSurfer, and can be opened by typing : $ freeview. We can also add flags with more specifications: Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

48 Freeview Freeview is graphic user interface for FreeSurfer, and can be opened by typing : $ freeview. We can also add flags with more specifications: -v $SUBJECTS DIR/bert/mri/aseg.mgz:colormap=lut:opacity=0.2 -f $SUBJECTS DIR/bert/surf/rh.white:edgecolor=blue -f $SUBJECTS DIR/bert/surf/lh.white:annot=aparc.annot:name=pial aparc:visible=0 Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

49 Freeview Working in Freeview When working with surface files, it can be Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

50 Freeview Working in Freeview When working with surface files, it can be Overlay, load a thickness file to see the thickness of the surface. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

51 Freeview Working in Freeview When working with surface files, it can be Overlay, load a thickness file to see the thickness of the surface. Annotation, will display a collection of labels on a surface. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

52 Freeview Working in Freeview When working with surface files, it can be Overlay, load a thickness file to see the thickness of the surface. Annotation, will display a collection of labels on a surface. Curvature, shows the curvature of the surface. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

53 Freeview Working in Freeview When working with surface files, it can be Overlay, load a thickness file to see the thickness of the surface. Annotation, will display a collection of labels on a surface. Curvature, shows the curvature of the surface. Label, will highlight a specific part of the surface. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

54 Mesh Extraction Introduction Mesh extraction is to obtain a 3D triangulated surface file from Freesurfer and we will look at : Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

55 Mesh Extraction Introduction Mesh extraction is to obtain a 3D triangulated surface file from Freesurfer and we will look at : Scripts from brainder.org. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

56 Mesh Extraction Introduction Mesh extraction is to obtain a 3D triangulated surface file from Freesurfer and we will look at : Scripts from brainder.org. FreeSurfer commands Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

57 Mesh Extraction Command for extraction of a 3D triangulated surface file. If we have a 3D triangulated surface file, we can simply type : $mkdir $SUBJECTS DIR/bert/asc $mris convert $SUBJECTS DIR/bert/surf/lh.pial $SUBJECTS DIR/bert/asc/lh pial.asc Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

58 Mesh Extraction Brainder scripts Brainder.org is a sharing website with application towards FreeSurfer. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

59 Mesh Extraction Brainder scripts Brainder.org is a sharing website with application towards FreeSurfer. Generating the surfaces for subcortical structures, aseg2srf.sh Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

60 Mesh Extraction Brainder scripts Brainder.org is a sharing website with application towards FreeSurfer. Generating the surfaces for subcortical structures, aseg2srf.sh Importing FreeSurfer cortical meshes into Blender, srf2obj.gawk Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

61 Mesh Extraction The Script aseg2srf.sh Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

62 Mesh Extraction The Script aseg2srf.sh Obtains the mesh from a volume of voxels. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

63 Mesh Extraction The Script aseg2srf.sh Obtains the mesh from a volume of voxels. Can have topological defects. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

64 Mesh Extraction The Script aseg2srf.sh Obtains the mesh from a volume of voxels. Can have topological defects. aseg2srf.sh Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

65 Surface Generation Commands for Skull Surface We can also obtain surfaces by adding optional inputs to FreeSurfer commands. $mri watershed -usesras -surf $SUBJECT DIR/bert/surf/outer $SUBJECT DIR/bert/mri/orig nu.mgz $SUBJECT DIR/bert/trash/trash.mgz Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

66 Surface Generation Commands for Skull Surface We can also obtain surfaces by adding optional inputs to FreeSurfer commands. $mri watershed -usesras -surf $SUBJECT DIR/bert/surf/outer $SUBJECT DIR/bert/mri/orig nu.mgz $SUBJECT DIR/bert/trash/trash.mgz This command will generate four surfaces : Inner skull Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

67 Surface Generation Commands for Skull Surface We can also obtain surfaces by adding optional inputs to FreeSurfer commands. $mri watershed -usesras -surf $SUBJECT DIR/bert/surf/outer $SUBJECT DIR/bert/mri/orig nu.mgz $SUBJECT DIR/bert/trash/trash.mgz This command will generate four surfaces : Inner skull Outer skull Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

68 Surface Generation Commands for Skull Surface We can also obtain surfaces by adding optional inputs to FreeSurfer commands. $mri watershed -usesras -surf $SUBJECT DIR/bert/surf/outer $SUBJECT DIR/bert/mri/orig nu.mgz $SUBJECT DIR/bert/trash/trash.mgz This command will generate four surfaces : Inner skull Outer skull Outer skin Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

69 Surface Generation Commands for Skull Surface We can also obtain surfaces by adding optional inputs to FreeSurfer commands. $mri watershed -usesras -surf $SUBJECT DIR/bert/surf/outer $SUBJECT DIR/bert/mri/orig nu.mgz $SUBJECT DIR/bert/trash/trash.mgz This command will generate four surfaces : Inner skull Outer skull Outer skin Brain surface Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

70 Mesh Extraction Inner and Outer Skull Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

71 Mesh Extraction Surf2Mesh Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

72 Mesh Extraction Surf2Mesh A set of scripts to create a mesh from a.asc file can be seen here. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

73 Mesh Extraction Surf2Mesh A set of scripts to create a mesh from a.asc file can be seen here. Contains.asc to.off/.stl conversion, will preferably become obsolete. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

74 Mesh Extraction Surf2Mesh A set of scripts to create a mesh from a.asc file can be seen here. Contains.asc to.off/.stl conversion, will preferably become obsolete. Also there are some scripts to simplify the mesh creation. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

75 Mesh Extraction Surf2Mesh A set of scripts to create a mesh from a.asc file can be seen here. Contains.asc to.off/.stl conversion, will preferably become obsolete. Also there are some scripts to simplify the mesh creation. Extmesh utility.py Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

76 Mesh Extraction Viewing Mesh in Paraview Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

77 Ending Future Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

78 Ending Future Python module Nibabel. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

79 Ending Future Python module Nibabel. Register commands. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

80 Ending Future Python module Nibabel. Register commands. Accurately marking subdomains of extracted mesh. Lars Magnus Valnes (UiO) FreeSurfer March 4, / 20

Getting Started with the LabVIEW Toolkit for LEGO MINDSTORMS NXT

Getting Started with the LabVIEW Toolkit for LEGO MINDSTORMS NXT Getting Started with the LabVIEW Toolkit for LEGO MINDSTORMS NXT Contents Overview...2 Mass Compiling...2 Building a LabVIEW VI that Runs on the NXT...3 Running a LabVIEW VI on the NXT...4 Building a LabVIEW

More information

- 2 - Companion Web Site. Back Cover. Synopsis

- 2 - Companion Web Site. Back Cover. Synopsis Companion Web Site A Programmer's Introduction to C# by Eric Gunnerson ISBN: 1893115860 Apress 2000, 358 pages This book takes the C programmer through the all the details from basic to advanced-- of the

More information

Working with Marker Maps Tutorial

Working with Marker Maps Tutorial Working with Marker Maps Tutorial Release 8.2.0 Golden Helix, Inc. September 25, 2014 Contents 1. Overview 2 2. Create Marker Map from Spreadsheet 4 3. Apply Marker Map to Spreadsheet 7 4. Add Fields

More information

Oxygen Meter User Manual

Oxygen Meter User Manual Oxygen Meter User Manual Monday, July 23, 2007 1. Outline...2 2. Program...3 2.1. Environment for program execution...3 2.2. Installation...3 2.3. Un installation...3 2.4. USB driver installation...3 2.5.

More information

Conflating a Traffic Model Network With a Road Inventory. David Knudsen

Conflating a Traffic Model Network With a Road Inventory. David Knudsen Conflating a Traffic Model Network With a Road Inventory David Knudsen Traffic modelers need to derive attributes of their abstracted networks from road layers maintained by highway departments, and planners

More information

SCRATCH CHALLENGE #3

SCRATCH CHALLENGE #3 SCRATCH CHALLENGE #3 Objective: Demonstrate your understanding of scratch by designing the pong game. **View this Pong Game PDF for the instructions on how to design the pong game.** Scroll down for the

More information

Virtual Breadboarding. John Vangelov Ford Motor Company

Virtual Breadboarding. John Vangelov Ford Motor Company Virtual Breadboarding John Vangelov Ford Motor Company What is Virtual Breadboarding? Uses Vector s CANoe product, to simulate MATLAB Simulink models in a simulated or real vehicle environment. Allows

More information

Using the Lego NXT with Labview.

Using the Lego NXT with Labview. Using the Lego NXT with Labview http://www.legoengineering.com/component/content/article/105 The Lego NXT 32-bit ARM microcontroller - an Atmel AT91SAM7S256. Flash memory/file system (256 kb), RAM (64

More information

TECHNICAL NOTE HOW TO USE LOOPERS. Kalipso_TechDocs_Loopers. Revision: 1.0. Kalipso version: Date: 16/02/2017.

TECHNICAL NOTE HOW TO USE LOOPERS. Kalipso_TechDocs_Loopers. Revision: 1.0. Kalipso version: Date: 16/02/2017. TECHNICAL NOTE HOW TO USE LOOPERS Document: Kalipso_TechDocs_Loopers Revision: 1.0 Kalipso version: 4.0 20161231 Date: 16/02/2017 Author: RS Contents 1. About... 3 2. Application Examples... 4 2.1. List

More information

C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a

C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a 9 0 9 7 C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a 30S/30E/30M An Interactive Digital Media Course 9 0 9 7 : C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a 3 0 S

More information

Pressure Vessel Calculation for Yavin Thruster

Pressure Vessel Calculation for Yavin Thruster Pressure Vessel Calculation for Yavin Thruster J. Simmons June 16, 2015 1 Requirements The Pressure Vessel Calculation module is being created to model the stresses in the chamber wall for use in a sizing

More information

Rescue Rover. Robotics Unit Lesson 1. Overview

Rescue Rover. Robotics Unit Lesson 1. Overview Robotics Unit Lesson 1 Overview In this challenge students will be presented with a real world rescue scenario. The students will need to design and build a prototype of an autonomous vehicle to drive

More information

PAB Deployment Simulation with Curved Retainer

PAB Deployment Simulation with Curved Retainer 7 th International LS-DYNA Users Conference Crash/Safety (3) PAB Deployment Simulation with Curved Retainer Linhuo Shi TG North America Corporation 095 Crooks Road Troy, MI 48084 Tel: (248) 280-7348 Fax:

More information

Diver Training Options

Diver Training Options MAIN INTERNET ON-SITE TAILORED PACKAGES INTER-COMPANY Diver Training Options DBI offers a menu of tailored courses Designed for users as well as IT Professionals to learn how to master the functionality

More information

CT PET-2018 Part - B Phd COMPUTER APPLICATION Sample Question Paper

CT PET-2018 Part - B Phd COMPUTER APPLICATION Sample Question Paper CT PET-2018 Part - B Phd COMPUTER APPLICATION Sample Question Paper Note: All Questions are compulsory. Each question carry one mark. 1. Error detection at the data link layer is achieved by? [A] Bit stuffing

More information

NCSS Statistical Software

NCSS Statistical Software Chapter 256 Introduction This procedure computes summary statistics and common non-parametric, single-sample runs tests for a series of n numeric, binary, or categorical data values. For numeric data,

More information

KISSsoft 03/2016 Tutorial 9

KISSsoft 03/2016 Tutorial 9 KISSsoft 03/2016 Tutorial 9 Cylindrical Gear Fine Sizing KISSsoft AG Rosengartenstrasse 4 8608 Bubikon Switzerland Phone: +41 55 254 20 50 Fax: +41 55 254 20 51 info@kisssoft.ag www.kisssoft.ag Table of

More information

Introduction to Matlab for Engineers

Introduction to Matlab for Engineers Introduction to Matlab for Engineers Instructor: Anh Thai Nhan Math 111, Ohlone Introduction to Matlab for Engineers Ohlone, Fremont 1/23 Reading materials Chapters 1, 2, and 3, Moore s textbook Introduction

More information

COMPUTATIONAL OCEAN ACOUSTIC TOOLBOX MANUAL. Computational Ocean Acoustics Toolbox (COAT) is a package written containing the following

COMPUTATIONAL OCEAN ACOUSTIC TOOLBOX MANUAL. Computational Ocean Acoustics Toolbox (COAT) is a package written containing the following COMPUTATIONAL OCEAN ACOUSTIC TOOLBOX MANUAL A 1 INTRODUCTION Computational Ocean Acoustics Toolbox (COAT) is a package written containing the following topics which are described in the preceding Chapters.

More information

ACCURATE PRESSURE MEASUREMENT FOR STEAM TURBINE PERFORMANCE TESTING

ACCURATE PRESSURE MEASUREMENT FOR STEAM TURBINE PERFORMANCE TESTING ACCURATE PRESSURE MEASUREMENT FOR STEAM TURBINE PERFORMANCE TESTING Blair Chalpin Charles A. Matthews Mechanical Design Engineer Product Support Manager Scanivalve Corp Scanivalve Corp Liberty Lake, WA

More information

Blackwave Dive Table Creator User Guide

Blackwave Dive Table Creator User Guide Blackwave Dive Table Creator User Guide Copyright 2002-2009 Blackwave. All rights reserved. These materials (including without limitation all articles, text, images, logos, compilation, and design) are

More information

Title: Modeling Crossing Behavior of Drivers and Pedestrians at Uncontrolled Intersections and Mid-block Crossings

Title: Modeling Crossing Behavior of Drivers and Pedestrians at Uncontrolled Intersections and Mid-block Crossings Title: Modeling Crossing Behavior of Drivers and Pedestrians at Uncontrolled Intersections and Mid-block Crossings Objectives The goal of this study is to advance the state of the art in understanding

More information

WMS 8.4 Tutorial Hydraulics and Floodplain Modeling HY-8 Modeling Wizard Learn how to model a culvert using HY-8 and WMS

WMS 8.4 Tutorial Hydraulics and Floodplain Modeling HY-8 Modeling Wizard Learn how to model a culvert using HY-8 and WMS v. 8.4 WMS 8.4 Tutorial Hydraulics and Floodplain Modeling HY-8 Modeling Wizard Learn how to model a culvert using HY-8 and WMS Objectives Define a conceptual schematic of the roadway, invert, and downstream

More information

ORF 201 Computer Methods in Problem Solving. Final Project: Dynamic Programming Optimal Sailing Strategies

ORF 201 Computer Methods in Problem Solving. Final Project: Dynamic Programming Optimal Sailing Strategies Princeton University Department of Operations Research and Financial Engineering ORF 201 Computer Methods in Problem Solving Final Project: Dynamic Programming Optimal Sailing Strategies Due 11:59 pm,

More information

Modelling Today for the Future. Advanced Modelling Control Techniques

Modelling Today for the Future. Advanced Modelling Control Techniques CwMAG 1 st Autumn Conference 2012 Modelling Today for the Future Advanced Modelling Control Techniques What are advanced modelling controls? Why do we have them? How can we use them? What are the differences

More information

Determination of the wind pressure distribution on the facade of the triangularly shaped high-rise building structure

Determination of the wind pressure distribution on the facade of the triangularly shaped high-rise building structure Determination of the wind pressure distribution on the facade of the triangularly shaped high-rise building structure Norbert Jendzelovsky 1,*, Roland Antal 1 and Lenka Konecna 1 1 STU in Bratislava, Faculty

More information

Open Research Online The Open University s repository of research publications and other research outputs

Open Research Online The Open University s repository of research publications and other research outputs Open Research Online The Open University s repository of research publications and other research outputs Developing an intelligent table tennis umpiring system Conference or Workshop Item How to cite:

More information

1. Use the diagrams below to investigate the pelvis and scapula models and identify anatomical structures. Articulated Pelvis

1. Use the diagrams below to investigate the pelvis and scapula models and identify anatomical structures. Articulated Pelvis LSO Pelvis/Scapula Activity Activity 1: Pelvis and Scapula Anatomy 1. Use the diagrams below to investigate the pelvis and scapula models and identify anatomical structures. Articulated Pelvis (anterior

More information

Using MATLAB with CANoe

Using MATLAB with CANoe Version 2.0 2017-03-09 Application Note AN-IND-1-007 Author Restrictions Abstract Vector Informatik GmbH Public Document This application note describes the usage of MATLAB /Simulink combined with CANoe.

More information

Rev. 02/18

Rev. 02/18 Table of Contents Overview of the SOLAS probabilistic damage stability regulations...1 Before using the Wizard...2 Overview of the DAMSTAB2 Wizard...2 Getting started...4 Your first run with the Damstab2

More information

Kofax Capture - Standard

Kofax Capture - Standard Appendix C Pricing Index IBRIDGE GROUP, INC. as amended through Amendment Number 2 DIR-TSO-2607 Customer Discount % off MSRP Software Kofax Capture - Standard 1 concurrent station 25% 5 concurrent stations

More information

BVIS Beach Volleyball Information System

BVIS Beach Volleyball Information System BVIS Beach Volleyball Information System Developments in computer science over the past few years, together with technological innovation, has in turn stimulated the development of tailored software solutions

More information

Sinclair QL retro gaming

Sinclair QL retro gaming Sinclair QL retro gaming Sinclair QL retro gaming For the most recent updates I have use the QL2K emulator. I have also tried the Dart Game on the SMSQmultor (colours set to QL mode) and it appears to

More information

LATLAS. Documentation

LATLAS. Documentation LATLAS Documentation 27.07.2017 1. Project's presentation The LATLAS project aims at supplying an interactive Internet platform with an atlas of waves for the main Swiss lakes. The characteristics of waves

More information

The AWRA system using ewater Source Water Information Research and Development Alliance (WIRADA)

The AWRA system using ewater Source Water Information Research and Development Alliance (WIRADA) The AWRA system using ewater Source Water Information Research and Development Alliance (WIRADA) Matt Stenson Deputy Program Leader Environmental Information Systems 29 May 2012 LAND AND WATER/WATER FOR

More information

Mastering the Mechanical E6B in 20 minutes!

Mastering the Mechanical E6B in 20 minutes! Mastering the Mechanical E6B in 20 minutes Basic Parts I am going to use a Jeppesen E6B for this write-up. Don't worry if you don't have a Jeppesen model. Modern E6Bs are essentially copies of the original

More information

Laboratory 2(a): Interfacing WiiMote. Authors: Jeff C. Jensen (National Instruments) Trung N. Tran (National Instruments)

Laboratory 2(a): Interfacing WiiMote. Authors: Jeff C. Jensen (National Instruments) Trung N. Tran (National Instruments) Laboratory 2(a): Interfacing WiiMote Authors: Jeff C. Jensen (National Instruments) Trung N. Tran (National Instruments) Instructors: Edward A. Lee Sanjit A. Seshia University of California, Berkeley EECS

More information

SOFTWARE. Sesam user course. 12 May 2016 HydroD Hydrostatics & Stability. Ungraded SAFER, SMARTER, GREENER DNV GL 2016

SOFTWARE. Sesam user course. 12 May 2016 HydroD Hydrostatics & Stability. Ungraded SAFER, SMARTER, GREENER DNV GL 2016 SOFTWARE Sesam user course DNV GL 1 SAFER, SMARTER, GREENER Scope of presentation Describe features & commands for performing a hydrostatic analysis, and their concepts Analysis setup Code-checking Reporting

More information

intended velocity ( u k arm movements

intended velocity ( u k arm movements Fig. A Complete Brain-Machine Interface B Human Subjects Closed-Loop Simulator ensemble action potentials (n k ) ensemble action potentials (n k ) primary motor cortex simulated primary motor cortex neuroprosthetic

More information

Using DDT. Debugging programs with DDT. Peter Towers. HPC Systems Section. ECMWF January 28, 2016

Using DDT. Debugging programs with DDT. Peter Towers. HPC Systems Section. ECMWF January 28, 2016 Using DDT Debugging programs with DDT Peter Towers HPC Systems Section Peter.Towers@ecmwf.int ECMWF January 28, 2016 HPCF - Debugging programs with DDT ECMWF 1 2016 Allinea DDT DDT is a very popular interactive

More information

The NXT Generation. A complete learning solution

The NXT Generation. A complete learning solution The NXT Generation A complete learning solution 2008 The NXT Generation LEGO MINDSTORMS Education is the latest in educational robotics, enabling students to discover ICT, science, D&T and maths concepts

More information

Kestrel HVK Gun Loader Sofware

Kestrel HVK Gun Loader Sofware www.kestrelmeters.com.au Kestrel HVK Gun Loader Sofware The Most Relied-Upon Pocket Weather Instruments in the World Making Work & Play Easier & Safer 1 Kestrel Pocket Weather Meters Kestrel Ballistics

More information

ID: Cookbook: browseurl.jbs Time: 15:40:31 Date: 11/04/2018 Version:

ID: Cookbook: browseurl.jbs Time: 15:40:31 Date: 11/04/2018 Version: ID: 54174 Cookbook: browseurl.jbs Time: 15:40:31 Date: 11/04/2018 Version: 22.0.0 Table of Contents Table of Contents Analysis Report Overview General Information Detection Confidence Classification Analysis

More information

How to use the waypoint module

How to use the waypoint module How to use the waypoint module Lindsey Kuper CSCI P545 Embedded and Real-Time Systems, Fall 2009 Introduction This document explains the use of the waypoint Python module for programming ERTS 1 lab experiments.

More information

UNIQUE ADVANTAGES OF PIPENET

UNIQUE ADVANTAGES OF PIPENET UNIQUE ADVANTAGES OF PIPENET TRANSIENT MODULE Sunrise Systems Limited Section 1: Unique Advantages of the leading hydraulic analysis software engineers prefer to use: PIPENET s schematic design is unique.

More information

BEC Custom properties

BEC Custom properties Custom properties Version 1.0 Betoniteollisuus ry May 2016 2 (12) Version history: Version Author Date Desciption 1.0 Teemu Anttila 20.5.2016 The first version of the document 3 (12) Contents Preface 7

More information

IWR PLANNING SUITE II PCOP WEBINAR SERIES. Laura Witherow (IWR) and Monique Savage (MVP) 26 July

IWR PLANNING SUITE II PCOP WEBINAR SERIES. Laura Witherow (IWR) and Monique Savage (MVP) 26 July IWR PLANNING SUITE II 1 255 255 255 237 237 237 0 0 0 217 217 217 163 163 163 200 200 200 131 132 122 239 65 53 80 119 27 PCOP WEBINAR SERIES 110 135 120 252 174.59 112 92 56 62 102 130 102 56 48 130 120

More information

UNIVERSITY OF WATERLOO

UNIVERSITY OF WATERLOO UNIVERSITY OF WATERLOO Department of Chemical Engineering ChE 524 Process Control Laboratory Instruction Manual January, 2001 Revised: May, 2009 1 Experiment # 2 - Double Pipe Heat Exchanger Experimental

More information

Three-Dimensional Ray-Cast Pong

Three-Dimensional Ray-Cast Pong Three-Dimensional Ray-Cast Pong Richard Hughes Elizabeth Power! Overview What is Pong? Traditional Pong is a two-dimensional game that simulates table tennis. The player controls a paddle by moving it

More information

7 th International Conference on Wind Turbine Noise Rotterdam 2 nd to 5 th May 2017

7 th International Conference on Wind Turbine Noise Rotterdam 2 nd to 5 th May 2017 7 th International Conference on Wind Turbine Noise Rotterdam 2 nd to 5 th May 2017 Sound power level measurements 3.0 ir. L.M. Eilders, Peutz bv: l.eilders@peutz.nl ing. E.H.A. de Beer, Peutz bv: e.debeer@peutz.nl

More information

Cricket umpire assistance and ball tracking system using a single smartphone camera

Cricket umpire assistance and ball tracking system using a single smartphone camera 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 Cricket umpire assistance and ball tracking system using a single smartphone camera Udit Arora

More information

Counterbore and Countersink Tutorial

Counterbore and Countersink Tutorial Counterbore and Countersink Tutorial This tutorial is designed to show how to create a Counterbore hole in two different ways. 1. Creating 2 Extrudes 2. Using the Hole Tool Types of Holes Counterbore Holes

More information

Scratch Hands-on Assignments CS4HS - Summer 2017

Scratch Hands-on Assignments CS4HS - Summer 2017 Scratch Hands-on Assignments CS4HS - Summer 2017 Assignment 1 : 1. Obtain and open the Scratch project called name.sb : a. Go to the link : https://tinyurl.com/cs4hsscratch b. Click on the folder named

More information

*MAT GAS MIXTURE, a new gas mixture model for airbag applications

*MAT GAS MIXTURE, a new gas mixture model for airbag applications 4 th European LS-DYNA Users Conference Occupant III / Airbag *MAT GAS MIXTURE, a new gas mixture model for airbag applications Author: Lars Olovsson LSTC Correspondence: tel/fax: +46-852 030 881 e-mail:

More information

SCHEINWORKS Measuring and Analysis Systems by

SCHEINWORKS Measuring and Analysis Systems by Pressure Measurement Systems for standing and walking analysis Germany since 1879 Pressure Measurement Systems for standing and walking analysis Documentation of Gait image Stance Symmetry of all parameters

More information

How to Learn MRI An Illustrated Workbook

How to Learn MRI An Illustrated Workbook How to Learn MRI An Illustrated Workbook Exercise : Scanning the Abdomen Teaching Points: How to eliminate wrap around artifact of the arms. How to reduce respiration motion artifact. What is axial in-phase

More information

RP920A-D Modular Pneumatic Controller

RP920A-D Modular Pneumatic Controller RP920A-D Modular Pneumatic Controller BEFORE INSTALLATION INSTALLATION INSTRUCTIONS Note the following dimensions in Figure 1 when installing an RP920 Modular Pneumatic Controller ( Controller ). RC171

More information

GEN-1e CO2 Generator OVERVIEW INSTALLATION PROPANE GENERATORS ONLY NATURAL GAS GENERATORS ONLY

GEN-1e CO2 Generator OVERVIEW INSTALLATION PROPANE GENERATORS ONLY NATURAL GAS GENERATORS ONLY GEN-1e CO2 Generator Custom Automated Products offers economical and safe carbon dioxide generators. They produce CO2 by burning either propane or natural gas. We have designed our CO2 generator to allow

More information

Modeling of Hydraulic Hose Paths

Modeling of Hydraulic Hose Paths Mechanical Engineering Conference Presentations, Papers, and Proceedings Mechanical Engineering 9-2002 Modeling of Hydraulic Hose Paths Kurt A. Chipperfield Iowa State University Judy M. Vance Iowa State

More information

MPCS: Develop and Test As You Fly for MSL

MPCS: Develop and Test As You Fly for MSL MPCS: Develop and Test As You Fly for MSL GSAW 2008 Michael Tankenson & Lloyd DeForrest Wednesday April 2, 2008 Copyright 2008 California Institute of Technology. Government sponsorship acknowledged. Mission

More information

Guide to Creating Walking Route Maps for Safe Routes to School

Guide to Creating Walking Route Maps for Safe Routes to School Guide to Creating Walking Route Maps for Safe Routes to School Walking one mile to and from school each day is two-thirds of the recommended daily physical activity for children and youth. This guide will

More information

State of Nevada Department of Transportation Materials Division

State of Nevada Department of Transportation Materials Division State of Nevada Department of Transportation Materials Division METHOD OF TEST FOR EVALUATION OF PAVEMENT RIDE QUALITY USING INERTIAL PROFILING SYSTEMS SCOPE This test method describes the procedure used

More information

USER MANUAL April 2016

USER MANUAL April 2016 USER MANUAL April 2016 Introduction TIEBREAK is a program for real time volleyball game data entry and statistical analysis. Extremely easy to use, TIEBREAK makes it possible to reliably and quickly enter

More information

Quintic Automatic Putting Report

Quintic Automatic Putting Report Quintic Automatic Putting Report Tutorial www.quintic.com Introduction The Quintic Automatic Putting Report is designed to work as an add on to our premier Quintic Biomechanics analysis software. Auto

More information

Equine Cannon Angle System

Equine Cannon Angle System Equine Cannon System How to interpret the results December 2010 Page 1 of 14 Table of Contents Introduction... 3 The Sagittal Plane... 4 The Coronal Plane... 5 Results Format... 6 How to Interpret the

More information

Courseware Sample F0

Courseware Sample F0 Electric Power / Controls Courseware Sample 85303-F0 A ELECTRIC POWER / CONTROLS COURSEWARE SAMPLE by the Staff of Lab-Volt Ltd. Copyright 2009 Lab-Volt Ltd. All rights reserved. No part of this publication

More information

ParaFEM: Microstructurally Faithful Modelling of Materials. Louise M. Lever, University of Manchester

ParaFEM: Microstructurally Faithful Modelling of Materials. Louise M. Lever, University of Manchester ParaFEM: Microstructurally Faithful Modelling of Materials Louise M. Lever, University of Manchester HECToR dcse Seminar, NAG, Manchester, UK 9.30am Wednesday 5 October 2011 Overview Background Activities

More information

Recognise that some mechanisms, including levers, pulleys and gears, allow a smaller force to have a greater effect

Recognise that some mechanisms, including levers, pulleys and gears, allow a smaller force to have a greater effect MODULE 7 FEEL THE FORCE Key vocabulary: lever, pivot, push, pull, mechanism, machine, force, fulcrum LESSON 8: HOW CAN WE USE LEVERS TO HELP US? LESSON SUMMARY: This lesson introduces mechanisms devices

More information

Grand Slam Tennis Computer Game (Version ) Table of Contents

Grand Slam Tennis Computer Game (Version ) Table of Contents Grand Slam Tennis Computer Game (Version 2010.3) Table of Contents 1. Introduction - What is the grand slam tennis program? 2 2. Options - What are the available playing options? 3 3. History - How has

More information

Technology. In the My Files [My Files] submenu you can store all the programs that you have made on the NXT or downloaded from your computer.

Technology. In the My Files [My Files] submenu you can store all the programs that you have made on the NXT or downloaded from your computer. NXT Main Menu My Files Files are automatically placed into the appropriate folders. When you download a program using a Sound file to the NXT, the program will be placed under Software files while the

More information

A Shallow Dive into Deep Sea Data Sarah Solie and Arielle Fogel 7/18/2018

A Shallow Dive into Deep Sea Data Sarah Solie and Arielle Fogel 7/18/2018 A Shallow Dive into Deep Sea Data Sarah Solie and Arielle Fogel 7/18/2018 Introduction The datasets This data expedition will utilize the World Ocean Atlas (WOA) database to explore two deep sea physical

More information

STUDY OF UNDERWATER THRUSTER (UT) FRONT COVER OF MSI300 AUTONOMOUS UNDERWATER VEHICLE (AUV) USING FINITE ELEMENT ANALYSIS (FEA)

STUDY OF UNDERWATER THRUSTER (UT) FRONT COVER OF MSI300 AUTONOMOUS UNDERWATER VEHICLE (AUV) USING FINITE ELEMENT ANALYSIS (FEA) STUDY OF UNDERWATER THRUSTER (UT) FRONT COVER OF MSI300 AUTONOMOUS UNDERWATER VEHICLE (AUV) USING FINITE ELEMENT ANALYSIS (FEA) M. Sabri 1, 2, T. Ahmad 1, M. F. M. A. Majid 1 and A. B. Muhamad Husaini

More information

1. First start a new scratch project and remove the default sprite.

1. First start a new scratch project and remove the default sprite. Bat Cave In this exercise you ll create a maze game like the one shown below. The bat will start one end of the tunnel and the player will use their mouse to guide the bat to the other end. If the bat

More information

S.M.A.R.T.S. Stimulation Monitoring and Reservoir Testing Software tm

S.M.A.R.T.S. Stimulation Monitoring and Reservoir Testing Software tm S.M.A.R.T.S. Stimulation Monitoring and Reservoir Testing Software tm Guydon Software Services 3813 Coronado Ct, Weatherford, TX 76087-9003 Office (817) 441-2575 Fax (817) 441-2576 1 S.M.A.R.T.S. Stimulation

More information

ID: Cookbook: browseurl.jbs Time: 03:38:04 Date: 30/04/2018 Version:

ID: Cookbook: browseurl.jbs Time: 03:38:04 Date: 30/04/2018 Version: ID: 57282 Cookbook: browseurl.jbs Time: 03:38:04 Date: 30/04/2018 Version: 22.0.0 Table of Contents Analysis Report Overview General Information Detection Confidence Classification Analysis Advice Signature

More information

TG-119 IMRT Commissioning Tests Instructions for Planning, Measurement, and Analysis Version 10/21/2009

TG-119 IMRT Commissioning Tests Instructions for Planning, Measurement, and Analysis Version 10/21/2009 TG-119 IMRT Commissioning Tests Instructions for Planning, Measurement, and Analysis Version 10/21/2009 DISCLAIMER: This publication and associated spreadsheets and digital files are based on sources and

More information

FRIEND FUNCTIONAL REAL-TIME INTERACTIVE ENDOGENOUS NEUROMODULATION AND DECODING MANUAL. FRIEND version: October 2013

FRIEND FUNCTIONAL REAL-TIME INTERACTIVE ENDOGENOUS NEUROMODULATION AND DECODING MANUAL. FRIEND version: October 2013 FRIEND FUNCTIONAL REAL-TIME INTERACTIVE ENDOGENOUS NEUROMODULATION AND DECODING MANUAL FRIEND version: 1.0.0.218 18 October 2013 D'Or Institute for Research and Education (IDOR) Neuroinformatics Workgroup

More information

Depth Conversion with ISMap

Depth Conversion with ISMap Depth Conversion with ISMap Brian Russell July 5, 2012 Introduction This article will compare two different approaches to depth conversion between measured well depths and a map of seismic two-way travel-time

More information

NKS PODRIS project. Importance of inspection reliability assumptions on piping failure probability estimates

NKS PODRIS project. Importance of inspection reliability assumptions on piping failure probability estimates NKS PODRIS project Importance of inspection reliability assumptions on piping failure probability estimates Kaisa Simola, Otso Cronvall & Ilkka Männistö (VTT) Jens Gunnars, Peter Dillström & Lars Averlind

More information

Chapter 6. Gas Analyser Interface. Hanatech Co., Ltd.

Chapter 6. Gas Analyser Interface. Hanatech Co., Ltd. Gas Analyser Interface The interface between the scanner and the gas analyser is available between Gas analyzer and ULTRASCAN P1 scanner. HOST-PRO PC interface program is also necessary to add the real-time

More information

Multi Class Event Results Calculator User Guide Updated Nov Resource

Multi Class Event Results Calculator User Guide Updated Nov Resource Multi Class Event Results Calculator User Guide Updated Nov 2011 The Multi Class Point Score has been developed as part of Swimming Australia Ltd. s commitment to creating opportunities for people with

More information

The Ideal Gas Constant

The Ideal Gas Constant Chem 2115 Experiment # 8 The Ideal Gas Constant OBJECTIVE: This experiment is designed to provide experience in gas handling methods and experimental insight into the relationships between pressure, volume,

More information

IDeA Competition Report. Electronic Swimming Coach (ESC) for. Athletes who are Visually Impaired

IDeA Competition Report. Electronic Swimming Coach (ESC) for. Athletes who are Visually Impaired IDeA Competition Report Electronic Swimming Coach (ESC) for Athletes who are Visually Impaired Project Carried Out Under: The Department of Systems and Computer Engineering Carleton University Supervisor

More information

MTB 02 Intermediate Minitab

MTB 02 Intermediate Minitab MTB 02 Intermediate Minitab This module will cover: Advanced graphing Changing data types Value Order Making similar graphs Zooming worksheet Brushing Multi-graphs: By variables Interactively upgrading

More information

Experimental Investigation of End Plate Effects on the Vertical Axis Wind Turbine Airfoil Blade

Experimental Investigation of End Plate Effects on the Vertical Axis Wind Turbine Airfoil Blade Experimental Investigation of End Plate Effects on the Vertical Axis Wind Turbine Airfoil Blade Rikhi Ramkissoon 1, Krishpersad Manohar 2 Ph.D. Candidate, Department of Mechanical and Manufacturing Engineering,

More information

Tips for trainers. Participatory quota setting

Tips for trainers. Participatory quota setting Participatory quota setting The Tips for Trainers for this issue are taken from a publication called District Quota Setting Toolbox, part of the World Wide Fund for Nature (WWF) Wildlife Management Series.

More information

Visual Traffic Jam Analysis Based on Trajectory Data

Visual Traffic Jam Analysis Based on Trajectory Data Visual Traffic Jam Analysis Based on Trajectory Data Zuchao Wang, Min Lu, Xiaoru Yuan, Peking University Junping Zhang, Fudan University Huub van de Wetering, Technische Universiteit Eindhoven Introduction

More information

Tutorial on Flange Qualification using CAEPIPE

Tutorial on Flange Qualification using CAEPIPE Tutorial on Flange Qualification using CAEPIPE This document explains the procedure on performing Flange Qualification using CAEPIPE. General Flange joints are essential components in all pressurized systems;

More information

Mapping a course for Pocket Caddy

Mapping a course for Pocket Caddy Contents: 1. Mapping overview 2. Mapping your course o 2.1. Locating the course o 2.2. Mapping the holes o 2.3. Opening the template file and naming the course o 2.4. Mapping the greens o 2.5. Mapping

More information

Determination of the Design Load for Structural Safety Assessment against Gas Explosion in Offshore Topside

Determination of the Design Load for Structural Safety Assessment against Gas Explosion in Offshore Topside Determination of the Design Load for Structural Safety Assessment against Gas Explosion in Offshore Topside Migyeong Kim a, Gyusung Kim a, *, Jongjin Jung a and Wooseung Sim a a Advanced Technology Institute,

More information

Taking Your Class for a Walk, Randomly

Taking Your Class for a Walk, Randomly Taking Your Class for a Walk, Randomly Daniel Kaplan Macalester College Oct. 27, 2009 Overview of the Activity You are going to turn your students into an ensemble of random walkers. They will start at

More information

3D Scan Processing Procedures for Surfer

3D Scan Processing Procedures for Surfer 3D Scan Processing Procedures for Surfer Instructions Version 1.0 Alistair Evans, 30 September 2008 Pre-processing of Point Cloud Remove Extraneous Points The output from most scanners will include parts

More information

PIAS. software for naval architects

PIAS. software for naval architects PIAS software for naval architects Courtesy of Royal IHC WHAT IS PIAS? Professional ship design software with modules for modelling of ships, intact stability and damage stability and much, much more.

More information

MIKE Release General product news for Marine software products, tools & features. Nov 2018

MIKE Release General product news for Marine software products, tools & features. Nov 2018 MIKE Release 2019 General product news for Marine software products, tools & features Nov 2018 DHI 2012 MIKE 3 Wave FM New advanced phase-resolving 3D wave modelling product A MIKE 3 FM Wave model - why?

More information

Descend Pilot s Discretion

Descend Pilot s Discretion Page 1 of 9 Descend Pilot s Discretion By Chris Reed, CFI, CFII, MEI Airplanes are one of only a few types of vehicles that can truly operate in three dimensions. Because of this, the pilot must be able

More information

Final Project Report (NHL Cumulative Game by Game Visualization) Patrick Wong April 24, Motivation & Audience for Visualization

Final Project Report (NHL Cumulative Game by Game Visualization) Patrick Wong April 24, Motivation & Audience for Visualization Final Project Report (NHL Cumulative Game by Game Visualization) Patrick Wong April 24, 2012 1 Motivation & Audience for Visualization I created an application that visualizes various NHL teams cumulative

More information

What is new in CAPWAP 2014

What is new in CAPWAP 2014 What is new in CAPWAP 2014 CAPWAP model changes/additions Time Increment/wave speed variations This feature is especially important for analyzing cast-in-situ and other concrete piles. It allows modeling

More information

FACE DETECTION. Lab on Project Based Learning May Xin Huang, Mark Ison, Daniel Martínez Visual Perception

FACE DETECTION. Lab on Project Based Learning May Xin Huang, Mark Ison, Daniel Martínez Visual Perception FACE DETECTION Lab on Project Based Learning May 2011 Xin Huang, Mark Ison, Daniel Martínez Visual Perception Contents Introduction Exploration into local invariant features The final method Results Conclusions

More information

Meter Data Distribution Market Trials

Meter Data Distribution Market Trials Meter Data Distribution Market Trials IESO Response to Participant Feedback Issue Date: June 5, 2015 Public Copyright 2015 Independent Electricity System Operator. All rights reserved. Public Page 2 of

More information

Tex-1001-S, Operating Inertial Profilers and Evaluating Pavement Profiles. Chapter 10 Special Procedures. Overview

Tex-1001-S, Operating Inertial Profilers and Evaluating Pavement Profiles. Chapter 10 Special Procedures. Overview Overview Effective dates: August 2002 October 2004. Test Method Tex-1001-S covers use of an inertial profiler to implement Special Specifications 5440 and 5880 for ride quality measurements using Surface

More information