IgorCD Procedures. Data -> Load CD Data

Size: px
Start display at page:

Download "IgorCD Procedures. Data -> Load CD Data"

Transcription

1 IgorCD Procedures IgorCD is a set of Igor Pro procedures for processing CD spectra and CD thermal melts. It correctly implements spectral smoothing functions and facilitates subtracting baselines (or constant offsets), correcting baseline shifts, truncting data to a useful wavelength rage, automatically processing multiple spectra, performing principal component analysis (using SVD), and extracting traces at specific wavelengths from multiple spectra. Data can be converted to either delta epsilon (De) or theta brackets [q]. The routines can be used with any CD data that can be exported into a delimited text or Excel format. The procedures can be used for spectra and melts. Utility procedures Data -> Load CD Data Data files should be in the same format as an excel spreadsheet that has been exported as an ASCII text file (tab delimited). The 1st column should contain the wavelength, and the subsequent columns should contain the CD values of any number of spectra collected with the same wavelength range and step size. If the 1st row contains a zero value in the 1st column, or contains arbitrary text, that entire row will be deleted. If a row of data at the beginning of the file contains a blank entry in one of the columns, that entire row will also be skipped. In these cases, or if the first row contains only numeric data, the wave names will be derived from the file name. The CD waves will be named "cd_filename_n" where N in incremented from 0 to n. The data will be deposited in the current Igor data folder (the one with the red arrow). The CD waves will be scaled according to the wavelength column. If the first row contains text data delimited by tabs, the wave names will be obtained from this row instead of from the filename as described above. This allows you to import data with descriptive names. In this case, blank entries in the data file are result in a blank (NaN) entry in the wave for that particular CD spectrum. (Check and make sure the data was imported correctly, especially the first data points.) Macros -> Plot CD Spectra CD data are plotted by selecting the spectra in the data browser (shift click for multiple spectra) and doing "Plot CD Spectra" from the Macro menu. Macros -> Process CD Control Panel This is the main control panel for processing CD data. The capabilities/options are: subtract baseline (or constant), smooth data, correct for spectral offsets, truncate wavelength range, convert to delta-epsilon using either mg/ml or mm concentrations, and apply identical processing to a series of spectra automatically. The processed data are put into a new folder called Processed with the same name as the original data. sample popup box - select CD spectrum of the sample you want to operate on. CD units scroll box - click on arrow to cycle between mdeg->de, mdeg-> [q], DAbs->De, and DAbs - >[q] baseline popup box - select baseline wave. Or set to none and apply a constant baseline offset by subtracting the number in the text field from the spectrum. smooth checkbox and popup - activates n-point Savitzky-Golay smoothing. zero baseline - if checked, corrects spectra for any baseline offset shift by zeroing the long wavelength (10 nm) end of the spectrum. process list of spectra checkbox - if checked, select one sample (e.g., named cd_spec_1) as described above and all spectra with same root name (cd_spec_n) will be processed identically. wavelength range - specify starting and ending wavelengths. Default values are obtained from x-

2 scaling of the slected sample wave. concentration - enter value in mg/ml (proteins) or mm (nucleic acids). Use popup box to select units. subunit mol. wt. - used when concentration is entered in mg/ml to convert into molar quantities (delta epsilon). For proteins, this is the average amino acid mol. wt. pathlength - enter value in centimeters additional multiplication factor - for additional scaling factor Do It - does it Additional routines are available as part of the generic spectral analysis procedures. These addition features are described more fully below.

3 Details The smooth data option allows you to apply the Savitsky-Golay smoothing function with window sizes of 5, 7, 9, 11, or 13 points. Both the sample and baseline data are smoothed before subtracting the baseline. The window size of the smooth is decreased as you approach the ends of the spectra. Two data points at each end of the spectrum are left unchanged since the minimum smooth is 5 points. The wavelength range parameters are initially set to those of the sample data. Note that if the spectrum was stopped before getting to the last wavelength, for example by exceeding the dynode voltage limit, then the wavelength range may be less than the size of the wave. You need to watch out for this because the smoothing function may not be applied properly to the ends of the spectrum if your wave extends out past the useful region of your data. You can truncate the data by entering values into the displayed wavelength range. After subtracting the baseline, the data can be corrected for a baseline offset by checking the zero baseline option. This will average the data over 10 nm at the long-wavelength end of the spectrum and subtract this value from the entire spectrum. The next step executed by the macro is to convert the CD data from the input values into molar delta epsilon units, De = el - er (or theta brackets). The concentration can be given in terms of milli-molar (mm) or gram (mg/ml) quantities by selecting the proper units in the pop-up box. If the concentraion is in mg/ml, then the subunuit molecular weight must be given. This is most convenient for protein solutions. Nucleic acids lend themselves better to mm quantities. It is also possible to select "none" from the concentration pop-up menu. This will result in the spectrum not being scaled by concentration or pathlength or being converted to delta epsilon. The additional multiplication factor is still available The macro can also be used for thermal melts or titrations. In these cases, however, there may not be a baseline spectrum to subtract. By setting the baseline to "none" a constant offset can be applied to the data. Since the routine can operate on any arbitrary wave, be careful that you only attempt to process raw CD data and not data that has already been processed. Processed data are saved in a (new) data folder called "processed" within the current data folder. The name of the newly created wave is taken from the name of the original sample data. If that wave already exists, it will be overwritten. Processing multiple spectra in the same experiment will put all the processed data in the same folder making it easy to graph or export the data. Note: if you open a previously saved experiment that was saved with an older version of the IgorCD, you may get an error message. Go to the command window and type in "initigorcd()" IgorSpec Package This gives several new menu items in the Data and Macros menus. Data -> Load Spectrum X Y1 Y2 Imports spectral data similar to that for the Load CD Spectrum Data -> Load Cary Spectra X1,Y1,X2,Y2 Imports data consisting of alternating columns of wavelength and signal. Data can be delimited with

4 either tabs or commas. This is the ASCII format exported from the Cary spectrophotometer. Can also import data that contains only one column; in this case you are prompted for starting and ending wavelengths. There are also several procedures under Macros for manipulating spectra. Macros -> Graph Utilities -> Alternate Trace Styles Change the styles of all traces in a graph to have different colors/styles. -> Cycle Thru Traces (slow, medium, fast) Step thru each trace (slowly, etc) and highlight it while printing the trace number in setvariable control. You can stop the procedure with Cmd-<period> on Mac. You can manually set which trace to highlight with the setvariable control. To delete the setvariable control, mouse Graph->ShowTools, then select control and delete. Macros -> Operate on Spectral Data -> Extract Row from Multiple Spectra This is useful for extracting data at one wavelength from a series of spectra, such as from a melt or titration. The newly created wave will not have any X scaling and you will have to add it manually. First select (by shift clicking) the spectra in the Data Browser window and then select this option. -> Correct Spectrum for Linear Drift/Scatter Intended to estimate a correction for subtraction of scattering from an absorbance spectrum. This routine uses a linear correction and is therefore not strictly correct. Use the cursors to select the region of the spectrum to use as the basis for the correction. -> Offset Spectrum to Zero Selected Region Use the cursors to select the region of the spectrum to use as the basis for the offset correction. -> Decompose Spectrum into 2-Components Use to estimate the fractions of 2 component spectra. Use cursors to select. -> Convert Spectra into Matrix Select multiple spectra in DataBrowser and then this menu item will make a 2D data matrix named data_matrix -> Prinicpal Component Analysis

5 Creates a control panel for doing PCA. First select multiple spectra in DataBrowser and then press RunPCA button. The maximum number of significant vectors will be inserted into the setvariable box of the control panel and the top 5 Eigen values will be printed to the command line. Set the number of EigenVectors you want to use and then plot the basis spectra (will make waves named basis1, etc.), plot Eigenvectors (will make waves named vector1, etc.), calculate spectra (will make a 2D matrix of calculated spectra using the basis spectra and vectors. Cleanup is not yet functional. Installation This package contains this Word document and 2 folders, which should be stored in a convienent location on your hard drive. One folder is named put alias INTO user procedures and contains the procedure files IgorCD and IgorSpec. You should put an alias (Mac) or shortcut (Windows) of these files into the IgorPro/UserProcedures folder. The other folder named put alias INTO igor procedures contains zbootmyproc file. Put an alias of this into the IgorPro/IgorProcedures folder. zbootmyproc will be loaded every time you startup Igor and it will make a new menu item under Analysis that will allow you to load the IgorCD/IgorSpec packages. If you have also installed IgorDenat or other Igor procedures from me, they will also have a zbootmyproc file which will contain the code to load those packages. You will have to edit zbootmyproc file so that all of my packages are available. To do this, remove comments (double slashes //) from the lines you want to be available. These lines are in the Menu and Submenu section at the top of the file.

Using OPUS to Process Evolved Gas Data (8/12/15 edits highlighted)

Using OPUS to Process Evolved Gas Data (8/12/15 edits highlighted) Using OPUS to Process Evolved Gas Data (8/12/15 edits highlighted) Once FTIR data has been acquired for the gases evolved during your DSC/TGA run, you will process using the OPUS software package. Select

More information

Reading Worksheet Values from Plotted Data

Reading Worksheet Values from Plotted Data Lesson 5: ITC Data Handling Lesson 5: ITC Data Handling Every data plot in Origin has an associated worksheet. The worksheet contains the X, Y and, if appropriate, the error bar values for the plot. A

More information

Operating instructions - Cary 100 Bio UV-visible Spectrophotometer

Operating instructions - Cary 100 Bio UV-visible Spectrophotometer Operating instructions - Cary 100 Bio UV-visible Spectrophotometer This document describes how to power up the spectrophotometer, set its measurement parameters, insert one or more of samples for analysis

More information

Chirascan Quick Start

Chirascan Quick Start ADDING NEW Chirascan Quick Start DIMENSIONS TO KINETICS This guide provides an introduction to the use of the Chirascan CD Spectrometer. It covers the running of simple experiments and the basic use of

More information

Data Preprocessing. D.N. Rutledge, AgroParisTech

Data Preprocessing. D.N. Rutledge, AgroParisTech Data Preprocessing D.N. Rutledge, AgroParisTech 12 Rencontres Héliospir / 30 septembre 2011 Outline Zone selection Examining raw data The importance of pre-treatment of data Common pre-treatment methods

More information

Using Olis GlobalWorks

Using Olis GlobalWorks Using Olis GlobalWorks Powerful Software for Data Analysis Table of Contents 1: Installation of Olis GlobalWorks... 1 System Requirements... 2 Setup Procedure... 3 Registration of Olis GlobalWorks... 5

More information

UV-6 Series Double Beam UV/Vis Spectrophotometers

UV-6 Series Double Beam UV/Vis Spectrophotometers UV-6 Series Double Beam UV/Vis Spectrophotometers Model UV-6100 UV-6100PC UV-6300 UV-6300PC avelength Range 190-1100nm 190-1100nm Spectral Bandwidth 1.8nm 1.8nm 1.0nm 1.0nm Optical System avelength Accuracy

More information

Model FP-6500 Spectrofluorometer Instruction Manual. FP-6500 for Windows

Model FP-6500 Spectrofluorometer Instruction Manual. FP-6500 for Windows Model FP-6500 Spectrofluorometer Instruction Manual FP-6500 for Windows P/N: 0302-9999 April 2000 Contents Safety Considerations...i Regulatory Statements... iii Preface... iv Installation Conditions...v

More information

1 User Guide. 1 Main screen

1 User Guide. 1 Main screen 1 User Guide 1 Main screen The opening screen appears in figure 1. Please wait until the loading bar (as shown in the bottom left) has filled up and the text changed from loading to completed. From the

More information

Identifying Updated Metadata and Images from a Content Provider

Identifying Updated Metadata and Images from a Content Provider University of Iowa Libraries Staff Publications 4-8-2010 Identifying Updated Metadata and Images from a Content Provider Wendy Robertson University of Iowa 2010 Wendy C Robertson Comments Includes presenter's

More information

Introduction to the workbook and spreadsheet

Introduction to the workbook and spreadsheet Excel Tutorial To make the most of this tutorial I suggest you follow through it while sitting in front of a computer with Microsoft Excel running. This will allow you to try things out as you follow along.

More information

Fitting NMR peaks for N,N DMA

Fitting NMR peaks for N,N DMA Fitting NMR peaks for N,N DMA Importing the FID file to your local system Any ftp program may be used to transfer the FID file from the NMR computer. The description below will take you through the process

More information

e-bridge Color Profile Tool Quick Start Guide

e-bridge Color Profile Tool Quick Start Guide e-bridge Color Profile Tool Quick Start Guide 1 Contents 1. Installation... 3 1.1. Installing the e-bridge Color Profile Tool Software... 3 1.1. Removing the e-bridge Color Profile Tool... 4 1.2. Installing

More information

Private Company Audit System (PCAS) Quick Start Guide

Private Company Audit System (PCAS) Quick Start Guide Private Company Audit System (PCAS) Quick Start Guide Thank you for subscribing to PCAS. This guide will help you understand how to use the toolkit. Let s first look at the Contents on the PCAS homepage

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

A number of changes make authoring mathematical documents in Maple easier.

A number of changes make authoring mathematical documents in Maple easier. Interface Improved Equation Editing A number of changes make authoring mathematical documents in Maple easier. Executable Math Maple 2016 includes better user controls of math in documents. You can now

More information

All About PlexSet Technology Data Analysis in nsolver Software

All About PlexSet Technology Data Analysis in nsolver Software All About PlexSet Technology Data Analysis in nsolver Software PlexSet is a multiplexed gene expression technology which allows pooling of up to 8 samples per ncounter cartridge lane, enabling users to

More information

New software features of the 7010 Particle Size. Analyzer Danielle Chamberlin May May 5, Page 1

New software features of the 7010 Particle Size. Analyzer Danielle Chamberlin May May 5, Page 1 New software features of the 7010 Particle Size May 5, 2009 Analyzer 2.0.0 Danielle Chamberlin May 5 2009 Page 1 Introduction to the new 7010 software Instrument operation New look and feel easy to operate

More information

Experiment 5: Exploring Resolution, Signal, and Noise using an FTIR CH3400: Instrumental Analysis, Plymouth State University, Fall 2013

Experiment 5: Exploring Resolution, Signal, and Noise using an FTIR CH3400: Instrumental Analysis, Plymouth State University, Fall 2013 Experiment 5: Exploring Resolution, Signal, and Noise using an FTIR CH3400: Instrumental Analysis, Plymouth State University, Fall 2013 Adapted from JP Blitz and DG Klarup, "Signal-to-Noise Ratio, Signal

More information

Jasco FP-6500 Spectrofluorimeter Updated November 14, 2017

Jasco FP-6500 Spectrofluorimeter Updated November 14, 2017 Jasco FP-6500 Spectrofluorimeter Updated November 14, 2017 Instrument instructions can be found at: http://academic.bowdoin.edu/chemistry/resources/instructions.shtml If you have any problems with the

More information

Excel Tips and Tricks

Excel Tips and Tricks Excel Tips and Tricks References Excel Annoyances - Curtis Frye Excel Hacks - O Reilly http://www.exceltip.com (Joseph Rubin) http://exceltips.vitalnews.com/ (Allen Wyatt) Some Excel Basics as well as

More information

MindWare Electromyography (EMG) Analysis User Reference Guide Version Copyright 2011 by MindWare Technologies LTD. All Rights Reserved.

MindWare Electromyography (EMG) Analysis User Reference Guide Version Copyright 2011 by MindWare Technologies LTD. All Rights Reserved. MindWare Electromyography (EMG) Analysis User Reference Guide Version 3.0.12 Copyright 2011 by MindWare Technologies LTD. All Rights Reserved. MindWare EMG 3.0.12 User Guide Internet Support E-mail: sales@mindwaretech.com

More information

Agilent ChemStation for UV-visible Spectroscopy

Agilent ChemStation for UV-visible Spectroscopy Agilent ChemStation for UV-visible Spectroscopy Understanding Your Biochemical Analysis Software Agilent Technologies Notices Agilent Technologies, Inc. 2000, 2003-2008 No part of this manual may be reproduced

More information

67 Series Spectrophotometer PC Software

67 Series Spectrophotometer PC Software 67 Series Spectrophotometer PC Software Instruction Manual 670 004/Rev D/04-17 IMPORTANT Please ensure the SD Card is fitted into the socket as detailed in the image below. -------------------------------------------------------------------------------------------------------------------------

More information

N2KExtractor. Maretron Data Extraction Software User s Manual

N2KExtractor. Maretron Data Extraction Software User s Manual N2KExtractor Maretron Data Extraction Software User s Manual Revision 3.1.6 Copyright 2017 Maretron, LLP All Rights Reserved Maretron, LLP 9014 N. 23rd Ave #10 Phoenix, AZ 85021-7850 http://www.maretron.com

More information

Salesman Mode For epart Mobile Setup Table of Contents

Salesman Mode For epart Mobile Setup Table of Contents Table of Contents Step 1: Login To epartconnection Setup... 2 Step 2: Setup Users And Roles... 3 Step 3: Login To epartconnection Setup As A Salesman... 4 Step 4: Setting Up The Salesman Accounts... 6

More information

Thermo Scientific. GRAMS Envision. Version 2.1. User Guide

Thermo Scientific. GRAMS Envision. Version 2.1. User Guide Thermo Scientific GRAMS Envision Version 2.1 User Guide 2013 Thermo Fisher Scientific Inc. All rights reserved. Thermo Fisher Scientific Inc. provides this document to its customers with a product purchase

More information

cief Data Analysis Chapter Overview Chapter 12:

cief Data Analysis Chapter Overview Chapter 12: page 285 Chapter 12: cief Data Analysis Chapter Overview Analysis Screen Overview Opening Run Files How Run Data is Displayed Viewing Run Data Data Notifications and Warnings Checking Your Results Group

More information

Creating labels in Ticket 2000.

Creating labels in Ticket 2000. Creating labels in Ticket 2000. Ticket 2000 must be open and ready Option One: NEW LABEL: Click on FILES ICON and in the left hand column select New Label Click on the Common Tab and click once on Thermal

More information

Business Process Procedures

Business Process Procedures Business Process Procedures 14.40 MICROSOFT EXCEL TIPS Overview These procedures document some helpful hints and tricks while using Microsoft Excel. Key Points This document will explore the following:

More information

Microsoft Word for Report-Writing (2016 Version)

Microsoft Word for Report-Writing (2016 Version) Microsoft Word for Report-Writing (2016 Version) Microsoft Word is a versatile, widely-used tool for producing presentation-quality documents. Most students are well-acquainted with the program for generating

More information

II-11Tables. Chapter II-11

II-11Tables. Chapter II-11 Chapter II-11 II-11Tables Overview... 169 Creating Tables... 169 Table Creation with New Experiment... 169 Creating an Empty Table for Entering New Waves... 169 Creating a Table to Edit Existing Waves...

More information

Chemical Shift Perturbation Tutorial

Chemical Shift Perturbation Tutorial CcpNmr Analysis Version 3 Chemical Shift Perturbation Tutorial Written by: Luca Mureddu CCPN application developer, PhD Student MCB, University of Leicester, Lancaster Road, Leicester, LE1 9HN, UK 1 t:

More information

Galaxie Photodiode Array Software

Galaxie Photodiode Array Software Varian, Inc. 2700 Mitchell Drive Walnut Creek, CA 94598-1675/USA Galaxie Photodiode Array Software User s Guide Varian, Inc. 2002-2006 03-914950-00:6 Table of Contents Introduction... 3 General... 3 PDA

More information

Agilent EZChrom Elite. PDA Analysis

Agilent EZChrom Elite. PDA Analysis Agilent EZChrom Elite PDA Analysis Notices Copyright Scientific Software, Inc 1997-2003 Agilent Technologies, Inc. 2006. No part of this manual may be reproduced in any form or by any means (including

More information

Lesson 1: Routine ITC Data Analysis and Fitting. Routine ITC Data Analysis. Lesson 1:Routine ITC Data Analysis and Fitting

Lesson 1: Routine ITC Data Analysis and Fitting. Routine ITC Data Analysis. Lesson 1:Routine ITC Data Analysis and Fitting Lesson 1:Routine ITC Data Analysis and Fitting Lesson 1: Routine ITC Data Analysis and Fitting In this lesson you will learn to perform routine analysis of ITC data. For reasonably good data, Origin makes

More information

On-Line Instrument Systems, Inc. 130 Conway Drive, Suites A & B, Bogart, GA (800) (706)

On-Line Instrument Systems, Inc. 130 Conway Drive, Suites A & B, Bogart, GA (800) (706) On-Line Instrument Systems, Inc. 130 Conway Drive, Suites A & B, Bogart, GA 30622 (800) 852-3504 (706) 353-6547 techsupport@olisweb.com www.olisweb.com Cary Upgrade Software Manual For Olis Upgraded Cary

More information

Download Instructions

Download Instructions Download Instructions The download page provides several options for importing data back into your applications. The Excel template will automatically format the data within the commadelimited file. The

More information

The LENA Advanced Data Extractor (ADEX) User Guide Version 1.1.2

The LENA Advanced Data Extractor (ADEX) User Guide Version 1.1.2 The LENA Advanced Data Extractor (ADEX) User Guide Version 1.1.2 ADEXUG20110602 Copyright 2011 LENA Foundation The LENA Advanced Data Extractor User Guide ii The LENA Advanced Data Extractor (ADEX) User

More information

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved.

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com, info@nicelabel.com English Edition Rev-0910 2009 Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com Head Office Euro Plus d.o.o. Ulica Lojzeta Hrovata

More information

Bio-Logic - SPECFIT/32(TM) Global Analysis System for Windows Seite 1 von 6. SPECFIT/32 Global Analysis System for Windows

Bio-Logic - SPECFIT/32(TM) Global Analysis System for Windows Seite 1 von 6. SPECFIT/32 Global Analysis System for Windows Bio-Logic - SPECFIT/32(TM) Global Analysis System for Windows Seite 1 von 6 stopped-flow stopped-flow stopped-flow stopped-flow stopped-flow stopped-flow stopped-flow stopped-flow Home Rapid-Kinetics &

More information

PowerView for the EnergyPro

PowerView for the EnergyPro Data Analysis Software User's Guide PowerView User's Guide Copyright 2005 CANDURA INSTRUMENTS. All Rights Reserved. The information in this document is subject to change without notice. CANDURA INSTRUMENTS

More information

Working with Charts Stratum.Viewer 6

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

More information

Manual. User Reference Guide. Analysis Application (EMG) Electromyography Analysis

Manual. User Reference Guide. Analysis Application (EMG) Electromyography Analysis Phone: (888) 765-9735 WWW.MINDWARETECH.COM User Reference Guide Manual Analysis Application Electromyography Analysis (EMG) Copyright 2014 by MindWare Technologies LTD. All Rights Reserved. 1 Phone: (614)

More information

SoftWare. M.Wave Professional PLEASE READ THIS MANUAL CAREFULLY BEFORE OPERATION

SoftWare. M.Wave Professional PLEASE READ THIS MANUAL CAREFULLY BEFORE OPERATION Operation Manual SoftWare M.Wave Professional PLEASE READ THIS MANUAL CAREFULLY BEFORE OPERATION 3, Hagavish st. Israel 58817 Tel: 972 3 5595252, Fax: 972 3 5594529 mrc@mrclab.com MRC.011.14 Contents 1.

More information

Rio Hondo Prep Computer Applications Class

Rio Hondo Prep Computer Applications Class Open up document 10-1 (this is the one you worked on in the previous assignment). It should look like this: We have one column that is blank; the Avg Speed (this leg), column C. The formula for C2 is pretty

More information

Sensor Control User Guide Version 2.6

Sensor Control User Guide Version 2.6 Sensor Control User Guide Version 2.6 Software for spectral sensors and devices User Guide Page 1 Disclaimer of Warranties IMPORTANT: Sensors, software, documentation, and other products offered by Spectral

More information

AEMLog Users Guide. Version 1.01

AEMLog Users Guide. Version 1.01 AEMLog Users Guide Version 1.01 INTRODUCTION...2 DOCUMENTATION...2 INSTALLING AEMLOG...4 AEMLOG QUICK REFERENCE...5 THE MAIN GRAPH SCREEN...5 MENU COMMANDS...6 File Menu...6 Graph Menu...7 Analysis Menu...8

More information

Gen5 & Gen5 Secure User's Guide

Gen5 & Gen5 Secure User's Guide Gen5 & Gen5 Secure User's Guide Microplate Data Collection & Analysis Software BioTek Instruments, Inc. March 2007 2006-2007 PN 5321001 Revision C Chapter 3 Essential Concepts This section reveals the

More information

CVI SPECTRAL PRODUCTS. 111 Highland Drive Putnam CT, (860) SM32Pro

CVI SPECTRAL PRODUCTS. 111 Highland Drive Putnam CT, (860) SM32Pro CVI SPECTRAL PRODUCTS 111 Highland Drive Putnam CT, 06260 (860) 928-5834 SM32Pro 2.8.28 Table of Contents Warranty and Liability 1 Quick Start Installation Guide 2 System Requirements 3 Requirements for

More information

Thank you for subscribing to PAAP. This guide will help you understand how to use the toolkit.

Thank you for subscribing to PAAP. This guide will help you understand how to use the toolkit. Practical Audit and Accounts Programme (PAAP) Quick Start Guide Thank you for subscribing to PAAP. This guide will help you understand how to use the toolkit. PAAP is now a self-contained audit system

More information

Non-Linear Least Squares Analysis with Excel

Non-Linear Least Squares Analysis with Excel Non-Linear Least Squares Analysis with Excel 1. Installation An add-in package for Excel, which performs certain specific non-linear least squares analyses, is available for use in Chem 452. The package,

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment FAST SHIPPING AND DELIVERY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDREDS OF MANUFACTURERS SUPPORTED

More information

Spectrometer Visible Light Spectrometer V4.4

Spectrometer Visible Light Spectrometer V4.4 Visible Light Spectrometer V4.4 Table of Contents Package Contents...3 Trademarks...4 Manual Driver and Application installation...5 Manual Application Installation...6 First Start of the Application...8

More information

Quick Start Guide: Welcome to OceanView

Quick Start Guide: Welcome to OceanView Quick Start Guide: Welcome to OceanView Contents: Ctrl + Click a Topic Below for More Information Introduction to OceanView... 3 Welcome Screen... 3 Data Window... 3 Schematic View... 3 Persistence...

More information

Chemistry 30 Tips for Creating Graphs using Microsoft Excel

Chemistry 30 Tips for Creating Graphs using Microsoft Excel Chemistry 30 Tips for Creating Graphs using Microsoft Excel Graphing is an important skill to learn in the science classroom. Students should be encouraged to use spreadsheet programs to create graphs.

More information

Introduction to Raman spectroscopy measurement data processing using Igor Pro

Introduction to Raman spectroscopy measurement data processing using Igor Pro Introduction to Raman spectroscopy measurement data processing using Igor Pro This introduction is intended to minimally guide beginners to processing Raman spectroscopy measurement data, which includes

More information

MassHunter File Reader

MassHunter File Reader MassHunter File Reader vers 1.0.0 2015 Quadtech Associates, Inc. All Rights Reserved Release date: November 18, 2015 www.quadtechassociates.com MassHunter File Reader Welcome to MassHunter File Reader.

More information

II-9Importing and Exporting Data

II-9Importing and Exporting Data Chapter II-9 II-9Importing and Exporting Data Importing Data... 117 Load Waves Submenu... 119 Line Terminators... 120 LoadWave Text Encodings... 120 Loading Delimited Text Files... 120 Determining Column

More information

CAMPAGNE. Fundraising software solutions

CAMPAGNE. Fundraising software solutions CAMPAGNE a s s o c i a t e s Fundraising software solutions Copyright 2002, Campagne Associates, Ltd. All rights reserved Information in this manual is subject to change without notice and does not represent

More information

This presentation takes you through Region of Interest (ROI) Analysis.

This presentation takes you through Region of Interest (ROI) Analysis. This presentation takes you through Region of Interest (ROI) Analysis. There are many reasons to pursue this time of manual selection of spectrum, it can include reducing variation and selecting peaks

More information

Discoverer Viewer. User Manual. for SDS

Discoverer Viewer. User Manual. for SDS Discoverer Viewer User Manual for SDS saskatchewan.ca 2017 Table of Contents Introduction... 3 How to Get Started... 3 Logging In... 3 First Time Logging In Preferences Changes... 4 Worksheet List... 5

More information

Thermo Scientific. GRAMS Envision. Version 2.0. User Guide. Revision A

Thermo Scientific. GRAMS Envision. Version 2.0. User Guide. Revision A Thermo Scientific GRAMS Envision Version 2.0 User Guide Revision A 2010 Thermo Fisher Scientific Inc. All rights reserved. Thermo Fisher Scientific Inc. provides this document to its customers with a product

More information

Scientific Graphing in Excel 2007

Scientific Graphing in Excel 2007 Scientific Graphing in Excel 2007 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

TraceFinder Analysis Quick Reference Guide

TraceFinder Analysis Quick Reference Guide TraceFinder Analysis Quick Reference Guide This quick reference guide describes the Analysis mode tasks assigned to the Technician role in Thermo TraceFinder analytical software. For detailed descriptions

More information

STIPlotDigitizer. User s Manual

STIPlotDigitizer. User s Manual STIPlotDigitizer User s Manual Table of Contents What is STIPlotDigitizer?... 3 Installation Guide... 3 Initializing STIPlotDigitizer... 4 Project GroupBox... 4 Import Image GroupBox... 5 Exit Button...

More information

CEU Online System, The Friday Center for Continuing Education, UNC-Chapel Hill How to Obtain Participant IDs for Awarding of CEUs

CEU Online System, The Friday Center for Continuing Education, UNC-Chapel Hill How to Obtain Participant IDs for Awarding of CEUs The Friday Center for Continuing Education has the responsibility of approving continuing education activities for which CEUs are recorded and maintained as a permanent record for individual participants.

More information

User Interface: Simple Model of Atmospheric Radiative Transfer of Sunshine

User Interface: Simple Model of Atmospheric Radiative Transfer of Sunshine User Interface: Simple Model of Atmospheric Radiative Transfer of Sunshine April 2003 WINDOWS Version Introduction This document provides instructions for installing and running the User Interface for

More information

Salesman Mode For epart Mobile Setup. Table of Contents

Salesman Mode For epart Mobile Setup. Table of Contents Table of Contents Step 1: Login To epartconnection Setup... 2 Step 2: Setup Users And Roles... 3 Step 3: Login To epartconnection Setup As A Salesman... Error! Bookmark not defined. Step 4: Setting Up

More information

Note: For more information on creating labels in CDS, watch Volume 22 of the Fast Class Update: Label Creation.

Note: For more information on creating labels in CDS, watch Volume 22 of the Fast Class Update: Label Creation. Information used to create labels the Client Data System (CDS) can be exported out of CDS and used to create labels in Microsoft Word. In Word, you can make changes to the style, size, and color of fonts

More information

On-Line Instrument Systems, Inc. 130 Conway Drive, Suites A & B, Bogart, GA (800) (706)

On-Line Instrument Systems, Inc. 130 Conway Drive, Suites A & B, Bogart, GA (800) (706) On-Line Instrument Systems, Inc. 130 Conway Drive, Suites A & B, Bogart, GA 30622 (800) 852-3504 (706) 353-6547 techsupport@olisweb.com www.olisweb.com Aminco Upgrade Software Manual For Olis Upgraded

More information

Perkin-Elmer Lambda 3B Spectrophotometer

Perkin-Elmer Lambda 3B Spectrophotometer Written by Mark Csele Written by Jeff Brown Operation Turn on the Lambda 3B and the Computer Remove all samples from the sample chamber. Turn on the lamp for the range being investigated using the switches

More information

Metrics Tutorial. Table of Contents. 1. Introduction

Metrics Tutorial. Table of Contents. 1. Introduction Metrics Tutorial Table of Contents 1. Introduction 2. The Set-Up Editor 3. The Project File Manager 4. Data Windows 5. Plot Windows 6. Exporting and Importing Data 7. Linking Metrics and Excel 1. Introduction

More information

AKELA Vector Network Analyzer (VNA) Quick Start Guide

AKELA Vector Network Analyzer (VNA) Quick Start Guide AKELA Vector Network Analyzer (VNA) Quick Start Guide Copyright AKELA, Inc. 2012, all rights reserved http:\\akelainc.com LabVIEW and LabWindows are registered trademarks of National Instruments Incorporated

More information

Excel Primer CH141 Fall, 2017

Excel Primer CH141 Fall, 2017 Excel Primer CH141 Fall, 2017 To Start Excel : Click on the Excel icon found in the lower menu dock. Once Excel Workbook Gallery opens double click on Excel Workbook. A blank workbook page should appear

More information

Microsoft Dynamics GP. Extender User s Guide Release 9.0

Microsoft Dynamics GP. Extender User s Guide Release 9.0 Microsoft Dynamics GP Extender User s Guide Release 9.0 Copyright Copyright 2005 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user.

More information

Program II Section-by-Section Description of Program Logic

Program II Section-by-Section Description of Program Logic program2_documentation.doc Delwiche 30/10/2002 16:17 Page 1 Program II Section-by-Section Description of Program Logic The documentation contained in this paper assumes that the reader has a copy of the

More information

Quick Value Statistics in Presentation

Quick Value Statistics in Presentation Quick Value Statistics in Presentation Presentation can show you a simple time series and distribution for any measured value, based on all loaded measurements. In the Data Contents tree, navigate to the

More information

User Manual STATISTICS

User Manual STATISTICS Version 6 User Manual STATISTICS 2006 BRUKER OPTIK GmbH, Rudolf-Plank-Straße 27, D-76275 Ettlingen, www.brukeroptics.com All rights reserved. No part of this manual may be reproduced or transmitted in

More information

Excel window. This will open the Tools menu. Select. from this list, Figure 3. This will launch a window that

Excel window. This will open the Tools menu. Select. from this list, Figure 3. This will launch a window that Getting Started with the Superpave Calculator worksheet. The worksheet containing the Superpave macros must be copied onto the computer. The user can place the worksheet in any desired directory or folder.

More information

Lab 1. Introduction to R & SAS. R is free, open-source software. Get it here:

Lab 1. Introduction to R & SAS. R is free, open-source software. Get it here: Lab 1. Introduction to R & SAS R is free, open-source software. Get it here: http://tinyurl.com/yfet8mj for your own computer. 1.1. Using R like a calculator Open R and type these commands into the R Console

More information

User Guide for NR-W devices Version 1.1

User Guide for NR-W devices Version 1.1 User Guide for NR-W devices Version 1.1 User Guide Page 1 Disclaimer of Warranties IMPORTANT: Sensors, software, documentation, and other products offered by Spectral Engines Oy, hereinafter referred to

More information

User Guide. General Navigation

User Guide. General Navigation User Guide General Navigation Table of Contents INTRODUCTION 2 TECHNICAL REQUIREMENTS 3 Screen Display for Laptop 3 Screen Display for Desktop PC 3 NAVIGATION 4 Contact Us 4 Log Out 4 Menu > Sub Menu Display

More information

A d v a n c e d M i c r o s o f t : Wo r d I n s e r t Ta b Links.. Hyperlink: Insert Hyperlink Bookmark: Bookmark Bookmark Bookmarks Insert

A d v a n c e d M i c r o s o f t : Wo r d I n s e r t Ta b Links.. Hyperlink: Insert Hyperlink Bookmark: Bookmark Bookmark Bookmarks Insert A d v a n c e d M i c r o s o f t : Wo r d I n s e r t Ta b Links.. Hyperlink: You can insert a hyperlink (a link to another document or webpage) into a document 1. Go to the Insert tab and click on Hyperlink

More information

AnalytPro. Analysis software. User Manual

AnalytPro. Analysis software. User Manual AnalytPro Analysis software User Manual Contents 1. Introduction... 1 1.1 Main function... 1 1.2 Spectra treatment... 2 2. Installation... 3 2.1 System configuration... 3 2.2 Installation AnalytPro...

More information

Lecture 2: Introduction

Lecture 2: Introduction Lecture 2: Introduction v2015.0 Release ANSYS HFSS for Antenna Design 1 2015 ANSYS, Inc. Multiple Advanced Techniques Allow HFSS to Excel at a Wide Variety of Applications Platform Integration and RCS

More information

EZ IQ. Chromatography Software PN P1A

EZ IQ. Chromatography Software PN P1A O P E R A T I N G M A N U A L EZ IQ Chromatography Software Trademarks The trademarks of the products mentioned in this manual are held by the companies that produce them. Windows is a registered trademark

More information

II-17Page Layouts. Chapter II-17

II-17Page Layouts. Chapter II-17 Chapter II-17 II-17Page Layouts Overview... 389 Page Layout Windows... 390 Page Layout Names and Titles... 390 Hiding and Showing a Layout... 390 Killing and Recreating a Layout... 390 Page Layout Zooming...

More information

KINETICS CALCS AND GRAPHS INSTRUCTIONS

KINETICS CALCS AND GRAPHS INSTRUCTIONS KINETICS CALCS AND GRAPHS INSTRUCTIONS 1. Open a new Excel or Google Sheets document. I will be using Google Sheets for this tutorial, but Excel is nearly the same. 2. Enter headings across the top as

More information

Generating a Custom Bill of Materials

Generating a Custom Bill of Materials Generating a Custom Bill of Materials Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 This tutorial describes how to use the Report Manager to set up a Bill of Materials (BOM) report.

More information

Microsoft Word. An alternative to following these steps are to double click on the Microsoft Word Icon on the desktop.

Microsoft Word. An alternative to following these steps are to double click on the Microsoft Word Icon on the desktop. Microsoft Word To access this Lesson Plan on-line, open up the library website www.bellevillelibrary.com and go to the tab that reads Adults. Scroll down and click on FREE Computer Lessons. On this page

More information

N2KExtractor. NMEA 2000 Data Extractor Software. User s Manual

N2KExtractor. NMEA 2000 Data Extractor Software. User s Manual N2KExtractor NMEA 2000 Data Extractor Software User s Manual Revision 1.0.0 Copyright 2012 Maretron, LLP All Rights Reserved Maretron, LLP 9014 N. 23 rd Ave #10 Phoenix, AZ 85021-7850 http://www.maretron.com

More information

AEMLog users guide V User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA,

AEMLog users guide V User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA, AEMLog users guide V 1.00 User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA, 90250 310-484-2322 INTRODUCTION...2 DOCUMENTATION...2 INSTALLING AEMLOG...4 TRANSFERRING DATA TO AND

More information

IBM Emptoris User Guide

IBM Emptoris User Guide This document includes instructions to help you with most actions you need to do in Emptoris. If you have any questions, please contact your IBM Representative. For more Information and Help material,

More information

Specifications August 2011

Specifications August 2011 Agilent UV-Visible ChemStation for Spectroscopy Rev. B.04.xx Specifications August 2011 The Agilent ChemStation for UV-Visible spectroscopy provides instrument control, data acquisition, and data evaluation

More information

Excel tutorial Introduction

Excel tutorial Introduction Office button Excel tutorial Introduction Microsoft Excel is an electronic spreadsheet. You can use it to organize your data into rows and columns. You can also use it to perform mathematical calculations

More information

Chapter 1 Vectors. 1. Storing Vectors in a Matrix

Chapter 1 Vectors. 1. Storing Vectors in a Matrix Chapter 1 Vectors 1. Storing Vectors in a Matrix 2. Vector Operations 3. Other Matrices and Determinants 4. Visualization of 2D Vectors This chapter provides some tips on how to work with vectors on the

More information

Manual Physical Inventory Upload Created on 3/17/2017 7:37:00 AM

Manual Physical Inventory Upload Created on 3/17/2017 7:37:00 AM Created on 3/17/2017 7:37:00 AM Table of Contents... 1 Page ii Procedure After completing this topic, you will be able to manually upload physical inventory. Navigation: Microsoft Excel > New Workbook

More information

ECDL Module 4 REFERENCE MANUAL

ECDL Module 4 REFERENCE MANUAL ECDL Module 4 REFERENCE MANUAL Spreadsheets Microsoft Excel XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 4 (USING MICROSOFT EXCEL XP) - MANUAL 4.1 USING THE APPLICATION... 4 4.1.1 FIRST STEPS

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department

More information