Tutorial on Bifrost simulations: hands on lab and quicklook tools

Size: px
Start display at page:

Download "Tutorial on Bifrost simulations: hands on lab and quicklook tools"

Transcription

1 Tutorial on Bifrost simulations: hands on lab and quicklook tools Juan Martínez-Sykora Boris Gudiksen Bifrost team See ITN 33 and 34

2 Documentation Bifrost code paper: Gudiksen et al includes some of the information shown in this keynote

3 Bifrost files Select the desire variables Select the desire snapshots

4 Latest SSW routines and setup: Copy only the tar files we provided on your machines (/Volumes/IRIS-4/bifrost\ simulations/*tar.j) and uncompress them: find. -maxdepth 1 -name '*.tar.j' -exec tar xfvj '{}' \; Unless you did SSW upgrade today, then, - Download the zip file form - Uncompress and copy idlbifrost/* into your ssw/iris/idl/uio/bifrost/ - (cp -r idlbifrost/* ssw/iris/idl/uio/bifrost/) Create BIFROST environment, e.g., in c-shell: setenv BIFROST ~/bifrostcode/ And create the path mkdir -p ~/bifrostcode/idl/data/lines Make sure that SSW_INSTR includes iris and, if possible chianti too. setenv SSW_INSTR chianti iris Check that in sswidl print,xuvtop and print,abund_file shows proper paths use_chian*,xuvtop,abund='$ssw/packages/chian*/dbase/abundance/sun_photospheric_2011_caffau.abund'

5 getting started br_select_fits,fitn ; search for root name of the files 1) dd=obj_new('br_data',fitn) ; creates the object 2) var='tg' ; name of the variable of interest 3) it = 385 ; snapshot number 4) dd->load,var,it ; load into the object the desired variable ; (var) 5) tg=dd->getvar() ; always after line 5 and save the data in tg 6) tg=dd->getvar(var,it) ; this is the same as lines 5+6 at once. 7) z=dd->getz() ; loads in z the z axis. getx() and gety() is for ; x and y axis. It should be done after ; dd->load or dd->getvar 8) time=dd->gett() ; loads time of the selected snapshots. ; It should be done after dd->load or ; dd->getvar 9) br_xmhd,dd ; launches the quick look tool 10) br_xmhd demo

6 Other ways to fill the object it=385+indgen(8)*2 dd->load,var,it dd->load,var,it,iz=100 dd->load,var,it,ix=100 dd->load,' ',0 ; Loading slides cuts as a function of time ; time range ; It will load always a 3D or lower dimension ; cube. If it is a vector, the default is iy=0 ; One could choose xy cuts: ; where 100 is the position along the z axis, ; or yz: ; one can do the same for iy too. ; will provide a list of variables ; all of this options can be used also with dd->getvar ; try this options using the quick-look tool br_xmhd. Note that field lines will not make sense with when one axis is time. br_make_fits_level3 allows to create level 3 fits files from the simulation in order to use crispex. The spectral axis will become the third spatial axis.

7 Other variables (this is not the full list) ux, uy, uz :: Velocity bx, by, bz :: Magnetic field px, py, pz :: momentum e :: internal energy per volume ee :: internal energy per particle r :: density p :: gas pressure pb :: magnetic pressure pt :: total pressure beta :: plasma beta cs :: sound speed va :: Alfven speed ne :: electron density lgr :: log(r) lgtg :: log(tg) mod? :: module of any vector, where? is the first letter, magnetic field=b A2 :: square of a vector where A is the first letter of the vector. AperpB :: calculates the component perpendicular of the vector A with respect to B, where A and B are the first letter of the vector s name. AparB :: calculates the component parallel of the vector A with respect to B, where A and B are the first letter of the vector s name. si4_1402_p :: EUV emission of using CHIANTI data base and optically thin radiation. The first (one or two) letter are the element, the first number is the ionization level and the next number is the wavelength in Å. (try other lines)

8 Exercise (needs CHIANTI) 1) Can we see UFS in the simulation? - Choose a TR spectral line (e.g., si4_1402_p) and synthesize the image integrating along z axis - Find an UFS and see time evolution in intensity 2) Does the UFS observed in the TR emission follow field lines? - Synthesize the emission in one snapshot and identify the UFS. - Trace field lines - Check if the field lines follow the chosen UFS 3) Thermo-dynamic properties along the field line. - Read the desired variables and interpolate the variables along the field line. 4) Time evolution. - Identify the location of the UFS in each snapshot. - Trace field lines for each snapshot following the UFS. - Read the desired variables and interpolate along the field lines for each snapshot. - Plot time evolution along the field lines of the UFS. 5) Feel free to do whatever you desire. We will try to help on this too.

9 Exercise without CHIANTI 1) Do TR loop structures in temperature follow field lines? - Plot temperature in xz or yz plot and search for a loop structure. - Trace field lines - Check if the field lines follow the chosen TR loop 2) Thermo-dynamic properties along the field line? - Read the desired variables and interpolate the variables along the field line. 3) Time evolution. - Identify the location of the loop in each snapshot. - Trace field lines for each snapshot following the loop. - Read the desired variables and interpolate along the field lines for each snapshot. - Plot time evolution along the field lines of the loop. 4) Feel free to do whatever you desire. We will try to help on this too.

10 Help for tracing field lines it=385 ; Snapshot number dd->load,var,it ; load var nx=800 ; limits on number of step along r1 ny=800 ; limits on number of step along r2 zo=min(z) ; bottom of the convection zone ro=[[10,6,6-zo],[11,4,5-zo],[5,7,10-zo]] ; seed points locations ; where z has the be added the length of the convection zone, i.e., zo br_bfieldline,fitn,it,r1,r2,nx,ny,r0=ro ; tracing field lines, ; r1, r2 position of the field lines in each direction br_xmhd,dd,inputfield=[[[r1]],[[r2]]] ; visualize this in the br_xmhd tool

Exercises for the 1st CASSDA school

Exercises for the 1st CASSDA school Exercises for the 1st CASSDA school Release 1.0 Tiago M. D. Pereira April 25, 2015 CONTENTS 1 Introduction 1 2 Exercise questions 2 2.1 IRIS.................................................. 2 2.2 CRISPEX...............................................

More information

Stellar Atmosphere Codes III. Mats Carlsson Rosseland Centre for Solar Physics, Univ Oslo La Laguna, November

Stellar Atmosphere Codes III. Mats Carlsson Rosseland Centre for Solar Physics, Univ Oslo La Laguna, November Stellar Atmosphere Codes III Mats Carlsson Rosseland Centre for Solar Physics, Univ Oslo La Laguna, November 14-15 2017 What physics need to be included when modeling the solar chromosphere? Boundaries

More information

Solar Spectroscopy. with Hinode/EIS and IRIS. Magnus Woods With thanks to David Long UCL-Mullard Space Science Laboratory

Solar Spectroscopy. with Hinode/EIS and IRIS. Magnus Woods With thanks to David Long UCL-Mullard Space Science Laboratory Solar Spectroscopy with Hinode/EIS and IRIS 4 th Solarnet Workshop, Mullard Space Science Laboratory Magnus Woods With thanks to David Long UCL-Mullard Space Science Laboratory magnus.woods.15@ucl.ac.uk

More information

MENA 9520 FME Modelling Tutorial 5 ( )

MENA 9520 FME Modelling Tutorial 5 ( ) MENA 9520 FME Modelling Tutorial 5 (25.02.2011) Task 5: Understanding type of bonding using charge-density plots Exercise 5.1: Visualizing charge density in Si: 1. mkdir charge 2. Copy a converged CTRL

More information

Observable consequences

Observable consequences Coronal Heating through braiding of magnetic field lines Solar eclipse, 11.8.1999, Wendy Carlos & John Kern Observable consequences 3D MHD model spectral synthesis results: Doppler shifts DEM variability

More information

Vibro-acoustic Analysis for Noise Reduction of Electric Machines

Vibro-acoustic Analysis for Noise Reduction of Electric Machines Vibro-acoustic Analysis for Noise Reduction of Electric Machines From Flux to OptiStruct Example : Synchronous Machine Flux 2D coupling to OptiStruct Patrick LOMBARD Application Team Manager Patrick.Lombard@cedrat.com

More information

Name Class Date. Copyright Houghton Mifflin Harcourt Publishing Company. When working with this Lab Report file, remember to save often.

Name Class Date. Copyright Houghton Mifflin Harcourt Publishing Company. When working with this Lab Report file, remember to save often. Name Class Date Copyright Houghton Mifflin Harcourt Publishing Company Virtual Lab Identifying Elements When working with this Lab Report file, remember to save often. PROBLEM Chemistry is often used to

More information

Numerical simulations - supporting design of facilities and interpretations

Numerical simulations - supporting design of facilities and interpretations Numerical simulations - supporting design of facilities and interpretations Viggo H. Hansteen Synergies between ground and space based solar research 1st SOLARNET - 3rd EAST/ATST meeting Oslo, 5-8 August

More information

Statistical Mechanics

Statistical Mechanics Statistical Mechanics Uncertainty Principle Demonstration Any experiment designed to observe the electron results in detection of a single electron particle and no interference pattern. Determinacy vs.

More information

IRIS views on how the low solar atmosphere is energized

IRIS views on how the low solar atmosphere is energized IRIS views on how the low solar atmosphere is energized Bart De Pontieu Lockheed Martin Solar & Astrophysics Laboratory Thanks to Juan Martinez-Sykora, Luc Rouppe van der Voort, Mats Carlsson, Viggo Hansteen,

More information

CHIANTI. Computing emission measures with the INTEGRAL CALC routine. An Astrophysical Database for Emission Line Spectroscopy

CHIANTI. Computing emission measures with the INTEGRAL CALC routine. An Astrophysical Database for Emission Line Spectroscopy CHIANTI An Astrophysical Database for Emission Line Spectroscopy CHIANTI TECHNICAL REPORT No. 2 Computing emission measures with the INTEGRAL CALC routine Version 1.0, 28 March 2013, Peter Young 1 Overview

More information

Miniature Fiber Optic Spectrometry StellarNet Tutorial

Miniature Fiber Optic Spectrometry  StellarNet Tutorial StellarNet Tutorial Using SpectraWiz VBA-NIST-CRI/CQS for MS Excel Contents This tutorial describes the basic measurement procedure for using a StellarNet SpectroRadiometer system with the free SpectraWiz

More information

Calculating NMR Chemical Shifts for beta-ionone O

Calculating NMR Chemical Shifts for beta-ionone O Calculating NMR Chemical Shifts for beta-ionone O Molecular orbital calculations can be used to get good estimates for chemical shifts. In this exercise we will calculate the chemical shifts for beta-ionone.

More information

Temperature measurement

Temperature measurement Luleå University of Technology Johan Carlson Last revision: July 22, 2009 Measurement Technology and Uncertainty Analysis - E7021E Lab 3 Temperature measurement Introduction In this lab you are given a

More information

The Monte Carlo Method

The Monte Carlo Method ORBITAL.EXE Page 1 of 9 ORBITAL.EXE is a Visual Basic 3.0 program that runs under Microsoft Windows 9x. It allows students and presenters to produce probability-based three-dimensional representations

More information

Gelu M. Nita. New Jersey Institute of Technology

Gelu M. Nita. New Jersey Institute of Technology Gelu M. Nita New Jersey Institute of Technology Online documentation and solar-soft instalation instructions https://web.njit.edu/~gnita/gx_simulator_help/ Official introduction of GX Simulator: Nita et

More information

Spectral Analysis of High Resolution X-ray Binary Data

Spectral Analysis of High Resolution X-ray Binary Data Spectral Analysis of High Resolution X-ray Binary Data Michael Nowak, mnowak@space.mit.edu X-ray Astronomy School; Aug. 1-5, 2011 Introduction This exercise takes a look at X-ray binary observations using

More information

Bring a printed copy of this lab to your lab section. We will answer the lettered questions in class.

Bring a printed copy of this lab to your lab section. We will answer the lettered questions in class. Lab 2 GEO 302C Week of January 30, 2006. Bring a printed copy of this lab to your lab section. We will answer the lettered questions in class. Goal for today: Be able to understand the greenhouse effect

More information

Introduction to FARGO3D

Introduction to FARGO3D Introduction to FARGO3D PABLO BENITEZ-LLAMBAY / PBLLAMBAY@NBI.KU.DK FARGO3D is a versatile HD/MHD code that runs on clusters of CPUs or GPUs, developed with special emphasis on protoplanetary disks. However,

More information

Chapter 7 The Quantum-Mechanical Model of the Atom

Chapter 7 The Quantum-Mechanical Model of the Atom Chapter 7 The Quantum-Mechanical Model of the Atom Electron Energy electron energy and position are complimentary because KE = ½mv 2 for an electron with a given energy, the best we can do is describe

More information

Chromospheric heating and structure as determined from high resolution 3D simulations

Chromospheric heating and structure as determined from high resolution 3D simulations Mem. S.A.It. Vol. 81, 582 c SAIt 2010 Memorie della Chromospheric heating and structure as determined from high resolution 3D simulations M. Carlsson 1,2, V. H. Hansteen 1,2, and B. V. Gudiksen 1,2 1 Institute

More information

Modeling of the solar chromosphere

Modeling of the solar chromosphere Modeling of the solar chromosphere Viggo H. Hansteen, Mats Carlsson, Boris Gudiksen, Wolfgang Hayek, Jorrit Leenaarts, Juan Martinez Sykora & Bart De Pontieu Workshop on Partially Ionized Plasmas in Astrophysics

More information

CS Homework 3. October 15, 2009

CS Homework 3. October 15, 2009 CS 294 - Homework 3 October 15, 2009 If you have questions, contact Alexandre Bouchard (bouchard@cs.berkeley.edu) for part 1 and Alex Simma (asimma@eecs.berkeley.edu) for part 2. Also check the class website

More information

Calculations to predict motion or move objects (done repetitively in a loop)

Calculations to predict motion or move objects (done repetitively in a loop) Lab 2: Free Fall 1 Modeling Free Fall Now that you ve done experimental measurements of an object in free fall, you will model the motion of an object in free fall using numerical methods and compare your

More information

1 Introduction & Objective. 2 Warm-up. Lab P-16: PeZ - The z, n, and O! Domains

1 Introduction & Objective. 2 Warm-up. Lab P-16: PeZ - The z, n, and O! Domains DSP First, 2e Signal Processing First Lab P-6: PeZ - The z, n, and O! Domains The lab report/verification will be done by filling in the last page of this handout which addresses a list of observations

More information

Stellar Structure and Evolution 2016 Computer Lab

Stellar Structure and Evolution 2016 Computer Lab Stellar Structure and Evolution 2016 Computer Lab Ann-Sofie Bak Nielsen, Xander Tielens 1 Introduction The goal of this assignment is to study the evolution of a 1.5 M star of solar composition from pre-main

More information

Chapter 7. Wave Behavior of Electrons

Chapter 7. Wave Behavior of Electrons Chapter 7 Wave Behavior of Electrons 2-Slit Interference If electrons behave only like particles, there should only be two bright spots on the target However, electrons actually present an interference

More information

Radiative Cooling of Joule Heating Events in MHD Simulations of the Solar Corona

Radiative Cooling of Joule Heating Events in MHD Simulations of the Solar Corona Radiative Cooling of Joule Heating Events in MHD Simulations of the Solar Corona Charalambos Kanella & Boris Gudiksen Institute of Theoretical Astrophysics - University of Oslo 28 th Sep 2017 Off-limb

More information

Introduction to Quantum Mechanics Prof. Manoj Kumar Harbola Department of Physics Indian Institute of Technology, Kanpur

Introduction to Quantum Mechanics Prof. Manoj Kumar Harbola Department of Physics Indian Institute of Technology, Kanpur Introduction to Quantum Mechanics Prof. Manoj Kumar Harbola Department of Physics Indian Institute of Technology, Kanpur Lecture - 04 Quantum conditions and atomic structure, electron spin and Pauli exclusion

More information

Analog Circuits Prof. Jayanta Mukherjee Department of Electrical Engineering Indian Institute of Technology - Bombay

Analog Circuits Prof. Jayanta Mukherjee Department of Electrical Engineering Indian Institute of Technology - Bombay Analog Circuits Prof. Jayanta Mukherjee Department of Electrical Engineering Indian Institute of Technology - Bombay Week 05 Module - 05 Tutorial No.4 Welcome everyone my name is Basudev Majumder, I am

More information

Computing IR / Raman / VCD / ROA Spectra with CP2k and TRAVIS

Computing IR / Raman / VCD / ROA Spectra with CP2k and TRAVIS Computing IR / Raman / VCD / ROA Spectra with CP2k and TRAVIS Martin Brehm Martin Luther Universität Halle Wittenberg Martin_Brehm@gmx.de 0. Introduction In this exercise, we will compute the full set

More information

Tutorial Three: Loops and Conditionals

Tutorial Three: Loops and Conditionals Tutorial Three: Loops and Conditionals Imad Pasha Chris Agostino February 18, 2015 1 Introduction In lecture Monday we learned that combinations of conditionals and loops could make our code much more

More information

Numerical Modelling in Geosciences. Lecture 1 Introduction and basic mathematics for PDEs

Numerical Modelling in Geosciences. Lecture 1 Introduction and basic mathematics for PDEs Numerical Modelling in Geosciences Lecture 1 Introduction and basic mathematics for PDEs Useful information Slides and exercises: download at my homepage: http://www.geoscienze.unipd.it/users/faccenda-manuele

More information

MHD Modes of Solar Plasma Structures

MHD Modes of Solar Plasma Structures PX420 Solar MHD 2013-2014 MHD Modes of Solar Plasma Structures Centre for Fusion, Space & Astrophysics Wave and oscillatory processes in the solar corona: Possible relevance to coronal heating and solar

More information

3D Elasticity Theory

3D Elasticity Theory 3D lasticity Theory Many structural analysis problems are analysed using the theory of elasticity in which Hooke s law is used to enforce proportionality between stress and strain at any deformation level.

More information

Open Cluster Research Project

Open Cluster Research Project Open Cluster Research Project I. Introduction The observational data indicate that all stars form in clusters. In a cloud of hydrogen gas, laced with helium and a trace of other elements, something triggers

More information

BETA-RAY SPECTROMETER

BETA-RAY SPECTROMETER 14 Sep 07 β-ray.1 BETA-RAY SPECTROMETER In this experiment, a 180, constant-radius magnetic spectrometer consisting of an electromagnet with a Geiger-Muller detector, will be used to detect and analyze

More information

TRANSIENT MODELING. Sewering

TRANSIENT MODELING. Sewering TRANSIENT MODELING Initial heads must be defined Some important concepts to keep in mind: Initial material properties and boundary conditions must be consistent with the initial heads. DO NOT start with

More information

Conduction and Radiation Prof. C. Balaji Department of Mechanical Engineering Indian Institute of Technology, Madras

Conduction and Radiation Prof. C. Balaji Department of Mechanical Engineering Indian Institute of Technology, Madras Conduction and Radiation Prof. C. Balaji Department of Mechanical Engineering Indian Institute of Technology, Madras Module No # 01 Lecture No # 04 Tutorial: Radiation pressure and radiation energy density

More information

The Electronic Structure of Atoms

The Electronic Structure of Atoms The Electronic Structure of Atoms Classical Hydrogen-like atoms: Atomic Scale: 10-10 m or 1 Å + - Proton mass : Electron mass 1836 : 1 Problems with classical interpretation: - Should not be stable (electron

More information

A Magnetic Attraction

A Magnetic Attraction Science Objectives Students will map and describe the magnetic field around a permanent magnet or electromagnet. Students will determine the direction and strength of the force a magnet exerts on a current-carrying

More information

Instructor s Advance Preparation

Instructor s Advance Preparation INSTRUCTOR'S MANUAL Instructor s Advance Preparation This protocol is designed for 80 workstations of 4 students. Each group will prepare a set of standards, a blank, and 2 milk samples (can be a blind

More information

The ALMA Observing Preparation Tool

The ALMA Observing Preparation Tool The ALMA Observing Preparation Tool Atacama Large Millimeter/submillimeter Array Expanded Very Large Array Robert C. Byrd Green Bank Telescope Very Long Baseline Array For a video version of this material:

More information

Observation of Atomic Spectra

Observation of Atomic Spectra Observation of Atomic Spectra Introduction In this experiment you will observe and measure the wavelengths of different colors of light emitted by atoms. You will first observe light emitted from excited

More information

Menzel/Matarrese/Puca/Cimini/De Pasquale/Antonelli Lab 2 Ocean Properties inferred from MODIS data June 2006

Menzel/Matarrese/Puca/Cimini/De Pasquale/Antonelli Lab 2 Ocean Properties inferred from MODIS data June 2006 Menzel/Matarrese/Puca/Cimini/De Pasquale/Antonelli Lab 2 Ocean Properties inferred from MODIS data June 2006 Table: MODIS Channel Number, Wavelength (µm), and Primary Application Reflective Bands Emissive

More information

Astronomy 102 Lab: Hubble Law

Astronomy 102 Lab: Hubble Law Name: Astronomy 102 Lab: Hubble Law Part of today s lab will involve the use of laptops. If you own one, please bring it to class. Pre-Lab Assignment: In this week's lab, you will study the expansion of

More information

STUDY AND EVALUATION OF INDUCED CURRENT IN HUMAN BODY FROM EXPOSURE TO ELECTROMAGNETIC FIELDS AT LOW FREQUENCIES

STUDY AND EVALUATION OF INDUCED CURRENT IN HUMAN BODY FROM EXPOSURE TO ELECTROMAGNETIC FIELDS AT LOW FREQUENCIES STUDY AND EVALUATION OF INDUCED CURRENT IN HUMAN BODY FROM EXPOSURE TO ELECTROMAGNETIC FIELDS AT LOW FREQUENCIES Prof. Ahmed HOSSAM- ELDIN Kamelia YOUSSEF Hanaa KARAWIA Elect.Eng.Dept,Alex. Uni., Egypt

More information

AIA DATA ANALYSIS OVERVIEW OF THE AIA INSTRUMENT

AIA DATA ANALYSIS OVERVIEW OF THE AIA INSTRUMENT AIA DATA ANALYSIS OVERVIEW OF THE AIA INSTRUMENT SDO SUMMER SCHOOL ~ August 2010 ~ Yunnan, China Marc DeRosa (LMSAL) ~ derosa@lmsal.com WHAT IS SDO? The goal of Solar Dynamics Observatory (SDO) is to understand:

More information

Foundations of Computation

Foundations of Computation The Australian National University Semester 2, 2018 Research School of Computer Science Tutorial 1 Dirk Pattinson Foundations of Computation The tutorial contains a number of exercises designed for the

More information

Lab 4: Kirchhoff migration (Matlab version)

Lab 4: Kirchhoff migration (Matlab version) Due Date: Oktober 29th, 2012 TA: Mandy Wong (mandyman@sep.stanford.edu) Lab 4: Kirchhoff migration (Matlab version) Robert U. Terwilliger 1 ABSTRACT In this computer exercise you will modify the Kirchhoff

More information

Space Group & Structure Solution

Space Group & Structure Solution Space Group & Structure Solution Determine the Space Group Space group determination can always be performed by hand by examining the intensity data. A program that can facilitate this step is the command-prompt

More information

Laboratory Atomic Emission Spectrum

Laboratory Atomic Emission Spectrum Laboratory Atomic Emission Spectrum Pre-Lab Questions: Answer the following questions in complete sentences by reading through the Overview and Background sections below. 1. What is the purpose of the

More information

Tutorial 11. Use of User-Defined Scalars and User-Defined Memories for Modeling Ohmic Heating

Tutorial 11. Use of User-Defined Scalars and User-Defined Memories for Modeling Ohmic Heating Tutorial 11. Use of User-Defined Scalars and User-Defined Memories for Modeling Ohmic Heating Introduction The purpose of this tutorial is to illustrate the use of user-defined scalars (UDS) and user defined

More information

Relativistic Electrons

Relativistic Electrons Relativistic Electrons Physics 300 1 Introduction In this experiment you will make independent measurements of the momentum and kinetic energy of electrons emitted from a β source. You will use these data

More information

Summer School Lab Activities

Summer School Lab Activities Summer School Lab Activities Lab #5: Predicting and Modeling the Arrival of the May 12 th 1997 CME In this lab we will use remote observations of the May 12, 1997 solar flare and halo CME made at and near

More information

Plasma shielding during ITER disruptions

Plasma shielding during ITER disruptions Plasma shielding during ITER disruptions Sergey Pestchanyi and Richard Pitts 1 Integrated tokamak code TOKES is a workshop with various tools objects Radiation bremsstrahlung recombination s line s cyclotron

More information

The IRS Flats. Spitzer Science Center

The IRS Flats. Spitzer Science Center Spitzer Science Center Table of Contents The IRS Flats 1 Chapter 1. The Purpose of this Document... 3 Chapter 2.... 4 2.1 Make a finely-spaced map of a star....4 2.2 Simulate an extended source...6 2.3

More information

Advanced Optical Communications Prof. R. K. Shevgaonkar Department of Electrical Engineering Indian Institute of Technology, Bombay

Advanced Optical Communications Prof. R. K. Shevgaonkar Department of Electrical Engineering Indian Institute of Technology, Bombay Advanced Optical Communications Prof. R. K. Shevgaonkar Department of Electrical Engineering Indian Institute of Technology, Bombay Lecture No. # 15 Laser - I In the last lecture, we discussed various

More information

Remote Sensing Seminar 8 June 2007 Benevento, Italy. Lab 5 SEVIRI and MODIS Clouds and Fires

Remote Sensing Seminar 8 June 2007 Benevento, Italy. Lab 5 SEVIRI and MODIS Clouds and Fires Remote Sensing Seminar 8 June 2007 Benevento, Italy Lab 5 SEVIRI and MODIS Clouds and Fires Table: SEVIRI Channel Number, Wavelength (µm), and Primary Application Reflective Bands 1,2 0.635, 0.81 land/cld

More information

AstroBITS: Open Cluster Project

AstroBITS: Open Cluster Project AstroBITS: Open Cluster Project I. Introduction The observational data that astronomers have gathered over many years indicate that all stars form in clusters. In a cloud of hydrogen gas, laced with helium

More information

where n = (an integer) =

where n = (an integer) = 5.111 Lecture Summary #5 Readings for today: Section 1.3 (1.6 in 3 rd ed) Atomic Spectra, Section 1.7 up to equation 9b (1.5 up to eq. 8b in 3 rd ed) Wavefunctions and Energy Levels, Section 1.8 (1.7 in

More information

Assignment 1 Physics/ECE 176

Assignment 1 Physics/ECE 176 Assignment 1 Physics/ECE 176 Made available: Thursday, January 13, 211 Due: Thursday, January 2, 211, by the beginning of class. Overview Before beginning this assignment, please read carefully the part

More information

Exploiting Virtual Observatory and Information Technology: Techniques for Astronomy

Exploiting Virtual Observatory and Information Technology: Techniques for Astronomy Exploiting Virtual Observatory and Information Technology: Techniques for Astronomy Lecture #6 Goal: VO Workflows Science Usage Nicholas Walton AstroGrid Project Scientist Institute of Astronomy, The University

More information

Chapter 4 Section 2 Notes

Chapter 4 Section 2 Notes Chapter 4 Section 2 Notes Vocabulary Heisenberg Uncertainty Principle- states that it is impossible to determine simultaneously both the position and velocity of an electron or any other particle. Quantum

More information

Lecture 8. Stress Strain in Multi-dimension

Lecture 8. Stress Strain in Multi-dimension Lecture 8. Stress Strain in Multi-dimension Module. General Field Equations General Field Equations [] Equilibrium Equations in Elastic bodies xx x y z yx zx f x 0, etc [2] Kinematics xx u x x,etc. [3]

More information

Axisymmetric Modeling. This tutorial gives an overview of axisymmetric modeling. Learn how to:

Axisymmetric Modeling. This tutorial gives an overview of axisymmetric modeling. Learn how to: Axisymmetric Modeling I-DEAS Tutorials: Simulation Projects This tutorial gives an overview of axisymmetric modeling. Learn how to: sketch on the XZ plane apply boundary conditions mesh axisymmetric elements

More information

(latitudinal form of solar radiation. The part in parentheses is the 2 nd Legendre polynomial, a polynomial that integrates to zero over the sphere)

(latitudinal form of solar radiation. The part in parentheses is the 2 nd Legendre polynomial, a polynomial that integrates to zero over the sphere) PCC 587 Project 1: Write-up due October 22, 2009 Energy Balance Climate Model This handout describes the first project, and hopefully explains enough to make it work for everyone! If you have questions

More information

HOMEWORK 4: Numerical solution of PDEs for Mathmatical Models, Analysis and Simulation, Fall 2011 Report due Mon Nov 12, Maximum score 6.0 pts.

HOMEWORK 4: Numerical solution of PDEs for Mathmatical Models, Analysis and Simulation, Fall 2011 Report due Mon Nov 12, Maximum score 6.0 pts. HOMEWORK 4: Numerical solution of PDEs for Mathmatical Models, Analysis and Simulation, Fall 2011 Report due Mon Nov 12, 2012. Maximum score 6.0 pts. Read Strang s (old) book, Sections 3.1-3.4 and 6.4-6.5.

More information

NST Instrumentation and Data. Big Bear Solar Observatory

NST Instrumentation and Data. Big Bear Solar Observatory NST Instrumentation and Data 1.6 m Clear Aperture Off-Axis Telescope New Solar Telescope The New Solar Telescope Optical Configuration The NST configuration is a 1/5 scale copy of one segment of the

More information

Read the following definitions and match them with the appropriate example(s) using the lines provided.

Read the following definitions and match them with the appropriate example(s) using the lines provided. Algebraic Expressions Prepared by: Sa diyya Hendrickson Name: Date: Read the following definitions and match them with the appropriate example(s) using the lines provided. 1. Variable: A letter that is

More information

ON SITE SYSTEMS Chemical Safety Assistant

ON SITE SYSTEMS Chemical Safety Assistant ON SITE SYSTEMS Chemical Safety Assistant CS ASSISTANT WEB USERS MANUAL On Site Systems 23 N. Gore Ave. Suite 200 St. Louis, MO 63119 Phone 314-963-9934 Fax 314-963-9281 Table of Contents INTRODUCTION

More information

Introduction to Machine Learning. PCA and Spectral Clustering. Introduction to Machine Learning, Slides: Eran Halperin

Introduction to Machine Learning. PCA and Spectral Clustering. Introduction to Machine Learning, Slides: Eran Halperin 1 Introduction to Machine Learning PCA and Spectral Clustering Introduction to Machine Learning, 2013-14 Slides: Eran Halperin Singular Value Decomposition (SVD) The singular value decomposition (SVD)

More information

Quantum Numbers. principal quantum number: n. angular momentum quantum number: l (azimuthal) magnetic quantum number: m l

Quantum Numbers. principal quantum number: n. angular momentum quantum number: l (azimuthal) magnetic quantum number: m l Quantum Numbers Quantum Numbers principal quantum number: n angular momentum quantum number: l (azimuthal) magnetic quantum number: m l Principal quantum number: n related to size and energy of orbital

More information

Elastic and Inelastic Collisions

Elastic and Inelastic Collisions Elastic and Inelastic Collisions - TA Version Physics Topics If necessary, review the following topics and relevant textbook sections from Serway / Jewett Physics for Scientists and Engineers, 9th Ed.

More information

B.V. Gudiksen. 1. Introduction. Mem. S.A.It. Vol. 75, 282 c SAIt 2007 Memorie della

B.V. Gudiksen. 1. Introduction. Mem. S.A.It. Vol. 75, 282 c SAIt 2007 Memorie della Mem. S.A.It. Vol. 75, 282 c SAIt 2007 Memorie della À Ø Ò Ø ËÓÐ Ö ÓÖÓÒ B.V. Gudiksen Institute of Theoretical Astrophysics, University of Oslo, Norway e-mail:boris@astro.uio.no Abstract. The heating mechanism

More information

Matrix-Vector Operations

Matrix-Vector Operations Week3 Matrix-Vector Operations 31 Opening Remarks 311 Timmy Two Space View at edx Homework 3111 Click on the below link to open a browser window with the Timmy Two Space exercise This exercise was suggested

More information

Electromagnetic Properties of Materials Part 2

Electromagnetic Properties of Materials Part 2 ECE 5322 21 st Century Electromagnetics Instructor: Office: Phone: E Mail: Dr. Raymond C. Rumpf A 337 (915) 747 6958 rcrumpf@utep.edu Lecture #3 Electromagnetic Properties of Materials Part 2 Nonlinear

More information

SmartNotes. What is meant by the term interference?

SmartNotes. What is meant by the term interference? Interference Removal on ICP-OES icap 7000 Plus Series ICP-OES SmartNotes What is meant by the term interference? In ICP-OES we speak of interference when a result is biased either by other components in

More information

Inverse of a Square Matrix. For an N N square matrix A, the inverse of A, 1

Inverse of a Square Matrix. For an N N square matrix A, the inverse of A, 1 Inverse of a Square Matrix For an N N square matrix A, the inverse of A, 1 A, exists if and only if A is of full rank, i.e., if and only if no column of A is a linear combination 1 of the others. A is

More information

HOW TO ANALYZE SYNCHROTRON DATA

HOW TO ANALYZE SYNCHROTRON DATA HOW TO ANALYZE SYNCHROTRON DATA 1 SYNCHROTRON APPLICATIONS - WHAT Diffraction data are collected on diffractometer lines at the world s synchrotron sources. Most synchrotrons have one or more user facilities

More information

SEM Day 3 Lab Exercises SPIDA 2007 Dave Flora

SEM Day 3 Lab Exercises SPIDA 2007 Dave Flora SEM Day 3 Lab Exercises SPIDA 2007 Dave Flora 1 Today we will see how to estimate SEM conditional latent trajectory models and interpret output using both SAS and LISREL. Exercise 1 Using SAS PROC CALIS,

More information

Agenda. Warm Up. Objective. Electron Configurations. Where are the e- s in an atom? Quantum numbers can tell us. Principle Quantum Number (n) 10/14/14

Agenda. Warm Up. Objective. Electron Configurations. Where are the e- s in an atom? Quantum numbers can tell us. Principle Quantum Number (n) 10/14/14 Warm Up Agenda Worksheet: Orbital shapes Review: Quantum numbers (PAP) (Quiz next class) Lots of handouts Whiteboards: Quantum numbers practice (PAP) Turn in Flame test Lab Coloring: periodic table s,

More information

Structures in the Magnetosphere 2. Hover the curser over a point on the image. The coordinates and value at that point should appear.

Structures in the Magnetosphere 2. Hover the curser over a point on the image. The coordinates and value at that point should appear. Investigating the Magnetosphere Introduction In this investigation, you will explore the properties of the regions of the magnetosphere using simulation results from the BATS-R-US model from the magnetosphere

More information

Nobeyama Radio Polarimeters (NoRP) Analysis Manual ver Nobeyama Radio Observatory, April 1, 2015

Nobeyama Radio Polarimeters (NoRP) Analysis Manual ver Nobeyama Radio Observatory, April 1, 2015 Nobeyama Radio Polarimeters (NoRP) Analysis Manual ver. 2.3 Nobeyama Radio Observatory, April 1, 2015 1 Contents 1 Change Log 3 2 Introduction 3 3 How to setup 3 4 Analysis 3 4.1 Start Analysis...........................................

More information

Chapter 1: Foundations for Algebra

Chapter 1: Foundations for Algebra Chapter 1: Foundations for Algebra 1 Unit 1: Vocabulary 1) Natural Numbers 2) Whole Numbers 3) Integers 4) Rational Numbers 5) Irrational Numbers 6) Real Numbers 7) Terminating Decimal 8) Repeating Decimal

More information

GIS Data Processing. Eddie Breeveld MSSL/UCL

GIS Data Processing. Eddie Breeveld MSSL/UCL GIS Data Processing Eddie Breeveld MSSL/UCL erb@mssl.ucl.ac.uk GIS Data Processing Introduction and status of the GIS system Planning GIS Observations Displaying GIS Data Correcting Instument Effects Fixed

More information

Emission and Absorption Spectroscopy Background

Emission and Absorption Spectroscopy Background Emission and Absorption Spectroscopy Background What is light? What are colors? These are simple and curious questions, but have you ever stopped to think of the answers? In this experiment you will probe

More information

Your work from these three exercises will be due Thursday, March 2 at class time.

Your work from these three exercises will be due Thursday, March 2 at class time. GEO231_week5_2012 GEO231, February 23, 2012 Today s class will consist of three separate parts: 1) Introduction to working with a compass 2) Continued work with spreadsheets 3) Introduction to surfer software

More information

LCLS Undulators Present Status and Future Upgrades

LCLS Undulators Present Status and Future Upgrades LCLS Undulators Present Status and Future Upgrades Heinz-Dieter Nuhn LCLS Undulator Group Leader 1 1 Heinz-Dieter Nuhn Linac Coherent Light Source INJECTOR LINAC BEAM TRANSPORT UNDULATOR HALL 2 2 Heinz-Dieter

More information

LAB 1: MATLAB - Introduction to Programming. Objective:

LAB 1: MATLAB - Introduction to Programming. Objective: LAB 1: MATLAB - Introduction to Programming Objective: The objective of this laboratory is to review how to use MATLAB as a programming tool and to review a classic analytical solution to a steady-state

More information

Biology 3B LABORATORY Quantitative determination of chlorophyll using spectroscopy

Biology 3B LABORATORY Quantitative determination of chlorophyll using spectroscopy Biology 3B LABORATORY Quantitative determination of chlorophyll using spectroscopy Objectives Gain an understanding of the Beer-Lambert Law Use this principle to quantify the concentration of total chlorophyll

More information

Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems

Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems To locate a point in a plane, two numbers are necessary. We know that any point in the plane can be represented as an ordered pair (a, b) of real numbers, where a is the x-coordinate and b is the y-coordinate.

More information

Progress on the Design of the Magnetic Field Measurement System for elisa

Progress on the Design of the Magnetic Field Measurement System for elisa Progress on the Design of the Magnetic Field Measurement System for elisa Ignacio Mateos Instituto de Ciencias del Espacio (CSIC-IEEC) Barcelona 10 th International LISA Symposium University of Florida,

More information

Review &The hardest MC questions in media, waves, A guide for the perplexed

Review &The hardest MC questions in media, waves, A guide for the perplexed Review &The hardest MC questions in media, waves, A guide for the perplexed Grades online pp. I have been to the Grades online and A. Mine are up-to-date B. The quizzes are not up-to-date. C. My labs are

More information

v WMS Tutorials GIS Module Importing, displaying, and converting shapefiles Required Components Time minutes

v WMS Tutorials GIS Module Importing, displaying, and converting shapefiles Required Components Time minutes v. 11.0 WMS 11.0 Tutorial Importing, displaying, and converting shapefiles Objectives This tutorial demonstrates how to import GIS data, visualize it, and convert it into WMS coverage data that could be

More information

GEOS Chem v7 Adjoint User's Guide

GEOS Chem v7 Adjoint User's Guide GEOS Chem v7 Adjoint User's Guide An adjoint model for GEOS-Chem to perform 4D-Var Data Assimilation and Sensitivity Analysis Kumaresh Singh, Adrian Sandu & Paul Eller Department of Computer Science Virginia

More information

OpenWeatherMap Module

OpenWeatherMap Module OpenWeatherMap Module Installation and Usage Guide Revision: Date: Author(s): 1.0 Friday, October 13, 2017 Richard Mullins Contents Overview 2 Installation 3 Import the TCM in to accelerator 3 Add the

More information

Interacting Galaxies

Interacting Galaxies Interacting Galaxies Contents Introduction... 1 Downloads... 1 Selecting Interacting Galaxies to Observe... 2 Measuring the sizes of the Galaxies... 5 Making a Colour Image in IRIS... 8 External Resources...

More information

(Refer Slide Time: 0:35)

(Refer Slide Time: 0:35) Fluid Dynamics And Turbo Machines. Professor Dr Shamit Bakshi. Department Of Mechanical Engineering. Indian Institute Of Technology Madras. Part A. Module-1. Lecture-4. Tutorial. (Refer Slide Time: 0:35)

More information

(Refer Slide Time: 0:36)

(Refer Slide Time: 0:36) Engineering Mechanics Professor Manoj K Harbola Department of Physics Indian Institute of Technology Kanpur Module 04 Lecture No 35 Properties of plane surfaces VI: Parallel axis transfer theorem for second

More information