POLSARPRO DISPLAY & VIEWER V3.0

Size: px
Start display at page:

Download "POLSARPRO DISPLAY & VIEWER V3.0"

Transcription

1 POLSARPRO DISPLAY & VIEWER V3.0 1

2 CONTENTS 1 DISPLAY VIEWER v3.0 Main Menu Hierarchical Software Structure DISPLAY SINGLE DATA SET Display Create BMP File Display Display Partial Polarimetry Case [C2] Display Partial Polarimetry Case (Ixx,Ixy) Display Partial Polarimetry Case (Sxx,Sxy) Display Create HSL File DISPLAY DUAL DATA SETS Hierarchical Software Structure Display Create RGB Dual Files PSP VIEWER v

3 1 DISPLAY VIEWER V3.0 MAIN MENU Display Menu Description: The PolSARpro V2.0 Software offers the possibility to create and export images in an 8-bit or 24-bit dynamic range (Windows Bitmap and TIFF formats) for inclusion in reports, or import to GIS software. The different display functionalities can be applied on the following raw binary data type : [ S2 ] : 2x2 complex Scattering Matrix raw binary data. [ T3 ] : 3x3 complex Coherency Matrix raw binary data. [ T4 ] : 4x4 complex Coherency Matrix raw binary data. [ C2 ] : 2x2 complex Covariance Matrix raw binary data. [ C3 ] : 3x3 complex Covariance Matrix raw binary data. [ C4 ] : 4x4 complex Covariance Matrix raw binary data. ( Sxx, Sxy ) : Dual polarimetric complex Scattering Elements raw binary data. ( Ixx, Ixy ) : Dual polarimetric real Intensity Elements raw binary data. Each Data Button gives access to the following display functionalities : Create BMP file is used to create an 8-bit or 24-bit dynamic range (Windows Bitmap and TIFF formats) bitmap image file of parameters extracted from a polarimetric raw binary data file. Create RGB file is used to create a 24-bit colour BMP image (Windows Bitmap format) containing contrasted red, green and blue channels assigned to the different polarimetric binary raw data files and combinations. Create HSL file is used to create a 24-bit colour BMP image (Windows Bitmap format) containing contrasted hue, saturation and light channels assigned 3

4 to the different polarimetric binary raw data files and combinations. BMP Viewer Launches the PolSARpro BMP Viewer. 1.1 HIERARCHICAL SOFTWARE STRUCTURE [ S2 ] Create BMP File Create HSL File [ T3 ] Create BMP File Create HSL File [ T4 ] Create BMP File Create HSL File DISPLAY [ C2 ] Create BMP File Create HSL File [ C3 ] Create BMP File Create HSL File [ C4 ] Create BMP File Create HSL File (Sxx, Sxy) Create BMP File (Ixx, Ixy) Create BMP File View BMP File 4

5 2 DISPLAY SINGLE DATA SET DISPLAY SINGLE DATA SET Aim: This menu proposes to create and export 8-bit or 24-bit dynamic range images, written in the common Windows Bitmap and TIFF formats. Hierarchical Structure: [ S2 ] Create BMP File Create HSL File [ T3 ] Create BMP File Create HSL File [ T4 ] Create BMP File Create HSL File DISPLAY [ C2 ] Create BMP File Create HSL File [ C3 ] Create BMP File Create HSL File [ C4 ] Create BMP File Create HSL File (Sxx, Sxy) Create BMP File (Ixx, Ixy) Create BMP File 5

6 6

7 2.1 DISPLAY CREATE BMP FILE Create BMP file Description: This function is used to create an 8-bit dynamic range (Windows Bitmap) bitmap image file of parameters extracted from a polarimetric raw binary data file. Comments: Blue Parameters may be modified using the widget button :. Red Parameters can be modified from keyboard. Input/Output Arguments: Input Data File Indicates the complete location of the binary data file to be imaged. Output BMP Indicates the location of the processed Bitmap data output 7

8 Directory Output BMP File directory. The default value is set automatically to the Input Directory extracted from the Input Data File name. Indicates the name of the bitmap output file. The default value is set to the concatenation of the input file name with an extension indicating the type of imaged parameter, e.g. real or imaginary parts, linear or db modulus... Output Image Number of Rows/Columns: The output image numbers of rows and columns are initialised to the input data set dimensions. Users wishing to process a sub-part of the initial image can modify the Init and End values of the converted images rows and columns. Note: init and end values have to remain within the range defined by the input image dimensions. Processing Parameters: Data Format Indicates the type of input data. Complex : 4 bytes interlaced real and imaginary parts. Float : 4 bytes real data. Integer : 2 bytes real data. Show ColorMap Min / Max Values Indicates the mode of representation. The default value is set to real. Modulus : Modulus of real / complex input data (linear scale). 10*log10(Modulus) : Modulus of real / complex input data (db scale). 20*log10(Modulus) : Modulus of real / complex input data (db scale). Phase : Argument of complex input data (linear scale). Real : Real part of complex input data (linear scale). Imag : Imag part of complex input data (linear scale). Choice of a 256 colors ColorMap Jet : Blue to Red ColorMap. Gray : Grayscale from White to Black ColorMap. Hsv : Red to Red ColorMap (useful for Phase representation). Scales the output data range of variation Automatic : The first colormap index is assigned to values inferior or equal to min, while the last colormap index is assigned to values superior or equal to max. If selected, the program automatically search the min and max values of the data, otherwise min and max values are fixed by the user. Enhanced Contrast : The program automatically adapts the color scale (colorbar) to data distribution. Min and max are set so that 5% of the total number of pixels are superior to max and 5% are inferior to min. 8

9 Trace Messages: Open Window Create BMP File Process The Function Soft/bmp_process/create_bmp_file.exe or Process The Function Soft/bmp_process/create_bmp24_file.exe or Process The Function Soft/bmp_process/create_tiff24_file.exe or Process The Function Soft/bmp_process/MinMaxBmp_file.exe Check RunTime Errors OK Close Window Create BMP File 9

10 2.2 DISPLAY CREATE RGB FILE Description: This program creates color coded bitmap image files from different polarimetric binary data files. The color coding is realised by assigning input files to the Red Green Blue channels of a 24 bit colormap. Comments: Blue Parameters may be modified using the widget button :. Red Parameters can be modified from keyboard. Input/Output Arguments: Input Directory Output Directory Indicates the complete location of the considered MainDirectory (MD) containing the raw binary data to be imaged. Indicates the location of the processed bitmap image output directory. The default value is set automatically to the MainDirectory (MD). 10

11 Output Image Number of Rows/Columns: The output image numbers of rows and columns are initialised to the input data set dimensions. Users wishing to process a sub-part of the initial image can modify the Init and End values of the converted images rows and columns. Note: init and end values have to remain within the range defined by the input image dimensions. Pauli / Sinclair Color Composition: Color coding according to the different proposed compositions may be selected by ticking optional fields. In this case, input files do not have to be specified. The default Output file name is set automatically to : MainDirectory / PauliRGB.bmp or MainDirectory / SinclairRGB.bmp. Input/Output Files: Input File Designates, for each color channel, the real data binary file to be imaged. Note: Input File must not be complex type. Output File Indicates the name of the bitmap output file The default output file name is set automatically to : MainDirectory / CombineRGB.bmp Trace Messages: Open Window Process The Function Soft/bmp_process/create_rgb_file.exe or Process The Function Soft/bmp_process/create_sinclair_rgb_file_S2.exe or Process The Function Soft/bmp_process/create_sinclair_rgb_file_T3.exe or Process The Function Soft/bmp_process/create_sinclair_rgb_file_C3.exe or Process The Function Soft/bmp_process/create_sinclair_rgb_file_C4.exe or Process The Function Soft/bmp_process/create_pauli_rgb_file_S2.exe or Process The Function Soft/bmp_process/create_pauli_rgb_file_T3.exe or Process The Function Soft/bmp_process/create_pauli_rgb_file_C3.exe or Process The Function Soft/bmp_process/create_pauli_rgb_file_C4.exe Check RunTime Errors OK Close Window 11

12 12

13 2.3 DISPLAY CREATE RGB FILE PARTIAL POLARIMETRY CASE [C2] Partial Polarimetry Case [C2] Description: This program creates color coded bitmap image files from different polarimetric binary data files. The color coding is realised by assigning input files to the Red Green Blue channels of a 24 bit colormap. Comments: Blue Parameters may be modified using the widget button :. Red Parameters can be modified from keyboard. Input/Output Arguments: Input Directory Indicates the complete location of the considered MainDirectory / C2 (MD / C2) containing the [C2] matrix data to 13

14 Output Directory be imaged. Indicates the location of the processed bitmap image output directory. The default value is set automatically to the MainDirectory / C2 (MD / C2). Output Image Number of Rows/Columns: The output image numbers of rows and columns are initialised to the input data set dimensions. Users wishing to process a sub-part of the initial image can modify the Init and End values of the converted images rows and columns. Note: init and end values have to remain within the range defined by the input image dimensions. Color Composition: Color coding according to the different proposed compositions may be selected by ticking optional fields. In this case, input files do not have to be specified. The default Output file name is set automatically to : MainDirectory / C2 / AsarRGB1.bmp or MainDirectory / C2 / AsarRGB2.bmp. Input/Output Files: Input File Designates, for each color channel, the real data binary file to be imaged. Note: Input File must not be complex type. Output File Indicates the name of the bitmap output file Trace Messages: Open Window Process The Function Soft/bmp_process/create_rgb_file_C2.exe Check RunTime Errors OK Close Window 14

15 2.4 DISPLAY CREATE RGB FILE PARTIAL POLARIMETRY CASE (IXX,IXY) Partial Polarimetry Case (I xx, I xy ) Description: This program creates color coded bitmap image files from different polarimetric binary data files. The color coding is realised by assigning input files to the Red Green Blue channels of a 24 bit colormap. Comments: Blue Parameters may be modified using the widget button :. Red Parameters can be modified from keyboard. Input/Output Arguments: Input Directory Indicates the complete location of the considered MainDirectory (MD) containing the Intensity Partial Polarimetry raw binary data 15

16 Output Directory to be imaged. Indicates the location of the processed bitmap image output directory. The default value is set automatically to the MainDirectory (MD). Output Image Number of Rows/Columns: The output image numbers of rows and columns are initialised to the input data set dimensions. Users wishing to process a sub-part of the initial image can modify the Init and End values of the converted images rows and columns. Note: init and end values have to remain within the range defined by the input image dimensions. Color Composition: Color coding according to the different proposed compositions may be selected by ticking optional fields. In this case, input files do not have to be specified. The default Output file name is set automatically to : MainDirectory / AsarRGB1.bmp or MainDirectory / AsarRGB2.bmp. Input/Output Files: Input File Designates, for each color channel, the real data binary file to be imaged. Note: Input File must not be complex type. Output File Indicates the name of the bitmap output file Trace Messages: Open Window Process The Function Soft/bmp_process/create_rgb_file_Ipp.exe Check RunTime Errors OK Close Window 16

17 2.5 DISPLAY CREATE RGB FILE PARTIAL POLARIMETRY CASE (SXX,SXY) Partial Polarimetry Case (S xx, S xy ) Description: This program creates color coded bitmap image files from different polarimetric binary data files. The color coding is realised by assigning input files to the Red Green Blue channels of a 24 bit colormap. Comments: Blue Parameters may be modified using the widget button :. Red Parameters can be modified from keyboard. Input/Output Arguments: Input Directory Indicates the complete location of the considered MainDirectory (MD) containing the complex Partial Polarimetry raw binary data 17

18 Output Directory to be imaged. Indicates the location of the processed bitmap image output directory. The default value is set automatically to the MainDirectory (MD). Output Image Number of Rows/Columns: The output image numbers of rows and columns are initialised to the input data set dimensions. Users wishing to process a sub-part of the initial image can modify the Init and End values of the converted images rows and columns. Note: init and end values have to remain within the range defined by the input image dimensions. Color Composition: Color coding according to the different proposed compositions may be selected by ticking optional fields. In this case, input files do not have to be specified. The default Output file name is set automatically to : MainDirectory / AsarRGB1.bmp or MainDirectory / AsarRGB2.bmp. Input/Output Files: Input File Designates, for each color channel, the real data binary file to be imaged. Note: Input File must not be complex type. Output File Indicates the name of the bitmap output file Trace Messages: Open Window Process The Function Soft/bmp_process/create_rgb_file_Spp.exe Check RunTime Errors OK Close Window 18

19 2.6 DISPLAY CREATE HSL FILE Create HSL File Description: This program creates color coded bitmap image files from different polarimetric binary data files. The color coding is realised by assigning input files to the Hue Saturation Lightness channels of a 24 bit colormap. Comments: Blue Parameters may be modified using the widget button :. Red Parameters can be modified from keyboard. Input/Output Arguments: Input Directory Output Directory Indicates the complete location of the considered MainDirectory (MD) containing the raw binary data to be imaged. Indicates the location of the processed bitmap image output directory. 19

20 The default value is set automatically to the MainDirectory (MD). Output Image Number of Rows/Columns: The output image numbers of rows and columns are initialised to the input data set dimensions. Users wishing to process a sub-part of the initial image can modify the Init and End values of the converted images rows and columns. Note: init and end values have to remain within the range defined by the input image dimensions. Polarimetric Decomposition Color Composition: Color coding according to the results of the H/A/Alpha decomposition may be selected by ticking optional fields. In this case, input files do not have to be specified. The default Output file name is set automatically to : MainDirectory / Polar1HSV.bmp or MainDirectory / Polar2HSV.bmp. Input/Output Files: Input File Designates, for each color channel, the real data binary file to be imaged. Note: Input File must not be complex type. Output File Indicates the name of the bitmap output file The default output file name is set automatically to : MainDirectory / CombineHSV.bmp Trace Messages: Open Window Create HSL File Process The Function Soft/bmp_process/create_hsv_file.exe or Process The Function Soft/bmp_process/create_polar1_hsv_file.exe or Process The Function Soft/bmp_process/create_polar2_hsv_file.exe Check RunTime Errors OK Close Window Create HSV File 20

21 3 DISPLAY DUAL DATA SETS Display Menu - Dual Data Sets Description: The PolSARpro V2.0 Software offers the possibility to create and export images in an 8-bit or 24-bit dynamic range (Windows Bitmap and TIFF formats) for inclusion in reports, or import to GIS software. The different display functionalities can be applied on the following raw binary data type : [ S2 ] Master: 2x2 complex Scattering Matrix raw binary data Master Directory [ S2 ] Slave: 2x2 complex Scattering Matrix raw binary data Slave Directory [ T6 ] : 6x6 complex Coherency Matrix raw binary data. Each Data Button gives access to the following display functionalities: Create BMP file is used to create an 8-bit or 24-bit dynamic range (Windows Bitmap and TIFF formats) bitmap image file of parameters extracted from a polarimetric raw binary data file. Create RGB file is used to create a 24-bit colour BMP image (Windows Bitmap format) containing contrasted red, green and blue channels assigned to the different polarimetric binary raw data files and combinations. Create HSL file is used to create a 24-bit colour BMP image (Windows Bitmap format) containing contrasted hue, saturation and light channels assigned to the different polarimetric binary raw data files and combinations. BMP Viewer Launches the PolSARpro BMP Viewer. 21

22 3.1 HIERARCHICAL SOFTWARE STRUCTURE [ S2 ] Master Create BMP File Create HSL File DISPLAY [ S2 ] Slave Create BMP File Create HSL File [ T6 ] Create BMP File View BMP File 22

23 3.2 DISPLAY CREATE RGB DUAL FILES Create RGB Dual Files Description: This program creates color coded bitmap image files from different polarimetric binary data files. The color coding is realised by assigning input files to the Red Green Blue channels of a 24 bit colormap. Comments: Blue Parameters may be modified using the widget button :. Red Parameters can be modified from keyboard. Input/Output Arguments: Input Directory Output Directory Indicates the complete location of the considered MainDirectory (MD) containing the raw binary data to be imaged. Indicates the location of the processed bitmap image output directory. The default value is set automatically to the MainDirectory (MD). Output Image Number of Rows/Columns: 23

24 The output image numbers of rows and columns are initialised to the input data set dimensions. Users wishing to process a sub-part of the initial image can modify the Init and End values of the converted images rows and columns. Note: init and end values have to remain within the range defined by the input image dimensions. Pauli / Sinclair Color Composition: Color coding according to the different proposed compositions may be selected by ticking optional fields. In this case, input files do not have to be specified. The default Output file name is set automatically to : MainDirectory / PauliRGB_T1.bmp and MainDirectory / PauliRGB_T2.bmp. Or MainDirectory/SinclairRGB_T1.bmp or MainDirectory/SinclairRGB_T2.bmp. Trace Messages: Open Window Create RGB Dual Files Process The Function Soft/bmp_process/create_sinclair_rgb_file_T6.exe or Process The Function Soft/bmp_process/create_pauli_rgb_file_T6.exe Check RunTime Errors OK Close Window Create RGB Dual Files 24

25 4 PSP VIEWER V3.0 PSP Viewer v3.0 Description: A basic Viewer (PolSARpro Viewer PV 3.0) is offered which can be use to display and modify output results in common graphics formats as Windows Bitmap. The Viewer PV 3.0 allows to save the Windows Bitmap output files in different graphic formats as GIF, JPG, PS and TIF. It proposes different functionalities like Image Display Size setting, In/Out Zoom function, Zoom Lens Window, Image Flip Up-Down / Flip Left-Right, 90 Left / Right rotation, transpose functions... The Color Palette edition and modification functions are particularly useful for the postprocessing of unsupervised classification results. Functionalities : Open File Open an 8-bits or 24-bits Windows Bitmap (BMP) File. Once selected, the image opens in the PSP Viewer workspace. If the image size is more than can fit in the Image Screen Display Window, PSP Viewer reduces the image magnification 25

26 Save File Close File accordingly. The Image Screen Display Window Size can be set in the Display Size functionality of the Environnement widget or in the Image Display Size Setting functionality. Once displayed, PSP Viewer displays the image size in pixels, the magnification value (initial zoom value), the image colormap in the ColorBar Display and the min/max values used to scale the data range of variation to the color scale (Note: this last functionality is only valid if the active image is an 8-bits Windows Bitmap image). Save the active Windows Bitmap image in different graphic formats as GIF, JPG, PS and TIF. This functionality opens a Save As dialog box. Close the active Windows Bitmap image. If changes have been made to the active image since the last saving, it is prompted to save the changes. Image Size Give the image size in pixels: R = Number of Rows, C = Number of Columns. Mouse Position Give the Mouse pointer position in pixels. The Top-Left position corresponds to the (1,1) value and the Bottom-Right position corresponds to the (Nrows, Ncols) value. (1:X) Zoom Level Zoom Tool Correspond to the magnification level of the active image. The normal viewing level is the actual size of one-to-one (1:1). At three-to-one (3:1), the image is three times the normal size. At one-to-five (1:5), the image is one-fifth the normal size. Activate the Zoom functionality. The left and right Mouse buttons are used to increase and decrease the magnification level. To Zoom-In, left-click the image. The magnification increases by one level on each click. To Zoom-Out, right-click the image. The magnification decreases by one level on each click. When the magnification of an image is changed, PolSARpro Viewer can enlarge or reduce the Image Screen Display Window automatically to the new size, to include as much of the image as will fit. Scroll bars appear along the right and bottom edges of the Image Screen Display Window whenever the image is too large to fit entirely within it. To bring a different area of the image into view, click and hold down the arrow buttons on either end of the scroll bar, or drag the slider bar. To unselect the Zoom functionality, click again the button or any other tool button. 26

27 Lens Tool Activate the Lens functionality. When an image is edited, it can be helpful to magnify the edited area while still being able to see the effect on the entire image. This can be done by opening the Lens functionality. Any changes made to the image is immediately updated to the image displayed in the Lens Display Window. As the active image is too large to fit in the Lens window, its visible area is enclosed by a rectangle on the active image. To move from one area of the image to another, move the cursor over the rectangle. When the cursor changes to the Cross icon, click the left mouse button, drag to the new area to be displayed and release the button. Zoom factor is independent between the Image Screen Display Window and the Lens Display Window, it is thus possible to increase and decrease the magnification level of the edited area from the left and right Mouse buttons. The cursor must be outside the rectangle. The magnification level of the edited area appears on the Lens Display Window title bar. To unselect the Lens functionality, click again the button or any other tool button. Overview Tool Activate the Overview functionality. When a zoom is applied on a small area for a detailed operation, it can be helpful to see the entire image. This can be done by opening the Overview functionality which displays a small view of the entire image. Any 27

28 changes made to the image is immediately updated to the image displayed in the Overview Display Window. When the zoomed area of the image is too large to fit in the Image Screen Display Window, its visible area is enclosed by a rectangle on the Overview Display Window. To move from one area of the image to another, move the cursor over the rectangle. When the cursor changes to the Cross icon, click the left mouse button, drag to the new area to be displayed and release the button. Zoom factor is independent between the Image Screen Display Window and the Overview Display Window, it is thus possible to increase and decrease the magnification level of the zoomed area from the left and right Mouse buttons. The cursor must be outside the rectangle. The magnification level of the edited area appears on the Zoom Level display. To unselect the Overview functionality, click again the button or any other tool button. ColorMap Change the ColorMap of the active image. A specific widget is opened and proposes predefined Jet, Gray and HSV ColorMaps with associated complementary ColorMaps (Reverse and Inverse). Select a ColorMap will change and update automatically all the active image with the new Color Palette. (Note: this functionality is only valid if the active image is a 256 Colors Windows Bitmap image) 28

29 Dropper Tool Activate the Color Dropper functionality. To select a color from the active image, move the dropper over the image and click. The selected color appears in the Pixel Color Display. To modifiy the selected color, click on the Pixel Color Display that will open the Windows Color Dialog Box. The active image will then be changed and updated automatically with the new color. To unselect a selected color, click the right mouse button. To unselect the Color Dropper functionality, click again the button or any other tool button. (Note: this functionality is only valid if the active image is an 8-bits Windows Bitmap image). ColorMap Edit Edit the ColorMap of the active image. Clicking a color square opens the Windows Color Dialog Box. The active image will then be changed and updated automatically with the new color. To unselect the ColorMap Editor functionality, click again the button or any other tool button. (Note: this functionality is only valid if the active image is an 8-bits Windows Bitmap image). Mirror Apply a Mirror orientation operation on the active image. The Mirror command reverses the image along its horizontal axis. 29

30 FLIP Apply a Flip orientation operation on the active image. The Flip command reverses the image along its vertical axis. Rotation +90 Apply a +90 degrees rotation operation on the active image. This command moves the image around its center point in the counterclockwise direction. Rotation -90 Apply a -90 degrees rotation operation on the active image. This command moves the image around its center point in the clockwise direction. ColorBar Display Min / Max Values Display the ColorMap of the active image. (Note: The ColorBar is displayed only in the case of an 8-bits Windows Bitmap image). Minimum and Maximum values used to scale the data range of variation to the color scale (Note: this functionality is only valid if 30

31 the active image is an 8-bits Windows Bitmap image). Pixel Value Display the pixel value (Note: this functionality is only valid if the active image is an 8-bits Windows Bitmap image). Display Screen Setting This function is used to change the Image Screen Display Window size, the Lens Display Window size and the Overview Display Window size using the associated widget buttons : or. 31

PolSARpro v2.0 Software Training Course

PolSARpro v2.0 Software Training Course PolSARpro v2.0 Software Training Course Training Course Programme 09h00 09h30 09h30 11h00 11h00 11h30 11h30 12h00 12h00 13h00 Topic 1: General Presentation of the PolSARpro Software Topic 2: PolSARpro

More information

Adobe Illustrator CS5 Part 1: Introduction to Illustrator

Adobe Illustrator CS5 Part 1: Introduction to Illustrator CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Illustrator CS5 Part 1: Introduction to Illustrator Summer 2011, Version 1.0 Table of Contents Introduction...2 Downloading

More information

Hierarchical Clustering Analysis

Hierarchical Clustering Analysis Hierarchical Clustering Analysis What is Hierarchical Clustering? Hierarchical clustering is used to group similar objects into clusters. In the beginning, each row and/or column is considered a cluster.

More information

MrSID Viewer 2.0 for Windows 95/NT4.0

MrSID Viewer 2.0 for Windows 95/NT4.0 MrSID Viewer 2.0 for Windows 95/NT4.0 What is MrSID? Introducing MrSID MrSID image compression and decompression software offers users high-quality image-compression capabilities, along with the ability

More information

Sharing Files and Whiteboards

Sharing Files and Whiteboards Your user role in a meeting determines your level of file sharing. The type of files you can share include documents, presentations, and videos. About Sharing Files, page 1 Changing Views in a File or

More information

3D Viewer. user's manual 10017352_2

3D Viewer. user's manual 10017352_2 EN 3D Viewer user's manual 10017352_2 TABLE OF CONTENTS 1 SYSTEM REQUIREMENTS...1 2 STARTING PLANMECA 3D VIEWER...2 3 PLANMECA 3D VIEWER INTRODUCTION...3 3.1 Menu Toolbar... 4 4 EXPLORER...6 4.1 3D Volume

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Microsoft Picture Manager. Picture Manager

Microsoft Picture Manager. Picture Manager Picture Manager Picture Manager allows you to easily edit and organize the pictures on your computer. Picture Manager is an application that was included with Microsoft Office suite for Windows 2003 and

More information

Using Microsoft Picture Manager

Using Microsoft Picture Manager Using Microsoft Picture Manager Storing Your Photos It is suggested that a county store all photos for use in the County CMS program in the same folder for easy access. For the County CMS Web Project it

More information

GelAnalyzer 2010 User s manual. Contents

GelAnalyzer 2010 User s manual. Contents GelAnalyzer 2010 User s manual Contents 1. Starting GelAnalyzer... 2 2. The main window... 2 3. Create a new analysis... 2 4. The image window... 3 5. Lanes... 3 5.1 Detect lanes automatically... 3 5.2

More information

NIS-Elements Viewer. User's Guide

NIS-Elements Viewer. User's Guide NIS-Elements Viewer User's Guide Publication date 10.09.2013 v. 4.20.00 Laboratory Imaging, s. r. o., Za Drahou 171/17, CZ - 102 00 Praha 10 No part of this publication may be reproduced or transmitted

More information

The following is an overview of lessons included in the tutorial.

The following is an overview of lessons included in the tutorial. Chapter 2 Tutorial Tutorial Introduction This tutorial is designed to introduce you to some of Surfer's basic features. After you have completed the tutorial, you should be able to begin creating your

More information

MASKS & CHANNELS WORKING WITH MASKS AND CHANNELS

MASKS & CHANNELS WORKING WITH MASKS AND CHANNELS MASKS & CHANNELS WORKING WITH MASKS AND CHANNELS Masks let you isolate and protect parts of an image. When you create a mask from a selection, the area not selected is masked or protected from editing.

More information

MULTIMEDIA INSTALLING THE MULTIMEDIA UPGRADE

MULTIMEDIA INSTALLING THE MULTIMEDIA UPGRADE 26 MULTIMEDIA With the PastPerfect MultiMedia Upgrade, you will be able to attach digital images and link multimedia files to your catalog records. This is an optional feature and may be purchased for

More information

Chapter 1. Creating Sketches in. the Sketch Mode-I. Evaluation chapter. Logon to www.cadcim.com for more details. Learning Objectives

Chapter 1. Creating Sketches in. the Sketch Mode-I. Evaluation chapter. Logon to www.cadcim.com for more details. Learning Objectives Chapter 1 Creating Sketches in Learning Objectives the Sketch Mode-I After completing this chapter you will be able to: Use various tools to create a geometry. Dimension a sketch. Apply constraints to

More information

IntelliSpace PACS 4.4. Image Enabled EMR Workflow and Enterprise Overview. Learning Objectives

IntelliSpace PACS 4.4. Image Enabled EMR Workflow and Enterprise Overview. Learning Objectives IntelliSpace PACS 4.4 Image Enabled EMR Workflow and Enterprise Overview Learning Objectives Use the Cerner EMR to view images and reports via IntelliSpace PACS: Image Launch Workflow (SUBI Image Viewer)

More information

Plotting: Customizing the Graph

Plotting: Customizing the Graph Plotting: Customizing the Graph Data Plots: General Tips Making a Data Plot Active Within a graph layer, only one data plot can be active. A data plot must be set active before you can use the Data Selector

More information

STARTING WEBSTER...3 GETTING STARTED WITH WEBSTER TOOLS...5

STARTING WEBSTER...3 GETTING STARTED WITH WEBSTER TOOLS...5 Table of Contents STARTING WEBSTER...3 GETTING STARTED WITH WEBSTER TOOLS...5 WEBSTER SMARTBOARD ICONS...5 THE WEBSTER SOFTWARE MAIN WINDOW...6 THE WEBSTER COMMAND TOOLBAR...7 THE PROJECTION TOOLBAR...8

More information

Sharing Presentations, Documents, and Whiteboards

Sharing Presentations, Documents, and Whiteboards Chapter 19 19 Sharing Presentations, Documents, and Whiteboards Your user role in an event determines your level of sharing. Whichever role you take, the following table describes the basic tasks associated

More information

Getting Started Guide

Getting Started Guide MadCap Software Getting Started Guide Capture 7 Copyright 2015 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

Gear View Basic. User Help. Version 2.2.0. Written by: Product Documentation and R&D Date: August 2015 LX-DOC-GVB-2.2.0-UH-EN-REVA

Gear View Basic. User Help. Version 2.2.0. Written by: Product Documentation and R&D Date: August 2015 LX-DOC-GVB-2.2.0-UH-EN-REVA Gear View Basic User Help Version 2.2.0 Written by: Product Documentation and R&D Date: August 2015 2015 Lexmark International Technology, S.A. All rights reserved. No part of this publication may be reproduced,

More information

Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint

Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint While it is, of course, possible to create a Research Day poster using a graphics editing programme such as Adobe

More information

How to make a line graph using Excel 2007

How to make a line graph using Excel 2007 How to make a line graph using Excel 2007 Format your data sheet Make sure you have a title and each column of data has a title. If you are entering data by hand, use time or the independent variable in

More information

Introduction to the TI-Nspire CX

Introduction to the TI-Nspire CX Introduction to the TI-Nspire CX Activity Overview: In this activity, you will become familiar with the layout of the TI-Nspire CX. Step 1: Locate the Touchpad. The Touchpad is used to navigate the cursor

More information

JustClust User Manual

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

More information

Quick use reference book

Quick use reference book Quick use reference book 1 Getting Started User Login Window Depending on the User ID, users have different authorization levels. 2 EXAM Open Open the Exam Browser by selecting Open in the Menu bar or

More information

TABLE OF CONTENTS. INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE...

TABLE OF CONTENTS. INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE... Starting Guide TABLE OF CONTENTS INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE... 7 ADVANCE CONCRETE USER INTERFACE... 7 Other important

More information

w w w. g e o s o f t. c o m

w w w. g e o s o f t. c o m SEG-Y Reader Convert SEG-Y files to: Windows BMP, Geosoft Grid, Geosoft Database, Geosoft Voxel USER GUIDE w w w. g e o s o f t. c o m SEG-Y Reader SEG-Y Reader reads 2D and 3D SEG-Y format data files

More information

A Guide to Microsoft Paint (Windows XP)

A Guide to Microsoft Paint (Windows XP) A Guide to Microsoft Paint (Windows XP) Introduction Microsoft Paint allows you to produce your own pictures (or edit existing ones). In Windows XP, you can no longer access Paint directly from the Microsoft

More information

KaleidaGraph Quick Start Guide

KaleidaGraph Quick Start Guide KaleidaGraph Quick Start Guide This document is a hands-on guide that walks you through the use of KaleidaGraph. You will probably want to print this guide and then start your exploration of the product.

More information

Linkage 3.2. User s Guide

Linkage 3.2. User s Guide Linkage 3.2 User s Guide David Rector Wednesday, April 06, 2016 Table of Contents Table of Contents... 2 Installation... 3 Running the Linkage Program... 3 Simple Mechanism Tutorial... 5 Mouse Operations...

More information

1 ImageBrowser Software User Guide

1 ImageBrowser Software User Guide 1 ImageBrowser Software User Guide Table of Contents (1/2) Chapter 1 Try It! ImageBrowser Chapter 2 What is ImageBrowser? Chapter 3 Starting ImageBrowser... 4 Downloading Images to Your Computer... 9 Printing

More information

Basic Microsoft Excel 2007

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

More information

Visualization of 2D Domains

Visualization of 2D Domains Visualization of 2D Domains This part of the visualization package is intended to supply a simple graphical interface for 2- dimensional finite element data structures. Furthermore, it is used as the low

More information

2012 Ward s Natural Science

2012 Ward s Natural Science 2012 Ward s Natural Science Contents Recommended System Requirements...3 Additional Assistance...3 QUICK START GUIDE Installation Instructions...4 How It Works...5 Your First View...6 Navigating the Library...7

More information

SketchUp Instructions

SketchUp Instructions SketchUp Instructions Every architect needs to know how to use SketchUp! SketchUp is free from Google just Google it and download to your computer. You can do just about anything with it, but it is especially

More information

Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional.

Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional. Workspace tour Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional. In this tutorial, you will become familiar with the terminology and workspace

More information

Florence School District #1

Florence School District #1 Florence School District #1 Module 2: SMART Board Basics and Beyond 1 SMART Board Software and Beyond In SMART Notebook software, you can create or open SMART Notebook software (.notebook) files. After

More information

Ofgem Carbon Savings Community Obligation (CSCO) Eligibility System

Ofgem Carbon Savings Community Obligation (CSCO) Eligibility System Ofgem Carbon Savings Community Obligation (CSCO) Eligibility System User Guide 2015 Page 1 Table of Contents Carbon Savings Community Obligation... 3 Carbon Savings Community Obligation (CSCO) System...

More information

CORSAIR GAMING KEYBOARD SOFTWARE USER MANUAL

CORSAIR GAMING KEYBOARD SOFTWARE USER MANUAL CORSAIR GAMING KEYBOARD SOFTWARE USER MANUAL TABLE OF CONTENTS CORSAIR UTILITY ENGINE OVERVIEW PROFILES 1 9 Introduction 2 Starting the Corsair Utility Engine 2 Profiles: Settings for a Specific Program

More information

Fireworks CS4 Tutorial Part 1: Intro

Fireworks CS4 Tutorial Part 1: Intro Fireworks CS4 Tutorial Part 1: Intro This Adobe Fireworks CS4 Tutorial will help you familiarize yourself with this image editing software and help you create a layout for a website. Fireworks CS4 is the

More information

SMART Ink 1.5. Windows operating systems. Scan the following QR code to view the SMART Ink Help on your smart phone or other mobile device.

SMART Ink 1.5. Windows operating systems. Scan the following QR code to view the SMART Ink Help on your smart phone or other mobile device. SMART Ink 1.5 Windows operating systems User s guide Scan the following QR code to view the SMART Ink Help on your smart phone or other mobile device. Trademark notice SMART Ink, SMART Notebook, SMART

More information

NiceLabel Designer Standard User Guide

NiceLabel Designer Standard User Guide NiceLabel Designer Standard User Guide English Edition Rev-1112 2012 Euro Plus d.o.o. All rights reserved. Euro Plus d.o.o. Poslovna cona A 2 SI-4208 Šenčur, Slovenia tel.: +386 4 280 50 00 fax: +386 4

More information

Fixplot Instruction Manual. (data plotting program)

Fixplot Instruction Manual. (data plotting program) Fixplot Instruction Manual (data plotting program) MANUAL VERSION2 2004 1 1. Introduction The Fixplot program is a component program of Eyenal that allows the user to plot eye position data collected with

More information

Understand the Sketcher workbench of CATIA V5.

Understand the Sketcher workbench of CATIA V5. Chapter 1 Drawing Sketches in Learning Objectives the Sketcher Workbench-I After completing this chapter you will be able to: Understand the Sketcher workbench of CATIA V5. Start a new file in the Part

More information

3D-GIS in the Cloud USER MANUAL. August, 2014

3D-GIS in the Cloud USER MANUAL. August, 2014 3D-GIS in the Cloud USER MANUAL August, 2014 3D GIS in the Cloud User Manual August, 2014 Table of Contents 1. Quick Reference: Navigating and Exploring in the 3D GIS in the Cloud... 2 1.1 Using the Mouse...

More information

Contents. A-61623 July 2008 i

Contents. A-61623 July 2008 i Contents Image Processing......................................................... 1 Overview.......................................................... 1 Terminology and features..............................................

More information

Working with SQL Server Integration Services

Working with SQL Server Integration Services SQL Server Integration Services (SSIS) is a set of tools that let you transfer data to and from SQL Server 2005. In this lab, you ll work with the SQL Server Business Intelligence Development Studio to

More information

Course Project Lab 3 - Creating a Logo (Illustrator)

Course Project Lab 3 - Creating a Logo (Illustrator) Course Project Lab 3 - Creating a Logo (Illustrator) In this lab you will learn to use Adobe Illustrator to create a vector-based design logo. 1. Start Illustrator. Open the lizard.ai file via the File>Open

More information

SW43W. Users Manual. FlukeView Power Quality Analyzer Software Version 3.20 onwards

SW43W. Users Manual. FlukeView Power Quality Analyzer Software Version 3.20 onwards SW43W FlukeView Power Quality Analyzer Software Version 3.20 onwards Users Manual 4822 872 30778 December 2005, Rev.1, 04/06 2005 Fluke Corporation, All rights reserved. All product names are trademarks

More information

AIM Dashboard-User Documentation

AIM Dashboard-User Documentation AIM Dashboard-User Documentation Accessing the Academic Insights Management (AIM) Dashboard Getting Started Navigating the AIM Dashboard Advanced Data Analysis Features Exporting Data Tables into Excel

More information

Interactive Voting System. www.ivsystem.nl. IVS-Basic IVS-Professional 4.4

Interactive Voting System. www.ivsystem.nl. IVS-Basic IVS-Professional 4.4 Interactive Voting System www.ivsystem.nl IVS-Basic IVS-Professional 4.4 Manual IVS-Basic 4.4 IVS-Professional 4.4 1213 Interactive Voting System The Interactive Voting System (IVS ) is an interactive

More information

1 ImageBrowser Software Guide

1 ImageBrowser Software Guide 1 ImageBrowser Software Guide Table of Contents (1/2) Chapter 1 Try It! ImageBrowser Starting ImageBrowser -------------------------------------------------- 4 Importing Images to Your Computer ---------------------------------

More information

Topography of an Origin Project and Workspace

Topography of an Origin Project and Workspace Origin Basics Topography of an Origin Project and Workspace When you start Origin, a new project opens displaying a worksheet window in the workspace. The worksheet is one type of window available in Origin.

More information

LinQ Mobile Software User s Guide

LinQ Mobile Software User s Guide LinQ Mobile Software User s Guide Trademarks SMART Board, LinQ and the SMART logo are either registered trademarks or trademarks of SMART Technologies Inc. Windows is either a registered trademark or a

More information

Introduction to Autodesk Inventor for F1 in Schools

Introduction to Autodesk Inventor for F1 in Schools Introduction to Autodesk Inventor for F1 in Schools F1 in Schools Race Car In this course you will be introduced to Autodesk Inventor, which is the centerpiece of Autodesk s digital prototyping strategy

More information

Chapter 9. Editing Features. Learning Objectives

Chapter 9. Editing Features. Learning Objectives Chapter 9 Editing Features Learning Objectives After completing this chapter, you will be able to: Edit features. Edit sketches of the sketch based features. Edit the sketch plane of the sketch based features.

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

INSTALLING THE SOFTWARE AND GETTING STARTED 2-1 THE USER INTERFACE 3-1 JOB SETUP 4-1 PATCH SETUP 5-1 BAR CODE AND OCR SETUP 6-1 PAGE SETUP 7-1

INSTALLING THE SOFTWARE AND GETTING STARTED 2-1 THE USER INTERFACE 3-1 JOB SETUP 4-1 PATCH SETUP 5-1 BAR CODE AND OCR SETUP 6-1 PAGE SETUP 7-1 OVERVIEW 1-1 INSTALLING THE SOFTWARE AND GETTING STARTED 2-1 THE USER INTERFACE 3-1 JOB SETUP 4-1 PATCH SETUP 5-1 BAR CODE AND OCR SETUP 6-1 PAGE SETUP 7-1 PRODUCTIVITY SHORTCUTS 8-1 USER AND GROUP SETUP

More information

HOW TO VIEW AND EDIT PICTURES

HOW TO VIEW AND EDIT PICTURES Get started Shutterfly can help you make your pictures look their best. We re going to show you the different ways to view and edit your pictures using our easy-to-use tools. To begin, sign in to your

More information

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

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

More information

Introduction to MyAvatar Learning how to use the tool

Introduction to MyAvatar Learning how to use the tool Introduction to MyAvatar Learning how to use the tool Changes for Existing Users Taken from the Netsmart MyAvatar Training Guide v1.3 3/19/2012 Page 1 of 19 3/19/2012 What is myavatar Netsmart defines

More information

OnBase 13. Unity Client Retrieval, Upload and Batch Processing. User Guide. IT Training (818) 677-1700 training@csun.edu www.csun.

OnBase 13. Unity Client Retrieval, Upload and Batch Processing. User Guide. IT Training (818) 677-1700 training@csun.edu www.csun. User Guide OnBase 13 Unity Client Retrieval, Upload and Batch Processing IT Training (818) 677-1700 training@csun.edu www.csun.edu/it/training *The information in this guide was provided by Hyland Software,

More information

ACTIVE CONTENT MANAGER (ACM)

ACTIVE CONTENT MANAGER (ACM) ITServices SSC007-3333 University Way Kelowna, BC V1V 1V7 250.807.9000 www.ubc.ca/okanagan/itservices ACTIVE CONTENT MANAGER (ACM) Managing the Digital Asset Library March 8, 2007 digital assets.ppt 1

More information

DWGSee Professional User Guide

DWGSee Professional User Guide DWGSee Professional User Guide DWGSee is comprehensive software for viewing, printing, marking and sharing DWG files. It is fast, powerful and easy-to-use for every expert and beginners. Starting DWGSee

More information

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move WORD PROCESSING In this session, we will explain some of the basics of word processing. The following are the outlines: 1. Start Microsoft Word 11. Edit the Document cut & move 2. Describe the Word Screen

More information

Managing Your Desktop with Exposé, Spaces, and Other Tools

Managing Your Desktop with Exposé, Spaces, and Other Tools CHAPTER Managing Your Desktop with Exposé, Spaces, and Other Tools In this chapter Taking Control of Your Desktop 266 Managing Open Windows with Exposé 266 Creating, Using, and Managing Spaces 269 Mac

More information

Portrait Professional User Manual

Portrait Professional User Manual Portrait Professional User Manual Version 10.2 Anthropics Technology Ltd www.portraitprofessional.com Contents 3 Table of Contents Part I Getting Started 6 1 Quick Start... Guide 6 2 Top Tips... For Best

More information

Done. Click Done to close the Capture Preview window.

Done. Click Done to close the Capture Preview window. The Capture Preview window allows you to preview, edit, and customize a screen capture before it is saved to a file, inserted into your document, attached to an e-mail, or sent to a variety of other Output

More information

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com Sage 500 ERP Intelligence Reporting Getting Started Guide 27.11.2012 Table of Contents 1.0 Getting started 3 2.0 Managing your reports 10 3.0 Defining report properties 18 4.0 Creating a simple PivotTable

More information

AngioSys 2.0 Image Analysis Software Manual

AngioSys 2.0 Image Analysis Software Manual AngioSys 2.0 Image Analysis Software Manual Table of contents Introduction and ordering Activate your software Analyse a new plate Open a previous plate Add well details Delete well details Fill a row/column

More information

Brava 5.3 X Client User

Brava 5.3 X Client User Brava 5.3 X Client User Guide Table Of Contents Help Contents...1 New Features in this Release...3 What is CSF?...5 Why CSF?...7 All Toolbars...9 Viewing Tools...11 Magnification Tools...11 Zoom and Pan

More information

Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional.

Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional. Working with layout Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional. In this tutorial, you will create a poster for an imaginary coffee

More information

ART 170: Web Design 1

ART 170: Web Design 1 Banner Design Project Overview & Objectives Everyone will design a banner for a veterinary clinic. Objective Summary of the Project General objectives for the project in its entirety are: Design a banner

More information

ArcGIS. Tips and Shortcuts. for Desktop

ArcGIS. Tips and Shortcuts. for Desktop ArcGIS Tips and Shortcuts for Desktop Map Navigation Refresh and redraw the display. F5 Suspend the map s drawing. F9 Zoom in and out. Center map. Roll the mouse wheel backward and forward. Hold down Ctrl

More information

User s Guide to ArcView 3.3 for Land Use Planners in Puttalam District

User s Guide to ArcView 3.3 for Land Use Planners in Puttalam District User s Guide to ArcView 3.3 for Land Use Planners in Puttalam District Dilhari Weragodatenna IUCN Sri Lanka, Country Office Table of Content Page No Introduction...... 1 1. Getting started..... 2 2. Geo-referencing...

More information

Lab 1: Full Adder 0.0

Lab 1: Full Adder 0.0 Lab 1: Full Adder 0.0 Introduction In this lab you will design a simple digital circuit called a full adder. You will then use logic gates to draw a schematic for the circuit. Finally, you will verify

More information

Introduction to Autodesk Inventor for F1 in Schools

Introduction to Autodesk Inventor for F1 in Schools F1 in Schools race car Introduction to Autodesk Inventor for F1 in Schools In this course you will be introduced to Autodesk Inventor, which is the centerpiece of Autodesk s Digital Prototyping strategy

More information

Welcome to Bridgit @ CSU The Software Used To Data Conference.

Welcome to Bridgit @ CSU The Software Used To Data Conference. Welcome to Bridgit @ CSU The Software Used To Data Conference. Overview SMART Bridgit software is a client/server application that lets you share programs and information with anyone, anywhere in the world.

More information

SMART Notebook 10 User s Guide. Linux Operating Systems

SMART Notebook 10 User s Guide. Linux Operating Systems SMART Notebook 10 User s Guide Linux Operating Systems Product Registration If you register your SMART product, we ll notify you of new features and software upgrades. Register online at www.smarttech.com/registration.

More information

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11 MS Excel Handout: Level 2 elearning Department 2016 Page 1 of 11 Contents Excel Environment:... 3 To create a new blank workbook:...3 To insert text:...4 Cell addresses:...4 To save the workbook:... 5

More information

GeoGebra Statistics and Probability

GeoGebra Statistics and Probability GeoGebra Statistics and Probability Project Maths Development Team 2013 www.projectmaths.ie Page 1 of 24 Index Activity Topic Page 1 Introduction GeoGebra Statistics 3 2 To calculate the Sum, Mean, Count,

More information

Making Visio Diagrams Come Alive with Data

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

More information

How to Excel with CUFS Part 2 Excel 2010

How to Excel with CUFS Part 2 Excel 2010 How to Excel with CUFS Part 2 Excel 2010 Course Manual Finance Training Contents 1. Working with multiple worksheets 1.1 Inserting new worksheets 3 1.2 Deleting sheets 3 1.3 Moving and copying Excel worksheets

More information

Creating Fill-able Forms using Acrobat 8.0: Part 1

Creating Fill-able Forms using Acrobat 8.0: Part 1 Creating Fill-able Forms using Acrobat 8.0: Part 1 The first step in creating a fill-able form in Adobe Acrobat is to generate the form with all its formatting in a program such as Microsoft Word. Then

More information

Menus and Toolbars: Using and customizing those common to all OpenOffice.org components

Menus and Toolbars: Using and customizing those common to all OpenOffice.org components Menus and Toolbars: Using and customizing those common to all OpenOffice.org components Title: Menus and Toolbars: Using and customizing those common to all OpenOffice.org components Version: 1.0 First

More information

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES Exploring Access Creating and Working with Tables Finding and Filtering Data Working with Queries and Recordsets Working with Forms Working

More information

DataPA OpenAnalytics End User Training

DataPA OpenAnalytics End User Training DataPA OpenAnalytics End User Training DataPA End User Training Lesson 1 Course Overview DataPA Chapter 1 Course Overview Introduction This course covers the skills required to use DataPA OpenAnalytics

More information

Basic Excel Handbook

Basic Excel Handbook 2 5 2 7 1 1 0 4 3 9 8 1 Basic Excel Handbook Version 3.6 May 6, 2008 Contents Contents... 1 Part I: Background Information...3 About This Handbook... 4 Excel Terminology... 5 Excel Terminology (cont.)...

More information

Petrel TIPS&TRICKS from SCM

Petrel TIPS&TRICKS from SCM Petrel TIPS&TRICKS from SCM Knowledge Worth Sharing Import and Digitize from a Bitmap Using Petrel Often a map with culture lines, contours or well spots is provided in paper form and must be entered into

More information

Table of Contents. INTRODUCTION...v. How to Use This Manual...v Terms Used in this Manual...v Fonts Used in this Manual...v

Table of Contents. INTRODUCTION...v. How to Use This Manual...v Terms Used in this Manual...v Fonts Used in this Manual...v Table of Contents INTRODUCTION...v How to Use This Manual...v Terms Used in this Manual...v Fonts Used in this Manual...v PC Hardware Requirements...vi Software Installation...vii Installing DataWorker

More information

Introduction to the TI Connect 4.0 software...1. Using TI DeviceExplorer...7. Compatibility with graphing calculators...9

Introduction to the TI Connect 4.0 software...1. Using TI DeviceExplorer...7. Compatibility with graphing calculators...9 Contents Introduction to the TI Connect 4.0 software...1 The TI Connect window... 1 Software tools on the Home screen... 2 Opening and closing the TI Connect software... 4 Using Send To TI Device... 4

More information

Image Editing Helper User s Guide

Image Editing Helper User s Guide Image Editing Helper User s Guide Manual-en-250-0842-E-Image Editing Helper-V100 Copyright Copyright 2014 Avision Inc. All rights reserved. Information in this document is subject to change without notice.

More information

SMART Sympodium and Notebook Software 9.5

SMART Sympodium and Notebook Software 9.5 SMART Sympodium and Notebook Software 9.5 What is a SMART Sympodium? Equipped with the same software as SMART Board interactive whiteboards, SMART Sympodium interactive pen displays are perfect for presenting

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This

More information

http://school-maths.com Gerrit Stols

http://school-maths.com Gerrit Stols For more info and downloads go to: http://school-maths.com Gerrit Stols Acknowledgements GeoGebra is dynamic mathematics open source (free) software for learning and teaching mathematics in schools. It

More information

CREATING A 3D VISUALISATION OF YOUR PLANS IN PLANSXPRESS AND CORTONA VRML CLIENT

CREATING A 3D VISUALISATION OF YOUR PLANS IN PLANSXPRESS AND CORTONA VRML CLIENT CREATING A 3D VISUALISATION OF YOUR PLANS IN PLANSXPRESS AND CORTONA VRML CLIENT 20-25 Minutes This topic is for users of PlansXpress Total Toolkit Edition. To upgrade to PlansXpress Total Toolkit, call

More information

Making TIFF and EPS files from Drawing, Word Processing, PowerPoint and Graphing Programs

Making TIFF and EPS files from Drawing, Word Processing, PowerPoint and Graphing Programs Making TIFF and EPS files from Drawing, Word Processing, PowerPoint and Graphing Programs In the worlds of electronic publishing and video production programs, the need for TIFF or EPS formatted files

More information