Software Project Planning Defining the Project Writing the Software Specification Planning the Development Stages Testing the Software.

Slides:



Advertisements
Similar presentations
Academic Quality How do you measure up? Rubrics. Levels Basic Effective Exemplary.
Advertisements

Chapter 11 Designing the User Interface
Spreadsheet Software lesson 14. This lesson includes the following sections: Spreadsheet Programs and Their Uses The Spreadsheet's Interface Entering.
Decision Analysis Tools in Excel
Orchard Harvest™ LIS Review Results Training
Welcome to E-Prime E-Prime refers to the Experimenter’s Prime (best) development studio for the creation of computerized behavioral research. E-Prime is.
A graphical user interface (GUI) is a pictorial interface to a program. A good GUI can make programs easier to use by providing them with a consistent.
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
Creating Custom Forms. 2 Design and create a custom form You can create a custom form by modifying an existing form or creating a new form. Either way,
A Guide to Oracle9i1 Introduction To Forms Builder Chapter 5.
Microsoft Excel 2003 Illustrated Complete Excel and Advanced Worksheet Management Customizing.
Chapter 13: Designing the User Interface
Database Design IST 7-10 Presented by Miss Egan and Miss Richards.
Microsoft Office Word 2013 Expert Microsoft Office Word 2013 Expert Courseware # 3251 Lesson 4: Working with Forms.
DEMONSTRATION FOR SIGMA DATA ACQUISITION MODULES Tempatron Ltd Data Measurements Division Darwin Close Reading RG2 0TB UK T : +44 (0) F :
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
The Project AH Computing. Functional Requirements  What the product must do!  Examples attractive welcome screen all options available as clickable.
User Interface January 14, 2011 CSE 403, Winter 2011, Brun Three Mile Island.
Lesson 6: Working with Layout and Graphics
Digital Image Processing Lecture3: Introduction to MATLAB.
Google Training By: Amy Shannon and Dave Auwerda.
Chapter 5 Java Script And Forms JavaScript, Third Edition.
CPSC 203 Introduction to Computers T59 & T64 By Jie (Jeff) Gao.
XP New Perspectives on Microsoft Access 2002 Tutorial 51 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and.
Department of Mechanical Engineering, LSUSession VII MATLAB Tutorials Session VIII Graphical User Interface using MATLAB Rajeev Madazhy
Introduction to Matlab & Data Analysis
Copyright © 2007, Oracle. All rights reserved. Managing Concurrent Requests.
Automating Database Processing Chapter 6. Chapter Introduction Design and implement user-friendly menu – Called navigation form Macros – Automate repetitive.
Working with Reports in Microsoft Excel Session Version 1.0 © 2011 Aptech Limited.
Designing Interface Components. Components Navigation components - the user uses these components to give instructions. Input – Components that are used.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved Business Driven Information Systems 2e Plug-In T6: Basic Skills and Tools Using.
UNIT 7: Using Excel in the Law Office. This Week’s Assignment You should be working on your three-part assignment Part 1 deals with the things you learned.
Access 2013 Microsoft Access 2013 is a database application that is ideal for gathering and understanding data that’s been collected on just about anything.
Chapter 8 Collecting Data with Forms. Chapter 8 Lessons Introduction 1.Plan and create a form 2.Edit and format a form 3.Work with form objects 4.Test.
Key Applications Module Lesson 21 — Access Essentials
Creating Graphical User Interfaces (GUI’s) with MATLAB By Jeffrey A. Webb OSU Gateway Coalition Member.
Genesys Shell development Input-side development progress.
Excel 2007 ® Business and Personal Finances How can Microsoft Excel 2007 help you to be more productive?
LECTURE 18 16/11/15. MAKING THE INTERFACE CONSISTENT Consistency is one way to develop and reinforce the users conceptual model of applications and give.
CPSC 203 Introduction to Computers T97 By Jie (Jeff) Gao.
Excel part 5 Working with Excel Tables, PivotTables, and PivotCharts.
Project Planning Defining the project Software specification Development stages Software testing.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 6 1 Microsoft Office Access 2003 Tutorial 6 – Creating Custom Forms.
Using Workflow With Dataforms Tim Borntreger, Director of Client Services.
DITA TOPICS - ADVANCED. Session Results Topic Types Review Format/Layout Separated from Content DITA Concept Elements Using DITA Concept Elements - Advanced.
MATLAB and SimulinkLecture 61 To days Outline Graphical User Interface (GUI) Exercise on this days topics.
Forms 5.02 Understand database queries, forms, and reports.
 2002 Prentice Hall. All rights reserved. 1 Introduction to the Visual Studio.NET IDE Outline Introduction Visual Studio.NET Integrated Development Environment.
Collecting Copyright Transfers and Disclosures via Editorial Manager™ -- Editorial Office Guide 2015.
Course Contents Overview: Database basics Lesson 1: Benefits of using a database Lesson 2: Table that data Lesson 3: Analyzing, viewing, and reporting.
Feb. 8, 2008 UHCO Graduate Course in MATLAB Software Project Planning Defining the Project Writing the Software Specification Selecting a Development Plan.
Lesson 17 Mail Merge. Overview Create a main document. Create a data source. Insert merge fields into a main document. Perform a mail merge. Use data.
Section 3 Computing with confidence. The purpose of this section The purpose of this section is to develop your skills to achieve two goals: 1-Becoming.
CNC Motion BenchMill 6000 Machining Center
Creating and Processing Web Forms
Introduction to Powerschool Gradebook and tienet
Excel Tutorial 8 Developing an Excel Application
Graphical User Interface in MATLAB
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
Objectives Design a form Create a form Create text fields
Lecture 25.
Performing Mail Merges
Chap 7. Building Java Graphical User Interfaces
Graphical User Interfaces -- Introduction
Welcome to E-Prime E-Prime refers to the Experimenter’s Prime (best) development studio for the creation of computerized behavioral research. E-Prime is.
CIS16 Application Development Programming with Visual Basic
Microsoft Excel 101.
Lesson 6: Working with Layout and Graphics
Digital Image Processing
Evaluations and Trials in Alma
Presentation transcript:

Software Project Planning Defining the Project Writing the Software Specification Planning the Development Stages Testing the Software

Defining the Project Input-Process-Output model Define the input Define the process Define the output Define the hardware Define the development tools

Defining the Project Input-Process-Output model Process File

Defining the Project Define the Input What information is needed to perform the software task? What information is fixed or assumed? What information does the user provide? What information is read from files?

Defining the Project Input Examples Subject information Stimulus parameters Spreadsheet data Image data Data acquired from recording hardware User’s choice of processing options User’s choice of output options

Defining the Project Input Methods Dialog boxes radio buttons, checkboxes, pushbuttons, edit boxes, sliders, pull-down lists, menus radio buttons, checkboxes, pushbuttons, edit boxes, sliders, pull-down lists, menus Command line questions and answers Files Data acquisition cards Frame grabber cards

Defining the Project Input Worksheet ?

Defining the Project Define the Process What is the sequence of events? What are the computations? How must the data be rearranged? How must the units be scaled?

Defining the Project Process Examples Produce a stimulus and/or gather results Compute statistics on subject performance Filter or enhance an image Evaluate eye movement signals Evaluate neurological signals Simulate a model Fit data to a model

Defining the Project Process Methods Sequence of events Menu driven Menu driven Dialog box selections Dialog box selections Data dependent Data dependent Scripts or functions Matlab toolboxes MATVIS Psychophysics Toolbox

Defining the Project Process Worksheet ?

Defining the Project Define the Output Record of input information Record of data processing or collection Temporary feedback during data processing or collection

Defining the Project Output Examples Stimulus control Experiment results Simulation results Computational results

Defining the Project Output Methods Text files Binary files Image files Graphical plots Stimulus control signals Changes to the user interface

Defining the Project Output Worksheet ?

Software Specification PurposeBenefitsOrganization

Software Specification Purpose Document your design decisions If programming for self: clarifies design If programming for self: clarifies design If hiring it done: explains to others If hiring it done: explains to others Organize user interface design Describe equipment and tools Describe format of input and output Describe sequence of events

Software Specification Benefits Record of design decisions Envision “Methods” section of resulting publication Envision “Methods” section of resulting publication Reminder between design, testing and use Reminder between design, testing and use Discussion tool for other users What to include for different user needs What to include for different user needs Arrangement and labeling of interface Arrangement and labeling of interface Prototype for software interface Easier to rewrite than code Easier to rewrite than code

Software Specification Organization Introduction User interface Parameters Sequence of events Computations Graphic results File formats Reference information

Software Specification Organization: Introduction Describes purpose of software Gives overview of software Describes overview of hardware Describes development tools MATLAB MATLAB Psychophysics Toolbox Psychophysics Toolbox VSG2/5 VSG2/5 ActiveX ActiveX

Software Specification Organization: User interface Organization of menus Organization of dialog boxes Arrangement of items on dialog boxes Options or preferences May be appropriate to incorporate these details in the other sections

Software Specification Organization: Parameters Describe parameters purpose purpose units units default values default values acceptable ranges acceptable ranges Summarize parameters in a table for quick reference

Software Specification Organization: Sequence Describe the sequence of events as a numbered list Describe what happens when the user makes different selections Describe error handling

Software Specification Organization: Computations Describe computations as you would in the methods section of a paper Supply all necessary information to perform the computations For complex computations reference descriptive documents reference descriptive documents reference existing software reference existing software

Software Specification Organization: Graphic Results Plots Axes and scaling Axes and scaling Axes titles Axes titles Markers and lines Markers and linesImages Data format (uint8, double, indexed) Data format (uint8, double, indexed) Colormap Colormap Meaning of intensity scale Meaning of intensity scale

Software Specification Organization: File Formats Describe the rows and columns of tab- delimited text files Select graphic file format for output Include both input and output file formats Describe any naming conventions Indicate if files are to be overwritten or appended

Software Specification Organization: Reference Info. Contact information for software tools Contact information for special hardware References to related manuals hardware hardware software software References to related publications computations computations experiment methods experiment methods

Development Stages The Chronological Approach The Availability Approach The Feasibility Approach The Generic Approach The ‘They Did It This Way’ Approach

Development Stages The Chronological Approach Add each block of code in sequential order First write code that receives all the inputs First write code that receives all the inputs Next write code that does first stage processing Next write code that does first stage processing Next add code that depends on first stage Next add code that depends on first stage Continue until all results are available Continue until all results are available Produce results and record them to files Produce results and record them to files

Development Stages The Availability Approach Some code depends on hardware. Write that code when new hardware arrives or when existing hardware is not otherwise scheduled for subjects. Some code depends on software. Order software tools early. Write user interface code or file formatting code at any time.

Development Stages The Feasibility Approach Sometimes it is not clear that a new experiment system or simulation will work. If it does not, then there is no purpose to adding a fancy user interface or producing output files. Start with the part that you are least confident will work. Once you prove that part works, the rest of the program development is worth the effort.

Development Stages The Generic Approach If you must wait on some aspect of software design, it can be beneficial to write routines that you expect to use over and over: Writing or reading standard file types Writing or reading standard file types Unit or file conversions Unit or file conversions Subject response or feedback methods Subject response or feedback methods Standard stimuli Standard stimuli

Development Stages “They Did It This Way” Research software can often be changed in minor ways to perform similar yet distinct experiments. Re-using code can save time. Be sure to UNDERSTAND the content and format of the parameters and results for existing code that you re-use.

Testing the Software Verify units of measure Verify format of files Ask naïve users to try your user interface Measure brightness/size/timing of stimuli Perform calculations on known data sets