Lawrence Livermore National Laboratory

Slides:



Advertisements
Similar presentations
Environmental GIS Nicholas A. Procopio, Ph.D, GISP Some slides from Lyna Wiggins (Rutgers University)
Advertisements

Why python? Automate processes Batch programming Faster Open source Easy recognition of errors Good for data management What is python? Scripting programming.
Microsoft Access 2013 ®® Tutorial 7 Creating Custom Reports.
Adaptability of learning objects by appropriate knowledge representation Anastas Misev Institute of Informatics Faculty of Natural Science and Mathematics.
ModelBuilder In ArcGIS 9.x By Tim Weigel GEOG 407/607 April 3 rd, 2006.
ASP.NET Programming with C# and SQL Server First Edition
ModelBuilder at ArcGIS 9.2 Lyna Wiggins Rutgers University May 2008.
Introduction to eValid Presentation Outline What is eValid? About eValid, Inc. eValid Features System Architecture eValid Functional Design Script Log.
Assess, Qualify and Design your MPS Business. Welcome IN-MAP Overview What are the Key IN-MAP Features? -Assists with assessment of your customers current.
© 2004 Cisco Systems, Inc. All rights reserved. Operating and Configuring Cisco IOS Devices Starting a Router INTRO v2.0—8-1.
Multimedia Authoring Tools Lecture 13
XML, DITA and Content Repurposing By France Baril.
Aurora: A Conceptual Model for Web-content Adaptation to Support the Universal Accessibility of Web-based Services Anita W. Huang, Neel Sundaresan Presented.
METS-Based Cataloging Toolkit for Digital Library Management System Dong, Li Tsinghua University Library
Class Instructor Name Date. Classroom Tips Class Roster – Please Sign In Class Roster – Please Sign In Internet Usage Internet Usage –Breaks and Lunch.
© 2012 LogiGear Corporation. All Rights Reserved Robot framework.
NetTech Solutions Working with Web Elements Lesson 6.
Personalizing the web for multilingual web sources Anil Goud V Lalith Krishna L Dinesh Kumar D.R.
ArcGIS: ArcMap Layout View. Agenda Layout interface Using templates Page properties Data frame properties Toolbars Layout elements Fine-tuning Finishing.
Session 1 SESSION 1 Working with Dreamweaver 8.0.
MULTIMEDIA Is the presentation of information by a computer system using graphics, animation, sound and text.
Program documentation Using the Doxygen tool Program documentation1.
CHAPTER TEN AUTHORING.
ATN GIS Support ArcGIS: ArcMap Layout View.
Accelerating Scientific Exploration Using Workflow Automation Systems Terence Critchlow (LLNL) Ilkay Altintas (SDSC) Scott Klasky(ORNL) Mladen Vouk (NCSU)
IBM Software Group ® Overview of SA and RSA Integration John Jessup June 1, 2012 Slides from Kevin Cornell December 2008 Have been reused in this presentation.
Basic Validation of DICOM objects using DVTk
Exploring Microsoft PowerPoint 2003 Chapter 4 1 Committed to Shaping the Next Generation of IT Experts. Chapter 4: Advanced Techniques: Slide Masters,
Selected Topics in Software Engineering - Distributed Software Development.
Microsoft ® Office Excel 2003 Training Using XML in Excel SynAppSys Educational Services presents:
Microsoft Office 2013: In Practice Chapter 4 Creating and Using Forms and Reports Copyright © 2014 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
Chapter 04 Tutorial Using StateCAD. Objective This tutorial will give you exposure to using StateCAD and VHDL Using HDL Bencher and Modelsim for simulating.
Miscellaneous 1 Miscellaneous 2 Slide ShowEditingGraphics
Esri UC2013. Technical Workshop. Technical Workshop 2013 Esri International User Conference July 8–12, 2013 | San Diego, California Automating Geodatabase.
Introduction to Interactive Media Interactive Media Tools: Authoring Applications.
ADMIT: ALMA Data Mining Toolkit  Developed by University of Maryland, University of Illinois, and NRAO (PI: L. Mundy)  Goal: First-view science data.
Nicklas Dagersten What’s new and upcoming Configura.
Unit 2, Lesson 7 Creating Web Pages and Web Documents.
GA 1 CASC Discovery of Access Patterns to Scientific Simulation Data Ghaleb Abdulla LLNL Center for Applied Scientific Computing.
Windows Movie Maker. Definition You can use Windows Movie Maker to capture audio and video to your computer from a video camera, Web camera, or other.
Jeopardy Tabs commands Types of slide Show Effects Mis. Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400 Q $500 Final Jeopardy.
PRESENTED BY GRADUATE DESIGN GROUP 2 MEREDITH, JENNIFER, CAMMAY AND DIANE How to build a web site in Dreamweaver.
2 Copyright © 2004, Oracle. All rights reserved. ADF Development Process.
ECHO Technical Interchange Meeting 2013 Timothy Goff 1 Raytheon EED Program | ECHO Technical Interchange 2013.
Lesson 16-Templates and Wizards. Overview Use Word templates. Create new templates. Attach templates to documents. Modify templates. Use the Organizer.
Information Screen Different options to realize. Idea one – You want this if: It should be easy to provide information ◦ Even for non-technical advanced.
Microsoft FrontPage 2003 Illustrated Complete Creating a Web Site.
Introduction to InVEST ArcGIS Tool
TEMPLATE INSTRUCTIONS Please use these instructions to complete your TV Ad Find YOUR Department / Program template or use the general College of Arts &
Introduction to PowerPoint
Chapter 04 Tutorial Using StateCAD
Abraj Automation Process Tool
Objectives At the end of this session, students will be able to:
Transitioning VisIt to CMake
Environmental GIS Nicholas A. Procopio, Ph.D, GISP
Lesson 9 Sharing Documents
Automation of Input data preparation of TOPNET model using Python
Introduction to Ms-Access Submitted By- Navjot Kaur Mahi
Version 3.5 (Citrus) Preview
LonMaker® Turbo Editions New Features
Data Model.
Python 9 Mr. Husch.
TEMPLATE INSTRUCTIONS Please use these instructions to complete your TV Ad Find YOUR Department / Program template or use the general College of Arts &
JasperReports.
3.00 Understanding the Adobe Dreamweaver interface. (12%)
Programming Arc.
The Use of Looping Code in Map Production
Introducing BarTender 2019
Intermediate Level Course
Presentation transcript:

Lawrence Livermore National Laboratory Movie-making In VisIt Brad Whitlock DEPCom Lawrence Livermore National Laboratory Movie-making has proven to be one of the greatest challenges for VisIt users because of the inherent complexity involved. The movie-making process, which includes: setting up intricate visualizations, processing very large datasets, adding special effects, and encoding final movies, has been encapsulated into the movie template. Movie templates hide the complexity of creating high-end movies, making it possible for many more VisIt users to create their own movies. Introduction Many VisIt users do not have the time or energy to become experts in all of the areas required to make a movie. Movie-making requires knowledge of: VisIt Python scripting Image processing tools Movie encoding tools A more automated way of producing a movie must be created so the average VisIt user can create complex movies. VisIt Movie Generation Script Movie Template Scripting Object VisIt Image processing Movie encoders Movie templates are XML files that contain the movie design, including: metadata, viewports, and image sequence definitions. The Movie wizard reads the movie template and creates appropriate user interface pages that let users customize the movie template. The results are written out as a new XML file that is used as input to VisIt’s command line Movie Generation Script. Design Easy wizard-style interface Provides stock movie templates Records, edits, saves movie templates Allows custom user interfaces Inserts effects (rotations, transitions, etc.) Makes movies with multiple viewports Use movie template from command line Allows user-provided Python scripting XML Scripting User Interface Movie template VisIt Movie wizard Diagram of how movie templates are recorded and used in VisIt Input Output Movie templates and Movie wizard VisIt now encapsulates intricate visualizations and special effects into a movie template. Movie templates hide the complexity of making a movie by allowing the user to assemble complex movies from simple elements. Movie templates are recorded and edited using the Movie wizard in VisIt. Movie template selection, Viewport setup, Image sequence creation and viewport mapping. VisIt users can create new types of movies or movies based on stock movie templates. The Movie wizard lets users choose how visualizations are used and permits elements such as image transitions to be added to the movie template. Each movie element provides a page in the Movie wizard so the user can perform customizations. Command line movie generation (visit –movie) Summary VisIt now provides a flexible, easy-to-use movie-making interface that enables creation of high-end movies. Hides details of Python scripting, image processing, and movie encoding Extensible and allows users to record new templates Allows users to assemble simple elements into complex movies This work was performed under the auspices of the U.S. Department of Energy by University of California Lawrence Livermore National Laboratory under contract No. W-7405-Eng-48. UCRL-POST-229038