Overview of the SCIRun/BioPSE Software Systems

Slides:



Advertisements
Similar presentations
Holdings Management Overview
Advertisements

New Release Announcements and Product Roadmap Chris DiPierro, Director of Software Development April 9-11, 2014
The Internet 8th Edition Tutorial 3 Using Web-Based Services for Communication and Collaboration.
Chapter 8 Create an App and Publish to the iPad. Apps are programs that run on the iPad. App is short for application. Exploring Apps and iPad Publishing.
My First Building Block Presented By Tracy Engwirda 28 September, 2005.
How to Guide: Step-by-Step introduction on how to Manage your References Pavlinka Kovatcheva, Sciences Librarian Library training instruction for Sciences.
Welcome to the Geostats Pty Ltd Presentation of QC Monitor Version 1.1
Business Intelligence (3 of 3): Technically Speaking, This is How We Did It PRESENTED BY.
A GUIDE TO e-FILING OF SERVICE TAX RETURNS - I DIRECTORATE OF SYSTEMS CHENNAI.
System Implementation
2008 Adobe Systems Incorporated. All Rights Reserved. Acrobat Connect Pro Meeting Introductory Training [name] [title]
AppExchange Partner Academy- Building Your Application Listing By Jesse Dailey.
System Overview CIBC SCIRun / BioPSE System Overview.
User Manager Pro Suite Taking Control of Your Systems Joe Vachon Sales Engineer November 8, 2007.
1 Operating System Overview. 2 Today’s Objectives Explain the main purpose of operating systems and describe milestones of OS evolution Explain fundamental.
Marcel Casado NCAR/RAP WEATHER WARNING TOOL NCAR.
TEAM Basic TotalElectrostatic ManagementAwareness&
UCSD: EndNote Essentials. Buy EndNote $
Activating Clarity  Activating Clarity  Activation  Online Activation  Fax Activation  Review and Verify Activation and License Terms  Updating.
Specview 32 Release 2.5 Enhancements
6 th Annual Focus Users’ Conference Manage Integrations Presented by: Mike Morris.
Codewriters – Website Management Overview of Codewriters Website management services. Including, design templates, content and document publishing, auto.
Documentation NCRR Documentation for BioPSE/SCIRun and map3d All this great software and you want documentation too!?
Element 6 Print word processingdocuments. LEARNING OUTCOMES 1. Preview document using print preview mode. 2. Correctly select basic print options. 3.
Student Financial Assistance. Session 22-2 Session 22 How Do I Get My Data to Do That? Using EDExpress in Combination with Your Mainframe.
PsycINFO Storing search results: mail, print, export Library.
Developer Session #3 NCRR Advanced SCIRun/BioPSE Elements: GUIs, Core Libs, Contributions & Support.
Comparison of different output options from Stata
PACS NHSC Data Processing Workshop – Pasadena 10 th - 14 th Sep 2012 HIPE Introduction and Setup for SPIRE David Shupe, NHSC/IPAC on behalf of the SPIRE.
Session #12 Using EDExpress for Direct Loan Processing Bob Martin Jody Sears U.S. Department of Education.
Introduction to Programming and JavaScript. Programming.
Codewriters – Data Management Overview of Codewriters NAIFA association and data management services Included with Codewriters Web Services Program. Including,
BioPSE Elements NCRR Elements of SCIRun and BioPSE.
Ruby Manager Overview Copyright 2006 VeriFone, Inc. All rights reserved. No part of this publication may be copied, distributed, stored in a retrieval.
Scanner  We can use it to convert printed images or docs into a digital format.  After obtaining a digital image we can make some modifications it on.
Understand Windows Services Software Development Fundamentals LESSON 5.3.
WebDat: A Web-based Test Data Management System J.M.Nogiec January 2007 Overview.
How to configure, build and install Trilinos November 2, :30-9:30 a.m. Jim Willenbring.
Hands-On Microsoft Windows Server 2008 Chapter 5 Configuring Windows Server 2008 Printing.
Copyright 2007, Information Builders. Slide 1 iWay Web Services and WebFOCUS Consumption Michael Florkowski Information Builders.
Introducing ReportCard2.0 ReportCard2.0 Introductory Training.
IT in Construction, Building Information Modeling
EGI-InSPIRE RI EGI Webinar EGI-InSPIRE RI Porting your application to the EGI Federated Cloud 17 Feb
Nigeriaqual Desktop Installation Guide. Outline Beginning the Installation Installing the pre-requisites – Microsoft.NET Framework – Microsoft SQL.
Some Network Commands n Some useful network commands –ping –finger –nslookup –tracert –ipconfig.
ImageJ2. Why ImageJ2? ● Support the next generation of image data ● Interoperate and collaborate with other projects ● Broaden the ImageJ community ●
Architecture Review 10/11/2004
Operating System Overview
Integrating ArcSight with Enterprise Ticketing Systems
A step-by-Step Guide For labels or merges
Integrating ArcSight with Enterprise Ticketing Systems
Here’s an overview of the three-part setup process.
Contributing Code to SCIRun / BioPSE
Pilot Walktour Operation Guide V3.5 (Android)
BioPSE/map3d Workshops
Visual Programming week # 02 APP (Application) Architecture.
A Short Course on Geant4 Simulation Toolkit How to learn more?
Pilot Walktour Operation Guide V3.4 (Android)
Principles of report writing
Computer Science I CSC 135.
How to Use References Chapter 4.
Software Installation
Configuration Of A Pull Network.
A Short Course on Geant4 Simulation Toolkit How to learn more?
A Short Course on Geant4 Simulation Toolkit How to learn more?
Implementation of EIDE Gateway using ACES Callouts
Introduction to AppInventor
Software Installation, release 4.0
Chapter 2 Applications Software and Operating Systems
GENEDI EUROPEAN COMMISSION - EUROSTAT GENERIC EDI TOOLBOX
Presentation transcript:

Overview of the SCIRun/BioPSE Software Systems Hold on to your hats…

Outline Installation Documentation Structure and Layout Dataflow Concepts Network Design and Conventions Modules Network Files and Persistent State I/O, Bridging, and Thirdparty Viewer Interaction

Installation Download from SCI Software website Install Thirdparty http://software.sci.utah.edu (let’s go!) Stable (even) vs Development (odd) releases SCIRun / Packages / Datasets / Docs Install Thirdparty configure gmake

Documentation: The Central Source http://internal.sci.utah.edu/developer/doc/

Documentation: User Support On-line Documentation Tutorial User’s Manual FAQ Lists Printed Documentation User’s Manuals Mailing List 182 registered) Direct Contact Email and Bugzilla Phone

Documentation: Tutorial

Dataflow Dataflow Vocabulary Send and Get GuiVars Scheduler Module Dataport Datapipe UI Send and Get GuiVars Scheduler Dependencies loops: send_intermediate

Network Design

Module: Algorithm + UI Algorithm User Interface Module: wrapper Function Reusability User Interface Buttons, tabs, slides, text entry, … Hidden state Module: wrapper Infrastructure: setup, shutdown Execute 1) Why am I being told to execute 2) Get data from ports 3) Update UI variables 4) Invoke algorithm 5) Send data out ports

Net Files and State Net File Create modules Create datapipes Set UI values Environment variables to create general purpose nets SCIRUN_DATA SCIRUN_DATASET Human editable… but be careful! Datasets can also be written out and read in… more on that tomorrow

I/O, Bridging, and Thirdparty Read/Write modules for SCIRun format “convert” programs for importing / exporting external data formats Packages = projects Internal External: bridging Store external libraries in Thirdparty Independent of SCIRun standards Externally maintained

Viewer Module OpenGL Scene graph Widgets See the User’s Guide for details…