Some simple functions in IRAF. and how to flatten frames

Size: px
Start display at page:

Download "Some simple functions in IRAF. and how to flatten frames"

Transcription

1 Some simple functions in IRAF and how to flatten frames

2 On the work stations in the computer lab we will set up the standard Image Reduction and Analysis Facility (IRAF) for each user by having each user type these commands in a Terminal window. (Here <cr> is a carriage return.) cd <cr> mkdir iraf <cr> cd iraf <cr> mkiraf <cr> Here you are prompted for a terminal type. You must type in the letters xgterm <cr>

3 We will want to edit one line of a file called login.cl which will now exist in your iraf subdirectory. The line should read set stdimage = imt2048 Once you save the new version of login.cl with an editor, you start up IRAF by typing the command runiraf <cr> This will pop up an xg-terminal window and after some delay an image display window (DS9/SAOImage). IRAF commands are entered at the > prompt in the xgterm window.

4 Typing the? At the IRAF prompt will give a list of packages that exist at that level of the system. If you type Ø noao Ø imred Ø ccdred You will be at the right place to flatten some frames. To back up one level the command is Ø bye

5 A number of useful linux commands work from the IRAF prompt such as pwd cd (print name of working directory) (change directory) If you ve created an astr320 subdirectory and put data files into a subdirectory of that called jan6, you can set your default directory within iraf by typing the following at this point in the xgterm window at the > prompt. Ø cd.. Ø cd astr320 Ø cd jan6

6 You could see all the files in that directory by typing Ø dir Try displaying one of the FITS files like this: Ø display ccd127 1 This should display the image ccd127.fits. The header information of that file can be displayed doing this: Ø imhead ccd127 l+ The last two characters are a lower case L and a plus sign.

7

8 Note the parameters OBJECT, UTSTART, FILTER, EXPTIME (exposure time), and AIRMASS. You could make a text file containing the values of these parameters For all the FITS files in the directory by doing this. The output will be put into a text file called a.log Ø hselect *.fits $I,object,utstart,filter,exptime,airmass yes > a.log Such a log file may have been provided with the data files that you have in the directory. This is very useful for knowing which file(s) you are working on.

9 A CCD chip contains one to several million picture elements (pixels). They have different sensitivity. To flatten your data frames involves: 1) creating a master bias frame (using exposures of zero seconds) 2) creating a skyflat or a domeflat frame for each filter you observed with 3) applying the master bias frame and the appropriate flat frame to all the data frames, filter by filter

10 Say you took 10 exposures of zero seconds before observing for the night, and these are files ccd037.fits through ccd046.fits. One creates a little text file (named, for example, zlist, containing these names). This is done in a Terminal window with an editor. ccd037.fits ccd038.fits ccd039.fits ccd040.fits ccd042.fits ccd043.fits ccd044.fits ccd045.fits ccd046.fits

11 Two parameters relevant to the CCD camera used at the Las Campanas 1-m telescope in 2012 are the gain ( = 2.5 electrons per analog to digital unit) and the read noise of 6.5 electrons. We will need these soon enough. But first we must turn off some functionality in a program called ccdproc. After starting up IRAF Ø noao Ø imred Ø ccdred Ø epar ccdproc

12 epar and the name of some program allows you to inspect and change parameters. We want to set all but one of the yes/no switches from fixpix to scancor to no. This we do with the up/down arrow keys and by typing no a lot. When you re done changing these parameters in ccdproc, you exit by typing :q

13 > :q

14 Now we want to use the IRAF program zerocombine to combine the bias frames. We will create a file called Zero.fits by average-ing the 10 files specified in the file zlist. The FITS header parameter ccdtype for these images is set to the word zero.

15 Note that we have set the read noise to 6.5 and the gain to 2.5 electrons/adu. > :go

16 Next we want to create a V-band domeflat frame and a B-band domeflat frame. These images were obtained by shining a light on a bit white screen in the inside of the dome during the daytime with the dome closed. Say there is a file dv that contains the V-band domeflat images: ccd0023.fits ccd0024.fits ccd0025.fits ccd0026.fits ccd0027.fits ccd0028.fits ccd0029.fits

17 At this point we do want to subtract the master bias frame from the domeflat images, so we have to set couple switches in ccdproc. We set zerocor to yes and set the name of the master bias frame to Zero > epar ccdproc

18 > :q

19 Next we use the program flatcombine. > :go will produce V-band flat file domeflat_v.fits

20 We can investigate many things with the iraf program imexam. Individual options are: l c r e s make a plot that give a horizontal cut make a plot that gives a vertical cut radial profile of a star 2-D contour of a star 3-D looking contour of star/galaxy

21 Plots made with imexam using the c option (above) and the l option (below). The file is the V-band domeflat file make from 7 images taken on 6 Jan 2012.

22 Of course, we want to make a file containing the list of B-band domeflat images (db) and produce a B-band domeflat called something like domeflat_b.fits. Finally we are ready to flatten the V-band data frames and the B-band data frames. Say we have made a list of V-band data files and called it vlist. Then we would use ccdproc as shown on the following slide. We have set images flatcor to yes and flat to domeflat_v

23

24 We need to create a skyflat or domeflat file for each of the filters we observed in (for which we are going to do subsequent analysis). So now we would something like blist and domeflat_b to process the B-band images. It is a good idea to keep a completely unprocessed set of files you are working on, as one can mess up the trimming, bias correction, and flattening.

A Student's Guide to CCD Photometry Data Processing using IRAF with Dr. Fernández at the University of Central Florida

A Student's Guide to CCD Photometry Data Processing using IRAF with Dr. Fernández at the University of Central Florida A Student's Guide to CCD Photometry Data Processing using IRAF with Dr. Fernández at the University of Central Florida written by Robert Grisetti Version of July 3 2006 1 Table of Contents 1. Introduction.........

More information

Using IRAF in Swain West 311

Using IRAF in Swain West 311 Using IRAF in Swain West 311 About IRAF: The IRAF software package (Image Reduction and Analysis Facility) was developed at the National Optical Astronomy Observatories for use with astronomical data in

More information

Introduction to IRAF

Introduction to IRAF Introduction to IRAF Guillermo Damke (TA) Steve Majewski (Course instructor) ASTR 5110 Fall 2011 University of Virginia What is IRAF? Image Reduction an Analysis Facility, a general purpose software system

More information

Introduction to IRAF. v5.0 Trey Wenger Guillermo Damke Steve Majewski. ASTR 5110 Fall 2015 University of Virginia

Introduction to IRAF. v5.0 Trey Wenger Guillermo Damke Steve Majewski. ASTR 5110 Fall 2015 University of Virginia Introduction to IRAF v5.0 Trey Wenger Guillermo Damke Steve Majewski ASTR 5110 Fall 2015 University of Virginia What is IRAF? Image Reduction an Analysis Facility, a general purpose software system for

More information

200" LFC Test and Checkout (Rev )

200 LFC Test and Checkout (Rev ) 200" LFC Test and Checkout (Rev 02 22 08) It is assumed that LFC is mounted and cabled properly at prime focus, and that the LFC computer (oasis) is cabled and running properly in the computer room. Completed

More information

4Kx4K CCD Imager for the 3.6m DOT

4Kx4K CCD Imager for the 3.6m DOT 4Kx4K CCD Imager for the 3.6m DOT As an in-house developmental activity, the 4KX4K CCD Imager is designed and assembled as a first light instrument for the axial port of the 3.6m DOT using the f/9 beam

More information

Exercise of data reduction for MOIRCS Multi-Object Spectroscopy

Exercise of data reduction for MOIRCS Multi-Object Spectroscopy 1D spectrum (Goal for quick workers) Subaru Autumn School 2014, on 24-26 September 2014 Exercise of data reduction for MOIRCS Multi-Object Spectroscopy Schedule on 25 th Sep. (as a guide) 10:10-12:00 (~2

More information

2MASS Observer s Guide. Steward Observatory 61 Kuiper Telescope

2MASS Observer s Guide. Steward Observatory 61 Kuiper Telescope 2MASS Observer s Guide Steward Observatory 61 Kuiper Telescope v1.0 January 2011 General Instructions for Observing with 2MASS 1. Normal Hardware Setup 2. Normal Software Startup 3. Taking an Image 4.

More information

Astronomy IRAF Tutorial for Exercise I Introduction

Astronomy IRAF Tutorial for Exercise I Introduction Astronomy 480 - IRAF Tutorial for Exercise I Introduction Learning Goals Successfully start and run IRAF Demonstrate fluency with IRAF packages and tasks Determine characteristics of a CCD used at Kitt

More information

Basic PyRAF. Version 2.0 July Space Telescope Science Institute 3700 San Martin Drive Baltimore, Maryland 21218

Basic PyRAF. Version 2.0 July Space Telescope Science Institute 3700 San Martin Drive Baltimore, Maryland 21218 Version 2.0 July 2014 Basic PyRAF Space Telescope Science Institute 3700 San Martin Drive Baltimore, Maryland 21218 Operated by the Association of Universities for Research in Astronomy, Inc., for the

More information

Data Reduction for XCOV30

Data Reduction for XCOV30 Data Reduction for XCOV30 1) Location of Original Data files All observers will upload their data to daedalus.dot.physics.udel.edu (note the dot ). The original observations are located in /home/data/incoming

More information

Steps for reduction of CCD images at CfA.

Steps for reduction of CCD images at CfA. Steps for reduction of CCD images at CfA. In the following computer output is in small type, prompts end with : or >, comments are in boldface, and what user types is in italics: **You should read through

More information

A Reference Guide to the IRAF/DAOPHOT Package

A Reference Guide to the IRAF/DAOPHOT Package A Reference Guide to the IRAF/DAOPHOT Package Lindsey E. Davis IRAF Programming Group National Optical Astronomy Observatories Tucson, Arizona 85726 January 1994 ABSTRACT DAOPHOT is a software package

More information

BE CAREFUL! The Summer Research Student s Guide to UNIX

BE CAREFUL! The Summer Research Student s Guide to UNIX BE CAREFUL! The Summer Research Student s Guide to UNIX Luke Leisman adapted from Andrew Butler June 2011 This is a guide designed to help summer researchers navigate the complexities of using a unix/linux

More information

You should see something like this, called the prompt :

You should see something like this, called the prompt : CSE 1030 Lab 1 Basic Use of the Command Line PLEASE NOTE this lab will not be graded and does not count towards your final grade. However, all of these techniques are considered testable in a labtest.

More information

Southern African Large Telescope

Southern African Large Telescope Southern African Large Telescope Title: Author(s): MIDAS automatic pipeline for HRS data Alexei Kniazev Doc. number: HRS0000006 Version: 1.0 Date: November 10, 2016 Keywords: HRS, Pipeline Approved: Petri

More information

444/544 Advanced Lab Manual Astronomy

444/544 Advanced Lab Manual Astronomy 444/544 Advanced Lab Manual Astronomy INTRODUCTION The purpose of this lab is to familiarize the student with contemporary astronomical methods. Astronomers use CCD detectors to measure light variations

More information

The FITS Image Format and Image Display with DS9

The FITS Image Format and Image Display with DS9 The FITS Image Format and Image Display with DS9 Guillermo Damke (TA) Steve Majewski (Course instructor) ASTR 5110 Fall 2011 University of Virginia Part I. FITS Files FITS is the standard and most used

More information

15-122: Principles of Imperative Computation

15-122: Principles of Imperative Computation 15-122: Principles of Imperative Computation Lab 0 Navigating your account in Linux Tom Cortina, Rob Simmons Unlike typical graphical interfaces for operating systems, here you are entering commands directly

More information

Padova and Asiago Observatories

Padova and Asiago Observatories ISSN 1594-1906 Padova and Asiago Observatories CCD DATA ACQUISITION SYSTEM FOR THE COPERNICO TELESCOPE Baruffolo A., D Alessandro M. Technical Report n. 3 March 1993 Document available at: http://www.pd.astro.it/

More information

1. Open VirtualBox and start your linux VM. Boot the machine and log in with the user account you created in Lab #1. Open the Terminal application.

1. Open VirtualBox and start your linux VM. Boot the machine and log in with the user account you created in Lab #1. Open the Terminal application. CIT 210L Name: Lab #2 1. Open VirtualBox and start your linux VM. Boot the machine and log in with the user account you created in Lab #1. Open the Terminal application. 2. Listing installed packages -

More information

Reducing LRIS longslit spectra in IRAF

Reducing LRIS longslit spectra in IRAF Reducing LRIS longslit spectra in IRAF Varun B. Bhalerao Department of Astronomy, California Institute of Technology, Pasadena, CA 91125, USA varun@astro.caltech.edu ABSTRACT The word IRAF scares me to

More information

NICMOS Focus Data Reduction and Analysis Using Phase Retrieval

NICMOS Focus Data Reduction and Analysis Using Phase Retrieval Instrument Science Report NICMOS 98-016 NICMOS Focus Data Reduction and Analysis Using Phase Retrieval G. Galas September 15, 1998 ABSTRACT This ISR documents the process of measuring NICMOS focus and

More information

Using the Zoo Workstations

Using the Zoo Workstations Using the Zoo Workstations Version 1.86: January 16, 2014 If you ve used Linux before, you can probably skip many of these instructions, but skim just in case. Please direct corrections and suggestions

More information

This is a demonstration of how you can create a Microsoft Power Point presentation:

This is a demonstration of how you can create a Microsoft Power Point presentation: This is a demonstration of how you can create a Microsoft Power Point presentation: Go to your start menu and choose Microsoft Office documents and choose the Power Point blank presentation document. Then

More information

Data Manager Software User Manual

Data Manager Software User Manual Data Manager Software User Manual CONTENTS 1. Installation of USB Virtual COM Port driver software... 2 2. Installation of Data Manager Software... 2 3. Connecting instrument to a PC (Personal Computer)...

More information

A brief Tutorial of the CLASS Data Reduction Program

A brief Tutorial of the CLASS Data Reduction Program A brief Tutorial of the CLASS Data Reduction Program While running a Spectral-line observing session (especially a longer session involving mapping or many observations), it might be desirable to conduct

More information

Matlab = Matrix Laboratory. It is designed to be great at handling matrices.

Matlab = Matrix Laboratory. It is designed to be great at handling matrices. INTRODUCTION: Matlab = Matrix Laboratory. It is designed to be great at handling matrices. Matlab is a high-level language and interactive environment. You write simple ASCII text that is translated into

More information

(Fiber-optic Reosc Echelle Spectrograph of Catania Observatory)

(Fiber-optic Reosc Echelle Spectrograph of Catania Observatory) (Fiber-optic Reosc Echelle Spectrograph of Catania Observatory) The echelle spectrograph delivered by REOSC (France), was designed to work at the F/15 cassegrain focus of the 91-cm telescope. The spectrograph

More information

SMARTS 0.9m Telescope Observing Manual. A comprehensive manual of how to use the hardware, software, and solve common problems.

SMARTS 0.9m Telescope Observing Manual. A comprehensive manual of how to use the hardware, software, and solve common problems. SMARTS 0.9m Telescope Observing Manual A comprehensive manual of how to use the hardware, software, and solve common problems. Compiled by Michele L. Silverstein & Todd J. Henry Last Updated 31 August

More information

: the User (owner) for this file (your cruzid, when you do it) Position: directory flag. read Group.

: the User (owner) for this file (your cruzid, when you do it) Position: directory flag. read Group. CMPS 12L Introduction to Programming Lab Assignment 2 We have three goals in this assignment: to learn about file permissions in Unix, to get a basic introduction to the Andrew File System and it s directory

More information

MOSAIC Operations Concept Document

MOSAIC Operations Concept Document NATIONAL OPTICAL ASTRONOMY OBSERVATORY SYSTEM INSTRUMENTATION GROUP 950 N. Cherry Ave. P. O. Box 26732 Tucson, Arizona 85726-6732 (520) 318-8000 FAX: (520) 318-8303 MOSAIC Operations Concept Document NOAO

More information

LAB #5 Intro to Linux and Python on ENGR

LAB #5 Intro to Linux and Python on ENGR LAB #5 Intro to Linux and Python on ENGR 1. Pre-Lab: In this lab, we are going to download some useful tools needed throughout your CS career. First, you need to download a secure shell (ssh) client for

More information

CSCI 161: Introduction to Programming I Lab 1b: Hello, World (Eclipse, Java)

CSCI 161: Introduction to Programming I Lab 1b: Hello, World (Eclipse, Java) Goals - to learn how to compile and execute a Java program - to modify a program to enhance it Overview This activity will introduce you to the Java programming language. You will type in the Java program

More information

INTERNET ORDERING YOU ARE NOW READY TO START YOUR ORDER SETTING UP YOUR COMPUTER IT S AS EASY AS NOTE: WHEN LOADING

INTERNET ORDERING YOU ARE NOW READY TO START YOUR ORDER SETTING UP YOUR COMPUTER IT S AS EASY AS NOTE: WHEN LOADING SETTING UP YOUR COMPUTER IT S AS EASY AS 1-2 - 3 NOTE: WHEN LOADING THE WEB ORDER TOOLS: 1. When you first load from the our link provided to you, it will load JAVA 1.4.1.02 and the web ordering application.

More information

SAMI software description

SAMI software description SAMI software description Prepared by: A.Tokovinin, O.Estay Last update: April 7, 2014 File: soar/software/sami/sami-sw.odt This document describes the functionality of the LabView software that operates

More information

Securitytronix Bullet Cameras

Securitytronix Bullet Cameras Securitytronix Bullet Cameras Weatherproof Color Infrared Camera 3.6mm Built-In Electronic Shutter (AES) up to 1/100,000s. ST-BT540IR30-W White Housing ST-BT540IR30-B Black Housing Minimum Illumination

More information

Low Resolu+on Op+cal Spectroscopy. Tom Matheson

Low Resolu+on Op+cal Spectroscopy. Tom Matheson Low Resolu+on Op+cal Spectroscopy Tom Matheson How to get from here To here: Why Spectroscopy? Composi+on/abundances Velocity (radial, dispersion, rota+on curves) Temperature Excita+on mechanisms Density/pressure

More information

Temple University Computer Science Programming Under the Linux Operating System January 2017

Temple University Computer Science Programming Under the Linux Operating System January 2017 Temple University Computer Science Programming Under the Linux Operating System January 2017 Here are the Linux commands you need to know to get started with Lab 1, and all subsequent labs as well. These

More information

Astronomy 150 Asteroid Lab Due in Class: Monday, Oct. 26

Astronomy 150 Asteroid Lab Due in Class: Monday, Oct. 26 Astronomy 150 Asteroid Lab Due in Class: Monday, Oct. 26 Section 1: First setup computer. (If this step is not correctly setup, nothing will work properly.) 1. Verify that lab computer is booted in windows

More information

Helpful Tips for Labs. CS140, Spring 2015

Helpful Tips for Labs. CS140, Spring 2015 Helpful Tips for Labs CS140, Spring 2015 Linux/Unix Commands Creating, Entering, Changing Directories to Create a Directory (a Folder) on the command line type mkdir folder_name to Enter that Folder cd

More information

Astronomy 150 Asteroid Lab Due in Class: Monday, Oct. 26

Astronomy 150 Asteroid Lab Due in Class: Monday, Oct. 26 Astronomy 150 Asteroid Lab Due in Class: Monday, Oct. 26 Section 1: First setup computer. (If this step is not correctly setup, nothing will work properly.) 1. Verify that lab computer is booted in windows

More information

Plotting with an introduction to functions

Plotting with an introduction to functions Plotting with CERN@school: an introduction to functions Twitter: @nicoleshearer93 N. Shearer a, T. Whyntie b, c a Durham University, b Langton Star Centre, c Queen Mary University of London Coding with

More information

Long-slit data reduction: some advices. From: Alexei Kniazev

Long-slit data reduction: some advices. From: Alexei Kniazev Long-slit data reduction: some advices From: Alexei Kniazev The plan of this tedious talk 1. Very short introduction 2. Some advices 3. One example of the system of shell scripts for the long-slit reduction

More information

You, too, can make useful and beautiful astronomical images at Mees: Lesson 2

You, too, can make useful and beautiful astronomical images at Mees: Lesson 2 You, too, can make useful and beautiful astronomical images at Mees: Lesson 2 Taking data for your images Useful references, besides Lesson 1: The Mees telescope startup/shutdown guide: http://www.pas.rochester.edu/~dmw/ast142/projects/chklist.pdf

More information

Programming Studio #1 ECE 190

Programming Studio #1 ECE 190 Programming Studio #1 ECE 190 Programming Studio #1 Announcements In Studio Assignment Introduction to Linux Command-Line Operations Recitation Floating Point Representation Binary & Hexadecimal 2 s Complement

More information

THEMIS and REGO All Sky Imager Data - Worksheet

THEMIS and REGO All Sky Imager Data - Worksheet THEMIS and REGO All Sky Imager Data - Worksheet The following worksheet is designed to give the user experience with the THEMIS White Light and REGO All Sky Imager (ASI) data. The worksheet covers topics

More information

1 Getting Started with Linux.

1 Getting Started with Linux. PHYS-4007/5007: omputational Physics Tutorial #1 Using Linux for the First Time 1 Getting Started with Linux. The information of logging in on the Linux side of the computers in Brown Hall 264 can be found

More information

Practical work on SAR Interferometry Data Processing using DORIS Software Y.S. Rao CSRE, IIT Bombay

Practical work on SAR Interferometry Data Processing using DORIS Software Y.S. Rao CSRE, IIT Bombay Practical work on SAR Interferometry Data Processing using DORIS Software Y.S. Rao CSRE, IIT Bombay ysrao@csre.iitb.ac.in Tools : DORIS (Delft Object-Oriented Radar Interferometric Software) is freely

More information

CSCI 161: Introduction to Programming I Lab 1a: Programming Environment: Linux and Eclipse

CSCI 161: Introduction to Programming I Lab 1a: Programming Environment: Linux and Eclipse CSCI 161: Introduction to Programming I Lab 1a: Programming Environment: Linux and Eclipse Goals - to become acquainted with the Linux/Gnome environment Overview For this lab, you will login to a workstation

More information

Connecting to ICS Server, Shell, Vim CS238P Operating Systems fall 18

Connecting to ICS Server, Shell, Vim CS238P Operating Systems fall 18 Connecting to ICS Server, Shell, Vim CS238P Operating Systems fall 18 By Aftab Hussain (Adapted from Claudio A. Parra s Slides for Fall 18 CS-143A) October 5 2018 University of California, Irvine Andromeda

More information

Linux hep.wisc.edu

Linux hep.wisc.edu Linux Environment @ hep.wisc.edu 1 Your Account : Login Name and usage You are given a unique login name (e.g. john) A temporary password is given to you Use this to login name and password to enter the

More information

John Monti Vice President Pixim, Inc.

John Monti Vice President Pixim, Inc. John Monti Vice President Pixim, Inc. www.pixim.com monti@pixim.com 1 Professional Education for the Security Industry AIA Provider Statement Reed Construction Data is a Registered Provider with The American

More information

Chimera Database Controller

Chimera Database Controller Chimera Database Controller Brandon Gilfus 06-18 August 2009 Setup Installation The database is a part of Chimera and will be installed when you install Chimera. The database functionality requires that

More information

CSE115 Lab exercises for week 1 of recitations Spring 2011

CSE115 Lab exercises for week 1 of recitations Spring 2011 Introduction In this first lab you will be introduced to the computing environment in the Baldy 21 lab. If you are familiar with Unix or Linux you may know how to do some or all of the following tasks.

More information

Introduction to Unix - Lab Exercise 0

Introduction to Unix - Lab Exercise 0 Introduction to Unix - Lab Exercise 0 Along with this document you should also receive a printout entitled First Year Survival Guide which is a (very) basic introduction to Unix and your life in the CSE

More information

Data Reduction Helpdesk First Responder Guidelines

Data Reduction Helpdesk First Responder Guidelines Data Reduction Helpdesk First Responder Guidelines Kathleen Labrie Science Users Support Department V1.1 12 March 2018 Revision History V1.0 16 January 2018 Kathleen Labrie V1.1 12 March 2018 Kathleen

More information

HV-F22CL Color Camera. Specifications

HV-F22CL Color Camera. Specifications Specifications Specification(1/14) Tokyo Japan 1. Introduction The Hitachi is a SXGA high precision 3CCD progressive scan color camera, which has single chip digital processing LSI, a C mount prism, three

More information

Hitchhiker s Guide to VLSI Design with Cadence & Synopsys

Hitchhiker s Guide to VLSI Design with Cadence & Synopsys Hitchhiker s Guide to VLSI Design with Cadence & Synopsys David Money Harris 17 January 2009 The VLSI design tools at Harvey Mudd College are hosted on a Linux server named chips. This document introduces

More information

I-Carver CNC Project Computer Directions. Rob MacIlreith Last Update Oct 2017

I-Carver CNC Project Computer Directions. Rob MacIlreith Last Update Oct 2017 I-Carver CNC Project Computer Directions Rob MacIlreith Last Update Oct 2017 READ THIS ENTIRE SLIDE FIRST Make sure you follow all the directions carefully. Mistakes in programming your design can be disastrous

More information

UNIX Tutorial One

UNIX Tutorial One 1.1 Listing files and directories ls (list) When you first login, your current working directory is your home directory. Your home directory has the same name as your user-name, for example, ee91ab, and

More information

NGUI: The NEWFIRM Graphical User Interface

NGUI: The NEWFIRM Graphical User Interface National Optical Astronomy Observatories Kitt Peak National Observatory Mayall 4m Telescope NOAO Extremely Wide Field Infra-Red Mosaic Project http://www.noao.edu/ets/newfirm NGUI: The NEWFIRM Graphical

More information

Photometric Software for Transits. PhoS-T

Photometric Software for Transits. PhoS-T Photometric Software for Transits PhoS-T Version 1.0 - Manual D. Mislis, R.Heller, J. Fernandez, U. Seemann Hamburg 2010 1. Introduction PhoS-T is an open-source graphical software for the data reduction

More information

Spectroscopy techniques II. Danny Steeghs

Spectroscopy techniques II. Danny Steeghs Spectroscopy techniques II Danny Steeghs Conducting long-slit spectroscopy Science goals must come first, what are the resolution and S/N requirements? Is there a restriction on exposure time? Decide on

More information

Microsoft PowerPoint Tutorial

Microsoft PowerPoint Tutorial Microsoft PowerPoint Tutorial GETTING STARTED Microsoft PowerPoint is one of the most popular presentation programs supported by both Mac and PC platforms. Microsoft PowerPoint can be used to create interactive

More information

Files and Folders What are Files and Folders Files: This is the Data, Images, and things the user makes

Files and Folders What are Files and Folders Files: This is the Data, Images, and things the user makes Files and Folders What are Files and Folders Files: This is the Data, Images, and things the user makes Folders: where the Data, Images and things are stored in the computer. Some people call Folders Directories.

More information

Appendixes. Appendix A: IRAF Primer. Appendix B: HST File Names. Appendix C: Observation Logs. Appendix D: Task Example Index

Appendixes. Appendix A: IRAF Primer. Appendix B: HST File Names. Appendix C: Observation Logs. Appendix D: Task Example Index Appendixes Appendix A: IRAF Primer Appendix B: HST File Names Appendix C: Observation Logs Appendix D: Task Example Index Appendix E: Resources on the Internet Glossary Index 27 28 Appendixes Appendix

More information

Introduction to Linux Spring 2014, Section 02, Lecture 3 Jason Tang

Introduction to Linux Spring 2014, Section 02, Lecture 3 Jason Tang Introduction to Linux Spring 2014, Section 02, Lecture 3 Jason Tang Topics What is an Operating System Overview of Linux Linux commands Shell Submit system What is an Operating System? Special type of

More information

1 Introduction: Download the Sample Code and Data

1 Introduction: Download the Sample Code and Data PHYS-4007/5007: Computational Physics Python Tutorial Making Plots of Spectra in Python 1 Introduction: Download the Sample Code and Data Log into your Linux account and open the web browser. Open the

More information

CCINV CR to Cole-Cole inversion program Scott MacInnes, 22/May/02

CCINV CR to Cole-Cole inversion program Scott MacInnes, 22/May/02 CCINV CR to Cole-Cole inversion program Scott MacInnes, 22/May/02 CCINV inverts spectral complex resistivity data to Cole-Cole models with one to three additive Cole-Cole dispersions. CCINV can be started

More information

History. Terminology. Opening a Terminal. Introduction to the Unix command line GNOME

History. Terminology. Opening a Terminal. Introduction to the Unix command line GNOME Introduction to the Unix command line History Many contemporary computer operating systems, like Microsoft Windows and Mac OS X, offer primarily (but not exclusively) graphical user interfaces. The user

More information

Multi-functional Camera Operating Instructions V17.0

Multi-functional Camera Operating Instructions V17.0 Multi-functional Camera Operating Instructions V17.0 Note: please read this instruction carefully before operating the device,thank you! Features 1.IR-Infrared light; 2.Lens; 3.LED; 4.TF; 5.USB slot; 6.M-Mode

More information

Introduction to Unix and Linux. Workshop 1: Directories and Files

Introduction to Unix and Linux. Workshop 1: Directories and Files Introduction to Unix and Linux Workshop 1: Directories and Files Genomics Core Lab TEXAS A&M UNIVERSITY CORPUS CHRISTI Anvesh Paidipala, Evan Krell, Kelly Pennoyer, Chris Bird Genomics Core Lab Informatics

More information

HESP PIPELINE v. 1.0

HESP PIPELINE v. 1.0 HESP PIPELINE v. 1.0 Installation and Usage Arun Surya 20/06/2017 1. INSTALLATION The HESP pipeline installation zip file can be downloaded from, https://www.iiap.res.in/hesp/hesp_pipeline.zip. The zip

More information

Final Cut Pro X: Xsan Best Practices. White Paper February 2012

Final Cut Pro X: Xsan Best Practices. White Paper February 2012 Final Cut Pro X: Xsan Best Practices White Paper February 2012 2 Xsan Best Practices Workflows Many post-production facilities, both large and small, need to share media when working with multiple editors,

More information

2. Click on the Launch button and select Terminal. A window will appear which looks like:

2. Click on the Launch button and select Terminal. A window will appear which looks like: 1. Log-in to one of the lab computers. If given a choice, select Gnome/Java Desktop (JDS) as your window manager. Don't select the Common Desktop Environment (CDE). You should then see something like the

More information

PHYS-4007/5007: Computational Physics. Using IDL in Command Line Mode

PHYS-4007/5007: Computational Physics. Using IDL in Command Line Mode PHYS-4007/5007: Computational Physics Using IDL in Command Line Mode 1 Editing a New IDL Procedure File There are two ways to run IDL under Linux: (1) the IDL Workbench Graphic User Interface (GUI) and

More information

MATLAB Introduction To Engineering for ECE Topics Covered: 1. Creating Script Files (.m files) 2. Using the Real Time Debugger

MATLAB Introduction To Engineering for ECE Topics Covered: 1. Creating Script Files (.m files) 2. Using the Real Time Debugger 25.108 Introduction To Engineering for ECE Topics Covered: 1. Creating Script Files (.m files) 2. Using the Real Time Debugger SCRIPT FILE 77-78 A script file is a sequence of MATLAB commands, called a

More information

The Mosaic Data Capture Agent

The Mosaic Data Capture Agent Astronomical Data Analysis Software and Systems VII ASP Conference Series, Vol. 145, 1998 R. Albrecht, R. N. Hook and H. A. Bushouse, eds. The Mosaic Data Capture Agent Doug Tody and Francisco G. Valdes

More information

Guarding Expert (Android) Mobile Client Software

Guarding Expert (Android) Mobile Client Software Overview Guarding Expert (Android) V3.2 mobile client software, which is designed for mobile phone on the basis of Android OS (Version 2.3.3 or higher), can be used to remotely monitor the live video from

More information

Microsoft PowerPoint 2016 Part 2: Notes, Links, & Graphics. Choosing a Design. Format Background

Microsoft PowerPoint 2016 Part 2: Notes, Links, & Graphics. Choosing a Design. Format Background Microsoft PowerPoint 2016 Part 2: Notes, Links, & Graphics Choosing a Design Open PowerPoint. Click on Blank Presentation. Click on the Design tab. Click on the design tab of your choice. In part one we

More information

Using WestGrid from the desktop Oct on Access Grid

Using WestGrid from the desktop Oct on Access Grid Using WestGrid from the desktop Oct 11 2007 on Access Grid Introduction Simon Sharpe, UCIT Client Services The best way to contact WestGrid support is to email support@westgrid.ca This seminar gives you

More information

2ENTRY Helios display

2ENTRY Helios display 2ENTRY Helios display Order no. 9135240E Description Built-in set 2ENTRY Helios display will allow you to expand any kind of the base module of 2ENTRY Helios door communicator with a graphical display,

More information

Lab 1 Introduction to UNIX and C

Lab 1 Introduction to UNIX and C Name: Lab 1 Introduction to UNIX and C This first lab is meant to be an introduction to computer environments we will be using this term. You must have a Pitt username to complete this lab. The doc is

More information

Unix Tools / Command Line

Unix Tools / Command Line Unix Tools / Command Line An Intro 1 Basic Commands / Utilities I expect you already know most of these: ls list directories common options: -l, -F, -a mkdir, rmdir make or remove a directory mv move/rename

More information

Using FTOOLS and Fv for Data Analysis: Chandra

Using FTOOLS and Fv for Data Analysis: Chandra Using FTOOLS and Fv for Data Analysis: Chandra This tutorial is designed to build upon your current knowledge of FTOOLS and to also provide an introduction to the imaging program Fv. It is strongly recommended

More information

A collapsed Echelle spectrum

A collapsed Echelle spectrum CCLRC /Rutherford Appleton Laboratory Particle Physics & Astronomy Research Council Starlink Project Starlink Cookbook 3.1 SC/3.1 Martin Clayton 5 August 1996 Echelle Data Reduction Cookbook A collapsed

More information

Unix Computer To open MATLAB on a Unix computer, click on K-Menu >> Caedm Local Apps >> MATLAB.

Unix Computer To open MATLAB on a Unix computer, click on K-Menu >> Caedm Local Apps >> MATLAB. MATLAB Introduction This guide is intended to help you start, set up and understand the formatting of MATLAB before beginning to code. For a detailed guide to programming in MATLAB, read the MATLAB Tutorial

More information

Address Bar. Application. The space provided on a web browser that shows the addresses of websites.

Address Bar. Application. The space provided on a web browser that shows the addresses of websites. Address Bar The space provided on a web browser that shows the addresses of websites. Application Computer software designed to help users perform Specific tasks. Back Button A button at the top of the

More information

Using LINUX a BCMB/CHEM 8190 Tutorial Updated (1/17/12)

Using LINUX a BCMB/CHEM 8190 Tutorial Updated (1/17/12) Using LINUX a BCMB/CHEM 8190 Tutorial Updated (1/17/12) Objective: Learn some basic aspects of the UNIX operating system and how to use it. What is UNIX? UNIX is the operating system used by most computers

More information

Intel Architecture Segment:Offset Memory Addressing

Intel Architecture Segment:Offset Memory Addressing Name: Date: Lab Section: Lab partner s name: Lab PC Number: Objectives: Understanding video memory and character mapping of CGA characters in ROM BIOS, using the DOS debug command. Writing simple assembly-language

More information

HIRedux Pipeline. Jason X. Prochaska (UCO/Lick) with Scott M. Burles (MIT)

HIRedux Pipeline. Jason X. Prochaska (UCO/Lick) with Scott M. Burles (MIT) HIRedux Pipeline Jason X. Prochaska (UCO/Lick) with Scott M. Burles (MIT) Overview IDL Fully Automated Organize the observations Allow for multiple setups Binning, decker, angles, etc. Flatten Pixel-to-pixel

More information

CS101 Linux Shell Handout

CS101 Linux Shell Handout CS101 Linux Shell Handout Introduction This handout is meant to be used as a quick reference to get a beginner level hands on experience to using Linux based systems. We prepared this handout assuming

More information

Ing. David Motl. C-Munipack 1.1. User s manual

Ing. David Motl. C-Munipack 1.1. User s manual Ing. David Motl C-Munipack 1.1 User s manual Copyright c 2008 Ing. David Motl Translation David Motl, Jitka Kudrnáčová and Petr Lut cha Version 1.9, April 16, 2008 Permission is granted to copy, distribute

More information

LumaRail Free Stand Bed Assist Rail with IntelliBrite LED Night Light

LumaRail Free Stand Bed Assist Rail with IntelliBrite LED Night Light LumaRail Free Stand Bed Assist Rail with IntelliBrite LED Night Light Assembly and Operation Instructions Thank you for investing in this premium Platinum Health product. Please carefully follow the assembly

More information

Value cameras. ١ GE Security EMEA Distribution CCTV Cameras

Value cameras. ١ GE Security EMEA Distribution CCTV Cameras Value cameras ١ GE Security Value cameras AR-162C/163C General purpose BW camera 420TVL, 0.1lux 1/3 CCD sensor S/N ratio of 48dB Electronic shutter from 1/50sec to 1/100.000sec Gamma Correction 0.45 Back

More information

:59:32 PM PST

:59:32 PM PST Page 1 of 5 1 Group Database PHP workflow 2 3 The Linux side of the CS Lab machines is setup exactly as the Virtual 4 Box images in Scott. You have access to /srv/www/htdocs/php/punetid/ 5 and there is

More information

PSpice Tutorial. Physics 160 Spring 2006

PSpice Tutorial. Physics 160 Spring 2006 PSpice Tutorial This is a tutorial designed to guide you through the simulation assignment included in the first homework set. You may either use the program as installed in the lab, or you may install

More information

Lab 2 Building on Linux

Lab 2 Building on Linux Lab 2 Building on Linux Assignment Details Assigned: January 28 th, 2013. Due: January 30 th, 2013 at midnight. Background This assignment should introduce the basic development tools on Linux. This assumes

More information

Protocols. Module UFCE Topic: Protocols and More HTML

Protocols. Module UFCE Topic: Protocols and More HTML Protocols Module UFCE47-20-1 Topic: Protocols and More HTML Introduction This worksheet is designed to encourage you to continuing your web page writing skills. Also to give you the opportunity to use

More information