Manual for analyzing raw data obtained with the SED sensor

Size: px
Start display at page:

Download "Manual for analyzing raw data obtained with the SED sensor"

Transcription

1 Manual for analyzing raw data obtained with the SED sensor Pim Willemsen Version 0.1 CONCEPT VERSION 1 Concept version (0.1)

2 Contents 1. Introduction The sensor Raw data Files and their function Tutorial Single Batch Notes Access to the script Literature Concept version (0.1)

3 1. Introduction SED sensors (Fig. 1) are developed by the NIOZ (Royal Netherlands Institute for Sea Research) and described previously by (Hu et al., 2015). The SED sensor is a stand-alone device that can be applied for obtaining bed level dynamics. The sensor measures the light intensity over 204 light sensitive cells of 2 mm. The resulting profile per time step over those 204 cells, is used to obtain the bed level per time step. Converting the raw data to bed level data using the SED-script is described in this manual. Figure 1. Front side (panel 1)m and back side (panel 2) of the SED-sensor, the enlarged data logging section of the sensor is showed in panel 3 (Hu et al., 2015). The light sensitive cells are located in the measuring section (194 cells), and the head (10 cells. The top 3 cells of the measuring section are assumed to be influenced by the head and will not be used for data analysis (panel 4) The sensor The sensor has a storage capacity of 8GB and is powered by nine AAA batteries. The light sensitive cells within the transparent polyester part of the sensor can be used to measure the bed level. This is a section of 194 cells of 2 mm each (total measuring section is 388 mm). The cells are within a non-transparent case and cells are located on the circuit board in the head of the sensor (Fig. 1). 3 Concept version (0.1)

4 1.2. Raw data Raw data is obtained by the SED sensors using three sensitivities (low, mid and high), resulting in three scaled voltage profiles (Fig. 2). A low scaled voltage is shown when the light intensity in the surrounding area is low, resulting in typical tilted S-shaped curves. The transition from a low to a high voltage in this profile (transition zone), shows the interface of the soil and air. In case a small layer of water is present around the SED sensor (e.g. due to a scour hole), a double S curve can be observed. This curve shows a transition at the interface of soil and water and a transition at the interface of water and air. In addition to the scaled voltage output several other parameters (metadata) are stored per time step per sensitivity. One measurement (i.e. raw data of one sensitivity at one time step) consists of 256 elements (0-255) of 2 bytes (table 1). To avoid the influence of the head of the SED-sensor on the voltage profile, only the light sensitive cells (elements 0-190) are used for analysis (Fig. 1). The influence of other factors is studied by conducting different experiments (De Mey, 2016). Table 1. Elements of the raw data from one measurement (one sensitivity at one time step) from a SED sensor. Element(s) Parameter Scaled voltage output of light sensors in the transparent polyester part Scaled voltage output of light sensors in the non-transparent part Scaled voltage output of light sensors at the circuit board in the head of the sensor 204 Stabilized power supply 205 Battery power 206 Auxiliary temperature sensor 207 Temperature 208 Sensitivity of the measurement: 0 is high (1Mohm), 1 is mid (10kOhm), 2 is low (100 Ohm) Time in seconds (32 bits) 255 Time in milliseconds after time in seconds Figure 2. Voltage profiles (raw data) and arctan approximations. 4 Concept version (0.1)

5 2. Files and their function The script contains text files that can be executed using MATLAB software. The files are created using MATLAB R2015B. The main file is called Script_SED_sensor.m, the function files used in this main file are stored in the folder Functions. This folder Functions should be located in the same folder as the main file Script_SED_sensor.m. The main file is used to initiate converting the raw data, to call all function files, and save data and figures. The function files (in order they are used) stored in the folder Functions are described below. SED_Batch.m This file is called to specify whether you want to run a batch of raw SED files or a single file. File_loc.m This file is called to specify the location and name of the raw SED file(s) and to specify the location of the output file(s). In case you choose to analyze a single file, you have to specify the folder location and name of the SED file and the folder location where the output files should be stored. In case a batch of files will be analyzed, in addition to specifying the in- and output folder, a text file with the filenames should be specified. Collect_time_parameters.m This file is called to determine the points in time data is collected and to determine the time step in between the measurements. The time is stored as binary values, that are converted using this function. Sensor_selection_menu.m This file is called to finalize the initialization. First a check is executed whether the timeseries remains consistent over all measurements. It appeared that some files shows time jumps of several years from a certain point in the data. If this happens, the part of the data from the inconsistency till the end is cut off. In case a single file is chosen in the SED_Batch menu, a menu appears where you need to specify: Title/name that will be used for saving the output files and that will be used as titles for figures; Whether you want to calculate the bed level at the top of a possible appearing scouring hole. At what measurement time you want to start analyzing; At what measurement time you want to stop analyzing; Whether you want to use the outlier filter. In case a batch of files is chosen in the SED_Batch menu, the choices specified above will be default: Title/name: name of the raw SED files (without possible extension) specified in the text file; Calculate the top of a possible appearing scour hole: Yes; Time you want to start analyzing: first possible time; Time you want to stop analyzing: last possible time (taken into account the consistency of the time steps); Use outlier filter: Yes. 5 Concept version (0.1)

6 Read_SED_sensors.m This file is called to load the data of the raw SED file that is currently being analyzed. The result is a large matrix with one time step every column. Translating_time.m This file is called to crop the matrix resulting from the previous step, according to the given time parameters in the Sensor_selection_menu.m file. Intersecting_script.m This file is called to determine the bed level values. First the data will be pre-processed: The voltage profiles resulting from the raw data contain noise (assuming due to differences in the light sensitive sensors). All values that are located below the last minimum possible value are made equal to the minimum possible value (e.g. all sensors in the bed get the minimum possible value); The values in the 3 (mid, low and high sensitivity) voltage profiles are standardized, so they can be compared with each other; A filter is applied to decrease the general noise appearing in all profiles. After pre-processing the data, the first bed level (assuming to be the bottom of a possible appearing scour hole) will be distilled from the raw data, using multiple iteration steps. The pre-processed voltage profiles will be approximated with a single or double arctan function: o a * arctan(x-b) + e (approximation parameters: a, b, e), o a * arctan(x-b) + c*arctan(x-d) + e (approximation parameters: a, b, c, d, e). First the lowest bottom level (bottom of scour hole) will be determined. o If the maximum value from the high sensitivity voltage profile is equal to the maximum possible value (4095), the bed level will be approximated by a double arctan, using the mid sensitivity. The bed level is located at the minimum of approximation parameters b and d, which is the center of the first (from bottom to top) transition slope. In case the approximation parameters a and/or c are negative, the transition slopes are not approximated right. o In that case a single arctan approximation will be used, with the bed level at approximation parameter b. In case the maximum voltage value of the low sensitivity is smaller than 200, there is little light. In addition, if the maximum voltage of the mid sensitivity is equal to the maximum possible value, the following will be done: o The profile will be approximated by a single arctan. Around the approximation parameter b of this arctan fit, a smaller area is selected (b 25 till b + 25) for creating a double arctan approximation. The bed level is located at the minimum of approximation parameters b and d, which is the center of the first (from bottom to top) transition slope. In case a or c is negative again: o The approximation parameters, bed level and R 2 will be equal to NaN. 6 Concept version (0.1)

7 If the approximation parameters do not have acceptable and/or possible/realistic values for approximating the voltage profiles and the R 2 of the resulting approximation is smaller than 0.99: o The high sensitivity voltage profile will be used to make a double arctan approximation. The bed level is located at the minimum of approximation parameters b and d, which is the center of the first (from bottom to top) transition slope. In case the high sensitivity voltage profile cannot be approximated well (R 2 < 0.99): o The approximation parameters, bed level and R 2 will be equal to NaN. The second bed level (top of a possible appearing scour hole) will also be distilled using multiple iteration steps. In case the following conditions are met (using the result of the calculations for the first bed level), the second bed level can be found (maximum of approximation parameters b and d): o The approximation should be done with a double arctan, otherwise only one bed level is detected, and; o The difference between the two approximation parameters (b and d) should exceed 1, so the difference should be more than the distance between two sensors. A bed level will also be found, if the following conditions are met: o Approximation parameter e is equal to or exceeds 0.5 and is smaller than 1.0; o The mid sensitivity is used. In case the above conditions are not met, the following conditions will be tested. If the conditions are met the bed level can be found in the low sensitivity voltage profile (maximum of approximation parameters b and d): o The R 2 of the approximation of the low sensitivity voltage profile is equal to or exceeds 0.98; o The difference between the two approximation parameters (b and d) should exceed 1, so the difference should be more than the distance between two sensors; o The maximum value of the low sensitivity voltage profile is smaller than or equal to 200; o The maximum value of the high sensitivity voltage profile is equal to the maximum possible voltage profile. In case the above conditions are not met: o The approximation parameters, bed level and R 2 will be equal to NaN. After approximating the bed levels, the resulting data will be cleaned. All resulting bed level values exceeding 191 (maximum number of sensors that measure) will be removed; Isolated values, i.e. a bed level value with NaN neighbours or 2 bed level values with NaN neighbours will be removed. Erasing_outliers.m This file is called to check whether outliers are present is checked using a moving average window. Using a given threshold, it is determined whether a value deviates from the surrounding moving average. If so, the value will be removed. This is applied assuming that there should always be multiple measurements 7 Concept version (0.1)

8 during a period without inundation and with daylight. During those periods the bed level is assumed to be stable. Bedlevel_prediction_blocks.m This file is called for calculating an averaged bed level for every non inundated period during daylight. This is applied assuming that there should always be multiple measurements during a period without inundation and with daylight. During those periods the bed level should be stable. Bedlevel_prediction_moving_average.m This file is called for calculating a moving average bed level for all time steps a bed level is available. Generate_plots.m This file is called to plot the moving average and block average results. Those figures will be saved in the main script. Generating_output.m This file is called to generate three matrices with the resulting data (resulting bed levels, resulting moving average bed levels, resulting block average bed levels). The matrices will be saved in the main script. ia_plots.m / ia_profile_check.m These files are called if a single raw SED file is analyzed. They can be used to see the voltage profiles and approximations for a specific bed level per time step, by clicking at the point in the graph. The script will lead you through. 8 Concept version (0.1)

9 3. Tutorial Store the folder/.zip file/.rar file at your machine. In case you have a.zip or.rar file, extract the files to your machine. The folder should contain the file script_sed_sensor.m and a folder called Functions, in which all scripts that will be used (described in chapter 2) are stored. Open the file script_sed_sensor.m and run the script (f5). You will be asked whether a single raw SED file or batch of raw SED files should be analyzed (Fig. 3). If you have multiple files you can press batch, if you have a single file, you can press single. If you want insights in the raw data, you have to press single to assess the raw data after the script is done analyzing. Figure Single If you want to analyze a single file and pressed Single, you have to enter the path and filename of the raw SED file you want to assess. Make sure to enter the file extension in case the raw SED data file contains an extension. You also need to enter the path of the output folder, this line should end with a backslash (Fig. 4). The output folder should be an existing folder. Press OK. Figure 4. After entering the file and folder information, a pop-up menu appears (Fig. 5). You will be asked to enter the following data: Title/name that will be used for saving the output files and that will be used as titles for figures; Whether you want to calculate the bed level at the top of a possible appearing scouring hole. At what measurement time you want to start analyzing (default is the first time step); At what measurement time you want to stop analyzing (default is the last time stel); Whether you want to use the outlier filter. Press OK after entering the data. 9 Concept version (0.1)

10 Figure 5. Now MATLAB will start analyzing the data and saves the resulting text files and figures in the specified folder. After the data is analyzed, a pop-up window appears with the question whether you want to assess the raw data (Fig. 6). If you press No, you are done. If you press Yes, you have to specify the area of interest (top left and bottom right point) in the figure that popped-up together with the pop-up containing the question (Fig. 7a and b). After specifying the corners you will be asked to click a point of interest (Fig. 8). After clicking the point, in the background three figures are created; one for the point you pressed and two for the surrounding points. Those figures consist of the raw voltage profiles (Fig. 2), the approximations, the bed level and information about the used sensitivity and the averaged results. The points assessed appear in the time series of the bed level, and you will be asked whether you want to assess another point. If you press No, you are done. If you press Yes, you can follow the steps in this section again. Figure Concept version (0.1)

11 Figure 7a (top) and b (bottom) Figure Batch If you want to analyze multiple files and pressed Batch, you have to enter the path and filename of a text file (.txt) that contains all names and extensions of the raw SED files you want to analyze. You can enter one file name per line in the text file. All raw SED files should be located in the same folder. You also need the enter the path of the input and output folder, those lines should end with a backslash (Fig. 9). The input and output folders should be existing folders. Press OK. Now all data will be analyzed and the figures and text files will be stored in the output folder, using the name of the input files. After that you are done. Figure Concept version (0.1)

12 4. Notes 1. The script is in constant development. 2. You can help in developing the script by adding code and ideas. 3. Determining the top of a possibly appearing scouring hole is not yet developed to its full potential and you should be careful with using those results. 5. Access to the script The script is available via the website of the NIOZ (link), please upload a new version in case you update the script. Explain how and what you need to do. 6. Literature De Mey, J. (2016). Sedimentation and erosion at intertidal vegetated foreshores, developing a script for the SED sensor to study bed level changes. (MSc.), University of Twente, Enschede. Hu, Z., Lenting, W., van der Wal, D., & Bouma, T. J. (2015). Continuous monitoring bed-level dynamics on an intertidal flat: Introducing novel, stand-alone high-resolution SED-sensors. Geomorphology, 245, Concept version (0.1)

Filter1D Time Series Analysis Tool

Filter1D Time Series Analysis Tool Filter1D Time Series Analysis Tool Introduction Preprocessing and quality control of input time series for surface water flow and sediment transport numerical models are key steps in setting up the simulations

More information

ISET Selecting a Color Conversion Matrix

ISET Selecting a Color Conversion Matrix ISET Selecting a Color Conversion Matrix Contents How to Calculate a CCM...1 Applying the CCM in the Processor Window...6 This document gives a step-by-step description of using ISET to calculate a color

More information

Figure E2-1 The complete circuit showing the oscilloscope and Bode plotter.

Figure E2-1 The complete circuit showing the oscilloscope and Bode plotter. Example 2 An RC network using the oscilloscope and Bode plotter In this example we use the oscilloscope and the Bode plotter in an RC circuit that has an AC source. The circuit which we will construct

More information

The Basics. HECRAS Basis Input. Geometry Data - the basics. Geometry Data. Flow Data. Perform Hydraulic Computations. Viewing the Output

The Basics. HECRAS Basis Input. Geometry Data - the basics. Geometry Data. Flow Data. Perform Hydraulic Computations. Viewing the Output The Basics HECRAS Basis Input Geometry Data. Flow Data. Perform Hydraulic Computations by G. Parodi WRS ITC The Netherlands Viewing the Output ITC Faculty of Geo-Information Science and Earth Observation

More information

Enhancement of Multispectral Images and Vegetation Indices

Enhancement of Multispectral Images and Vegetation Indices Enhancement of Multispectral Images and Vegetation Indices ERDAS Imagine 2016 Description: We will use ERDAS Imagine with multispectral images to learn how an image can be enhanced for better interpretation.

More information

Files Used in This Tutorial. Background. Calibrating Images Tutorial

Files Used in This Tutorial. Background. Calibrating Images Tutorial In this tutorial, you will calibrate a QuickBird Level-1 image to spectral radiance and reflectance while learning about the various metadata fields that ENVI uses to perform calibration. This tutorial

More information

1.1 Displaying Distributions with Graphs, Continued

1.1 Displaying Distributions with Graphs, Continued 1.1 Displaying Distributions with Graphs, Continued Ulrich Hoensch Thursday, January 10, 2013 Histograms Constructing a frequency table involves breaking the range of values of a quantitative variable

More information

Importing and processing gel images

Importing and processing gel images BioNumerics Tutorial: Importing and processing gel images 1 Aim Comprehensive tools for the processing of electrophoresis fingerprints, both from slab gels and capillary sequencers are incorporated into

More information

Creating Digital Stories for the Classroom

Creating Digital Stories for the Classroom Using Photo Story 3 to Create a Digital Story Creating Digital Stories for the Classroom When you open Photo Story 3 you have a few options. To begin a new story select the option Begin a New Story and

More information

Example Application C H A P T E R 4. Contents

Example Application C H A P T E R 4. Contents C H A P T E R 4 Example Application This chapter provides an example application of how to perform steady flow water surface profile calculations with HEC-RAS. The user is taken through a step-by-step

More information

Applying mathematics to digital image processing using a spreadsheet

Applying mathematics to digital image processing using a spreadsheet Jeff Waldock Applying mathematics to digital image processing using a spreadsheet Jeff Waldock Department of Engineering and Mathematics Sheffield Hallam University j.waldock@shu.ac.uk Introduction When

More information

Batch Counting of Foci

Batch Counting of Foci Batch Counting of Foci Getting results from Z stacks of images. 1. First it is necessary to determine suitable CHARM parameters to be used for batch counting. First drag a stack of images taken with the

More information

Overview. 2 Module 17: Setup of Moored Instruments - Hardware

Overview. 2 Module 17: Setup of Moored Instruments - Hardware 2 Module 17: Setup of Moored Instruments - Hardware Overview In this module we will discuss setup of moored instruments for deployment, considering instrument status reports. By the end of this module,

More information

Excel Tool: Plots of Data Sets

Excel Tool: Plots of Data Sets Excel Tool: Plots of Data Sets Excel makes it very easy for the scientist to visualize a data set. In this assignment, we learn how to produce various plots of data sets. Open a new Excel workbook, and

More information

MicroLab 500-series Getting Started

MicroLab 500-series Getting Started MicroLab 500-series Getting Started 2 Contents CHAPTER 1: Getting Started Connecting the Hardware....6 Installing the USB driver......6 Installing the Software.....8 Starting a new Experiment...8 CHAPTER

More information

Matlab for CS6320 Beginners

Matlab for CS6320 Beginners Matlab for CS6320 Beginners Basics: Starting Matlab o CADE Lab remote access o Student version on your own computer Change the Current Folder to the directory where your programs, images, etc. will be

More information

Technical Note How to Compensate Lateral Chromatic Aberration

Technical Note How to Compensate Lateral Chromatic Aberration Lateral Chromatic Aberration Compensation Function: In JAI color line scan cameras (3CCD/4CCD/3CMOS/4CMOS), sensors and prisms are precisely fabricated. On the other hand, the lens mounts of the cameras

More information

Purlin Roof. Create a New Folder in your chosen location called Purlin Roof. The nine parts that make up the project will be saved here.

Purlin Roof. Create a New Folder in your chosen location called Purlin Roof. The nine parts that make up the project will be saved here. Purlin Roof Prerequisite Knowledge Previous knowledge of the following commands is required to complete this lesson. Sketching (Line, Rectangle, Add Relations, Dimensioning), Inserting Planes, Extrude,

More information

Apply Colour Sequences to Enhance Filter Results. Operations. What Do I Need? Filter

Apply Colour Sequences to Enhance Filter Results. Operations. What Do I Need? Filter Apply Colour Sequences to Enhance Filter Results Operations What Do I Need? Filter Single band images from the SPOT and Landsat platforms can sometimes appear flat (i.e., they are low contrast images).

More information

Seasonal Progression of the Normalized Difference Vegetation Index (NDVI)

Seasonal Progression of the Normalized Difference Vegetation Index (NDVI) Seasonal Progression of the Normalized Difference Vegetation Index (NDVI) For this exercise you will be using a series of six SPOT 4 images to look at the phenological cycle of a crop. The images are SPOT

More information

The 2 in 1 Grey White Balance Colour Card. user guide.

The 2 in 1 Grey White Balance Colour Card. user guide. The 2 in 1 Grey White Balance Colour Card user guide www.greywhitebalancecolourcard.co.uk Contents 01 Introduction 05 02 System requirements 06 03 Download and installation 07 04 Getting started 08 Creating

More information

USER GUIDE. NEED HELP? Call us on +44 (0)

USER GUIDE. NEED HELP? Call us on +44 (0) USER GUIDE NEED HELP? Call us on +44 (0) 121 250 3642 TABLE OF CONTENTS Document Control and Authority...3 User Guide...4 Create SPN Project...5 Open SPN Project...6 Save SPN Project...6 Evidence Page...7

More information

HDR Darkroom 2 User Manual

HDR Darkroom 2 User Manual HDR Darkroom 2 User Manual Everimaging Ltd. 1 / 22 www.everimaging.com Cotent: 1. Introduction... 3 1.1 A Brief Introduction to HDR Photography... 3 1.2 Introduction to HDR Darkroom 2... 5 2. HDR Darkroom

More information

How To Graphically Analyze Production History Data

How To Graphically Analyze Production History Data How To Graphically Analyze Production History Data March 25, 2004 MICA can plot production history on a semi-log graph, analyze any section of the production history with a least squares regression and

More information

MadCAM 2.0: Drill Pattern Toolpath

MadCAM 2.0: Drill Pattern Toolpath MadCAM 2.0: Drill Pattern Toolpath Digital Media Tutorial 2005-2006 MadCAM 2.0 can create a toolpath to drill holes directly into your material. The bit plunges in and out of the material without moving

More information

IMAGE PROCESSING PRACTICALS

IMAGE PROCESSING PRACTICALS EPFL PTBIOP IMAGE PROCESSING PRACTICALS 14.03.2011-16.03.2011 ACKNOWLEDGEMENTS This presentation and the exercises are based on the script CMCI Image processing & Analysis Course Series I which was kindly

More information

Lab 6 Profiles of DEMs and change detection by using the DEMs

Lab 6 Profiles of DEMs and change detection by using the DEMs Lab 6 Profiles of DEMs and change detection by using the DEMs Introduction This lab will introduce you to change detection by subtraction between two images. You will subtract two Digital Elevation Model

More information

8. EDITING AND VIEWING COORDINATES, CREATING SCATTERGRAMS AND PRINCIPAL COMPONENTS ANALYSIS

8. EDITING AND VIEWING COORDINATES, CREATING SCATTERGRAMS AND PRINCIPAL COMPONENTS ANALYSIS Editing and viewing coordinates, scattergrams and PCA 8. EDITING AND VIEWING COORDINATES, CREATING SCATTERGRAMS AND PRINCIPAL COMPONENTS ANALYSIS Aim: To introduce you to (i) how you can apply a geographical

More information

Stratigraphy Modeling Boreholes and Cross. Become familiar with boreholes and borehole cross sections in GMS

Stratigraphy Modeling Boreholes and Cross. Become familiar with boreholes and borehole cross sections in GMS v. 10.3 GMS 10.3 Tutorial Stratigraphy Modeling Boreholes and Cross Sections Become familiar with boreholes and borehole cross sections in GMS Objectives Learn how to import borehole data, construct a

More information

Vehicle Data Display and Logger Installation and Operation Manual Rev Focus Applied Technologies

Vehicle Data Display and Logger Installation and Operation Manual Rev Focus Applied Technologies Vehicle Data Display and Logger Installation and Operation Manual Rev 1. 1-215 Focus Applied Technologies INTRODUCTION This Vehicle Data Display and Logger is designed as a robust display and logger for

More information

Instruction Manual. Mark Deimund, Zuyi (Jacky) Huang, Juergen Hahn

Instruction Manual. Mark Deimund, Zuyi (Jacky) Huang, Juergen Hahn Instruction Manual Mark Deimund, Zuyi (Jacky) Huang, Juergen Hahn This manual is for the program that implements the image analysis method presented in our paper: Z. Huang, F. Senocak, A. Jayaraman, and

More information

Automated workflow for Core Saturation experiment

Automated workflow for Core Saturation experiment Automated workflow for Core Saturation experiment 1. Introduction This tutorial will detail how to develop and use an automated workflow for a core flooding experiment. The workflow consists of a recipe

More information

1. Start a bit about Linux

1. Start a bit about Linux GEOG432/632 Fall 2017 Lab 1 Display, Digital numbers and Histograms 1. Start a bit about Linux Login to the linux environment you already have in order to view this webpage Linux enables both a command

More information

Experiment 2 Electric Circuit Fundamentals

Experiment 2 Electric Circuit Fundamentals Experiment 2 Electric Circuit Fundamentals Introduction This experiment has two parts. Each part will have to be carried out using the Multisim Electronics Workbench software. The experiment will then

More information

OHM S LAW. Ohm s Law The relationship between potential difference (V) across a resistor of resistance (R) and the current (I) passing through it is

OHM S LAW. Ohm s Law The relationship between potential difference (V) across a resistor of resistance (R) and the current (I) passing through it is OHM S LAW Objectives: a. To find the unknown resistance of an ohmic resistor b. To investigate the series and parallel combination of resistors c. To investigate the non-ohmic resistors Apparatus Required:

More information

Creo Revolve Tutorial

Creo Revolve Tutorial Creo Revolve Tutorial Setup 1. Open Creo Parametric Note: Refer back to the Creo Extrude Tutorial for references and screen shots of the Creo layout 2. Set Working Directory a. From the Model Tree navigate

More information

Introduction to Analog Electronics Fall 2016 ECE 3400 Professor Jennifer Hasler Course Project Guide

Introduction to Analog Electronics Fall 2016 ECE 3400 Professor Jennifer Hasler Course Project Guide Introduction to Analog Electronics Fall 2016 ECE 3400 Professor Jennifer Hasler Course Project Guide 11/21/2016 Yusuf Ziya Kuriş Introduction I was challenged by the transition from the Electrical and

More information

LIGHT-SCENE ENGINE MANAGER GUIDE

LIGHT-SCENE ENGINE MANAGER GUIDE ambx LIGHT-SCENE ENGINE MANAGER GUIDE 20/05/2014 15:31 1 ambx Light-Scene Engine Manager The ambx Light-Scene Engine Manager is the installation and configuration software tool for use with ambx Light-Scene

More information

Land Cover Change Analysis An Introduction to Land Cover Change Analysis using the Multispectral Image Data Analysis System (MultiSpec )

Land Cover Change Analysis An Introduction to Land Cover Change Analysis using the Multispectral Image Data Analysis System (MultiSpec ) Land Cover Change Analysis An Introduction to Land Cover Change Analysis using the Multispectral Image Data Analysis System (MultiSpec ) Level: Grades 9 to 12 Macintosh version Earth Observation Day Tutorial

More information

1 Chrono methods. The term Chrono methods includes all the measurements of electrochemical signals during a well-defined sequence of steps.

1 Chrono methods. The term Chrono methods includes all the measurements of electrochemical signals during a well-defined sequence of steps. Version 1.11.0 NOVA Chrono methods tutorial 1 Chrono methods The term Chrono methods includes all the measurements of electrochemical signals during a well-defined sequence of steps. In NOVA, time resolved

More information

Gravitational Lensing Experiment

Gravitational Lensing Experiment EKA Advanced Physics Laboratory Gravitational Lensing Experiment Getting Started Guide In this experiment you will be studying gravitational lensing by simulating the phenomenon with optical lenses. The

More information

The cutoff framework in NOVA provides three degrees of freedom:

The cutoff framework in NOVA provides three degrees of freedom: Version 1.11.0 NOVA Cutoff tutorial 1 Cutoffs Cutoffs are convenient tools that can be used to control the experimental conditions, in order to prevent or to react on specific situations, for example when

More information

Hydraulics and Floodplain Modeling Managing HEC-RAS Cross Sections

Hydraulics and Floodplain Modeling Managing HEC-RAS Cross Sections v. 9.1 WMS 9.1 Tutorial Hydraulics and Floodplain Modeling Managing HEC-RAS Cross Sections Modify cross sections in an HEC-RAS model to use surveyed cross section data Objectives Build a basic HEC-RAS

More information

6. Multivariate EDA. ACE 492 SA - Spatial Analysis Fall 2003

6. Multivariate EDA. ACE 492 SA - Spatial Analysis Fall 2003 1 Objectives 6. Multivariate EDA ACE 492 SA - Spatial Analysis Fall 2003 c 2003 by Luc Anselin, All Rights Reserved This lab covers some basic approaches to carry out EDA with a focus on discovering multivariate

More information

Entering Checkpoint Data

Entering Checkpoint Data Entering Checkpoint Data How do I change which Checkpoint Period I m viewing? To change the period from one to another, here are the steps: On the right side of the screen, click the grey drop-down "Change

More information

Hydraulics and Floodplain Modeling Managing HEC-RAS Cross Sections

Hydraulics and Floodplain Modeling Managing HEC-RAS Cross Sections WMS 10.1 Tutorial Hydraulics and Floodplain Modeling Managing HEC-RAS Cross Sections Modify cross sections in an HEC-RAS model to use surveyed cross section data v. 10.1 Objectives Build a basic HEC-RAS

More information

GIS Module GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents

GIS Module GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents GMS 7.0 TUTORIALS 1 Introduction The GIS module can be used to display data from a GIS database directly in GMS without having to convert that data to GMS data types. Native GMS data such as grids and

More information

Creo Extrude Tutorial 3: Hole, Fillets and Rounds

Creo Extrude Tutorial 3: Hole, Fillets and Rounds Creo Extrude Tutorial 3: Hole, Fillets and Rounds By: Matthew Jourden Brighton High School 1. Open Creo Parametric 2. File > Open > extrudetutorial (From Creo Extrude Tutorial 1) NOTE: Minimum of 2 other

More information

ADOBE 9A Adobe(R) Photoshop CS4 ACE. Download Full Version :

ADOBE 9A Adobe(R) Photoshop CS4 ACE. Download Full Version : ADOBE 9A0-094 Adobe(R) Photoshop CS4 ACE Download Full Version : https://killexams.com/pass4sure/exam-detail/9a0-094 QUESTION: 108 When saving images in Camera Raw, which file format allows you to turn

More information

Shutter Stream Software V 5.0 User Guide

Shutter Stream Software V 5.0 User Guide Shutter Stream Software V 5.0 User Guide Getting started video: https://youtu.be/-vbj0ai9sd0 *IMPORTANT You must follow these steps before starting: 1. Registering the Software: After installing the software

More information

BOOK BUILDING. for beginners. Lightroom Tutorial by Mark Galer

BOOK BUILDING. for beginners. Lightroom Tutorial by Mark Galer BOOK BUILDING for beginners Lightroom Tutorial by Mark Galer Contents Part One: Preparing the Book Part Two: Page Layout Design Ideas Create a Collection Choose your Images Sequence your Images Title your

More information

Transmission Lines and TDR

Transmission Lines and TDR Transmission Lines and TDR Overview This is the procedure for lab 2b. This is a one- week lab. The prelab should be done BEFORE going to the lab session. In this lab, pulse propagation down transmission

More information

v. 8.0 GMS 8.0 Tutorial GIS Module Shapefile import, display, and conversion Prerequisite Tutorials None Time minutes

v. 8.0 GMS 8.0 Tutorial GIS Module Shapefile import, display, and conversion Prerequisite Tutorials None Time minutes v. 8.0 GMS 8.0 Tutorial Shapefile import, display, and conversion Objectives Learn how to import and display shapefiles with and without ArcObjects. Convert the shapefiles to GMS feature objects. Prerequisite

More information

10.2. Scanning Document Camera Scoring. Page 1 of 5. How do I score answer sheets using a document camera? STEP 1

10.2. Scanning Document Camera Scoring. Page 1 of 5. How do I score answer sheets using a document camera? STEP 1 Step by Step How do I score answer sheets using a document camera? STEP 1 Click on the Assessment icon in the top navigation bar. STEP 2 To locate your assessment in an assessment list, first select the

More information

Ansoft Designer Tutorial ECE 584 October, 2004

Ansoft Designer Tutorial ECE 584 October, 2004 Ansoft Designer Tutorial ECE 584 October, 2004 This tutorial will serve as an introduction to the Ansoft Designer Microwave CAD package by stepping through a simple design problem. Please note that there

More information

In this tutorial you will use Photo Story 3, a free software program from Microsoft, to create digital stories using text, graphics and music.

In this tutorial you will use Photo Story 3, a free software program from Microsoft, to create digital stories using text, graphics and music. In this tutorial you will use Photo Story 3, a free software program from Microsoft, to create digital stories using text, graphics and music. What you will learn: o System Requirements and Recommendations

More information

Alibre Design Tutorial - Simple Extrude Step-Pyramid-1

Alibre Design Tutorial - Simple Extrude Step-Pyramid-1 Alibre Design Tutorial - Simple Extrude Step-Pyramid-1 Part Tutorial Exercise 4: Step-Pyramid-1 [text version] In this Exercise, We will set System Parameters first. Then, in sketch mode, outline the Step

More information

NOVA technical note #8 1. Case study: how to use cutoff conditions in a FRA frequency scan?

NOVA technical note #8 1. Case study: how to use cutoff conditions in a FRA frequency scan? NOVA technical note #8 1 Cutoffs in FRA 1 Case study: how to use cutoff conditions in a FRA frequency scan? One of the FAQ from NOVA users is: Can I use cutoffs during a FRA frequency scan? Using cutoffs

More information

A short antenna optimization tutorial using MMANA-GAL

A short antenna optimization tutorial using MMANA-GAL A short antenna optimization tutorial using MMANA-GAL Home MMANA Quick Start part1 part2 part3 part4 Al Couper NH7O These pages will present a short guide to antenna optimization using MMANA-GAL. This

More information

DRAFT Solid Edge ST4 Update Training Draft

DRAFT Solid Edge ST4 Update Training Draft DRAFT Solid Edge ST4 Update Training Draft Presented by: Steve Webb Topics Parts List Table Titles Column Headers Headers Merging Header Rotate Cell Aspect Ratio Cell Formatting Overriding Disabled Cells

More information

GIMP WEB 2.0 ICONS. Web 2.0 Icons: Paperclip Completed Project

GIMP WEB 2.0 ICONS. Web 2.0 Icons: Paperclip Completed Project GIMP WEB 2.0 ICONS WEB 2.0 ICONS: PAPERCLIP OPEN GIMP or Web 2.0 Icons: Paperclip Completed Project Step 1: To begin a new GIMP project, from the Menu Bar, select File New. At the Create a New Image dialog

More information

Resizing for ACCC Competition. Rev 1.0 9/12/2011

Resizing for ACCC Competition. Rev 1.0 9/12/2011 Resizing for ACCC Competition Rev 1.0 9/12/2011 This document contains instructions for resizing your images to comply with the new Digital Image Competition Guidelines. In this document we have attempted

More information

SMAP Hands-On. ARSET Applied Remote Sensing Training. Jul. 20,

SMAP Hands-On. ARSET Applied Remote Sensing Training. Jul. 20, National Aeronautics and Space Administration ARSET Applied Remote Sensing Training http://arset.gsfc.nasa.gov @NASAARSET SMAP Hands-On Jul. 20, 2016 www.nasa.gov Outline 1. Data products overview 2. Discovering

More information

multi-channel Potentiostat / Galvanostat / Impedance Analyzer Rev

multi-channel Potentiostat / Galvanostat / Impedance Analyzer Rev multi-channel Potentiostat / Galvanostat / Impedance Analyzer Rev. 9-2018 Contents Contents MultiPalmSens4...2 MultiTrace: Software for Windows...4 Measurement Specifications...6 System Channel Specifications...7

More information

CE 365K Exercise 2: HEC-RAS Modeling Spring 2014 Hydraulic Engineering Design

CE 365K Exercise 2: HEC-RAS Modeling Spring 2014 Hydraulic Engineering Design CE 365K Exercise 2: HEC-RAS Modeling Spring 2014 Hydraulic Engineering Design This exercise was prepared by Fernando R. Salas and David R. Maidment Introduction In this exercise, we will learn how to setup

More information

Estimated Time Required to Complete: 45 minutes

Estimated Time Required to Complete: 45 minutes Estimated Time Required to Complete: 45 minutes This is the first in a series of incremental skill building exercises which explore sheet metal punch ifeatures. Subsequent exercises will address: placing

More information

Excel Lab 2: Plots of Data Sets

Excel Lab 2: Plots of Data Sets Excel Lab 2: Plots of Data Sets Excel makes it very easy for the scientist to visualize a data set. In this assignment, we learn how to produce various plots of data sets. Open a new Excel workbook, and

More information

Unsupervised Classification

Unsupervised Classification Unsupervised Classification Using SAGA Tutorial ID: IGET_RS_007 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial

More information

Homework Assignment (20 points): MORPHOMETRICS (Bivariate and Multivariate Analyses)

Homework Assignment (20 points): MORPHOMETRICS (Bivariate and Multivariate Analyses) Fossils and Evolution Due: Tuesday, Jan. 31 Spring 2012 Homework Assignment (20 points): MORPHOMETRICS (Bivariate and Multivariate Analyses) Introduction Morphometrics is the use of measurements to assess

More information

BIO 365L Neurobiology Laboratory. Training Exercise 1: Introduction to the Computer Software: DataPro

BIO 365L Neurobiology Laboratory. Training Exercise 1: Introduction to the Computer Software: DataPro BIO 365L Neurobiology Laboratory Training Exercise 1: Introduction to the Computer Software: DataPro 1. Don t Panic. When you run DataPro, you will see a large number of windows, buttons, and boxes. In

More information

Shutter Stream 360 Software V 5.0 User Guide

Shutter Stream 360 Software V 5.0 User Guide Shutter Stream 360 Software V 5.0 User Guide Getting started video: https://youtu.be/-vbj0ai9sd0 *IMPORTANT You must follow these steps before starting: 1. Registering the Software: After installing the

More information

minicad5 QuickStart Tutorial Stage: 4 Plot the Job

minicad5 QuickStart Tutorial Stage: 4 Plot the Job minicad5 QuickStart Tutorial Stage: 4 Plot the Job Aim: Plot the job to both printer / plotter and DXF file. Figure 1 - The finished product Plotting and export to DXF We wish to produce a final paper

More information

Sheet Metal Punch ifeatures

Sheet Metal Punch ifeatures Lesson 5 Sheet Metal Punch ifeatures Overview This lesson describes punch ifeatures and their use in sheet metal parts. You use punch ifeatures to simplify the creation of common and specialty cut and

More information

OCCUPANCY SENSOR REMOTE USER GUIDE

OCCUPANCY SENSOR REMOTE USER GUIDE OCCUPANCY SENSOR REMOTE USER GUIDE Use the handheld programming remote to test and adjust the settings of your occupancy sensor, which can accommodate up to six sensor parameter profiles. FSP-2X1 is the

More information

8th ESA ADVANCED TRAINING COURSE ON LAND REMOTE SENSING

8th ESA ADVANCED TRAINING COURSE ON LAND REMOTE SENSING Urban Mapping Practical Sebastian van der Linden, Akpona Okujeni, Franz Schug Humboldt Universität zu Berlin Instructions for practical Summary The Urban Mapping Practical introduces students to the work

More information

Contents Systems of Linear Equations and Determinants

Contents Systems of Linear Equations and Determinants Contents 6. Systems of Linear Equations and Determinants 2 Example 6.9................................. 2 Example 6.10................................ 3 6.5 Determinants................................

More information

Shepherd Recital Programs: Indus Workflow

Shepherd Recital Programs: Indus Workflow Shepherd Recital Programs: Indus Workflow Fondren Library, Rice University Last updated July 9, 2014 Table of Contents Setup Scanner...2 Software Setup and Scanning...4 Post Scanning Edits...7 Batch Crop

More information

Chapter 16: Batch Scanning

Chapter 16: Batch Scanning Chapter 16: Batch Scanning The Batch Scanning module allows users to scan and upload various versions of voter registration forms as a batch into the system. Once they are scanned, documents are available

More information

SonoLab Echo-I User Manual

SonoLab Echo-I User Manual SonoLab Echo-I User Manual Overview: SonoLab Echo-I is a single board digital ultrasound pulse-echo solution. The system has a built in 50 volt high voltage generation circuit, a bipolar pulser, a transmit/receive

More information

USTER TESTER 5-S800 APPLICATION REPORT. Measurement of slub yarns Part 1 / Basics THE YARN INSPECTION SYSTEM. Sandra Edalat-Pour June 2007 SE 596

USTER TESTER 5-S800 APPLICATION REPORT. Measurement of slub yarns Part 1 / Basics THE YARN INSPECTION SYSTEM. Sandra Edalat-Pour June 2007 SE 596 USTER TESTER 5-S800 APPLICATION REPORT Measurement of slub yarns Part 1 / Basics THE YARN INSPECTION SYSTEM Sandra Edalat-Pour June 2007 SE 596 Copyright 2007 by Uster Technologies AG All rights reserved.

More information

Subdivision Cross Sections and Quantities

Subdivision Cross Sections and Quantities NOTES Module 11 Subdivision Cross Sections and Quantities Quantity calculation and cross section generation are required elements of subdivision design projects. After the design is completed and approved

More information

Remote Sensing 4113 Lab 08: Filtering and Principal Components Mar. 28, 2018

Remote Sensing 4113 Lab 08: Filtering and Principal Components Mar. 28, 2018 Remote Sensing 4113 Lab 08: Filtering and Principal Components Mar. 28, 2018 In this lab we will explore Filtering and Principal Components analysis. We will again use the Aster data of the Como Bluffs

More information

Landscaping Tutorial. Adding a Driveway Adding Library Objects to Your Plan

Landscaping Tutorial. Adding a Driveway Adding Library Objects to Your Plan Landscaping Tutorial This tutorial describes how to use Home Designer Pro s Terrain Tools. In it, you will learn how to add elevation information to your terrain, how to create terrain features, and how

More information

BV NNET User manual. V0.2 (Draft) Rémi Lecerf, Marie Weiss

BV NNET User manual. V0.2 (Draft) Rémi Lecerf, Marie Weiss BV NNET User manual V0.2 (Draft) Rémi Lecerf, Marie Weiss 1. Introduction... 2 2. Installation... 2 3. Prerequisites... 2 3.1. Image file format... 2 3.2. Retrieving atmospheric data... 3 3.2.1. Using

More information

Load Shedding (7RW80)

Load Shedding (7RW80) September 2011 Page 1 of 8 (7RW80) 1.0 INTRODUCTION Under normal conditions the generation and demand of power is balanced. If the demand exceeds the power generation, the frequency drops down. This can

More information

Autodesk Moldflow Insight AMI Shrink Analysis Results

Autodesk Moldflow Insight AMI Shrink Analysis Results Autodesk Moldflow Insight 2012 AMI Shrink Analysis Results Revision 1, 23 March 2012. This document contains Autodesk and third-party software license agreements/notices and/or additional terms and conditions

More information

Matlab Image Analysis Programs

Matlab Image Analysis Programs Several matlab programs have been created for my project. The following is a description of these programs and how they should be used and altered. Below I have attached the matlab programs themselves.

More information

Creo Extrude Tutorial 2: Cutting and Adding Material

Creo Extrude Tutorial 2: Cutting and Adding Material Creo Extrude Tutorial 2: Cutting and Adding Material 1. Open Creo Parametric 2. File > Open > extrudeturial (From Creo Extrude Tutorial 1) 3. Cutting Material a. Click Extrude Icon > Select the following

More information

Elmo HARmonica Hands-on Tuning Guide

Elmo HARmonica Hands-on Tuning Guide Elmo HARmonica Hands-on Tuning Guide September 2003 Important Notice This document is delivered subject to the following conditions and restrictions: This guide contains proprietary information belonging

More information

digitization station DIGITAL SCRAPBOOKING 120 West 14th Street

digitization station DIGITAL SCRAPBOOKING 120 West 14th Street digitization station DIGITAL SCRAPBOOKING 120 West 14th Street www.nvcl.ca techconnect@cnv.org DIGITAL SCRAPBOOKING With MyMemories Suite 6 The MyMemories Digital Scrapbooking software allows you to create

More information

SAQA. How to Submit an Online Entry. Art by Mary Kay Fosnacht

SAQA. How to Submit an Online Entry. Art by Mary Kay Fosnacht SAQA KS MO OK How to Submit an Online Entry Art by Mary Kay Fosnacht Registration Process Locate and read the Prospectus Open the Registration Form Preview 1. About the Artist 2. About the Art 3. Upload

More information

ScanPotter. Reference Manual

ScanPotter. Reference Manual ScanPotter Reference Manual Copyright 2014 by Microtek International, Inc. All rights reserved. Trademarks Microtek, ScanMaker, ArtixScan, ScanWizard, ScanPotter and ColoRescue are trademarks or registered

More information

Batch Processing Converting images in a folder to JPEG

Batch Processing Converting images in a folder to JPEG Batch Processing Converting images in a folder to JPEG Request I would like to convert multiple RAW images (NEF files) to JPEG images all at once Response You can use a Batch Process to convert all RAW

More information

Printing for Professionals

Printing for Professionals Océ cm550 Printing for Professionals User s Guide Enlarge Display Operations Introduction Introduction Thank you for choosing this machine. The cm550 User s Guide [Enlarge Display Operations] contains

More information

Tektronix digital oscilloscope, BK Precision Function Generator, coaxial cables, breadboard, the crystal earpiece from your AM radio kit.

Tektronix digital oscilloscope, BK Precision Function Generator, coaxial cables, breadboard, the crystal earpiece from your AM radio kit. Experiment 0: Review I. References The 174 and 275 Lab Manuals Any standard text on error analysis (for example, Introduction to Error Analysis, J. Taylor, University Science Books, 1997) The manual for

More information

uiulearn TUTORIAL INTEGRATIONS> HOW TO USE PANOPTO (STUDENT)

uiulearn TUTORIAL INTEGRATIONS> HOW TO USE PANOPTO (STUDENT) uiulearn TUTORIAL INTEGRATIONS> HOW TO USE PANOPTO (STUDENT) This tutorial covers how to record a Panopto video for your course. IN ORDER TO DO THIS, YOUR INSTRUCTOR MUST COMPLETE SEVERAL STEPS TO ALLOW

More information

VARVE MEASUREMENT AND ANALYSIS PROGRAMS OPERATION INSTRUCTIONS. USING THE COUPLET MEASUREMENT UTILITY (Varve300.itm)

VARVE MEASUREMENT AND ANALYSIS PROGRAMS OPERATION INSTRUCTIONS. USING THE COUPLET MEASUREMENT UTILITY (Varve300.itm) VARVE MEASUREMENT AND ANALYSIS PROGRAMS OPERATION INSTRUCTIONS USING THE COUPLET MEASUREMENT UTILITY (Varve300.itm) 1. Starting Image Tool and Couplet Measurement Start Image Tool 3.0 by double clicking

More information

ACA Photoshop CC Exam Prep Questions

ACA Photoshop CC Exam Prep Questions ACA Photoshop CC Exam Prep Questions 1. Which of the following would you do first in order to present initial ideas to a client for their approval and feedback? A. Show the client the final project B.

More information

FOCUS ON REAL DESIGN AUTOMATE THE REST CUSTOMTOOLS BATCH CONVERTING YOUR SOLIDWORKS FILES

FOCUS ON REAL DESIGN AUTOMATE THE REST CUSTOMTOOLS BATCH CONVERTING YOUR SOLIDWORKS FILES FOCUS ON REAL DESIGN AUTOMATE THE REST CUSTOMTOOLS BATCH CONVERTING YOUR SOLIDWORKS FILES Table of Contents BATCH CONVERTING YOUR SOLIDWORKS DOCUMENTS... 3 Introduction... 3 What does it do?... 3 How does

More information

Unit 1 Electronics Name: Form:

Unit 1 Electronics Name: Form: Unit 1 Electronics Name: Form: Electronics Electronics is the study of components and techniques used to be able to build circuits controlled by electricity. An electronic system uses discrete components.

More information