SOFT 423: Software Requirements

Size: px
Start display at page:

Download "SOFT 423: Software Requirements"

Transcription

1 SOFT 423: Software Requirements Week 11 Class 1 Telescope Example End-to-End SOFT 423 Winter

2 Last Class CRUDO Activity Diagrams SOFT 423 Winter

3 This Class Telescope System Example We won t get into full details A look at what is done at each phase SOFT 423 Winter

4 The System Telescope Control System 24 Telescope (mirror size) SOFT 423 Winter

5 Elicitation SOFT 423 Winter

6 Interviews Doug Past President and Lead on Venour Project Tom Past Chair of ATM committee and Observing Chair SOFT 423 Winter

7 Stakeholders Amateur Telescope Making (ATM) Contacts Tom and Doug SOFT 423 Winter

8 Stakeholders Amateur Telescope Making (ATM) Contacts Tom and Doug System Team SOFT 423 Winter

9 Stakeholders Amateur Telescope Making (ATM) Contacts Tom and Doug System Team SOFT 423 Winter

10 Stakeholders Users (how many user groups?) Novice User Demanding Astrophographer Casual User Public Observing Supervisor Public Observer SOFT 423 Winter

11 Stakeholders Users (how many user groups?) Novice User Demanding Astrophographer Casual User Public Observing Supervisor Public Observer Developers and Testers SOFT 423 Winter

12 The Problem Once a proper site is found, and observatory will be built to house telescope on a permanent basis. Members want to use the scope for advanced research as well as Photography SOFT 423 Winter

13 The Problem The telescope will be used for public observing. The scope is aimed at a given celestial object and the public takes turns looking through the scope. SOFT 423 Winter

14 The Problem The scope is taken to star parties. These are gatherings of amateur and professional astronomers in remote locations. SOFT 423 Winter

15 The Problem The scope must remain mobile so that it can be used at start parties and public sessions. SOFT 423 Winter

16 The Problem The scope needs an electronic tracking system to control the scope. Astrophotography requires that the scope maintain a high pointing accuracy over minute periods SOFT 423 Winter

17 Background Research (Telescopes) Two kinds of mounts, Equatorial and Alt- Azimuth. both mounts have two axis Equatorial has one aligned with Earth s axis (i.e. on an angle), easy to track Alt-Az is often called a cannon mount local coordinates, harder to track SOFT 423 Winter

18 Background Research (Telescopes) Credit: Marie-Lan Nguyen SOFT 423 Winter

19 Background Research (Telescopes) Credit: Wikipedia user ECeDee SOFT 423 Winter

20 Background Research (Coordinates) Stellar Coordinate Systems (RA, Dec) equatorials use this Local Coordinate System (Alt,Az) alt az uses this The sky moves 360 in 23 hrs 56 minutes, seconds (360/86164 = /s) Resolution of a telescope: 4.466/D(inches) = 0.2 arc seconds ( degrees) 75 times a second... (upper limit) 40 steps a second reasonable... SOFT 423 Winter

21 Background Research (Tracking) Telescope tracking is difficult at zenith (directly overhead) (telescope must spin) need to warn user for photography public viewing Slewing speed (5 /s) Field De-rotation SOFT 423 Winter

22 Background Research (General) Three star alignment algorithm Mount errors characterization (backlash) Existing Solutions Commercial (Dobdriver II) Open Source (Mel Bartel) SOFT 423 Winter

23 Background Research (Astronomy) Celestial Object Database Messier, NGC, Stellar Names Lunar, Solar and Planetary motion planetary includes planetoid (comets) and extra-terrestrial moons. ephemeris descriptors, calculations eccentricity Meteorological considerations SOFT 423 Winter

24 Stakeholder Needs (System Team) Details of the LCD Screen (special symbols LCD screen vs Alphanumeric) Keypad Layout and Keys (do we get to label the keys, or has the system team designed the labels) SOFT 423 Winter

25 Stakeholder Needs (System Team) Details of motor drive trains Possible existence of encoders? Details of microprocessor Clock accuracy, clock drift SOFT 423 Winter

26 Stakeholder Needs (RASC Kingston) (Royal Astronomical Society of Canada) Cost/Delivery Schedule Priorities Acceptance Testing Details Ranking of functionality for schedule slippage SOFT 423 Winter

27 Stakeholder Needs (RASC Kingston) (Royal Astronomical Society of Canada) Other Details based on background research Details of User group needs based on background research SOFT 423 Winter

28 Stakeholder Needs (Developers and Testers) Feasibility: Capacity of micro controller : Stellar Database Size (need extra external disk?) reconciled with system team s hardware design Speed of Microprocessor Development time/cost estimates SOFT 423 Winter

29 Analysis Problem Domains SOFT 423 Winter

30 PDOA System Types? SOFT 423 Winter

31 PDOA System Types? Control Information Connection SOFT 423 Winter

32 PDOA System Types? Control Information Connection SOFT 423 Winter

33 Commanded Behaviour Frame Telescope Control Rules Telescope And Field Rotator Position Telescope Controller User SOFT 423 Winter

34 Control Frames Content Data model for subdomains Characteristics and innate behaviour of subdomains, causal laws Shared phenomena observed Actions that can be initiated Distortions or delays introduced by a Connection Domain Behaviour rules and valid commands Techniques Entity Relationship Diagram, Data Dictionary Text, Finite State Machines, Decision Tables Text (event list) Text (action list) Text Text, Finite State Machines, Decision Tables SOFT 423 Winter

35 Control Frames Data model for subdomains telescope position Straightforward degrees Sky Data model for celestial objects static coordinates for star and deep space objects coordinate formats for various movable celestial objects SOFT 423 Winter

36 Control Frames Characteristics and innate behaviour of subdomains, causal laws most astronomy information coordinate systems, rate of sky motion, dynamic body calculations (lunar, planet, etc.) telescope motion limitations (vertical, horizon) alt azimuth characteristics (including field rotation requirements) SOFT 423 Winter

37 Control Frames Shared Phenomena observed Three star alignment (user interaction) user fine grain control (user interaction) manual slewing internal position model (discrete control over motors) encoders SOFT 423 Winter

38 Control Frames Actions that can be initiated Position telescope horizontally Position telescope vertically internal position model (discrete control over motors) encoders SOFT 423 Winter

39 Control Frames Distortions or delays introduced by a Connection Domain We have a separate connection domain were we will look at this SOFT 423 Winter

40 Control Frames Behaviour rules and valid commands Tracking rules (translation, update frequency) Three star alignment Manual slewing Manual guiding Automatic slewing tracking while performing lookup (concurrency) User Modes (for tracking input) Reference Formal models SOFT 423 Winter

41 PDOA System Types? Control Information Connection SOFT 423 Winter

42 Information System Frames Real World Information Function Information System Reports SOFT 423 Winter

43 Information Frames Not going to go through each table entry for this one you get the idea SOFT 423 Winter

44 Information Frames Really two information systems Telescope position provides feedback to user on current position of telescope Celestial Database System Allows users to look up celestial objects and pass information to the control frame SOFT 423 Winter

45 PDOA System Types? Control Information Connection SOFT 423 Winter

46 Connection System Frames Again, there is no need to go through the table line by line. SOFT 423 Winter

47 Connection System Frames Abstracts management of telescope Control domain is user to telescope position Similar to 4 variable NAT Describes interface to motors (4 phase lines to each of alt and az, 2 phase control of field rotator) Description of Mount Errors Description of physical drive train including backlash/vibration calculations SOFT 423 Winter

48 Connection System Frames Acceleration/Deceleration Max speed of motors Max precision of motors (microstepping) SOFT 423 Winter

49 Analysis Modeling, NFR, and the Requirements Document SOFT 423 Winter

50 Representational Modeling User Display (Static) Menu Driven System for tasks such as looking up objects, Three star alignment, etc storyboard Keyboard Layout interface prototype computer program with window for display window for buttons, window with animated picture of telescope SOFT 423 Winter

51 Non-Functional Requirements Performance Slew speed SOFT 423 Winter

52 Non-Functional Requirements Capacity Number of stellar objects in database SOFT 423 Winter

53 Non-Functional Requirements Safety When tracking close to overhead, telescope must turn rapidly. What happens if random member of the public is on the ladder 12 feet in the air? Bright Objects - when skewing, what happens if we move the moon into the field of view SOFT 423 Winter

54 The Requirements Document Distill Analysis into Document Multiple User Classes (important) SOFT 423 Winter

55 Specification SOFT 423 Winter

56 Specifying the Requirements Finite State Model of some sort SCR SCR description ignores connection system Some concurrency, so multiple mode variables are required. state charts also possible SOFT 423 Winter

57 Specifying the Requirments Data model of database including both static and dynamic celestial objects DD vs ER SOFT 423 Winter

58 The Specification Document Distill into Document this example is rather easy to stay away from any premature design SOFT 423 Winter

59 Validation SOFT 423 Winter

60 Validation First things first Documents reviews Format, all the sections, etc. Make sure all of the easy stuff is taken care of. SOFT 423 Winter

61 Validation Requirements Review Meetings Doug and Tom Representative from System Team 2-3 users (different classes) A Developer A Tester SOFT 423 Winter

62 Validation Requirements Review Meetings Line by line, review the documents Produce the list of problems and agreed upon actions to resolve problems SOFT 423 Winter

63 Validation Take Action Resolve any problems found during reviews These should be fairly minor (additional information required, corrections to errors, etc.) SOFT 423 Winter

64 Validation Return the Requirements Review Meetings Same group of people Ensure that actions correctly resolve problems Read through again to ensure correctness SOFT 423 Winter

65 AND THAT S IT! SOFT 423 Winter

66 Assignment 4 SOFT 423 Winter

67 Assignment 4 Posted on Website Review of Research Paper in Software Requirements Two (2) pages IEEE Conference Format Summary of Paper Critical Assessment SOFT 423 Winter

68 Next Class More System Examples SOFT 423 Winter

Guide to Polar Alignment of a Meade LX200GPS Telescope

Guide to Polar Alignment of a Meade LX200GPS Telescope Guide to Polar Alignment of a Meade By Dale A. Chamberlain dale@dchamberlain.net April 18, 2006 Page 1 of 11 1 Why Polar Align? After making an investment in a telescope such as the Meade LX200GPS, you

More information

Astronomy 101 Lab: Stellarium Tutorial

Astronomy 101 Lab: Stellarium Tutorial Name: Astronomy 101 Lab: Stellarium Tutorial Please install the Stellarium software on your computer using the instructions in the procedure. If you own a laptop, please bring it to class. You will submit

More information

INSTRUCTIONS. Go-To Maksutov-Cassegrain. 90mm (3.6 ) F f/13.8

INSTRUCTIONS. Go-To Maksutov-Cassegrain. 90mm (3.6 ) F f/13.8 INSTRUCTIONS Go-To Maksutov-Cassegrain 90mm (3.6 ) F. 1250 f/13.8 SKYSCAN AZ The Skyscan AZ is a precision-engineered instrument that will allow you to easily find and enjoy viewing night sky treasures,

More information

Mounts and Coordinate Systems

Mounts and Coordinate Systems Mounts and Coordinate Systems Part 3: Some Advanced Techniques For Mounts Last month we looked at the basic mount types and methods for aligning them. This month s article, and the last for this series

More information

SimpleDreamEQ2. Upgrade kit equatorial mounts Synta EQ2, Celestron CG3. User guide. Micro GoTo system. Micro GoTo system

SimpleDreamEQ2. Upgrade kit equatorial mounts Synta EQ2, Celestron CG3. User guide. Micro GoTo system. Micro GoTo system SimpleDreamEQ2 Upgrade kit equatorial mounts Synta EQ2, Celestron CG3 User guide Micro GoTo system Micro GoTo system AstroGadget 2017 1. DESCRIPTION The kit consists of a control unit and a set of drives

More information

Addendum For NexStar GT Hand Control Section Of The Owner's Manual.

Addendum For NexStar GT Hand Control Section Of The Owner's Manual. Addendum For NexStar GT Hand Control Section Of The Owner's Manual. The following is an addendum to the NexStar GT section of the owner's manual that explains the current operation and added features to

More information

INSTRUCTION MANUAL. SynScan TM V3. Copyright Sky-Watcher

INSTRUCTION MANUAL. SynScan TM V3. Copyright Sky-Watcher INSTRUCTION MANUAL SynScan TM SynScan TM Copyright Sky-Watcher 150113V3 Basic Operations CONTENT PART I : INTRODUCTION 1.1 Outline and Interface... 4 1.2 Connecting to a Telescope Mount... 4 1.3 Slew the

More information

Figure 3-1 The Advanced GT Hand Control

Figure 3-1 The Advanced GT Hand Control The following is a supplemental addendum to the included instruction manual that explains the new features of Celestron's Advanced Series Telescopes. Please refer to this addendum for information concerning

More information

ADAS Guide to choosing the right Telescope. Produced by Members of the Society, Nov 2017

ADAS Guide to choosing the right Telescope. Produced by Members of the Society, Nov 2017 ADAS Guide to choosing the right Telescope Produced by Members of the Society, Nov 2017 Choosing a Telescope Telescope Types Telescope Features Visual or Astrophotography use? Telescope Package or Separate

More information

Contents 1 Introduction

Contents 1 Introduction Contents 1 Introduction... 1 Computers and Astronomy... 1 Look Before You Leap!... 1 Advancing from Binoculars... 2 Telescope Types... 3 Small Refractors... 3 Refractor Accessories... 4 Reflectors... 6

More information

MICRO-GUIDE Reticle Eyepiece Manual

MICRO-GUIDE Reticle Eyepiece Manual MICRO-GUIDE Reticle Eyepiece Manual 2015 Micro-Guide system design by Peter Stättmayer Munich and The Micro Guide eyepiece is like four eyepieces in one. With four separate scales on one reticle you can

More information

Nexus DSC firmware/catalogues releases

Nexus DSC firmware/catalogues releases Nexus DSC firmware/catalogues releases 1.2.1 released 5 th of November 2018 Firmware date: 2018.11.05 Implemented a new tracking method with AstroLock that can be tuned in Settings->AstroLock Added an

More information

An Adaptive Autoguider using a Starlight Xpress SX Camera S. B. Foulkes, Westward, Ashperton, Nr. Ledbury, HR8 2RY. Abstract

An Adaptive Autoguider using a Starlight Xpress SX Camera S. B. Foulkes, Westward, Ashperton, Nr. Ledbury, HR8 2RY. Abstract An Adaptive Autoguider using a Starlight Xpress SX Camera S. B. Foulkes, Westward, Ashperton, Nr. Ledbury, HR8 2RY. Abstract The acquisition of very faint deep sky objects, be it analog with film or digital

More information

This is the third of 3 parts detailing my experience of auto guiding for astrophotography.

This is the third of 3 parts detailing my experience of auto guiding for astrophotography. AstronomyShed Tutorials Autoguiding - Part 3 - Using you autoguiding setup This is the third of 3 parts detailing my experience of auto guiding for astrophotography. Prerequisites In writing this article

More information

Telescope Fundamentals

Telescope Fundamentals Telescope Fundamentals The focus of this presentation is to provide an overview of popular equipment available to the amateur astronomy community, as well as the equipment s applicability to differing

More information

Polar Alignment of LX200R and Ultra Wedge For The Southern Hemisphere by Chris James

Polar Alignment of LX200R and Ultra Wedge For The Southern Hemisphere by Chris James Return To How To Menu Polar Alignment of LX200R and Ultra Wedge For The Southern Hemisphere by Chris James Overview This document goes thru the process required to Polar Align the LX200R using a Ultra

More information

SynScan V4 GoTo Hand Controller

SynScan V4 GoTo Hand Controller instruction Manual SynScan V4 GoTo Hand Controller Providing Exceptional Consumer Optical Products Since 1975 Customer Support: www.oriontelescopes.com/contactus Corporate Offices: 89 Hangar Way, Watsonville

More information

Capturing and Processing Deep Space Images. Petros Pissias Eumetsat Astronomy Club 15/03/2018

Capturing and Processing Deep Space Images. Petros Pissias Eumetsat Astronomy Club 15/03/2018 Capturing and Processing Deep Space Images Petros Pissias Eumetsat Astronomy Club 15/03/2018 Agenda Introduction Basic Equipment Preparation Acquisition Processing Quick demo Petros Pissias Eumetsat Astronomy

More information

Quick Start Guide. The ieq45 GoTo German Equatorial Mount # 8000C

Quick Start Guide. The ieq45 GoTo German Equatorial Mount # 8000C Quick Start Guide The ieq45 GoTo German Equatorial Mount # 8000C PACKAGE CONTENTS Telescope Mount (with built-in GPS) 3.5 Vixen type dovetail saddle (installed on the mount) 8 Losmandy-D type dovetail

More information

Introduction to Astronomy Laboratory Exercise #1. Intro to the Sky

Introduction to Astronomy Laboratory Exercise #1. Intro to the Sky Introduction to Astronomy Laboratory Exercise #1 Partners Intro to the Sky Date Section Purpose: To develop familiarity with the daytime and nighttime sky through the use of Stellarium. Equipment: Computer

More information

TELESCOPE POINTING ERRORS AND CORRECTIONS

TELESCOPE POINTING ERRORS AND CORRECTIONS TELESCOPE POINTING ERRORS AND CORRECTIONS Alan Buckman B.Sc FRAS Revision 2 31st October 2002 AWR Technology www.awr.tech.dial.pipex.com With the widespread use of digital readout devices for telescope

More information

A Unique Approach to Telescope Control

A Unique Approach to Telescope Control A Unique Approach to Telescope Control Brandt M. Westing The University of Texas at Austin, Electrical Engineering Dept., Austin, TX 78705 westing@ece.utexas.edu Abstract A new Graphical User Interface

More information

Physics Lab #2: Learning Starry Night, Part 1

Physics Lab #2: Learning Starry Night, Part 1 Physics 10293 Lab #2: Learning Starry Night, Part 1 Introduction In this lab, we'll learn how to use the Starry Night software to explore the sky, and at the same time, you ll get a preview of many of

More information

Telescopes come in three basic styles

Telescopes come in three basic styles Telescopes come in three basic styles Refracting telescopes use lenses Refractors are either achromatic (some color distortion) or apochromatic (very little if any color distortion). Apo refractors use

More information

Introduction: Objectives: (a) To understand how to compile a list of objects for imaging with a CCD.

Introduction: Objectives: (a) To understand how to compile a list of objects for imaging with a CCD. Texas Tech University Department of Physics Astronomy 2401 Observational Astronomy Lab 2:- Planning Observations Introduction: Observing time at the telescope is generally very limited. Therefore, in order

More information

CHARTING THE HEAVENS USING A VIRTUAL PLANETARIUM

CHARTING THE HEAVENS USING A VIRTUAL PLANETARIUM Name Partner(s) Section Date CHARTING THE HEAVENS USING A VIRTUAL PLANETARIUM You have had the opportunity to look at two different tools to display the night sky, the celestial sphere and the star chart.

More information

Capturing and Processing Planetary Images. Petros Pissias Eumetsat Astronomy Club 11/06/2015

Capturing and Processing Planetary Images. Petros Pissias Eumetsat Astronomy Club 11/06/2015 Capturing and Processing Planetary Images Petros Pissias Eumetsat Astronomy Club 11/06/2015 Agenda Introduction Basic Equipment Preparation Acquisition Processing Quick demo Petros Pissias Eumetsat Astronomy

More information

MEDIAGLOBE-III Feature 1 Highest resolution and contrast ratio as small sizes digital planetarium system

MEDIAGLOBE-III Feature 1 Highest resolution and contrast ratio as small sizes digital planetarium system MEDIAGLOBE-III is the latest model of Konica Minolta MEDIAGLOBE, the world s first full-color single-lens digital planetarium. MEDAIGLOBE-III provides the best quality full dome image as small size digital

More information

CHARTING THE HEAVENS USING A VIRTUAL PLANETARIUM

CHARTING THE HEAVENS USING A VIRTUAL PLANETARIUM Name Partner(s) Section Date CHARTING THE HEAVENS USING A VIRTUAL PLANETARIUM You have had the opportunity to look at two different tools to display the night sky, the celestial sphere and the star chart.

More information

ACE Control System. 1.0-m Pomona College Telescope Table Mountain Observatory ACE User Manual April 2005 Revision All rights reserved.

ACE Control System. 1.0-m Pomona College Telescope Table Mountain Observatory ACE User Manual April 2005 Revision All rights reserved. ACE Control System 1.0-m Pomona College Telescope Table Mountain Observatory ACE User Manual April 2005 Revision 1.1 1999-2005. All rights reserved. Astronomical Consultants & Equipment, Inc. P.O. Box

More information

ADVANCED CCD PHOTOMETRY AND EXOPLANET TRANSIT PHOTOMETRY. By : Kenny A. Diaz Eguigure

ADVANCED CCD PHOTOMETRY AND EXOPLANET TRANSIT PHOTOMETRY. By : Kenny A. Diaz Eguigure ADVANCED CCD PHOTOMETRY AND EXOPLANET TRANSIT PHOTOMETRY By : Kenny A. Diaz Eguigure KELT: THE KILODEGREE EXTREMELY LITTLE TELESCOPE Robotic Survey for Transiting Exoplanets KELT-North Deployed 2005 to

More information

Quick Start and Troubleshooting Guide

Quick Start and Troubleshooting Guide Quick Start and Troubleshooting Guide By RXDesign Copyright July 2003 Quick Start and Troubleshooting Guide Rev 2 Welcome... tto tthe worrl ld off tthe CAT. 1 Addendum - Quick Start Alright... it is installed!

More information

THE SKY. Sc. Sec. di primo grado M. Codermatz - Trieste August, 2008

THE SKY. Sc. Sec. di primo grado M. Codermatz - Trieste August, 2008 THE SKY G. Iafrate (a), M. Ramella (a) and V. Bologna (b) (a) INAF - Astronomical Observatory of Trieste (b) Istituto Comprensivo S. Giovanni Sc. Sec. di primo grado M. Codermatz - Trieste August, 2008

More information

Stellarium Walk-through for First Time Users

Stellarium Walk-through for First Time Users Stellarium Walk-through for First Time Users Stellarium is the computer program often demonstrated during our planetarium shows at The MOST, Syracuse s science museum. It is our hope that visitors to our

More information

C2A for Pulsar2 how to control your telescope from C2A

C2A for Pulsar2 how to control your telescope from C2A C2A for Pulsar2 how to control your telescope from C2A C2a is a free and powerful planetarium program available from.http://www.astrosurf.com/c2a/english/ that offers native support for Pulsar2 without

More information

a) Set the declination to trace the winter Sun's path and rising and setting points in

a) Set the declination to trace the winter Sun's path and rising and setting points in Astronomy 3130 Spring 2017 Observation Lab 1 (Beta Version) Getting around the sky and observing with the 6 doghouse telescope As an observer, a primary skill is getting your telescope pointed to an appropriate

More information

Meridian Circle through Zenith, North Celestial Pole, Zenith Direction Straight Up from Observer. South Celestial Pole

Meridian Circle through Zenith, North Celestial Pole, Zenith Direction Straight Up from Observer. South Celestial Pole Chapter 3 How Earth and Sky Work- Effects of Latitude In chapters 3 and 4we will learn why our view of the heavens depends on our position on the Earth, the time of day, and the day of the year. We will

More information

CONTENTS. vii. in this web service Cambridge University Press. Preface Acknowledgements. xiii xvi

CONTENTS. vii.  in this web service Cambridge University Press. Preface Acknowledgements. xiii xvi CONTENTS Preface Acknowledgements xiii xvi 1 Earth and sky 1 1.1 Planet Earth 1 1.2 The Earth s magnetosphere 6 1.3 Aurorae 8 1.4 Visually observing aurorae 10 1.5 Other methods of observing aurorae 16

More information

Using Nexus-II with Deep Sky Browser, SkySafari and SiTech motor controller

Using Nexus-II with Deep Sky Browser, SkySafari and SiTech motor controller Using Nexus-II with Deep Sky Browser, SkySafari and SiTech motor controller This note describes how to setup your Nexus-II with your iphone/ipad/ipod touch for use with Deep Sky Browser, SkySafari and

More information

Lecture 8. October 25, 2017 Lab 5

Lecture 8. October 25, 2017 Lab 5 Lecture 8 October 25, 2017 Lab 5 News Lab 2 & 3 Handed back next week (I hope). Lab 4 Due today Lab 5 (Transiting Exoplanets) Handed out and observing will start Friday. Due November 8 (or later) Stellar

More information

Best Pair II User Guide (V1.2)

Best Pair II User Guide (V1.2) Best Pair II User Guide (V1.2) Paul Rodman (paul@ilanga.com) and Jim Burrows (burrjaw@earthlink.net) Introduction Best Pair II is a port of Jim Burrows' BestPair DOS program for Macintosh and Windows computers.

More information

Students will explore Stellarium, an open-source planetarium and astronomical visualization software.

Students will explore Stellarium, an open-source planetarium and astronomical visualization software. page 22 STELLARIUM* OBJECTIVE: Students will explore, an open-source planetarium and astronomical visualization software. BACKGROUND & ACKNOWLEDGEMENTS This lab was generously provided by the Red Rocks

More information

INSTRUCTION MANUAL DOBSONIAN SYNSCAN ENTER SETUP ESC TOUR RATE UTILITY PLANET ID

INSTRUCTION MANUAL DOBSONIAN SYNSCAN ENTER SETUP ESC TOUR RATE UTILITY PLANET ID 0 INSTRUCTION MANUAL DOBSONIAN SYNSCAN - 8 10 12 14 16 SETUP ENTER ESC TOUR RATE UTILITY 1 2 3 M NGC IC 4 5 6 PLANET OBJECT USER 7 8 9 ID 180610V6-3.08 240412V1 TABLE OF CONTENTS DOBSONIAN BASE ASSEMBLY

More information

Observing Asteroids. Finding Asteroids using the Asteroid Portal NEA Planner. Author: Daniel Duggan

Observing Asteroids. Finding Asteroids using the Asteroid Portal NEA Planner. Author: Daniel Duggan Finding Asteroids using the Asteroid Portal NEA Planner Author: Daniel Duggan - Faulkes Telescope Project Finding Asteroids using the Asteroid Portal NEA Planner Finding Asteroids Asteroids are awkward;

More information

Investigation 2: The Moon

Investigation 2: The Moon Science Notebook Sun, Moon, and Stars Investigation 2: The Moon Big Question: How, and why, does the Moon s appearance change? 1 Alignment with New York State Science Standards & Performance Indicators

More information

INTRODUCTION TO THE TELESCOPE

INTRODUCTION TO THE TELESCOPE AST 113/114 Fall 2014 / Spring 2016 NAME: INTRODUCTION TO THE TELESCOPE What will you learn in this Lab? For a few of the labs this semester, you will be using an 8-inch Celestron telescope to take observations.

More information

Instruction Manual. Omegon EQ-500 Equatorial Mount English version Rev A

Instruction Manual. Omegon EQ-500 Equatorial Mount English version Rev A Instruction Manual Omegon EQ-500 Equatorial Mount English version 10.2014 Rev A Instruction Manual Omegon EQ-500 Equatorial Mount Congratulations on the purchase of the new Omegon EQ-500 Equatorial Mount.

More information

Assignment #0 Using Stellarium

Assignment #0 Using Stellarium Name: Class: Date: Assignment #0 Using Stellarium The purpose of this exercise is to familiarize yourself with the Stellarium program and its many capabilities and features. Stellarium is a visually beautiful

More information

The Night Sky [Optional - only for those interested] by Michael Kran - Thursday, 2 October 2008, 03:49 PM

The Night Sky [Optional - only for those interested] by Michael Kran - Thursday, 2 October 2008, 03:49 PM The Night Sky [Optional - only for those interested] by Michael Kran - Thursday, 2 October 2008, 03:49 PM A question sometimes arises: "What's up in the sky at a particular moment?" There are several ways

More information

Physics Lab #5: Starry Night Observations of the Sun and Moon

Physics Lab #5: Starry Night Observations of the Sun and Moon Physics 10293 Lab #5: Starry Night Observations of the Sun and Moon Introduction Today, we are going to use the Starry Night software to learn about motion of the stars, sun and moon on the celestial sphere.

More information

Polar alignment in 5 steps based on the Sánchez Valente method

Polar alignment in 5 steps based on the Sánchez Valente method 1 Polar alignment in 5 steps based on the Sánchez Valente method Compared to the drift alignment method, this one, allows you to easily achieve a perfect polar alignment in just one step. By "perfect polar

More information

CELESTIAL COORDINATES

CELESTIAL COORDINATES ASTR 1030 Astronomy Lab 27 Celestial Coordinates CELESTIAL COORDINATES GEOGRAPHIC COORDINATES The Earth's geographic coordinate system is familiar to everyone - the north and south poles are defined by

More information

Understanding Positional Astronomy Part 2 Celestial Co-ordinates Difficulty: Intermediate

Understanding Positional Astronomy Part 2 Celestial Co-ordinates Difficulty: Intermediate Exercise: Understanding Positional Astronomy Part 2 Celestial Co-ordinates Difficulty: Intermediate Objectives In Part 1 you learned about Celestial Sphere and how the stars appear to move across the night

More information

MEADE INSTRUMENTS CORPORATION YOUR ADVENTURE IN ASTRONOMY WAL-MART P.O.S. VIDEO. Scriptwriter: Richard Bellikoff NARRATOR (V.O.):

MEADE INSTRUMENTS CORPORATION YOUR ADVENTURE IN ASTRONOMY WAL-MART P.O.S. VIDEO. Scriptwriter: Richard Bellikoff NARRATOR (V.O.): MEADE INSTRUMENTS CORPORATION YOUR ADVENTURE IN ASTRONOMY WAL-MART P.O.S. VIDEO Scriptwriter: Richard Bellikoff VIDEO Stock footage: Spectators watching NASA rocket launch at Cape Canaveral AUDIO NARRATOR

More information

Astronomical coordinate systems. ASTR320 Monday January 22, 2018

Astronomical coordinate systems. ASTR320 Monday January 22, 2018 Astronomical coordinate systems ASTR320 Monday January 22, 2018 Special public talk this week: Mike Brown, Pluto Killer Wednesday at 7:30pm in MPHY204 Other news Munnerlyn lab is hiring student engineers

More information

instruction Manual IN 285 Rev. B 02/09

instruction Manual IN 285 Rev. B 02/09 instruction Manual StarSeeker 100mm IN 285 Rev. B 02/09 TABLE OF CONTENTS INTRODUCTION...4 Warning...4 ASSEMBLY...4 Assembling the StarSeeker....4 Attaching the Telescope to the Tripod...5 The Star Diagonal...5

More information

Contents. Part I Developing Your Skills

Contents. Part I Developing Your Skills Contents Part I Developing Your Skills 1 Accessing and Developing Your Observing Skills... 3 1.1 Stargazer or Amateur Astronomer?... 3 1.2 Perceptions and Expectations... 7 1.3 Assessing Your Skills and

More information

Operating the Celestron 14 Telescope

Operating the Celestron 14 Telescope Operating the Celestron 14 Telescope 1. The Telescope and Its Controls The Celestron 14-inch telescope is located in the east bay of the observatory (Fig. 1). It is a Schmidt-Cassegrain type instrument;

More information

Astronomy 102 Lab: Stellar Parallax and Proper Motion

Astronomy 102 Lab: Stellar Parallax and Proper Motion Name: Astronomy 102 Lab: Stellar Parallax and Proper Motion If you own a laptop, please bring it to class. You will use Stellarium again. The Stellarium shortcuts you used in the first lab are on the inside

More information

Chapter S1 Celestial Timekeeping and Navigation. How do we define the day, month, year, and planetary time periods?

Chapter S1 Celestial Timekeeping and Navigation. How do we define the day, month, year, and planetary time periods? Chapter S1 Celestial Timekeeping and Navigation S1.1 Astronomical Time Periods Our goals for learning:! How do we define the day, month, year, and planetary time periods?! How do we tell the time of day?!

More information

EQASCOM PolarScope Alignment Tool

EQASCOM PolarScope Alignment Tool EQASCOM PolarScope Alignment Tool Initial Set-up Procedure: 1. Set up the mount in the HOME position i.e. counterweight shaft down. You may want to mark this position on you mount in some way to ensure

More information

Celestron s new weightlifter: the CGX-L mount

Celestron s new weightlifter: the CGX-L mount CELESTRON CGX-L MOUNT Celestron s new weightlifter: the CGX-L mount Damian Peach tries out Celestron s new heavyduty equatorial mount and discovers why it is a strong and steady powerlifter. At a glance

More information

INTRODUCTION... 4 Warning... 4 ASSEMBLY... 7 Assembling the NexStar... 7 Attaching the Hand Control Holder... 8 Attaching the Fork Arm to the

INTRODUCTION... 4 Warning... 4 ASSEMBLY... 7 Assembling the NexStar... 7 Attaching the Hand Control Holder... 8 Attaching the Fork Arm to the INSTRUCTION MANUAL NexStar 60. NexStar 80. NexStar 102. NexStar 114. NexStar 130 T A B L E O F C O N T E N T S INTRODUCTION... 4 Warning... 4 ASSEMBLY... 7 Assembling the NexStar... 7 Attaching the Hand

More information

ESC SETUP ENTER V1 TOUR RATE UTILITY M NGC PLANET

ESC SETUP ENTER V1 TOUR RATE UTILITY M NGC PLANET ESC SETUP ENTER TOUR RATE UTILITY 1 2 3 M NGC IC 4 5 6 PLANET OBJECT USER 7 8 9 ID 0 210305V1 TABLE OF CONTENTS THE SynScan TM Introduction to the SynScan TM Powering the SynScan TM SynScan TM Hand Control

More information

INTRODUCTION...4 Warning...4 QUICK SETUP...5 ASSEMBLY...10 Assembling the NexStar...10 Attaching the Telescope Tube to the Mount...

INTRODUCTION...4 Warning...4 QUICK SETUP...5 ASSEMBLY...10 Assembling the NexStar...10 Attaching the Telescope Tube to the Mount... INSTRUCTION MANUAL N e x S t a r 6 0. N e x S t a r 8 0. N e x S t a r 7 6. N e x S t a r 1 0 2. N e x S t a r 1 1 4. N e x S t a r 1 3 0 T A B L E O F C O N T E N T S INTRODUCTION...4 Warning...4 QUICK

More information

THE HAVERFORD UNIVERSITY S STRAWBRIDGE OBSERVATORY S OF THE 16 MEADE. A quick guide to using the 16 Meade Schmidt-Cassegrain Telescope

THE HAVERFORD UNIVERSITY S STRAWBRIDGE OBSERVATORY S OF THE 16 MEADE. A quick guide to using the 16 Meade Schmidt-Cassegrain Telescope THE S OF THE 16 MEADE HAVERFORD UNIVERSITY S STRAWBRIDGE OBSERVATORY A quick guide to using the 16 Meade Schmidt-Cassegrain Telescope First draft: Scott Engle, Fall 2010; Update: Steve Boughn, Fall 2012

More information

Physics Lab #3:! Starry Night! Observations of the Sun and Moon!

Physics Lab #3:! Starry Night! Observations of the Sun and Moon! Physics 10293 Lab #3: Starry Night Observations of the Sun and Moon Introduction Today, we are going to use the Starry Night software to learn about motion of the stars, sun and moon on the celestial sphere.

More information

ADAS Guide to Telescope Instrumentation and Operation. Produced by Members of the Society, April 2014

ADAS Guide to Telescope Instrumentation and Operation. Produced by Members of the Society, April 2014 ADAS Guide to Telescope Instrumentation and Operation Produced by Members of the Society, April 2014 1 Introduction The ADAS authors hope that this guide will prove useful and ask you to provide a feedback

More information

Observatory 8 inch Telescopes: Tips, Tools & Quick Fixes

Observatory 8 inch Telescopes: Tips, Tools & Quick Fixes Observatory 8 inch Telescopes: Tips, Tools & Quick Fixes Rhiannon Griffin August 7, 2014 1 Tools Needed Allen wrenches for set screws, 2 sizes For collimating: Phillips head screwdriver & slotted screwdriver

More information

Equatorial Telescope Mounting

Equatorial Telescope Mounting Equatorial Telescope Mounting Star Catalogs simbad IRSA The Meridian Every line of celestial longitude is a meridian of longitude, but we recognize the line of longitude, or simply the great circle line,

More information

LOCATING CELESTIAL OBJECTS: COORDINATES AND TIME. a. understand the basic concepts needed for any astronomical coordinate system.

LOCATING CELESTIAL OBJECTS: COORDINATES AND TIME. a. understand the basic concepts needed for any astronomical coordinate system. UNIT 2 UNIT 2 LOCATING CELESTIAL OBJECTS: COORDINATES AND TIME Goals After mastery of this unit, you should: a. understand the basic concepts needed for any astronomical coordinate system. b. understand

More information

SkEye User Manual. A How-to guide and reference for SkEye. Harshad R J

SkEye User Manual. A How-to guide and reference for SkEye. Harshad R J 2 SkEye User Manual A How-to guide and reference for SkEye Harshad R J ii Contents Preface v 1 Introduction 1 1.1 A note about Accuracy..................... 1 1.2 Operational Modes.......................

More information

GERMAN TYPE EQUATORIAL MOUNT (FM 51/52 - FM 100/102 - FM150) USER MANUAL

GERMAN TYPE EQUATORIAL MOUNT (FM 51/52 - FM 100/102 - FM150) USER MANUAL GERMAN TYPE EQUATORIAL MOUNT (FM 51/52 - FM 100/102 - FM150) USER MANUAL NOMENCLATURE MANUAL KNOB WORM DRIVE TIGHTENING SCREW FIXING CLUTCH CONTROL PLUG POLAR SCOPE PEEP HOLE PLATFORM ALTITUDE MOUNTING

More information

Award Winning Photographer Ted Dobosz

Award Winning Photographer Ted Dobosz Award Winning Photographer Ted Dobosz The Astronomy Photographer of the Year is an annual event run by the Royal Observatory Greenwich. The competition is open to anyone around the globe. The three main

More information

Observing Procedure for C11 GPS

Observing Procedure for C11 GPS Observing Procedure for C11 GPS By T. W. Fuller Preparation Customize observing list You can install a list of up to 25 custom objects in the telescope database ahead of time, so that you will have them

More information

SkyCruiser. SkyCruiser for Android

SkyCruiser. SkyCruiser for Android SkyCruiser General Description SkyCruiser is software running under the Android operating system, developed for the purpose of controlling telescopes wirelessly employing Bluetooth and GPS. After mount

More information

User's Guide version: 0.06

User's Guide version: 0.06 TEXAS INSTRUMENTS ASTRONOMICAL RESSOURCES & EPHEMERIS http://yann.duchemin.free.fr/astro/tiare/ User's Guide version: 0.06 F o r TI89 TI92(+) V200 c a l c u l a t o r s 23/12/2005 1/10 Many thanks to :

More information

Observation: NOT OBSERVING Either Not observing, Waiting, On Source, On reference, Scanning etc.

Observation: NOT OBSERVING Either Not observing, Waiting, On Source, On reference, Scanning etc. JODRELL BANK OBSERVATORY 7-M RADIO TELESCOPE: OBSERVING MANUAL The Jodrell Bank internet Observatory (JBiO) is a web interface to Jodrell Bank's 7-m radio telescope. The telescope itself is actually controlled

More information

Series Telescopes. For Models:

Series Telescopes. For Models: Series Telescopes Instruction Manual For Models: 91519 32054 32062 22020 12079 12026 12046 12067 12031 Table of Contents Introduction 5 Advanced VX Mount 6 Assembly 7 Computerized Hand Control 12 Object

More information

Measuring the Milky Way

Measuring the Milky Way Printed: Mar/01/2013 Milky Way Lab Page MW- 13 NAME Name Group NAME Name Date Measuring the Milky Way References B Carroll and D. Ostlie, An Introduction to Modern Astrophysics (Addison-Wesley, 1996),

More information

INSTRUCTION MANUAL. EQ8 Mount V2. Copyright Sky-Watcher

INSTRUCTION MANUAL. EQ8 Mount V2. Copyright Sky-Watcher INSTRUCTION MANUAL EQ8 Mount Copyright Sky-Watcher 121213V2 PART I : SETTING UP THE EQ8 MOUNT PART II : POLAR ALIGNMENT PART III : ELECTRONIC CONTROL INTERFACE PART IV : OTHER FEATURES OF THE EQ8 MOUNT

More information

Due to the fact that we are hurrying to get on the telescope this Tuesday, we will postpone the writing of a formal proposal.

Due to the fact that we are hurrying to get on the telescope this Tuesday, we will postpone the writing of a formal proposal. ASTRONOMY 221 SARA IMAGING EXERCISE Spring 2011 Observing Exercise 4 Introduction: The use of the SARA telescopes at Kitt Peak, Arizona and Cerro Tololo, Chile, permit us to observe fainter objects that

More information

D = telescope aperture h = wavelength of light being observed D and h must be in the same units.

D = telescope aperture h = wavelength of light being observed D and h must be in the same units. the diameter or aperture. Because stars are extremely far away, they appear as point sources of light even with a telescope. Their brightness in the telescope depends only on the size of the aperture.

More information

The Galilean Moons of Jupiter

The Galilean Moons of Jupiter The Galilean Moons of Jupiter Image credit: NASA/JPL Mokusei Ver 1.04 This manual is provided in English language only. The author is not a native speaker of English. The author assumes and provides that

More information

Starlight in the university lab: Astrolab

Starlight in the university lab: Astrolab Starlight in the university lab: Astrolab Project report (Phase 1) (2- year project, started in 2013, to be completed in 2014) 1. Short summary of the completed project that we can place on the website

More information

Hubble's Law and the Age of the Universe

Hubble's Law and the Age of the Universe Hubble's Law and the Age of the Universe Procedure: Name: 1. Login into the network using your user ID and your password. 2. Double click on the Astronomy shortcuts folder on the desktop. 3. Double click

More information

INTRODUCTION TO THE TELESCOPE

INTRODUCTION TO THE TELESCOPE INTRODUCTION TO THE TELESCOPE What will you learn in this Lab? For a few of the labs this semester, you will be using an 8-inch Celestron telescope to take observations. This lab will introduce you to

More information

TABLE OF CONTENTS. Introduction. 5. Assembly. 7. Computerized Hand Control 12. Object Catalog 16. Slewing to an Object 16. Polar Aligning the Mount 25

TABLE OF CONTENTS. Introduction. 5. Assembly. 7. Computerized Hand Control 12. Object Catalog 16. Slewing to an Object 16. Polar Aligning the Mount 25 INSTRUCTION MANUAL For Models: 91523 12010 12011 12012 12017 12018 12019 TABLE OF CONTENTS Introduction. 5 CGEM II Mount. 6 Assembly. 7 Computerized Hand Control 12 Object Catalog 16 Slewing to an Object

More information

Remote Observing with HdA/MPIA's 50cm Telescope

Remote Observing with HdA/MPIA's 50cm Telescope Remote Observing with HdA/MPIA's 50cm Telescope Carolin Liefke AstroTechTalk May 5th 2017 Remote observing with HdA/MPIa's 50cm telescope The telescope and its instrumentation Remote observing how does

More information

Exercise 4.0 PLANETARY ORBITS AND CONFIGURATIONS

Exercise 4.0 PLANETARY ORBITS AND CONFIGURATIONS Exercise 4.0 PLANETARY ORBITS AND CONFIGURATIONS I. Introduction The planets revolve around the Sun in orbits that lie nearly in the same plane. Therefore, the planets, with the exception of Pluto, are

More information

Coordinate Systems. Basis for any 3D Coordinate System. 2. Locate the x-y plane (the fundamental plane ) Usual approach to define angles:

Coordinate Systems. Basis for any 3D Coordinate System. 2. Locate the x-y plane (the fundamental plane ) Usual approach to define angles: Coordinate Systems Basis for any 3D Coordinate System Basic steps for the definition of a 3D coordinate system:. Locate the origin. Locate the -y plane (the fundamental plane ) 3. Decide on direction of

More information

Astronomy is the oldest science! Eclipses. In ancient times the sky was not well understood! Bad Omens? Comets

Astronomy is the oldest science! Eclipses. In ancient times the sky was not well understood! Bad Omens? Comets Astronomy is the oldest science! In ancient times the sky was not well understood! Eclipses Bad Omens? Comets 1 The Ancient Greeks The Scientific Method Our ideas must always be consistent with our observations!

More information

A Comparison Study: Double Star Measurements Made Using an Equatorial Mounted Refractor and an Alt-Az Mounted Reflector

A Comparison Study: Double Star Measurements Made Using an Equatorial Mounted Refractor and an Alt-Az Mounted Reflector Page 261 A Comparison Study: Double Star Measurements Made Using an Equatorial Mounted Refractor and an Alt-Az Mounted Reflector Thomas G. Frey and Lee C. Coombs California Polytechnic State University

More information

COMPUTER ACTIVITY 3: THE SEASONS: LENGTH OF THE DAY

COMPUTER ACTIVITY 3: THE SEASONS: LENGTH OF THE DAY NAME ASTRONOMY 20 SECTION DAY/ S. V. LLOYD COMPUTER ACTIVITY 3: THE SEASONS: LENGTH OF THE DAY Overview Software Configuration The seasonal variation in temperature is due to two changes in the Sun's path

More information

USING YOUR FIELD GUIDE AND STAR CHARTS PRELAB

USING YOUR FIELD GUIDE AND STAR CHARTS PRELAB USING YOUR FIELD GUIDE AND STAR CHARTS PRELAB 1. Explain the main differences between using a star wheel and a star chart to find things in the night sky. 2. Explain the terms Hour Angle, Meridian and

More information

International Dark Sky Community Annual Designation Update 2018

International Dark Sky Community Annual Designation Update 2018 International Dark Sky Community Annual Designation Update 2018 EXECUTIVE SUMMARY Bon Accord has completed and maintained the majority of schedule of projects within the original designation application

More information

Photoelectric Photometry of the Pleiades

Photoelectric Photometry of the Pleiades Photoelectric Photometry of the Pleiades Student Manual A Manual to Accompany Software for the Introductory Astronomy Lab Exercise Document SM 2: Version 1 Department of Physics Gettysburg College Gettysburg,

More information

THE LOSMANDY G-11 MOUNT

THE LOSMANDY G-11 MOUNT Checking the parts THE LOSMANDY G-11 MOUNT Depending on which accessories you ordered, your G-11 mount was shipped in four or more boxes. The contents of each box are as follows: Equatorial Mount Adjustable

More information

Polar Mounts for EME Dishes By, Dale R Parfitt, W4OP

Polar Mounts for EME Dishes By, Dale R Parfitt, W4OP Polar Mounts for EME Dishes By, Dale R Parfitt, W4OP Perhaps the most daunting part of assembling an EME station for 23cM and up is the mechanical aspects of moving the dish. Many of us are very capable

More information

3. When you enter the dome the telescope should be in its parked position.

3. When you enter the dome the telescope should be in its parked position. Chow Telescope Operation (JLW 6-10-16) 1. The green key is located in the large cabinet in the NE area of dome one (16-inch dome). It should be sitting on top of a black pelican case on the third shelf.

More information