POTW #13-11 Photographic Dating

Size: px
Start display at page:

Download "POTW #13-11 Photographic Dating"

Transcription

1 POTW #13-11 Photographic Dating Finding When A Photograph On Google Earth Was Taken John Snyder, FSA October 26, :30 EST Problem Locate West Point on Google Maps. Determine the time, day, month, and year that the satellite photograph was taken. Give several pieces of evidence to support your conclusion. Solution Summary Of Results I estimate that the photograph was take on October 7, 2011 at 11:45 AM EDT. Photographic Analysis We begin by loading the raw photograph of the Battle Monument as copied from Google Earth.

2 2 PhotoDate1311.nb In[1]:= raw Import NotebookDirectory "Battle Monument.png" Out[1]= We want to measure the sun s azimuth and the length of the shadow using this photograph. We first simplify things by detecting edges in the photograph and then drawing a north-south line and the vector from the base of the monument to the tip of the shadow cast on the ground.

3 PhotoDate1311.nb 3 In[2]:= img EdgeDetect raw, 8 ; Show img, Graphics Thickness 0.005, Orange, Line 214.5, 0, 214.5, 512, Arrow 214.5, 222, 125.5, Out[3]= In[4]:= The angle between the two orange lines can now be found. This subtracted from 180 gives the sun s azimuth measured north through east. 180 VectorAngle 125.5, , 222, 214.5, , 222 Degree Out[4]= In[5]:= The height to the top of the statue of Fame is listed in Internet sources as being 75 feet. The length of the shadow cast on the ground as measured from the above picture using the Google Earth ruler is 86 feet. This makes the sun s altitude in degrees: ArcTan Degree Out[5]= Astronomical Calculations At this point we need to undertake some astronomical calculations. The following function will compute the Julian Day Number for any date. The Julian calendar is used prior to October 15, 1582 and the Gregorian calendar on or after that date. See Meeus p60-62.

4 4 PhotoDate1311.nb In[6]:= In[7]:= JD m_?numericq, d_?numericq, y_?numericq : Module month, year, a, b, If m 2, year y 1, year y ; If m 2, month m 12, month m ; a IntegerPart year 100 ; b 2 a IntegerPart a 4 ; If y m 100 d `12, b 0 ; IntegerPart `12 year 4716 IntegerPart `12 month 1 d b `12 ; To calculate the Sun s position we ll use the French VSOP87 analytic theory of the motion of the Earth. We load a package which I wrote for another project that computes these values and make its contents available to the parallel kernels. Needs "VSOP87`" ; ParallelNeeds "VSOP87`" ; To calculate the Sun s altitude and azimuth we ll use the following function based on formulas given in Meeus. Since the precision with which we can measure angles and distances from the photograph is severely limited we ll not introduce any significant refinements. We ignore the Sun s latitude, parallax, light travel time, nutation, variation in obliquity during the year, aberration, and the T time differential; all these factors being immaterial for the present purpose. The only refinement we introduce is a correction for atmospheric refraction in the Sun s apparent altitude if the Sun is above the horizon. Note that the latitude and longitude of the monument as determined from Google Earth is defined in this function. The function also includes an allowance for the fact that West Point is 5 hours behind Greenwich in time. For this reason all local times used in this function are in terms of Eastern Standard Time so any allowance for daylight savings time must be made manually. In[9]:= sun JDay_?NumericQ : Block jd, t, tz 5 24, L , Φ , Θ, Λ, Ε 23.44, Α,, azimuth, altitude, add time zone correction to put JD on Greenwich basis jd JDay tz; jd t ; compute local mean sidereal time in radians Θ Mod jd t 2 t L, 360 Degree; call VSOP87 to get Earth's ecliptic longitude, assume latitude is zero Λ Mod Π Earth t 10 1, 2 Π ; calculate right ascension and declination in radians Α ArcTan Cos Λ, Sin Λ Cos Ε ; ArcSin Sin Ε Sin Λ ; Print Α 15,,Θ 15 Degree ; compute azimuth N E S W and altitude in degrees azimuth Mod Π ArcTan Cos Θ Α Sin Φ Tan Cos Φ, Sin Θ Α, 2 Π Degree; altitude ArcSin Sin Φ Sin Cos Φ Cos Cos Θ Α Degree; increase altitude for refraction if Sun above horizon 50' If altitude , altitude altitude ; 10.3 Tan altitude Degree altitude 5.11 return azimuth and altitude in decimal degrees azimuth, altitude ; In fitting the Sun s position to the photographic data we ll minimize the sum of the squares of the errors in azimuth and altitude measured in degrees. The next cell computes this error. In[10]:= error az_?numericq, al_?numericq : az al 2 ; We ll run the function for all the days during In the next two cells we compute the starting and ending Julian day numbers for these calculations.

5 PhotoDate1311.nb 5 In[11]:= NumberForm JD 1, 1, 2011, 10, ExponentFunction If 10 10, Null, & Out[11]//NumberForm= In[12]:= NumberForm JD 12, 31, 2011, 10, ExponentFunction If 10 10, Null, & Out[12]//NumberForm= In[13]:= In[14]:= The next cell carries out the calculations using parallel kernels. For each day of the year we find the time of day that best fits the photographic data for the Sun s altitude and azimuth. The variable Τ is the fraction of a day measured from the preceding midnight. We assume that Τ must range over the interval of 6:00 am to 6:00 PM EST. data ParallelTable FindMinimum error sun jd Τ, Τ, 0.25, 0.75, jd, , ; Because the Sun passes through the same declination twice in any year there must be two possible solutions for the time the photograph was taken. These solutions will be the values having the smallest errors. We find the days of the year that correspond to these two minima. Position data All, 1, RankedMin data All, 1, & 1, 2 Flatten Out[14]= In[15]:= Out[15]= 65, 280 And the corresponding possible dates on which the photograph was taken are then as follows: DatePlus 2010, 12, 31, & 2011, 3, 6, 2011, 10, 7 In[16]:= The time of day at which the photograph could have been taken can now be determined. We first find the Julian day numbers at the time of the preceding midnight. NumberForm Table jd, jd, , , 280, 10, ExponentFunction If 10 10, Null, & Out[16]//NumberForm= , In[17]:= Out[17]= In[18]:= Out[18]= For the date March 6, 2011 the photograph could have been taken at the following EST. DMSList Τ. Rest FindMinimum error sun Τ, Τ, 0.25, Round 11, 8, 36 For the date October 7, 2011 the photograph could have been taken at the following EST. DMSList Τ. Rest FindMinimum error sun Τ, Τ, 0.25, Round 10, 45, 13 Now from the Google Earth photograph it appears that the picture must have been taken in October instead of early March. In evidence of this we note that there appear to be mature leaves on the trees. In addition, looking at the West Point football stadium it appears to be ready for play. In light of this, the photograph seems to have been taken on October 7. In October West Point would be on Eastern Daylight Time or EDT. From the calculations in the prior cell we would estimate that the photograph was taken at 11:45 AM EDT. It makes sense that Google would take all photographs of this type near noon in order to minimize the length of shadows which can other obscure details in the picture. This leaves us with only the task of finding the year in which the photograph was taken. There may have been construction or other changes at West Point which would be unfamiliar to me. In my experience, however, Google updates photos of important areas frequently. It seems too soon for most 2012 photographs to have published, so we ll guesstimate that the photograph was taken in I estimate that the photograph was take on October 7, 2011 at 11:45 EDT.

6 6 PhotoDate1311.nb References Meeus, Jean, Astronomical Algorithms, Second Edition, Willimann-Bell, 1998

for more please visit :

for more please visit : articlopedia.gigcities.com for more please visit : http://articlopedia.gigcities.com file:///d /important.html9/13/2006 8:50:19 PM CHAPTER 3 ASTRONOMICAL PHENOMENA 3.1 Sunrise, Sunset, and Twilight Introduction

More information

PHYSICS 1030 Homework #9

PHYSICS 1030 Homework #9 PHYSICS 1030 Homework #9 (Due Dec. 6, 2017) Find the position of the planet Mars at time t D December 6, 2017, 5:00 am EST. You will do this by following the steps shown below. (a) Convert the time t to

More information

PHYSICS 1030 Homework #9

PHYSICS 1030 Homework #9 PHYSICS 1030 Homework #9 (Due Dec. 5, 2018, 6:00 pm) Find the position of the planet Mars at time t D December 5, 2018, 7:50 pm EST. You will do this by following the steps shown below. (a) Convert the

More information

ASTRONOMICAL COORDINATE SYSTEMS CELESTIAL SPHERE

ASTRONOMICAL COORDINATE SYSTEMS CELESTIAL SPHERE ASTRONOMICAL COORDINATE SYSTEMS CELESTIAL SPHERE To the naked eye, stars appear fixed on the sky with respect to one another. These patterns are often grouped into constellations. Angular measurements

More information

Sunlight and its Properties II. EE 446/646 Y. Baghzouz

Sunlight and its Properties II. EE 446/646 Y. Baghzouz Sunlight and its Properties II EE 446/646 Y. Baghzouz Solar Time (ST) and Civil (clock) Time (CT) There are two adjustments that need to be made in order to convert ST to CT: The first is the Longitude

More information

Lunar Eclipses:

Lunar Eclipses: Lunar Eclipses: 1996-2020 Page 1 of 4 Lunar Eclipses: 1996-2020 Fred Espenak During the twenty-five year period 1996-2020, the Moon will swing through some portion of Earth's shadow a total of fifty-eight

More information

These notes may contain copyrighted material! They are for your own use only during this course.

These notes may contain copyrighted material! They are for your own use only during this course. Licensed for Personal Use Only DO NOT DISTRIBUTE These notes may contain copyrighted material! They are for your own use only during this course. Distributing them in anyway will be considered a breach

More information

2. Modern: A constellation is a region in the sky. Every object in the sky, whether we can see it or not, is part of a constellation.

2. Modern: A constellation is a region in the sky. Every object in the sky, whether we can see it or not, is part of a constellation. 6/14 10. Star Cluster size about 10 14 to 10 17 m importance: where stars are born composed of stars. 11. Galaxy size about 10 21 m importance: provide a stable environment for stars. Composed of stars.

More information

Computer Activity #3 SUNRISE AND SUNSET: THE SEASONS

Computer Activity #3 SUNRISE AND SUNSET: THE SEASONS NAME(S)!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ASTRONOMY 25 Computer Activity #3 SUNRISE AND SUNSET: THE SEASONS SECTION DAY/TIME S. V. LLOYD Overview The seasonal variation in temperature is due to two changes

More information

Coordinates on the Sphere

Coordinates on the Sphere Survey Observations Coordinates on the Sphere Any position on the surface of a sphere (such as the Earth or the night sky) can be expressed in terms of the angular coordinates latitude and longitude Latitude

More information

Time, coordinates and how the Sun and Moon move in the sky

Time, coordinates and how the Sun and Moon move in the sky Time, coordinates and how the Sun and Moon move in the sky Using the colors and magnitudes of quasars drawn from the SDSS Catalog Archive Server to distinguish quasars from stars using the light they emit

More information

One sine wave is 7.64 minutes peak to peak variation. Two sine waves is 9.86

One sine wave is 7.64 minutes peak to peak variation. Two sine waves is 9.86 WHY THE SUN IS SOMETIMES FAST AND SOMETIMES SLOW As the earth orbits the sun in an ellipse, it goes faster approaching the sun and slower when receding, just like when you throw a ball up in the air and

More information

Celestial mechanics in a nutshell

Celestial mechanics in a nutshell Celestial mechanics in a nutshell Marc van der Sluys CMiaNS.sf.net October 13, 2018 Copyright c 2013 2018 by Marc van der Sluys All rights reserved. No part of this publication may be reproduced, distributed,

More information

RECOMMENDATION ITU-R S Impact of interference from the Sun into a geostationary-satellite orbit fixed-satellite service link

RECOMMENDATION ITU-R S Impact of interference from the Sun into a geostationary-satellite orbit fixed-satellite service link Rec. ITU-R S.1525-1 1 RECOMMENDATION ITU-R S.1525-1 Impact of interference from the Sun into a geostationary-satellite orbit fixed-satellite service link (Question ITU-R 236/4) (21-22) The ITU Radiocommunication

More information

is a revolution relative to a fixed celestial position. is the instant of transit of mean equinox relative to a fixed meridian position.

is a revolution relative to a fixed celestial position. is the instant of transit of mean equinox relative to a fixed meridian position. PERIODICITY FORMULAS: Sidereal Orbit Tropical Year Eclipse Year Anomalistic Year Sidereal Lunar Orbit Lunar Mean Daily Sidereal Motion Lunar Synodical Period Centenial General Precession Longitude (365.25636042

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

Student Exploration: Seasons: Earth, Moon, and Sun

Student Exploration: Seasons: Earth, Moon, and Sun Name: Date: Student Exploration: Seasons: Earth, Moon, and Sun Vocabulary: altitude, axis, azimuth, equinox, horizon, latitude, revolution, rotation, solstice Prior Knowledge Questions (Do these BEFORE

More information

A Sky Full of Stars - II.

A Sky Full of Stars - II. A Sky Full of Stars - II. Learning Objectives! What is the latitude of the Equator and of the Earth s North and South Poles? What is the declination of the Celestial Equator and of the Celestial Poles?!

More information

Aileen A. O Donoghue Priest Associate Professor of Physics

Aileen A. O Donoghue Priest Associate Professor of Physics SOAR: The Sky in Motion Life on the Tilted Teacup Ride Celestial Coordinates and the Day Aileen A. O Donoghue Priest Associate Professor of Physics Reference Points Poles Equator Prime Meridian Greenwich,

More information

Using Your Astrolabe

Using Your Astrolabe Using Your Astrolabe So, you are working on your Astronomy Before the Telescope certification with the Astronomical League. You have built your Astrolabe. Now what? It seems easy enough to use a rotating

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

MiSP Astronomy - Seasons Worksheet #1 L2

MiSP Astronomy - Seasons Worksheet #1 L2 MiSP Astronomy - Seasons Worksheet #1 L2 Name Date Changing Hours of Daylight on Long Island (L 1, 2, 3) Introduction You sometimes hear people say, Days are longer in the summer and shorter in the winter.

More information

Astrology Class Madison, Wisconsin. 43 North 89 West. September Daylight

Astrology Class Madison, Wisconsin. 43 North 89 West. September Daylight Astrology Class Madison, Wisconsin 43 North 89 West 7 32 September 21 2005 Daylight Astrology Class Madison, Wisconsin September 21,2005 7:32 43 North 89 West Names & Planetary Character Luminaries Symbols

More information

Time and Diurnal Motion

Time and Diurnal Motion Time and Diurnal Motion Time and Diurnal Motion A. Geography: mapping the earth 2 B. Equatorial Coordinates C. Local Horizon System Updated 2014Jan11 A. Geography: mapping the earth Geometry: measure the

More information

Chapter S1 Lecture. The Cosmic Perspective Seventh Edition. Celestial Timekeeping and Navigation Pearson Education, Inc.

Chapter S1 Lecture. The Cosmic Perspective Seventh Edition. Celestial Timekeeping and Navigation Pearson Education, Inc. Chapter S1 Lecture The Cosmic Perspective Seventh Edition Celestial Timekeeping and Navigation 2014 Pearson Education, Inc. Celestial Timekeeping and Navigation 2014 Pearson Education, Inc. S1.1 Astronomical

More information

Gnomon (a thin, round stick at least a foot long and capable of being put into the ground or stood up vertically)

Gnomon (a thin, round stick at least a foot long and capable of being put into the ground or stood up vertically) Name: Partner(s): Lab #3 Celestial Navigation Due 7/2 Objectives In this lab you will take measurements of the sun s motion around noon and the north star s position in the sky. You will use this data

More information

Transforming from Geographic to Celestial Coordinates

Transforming from Geographic to Celestial Coordinates Transforming from Geographic to Celestial Coordinates Michael McEllin 1 Introduction The simplest astronomical observation of all is that the stars appear to move around the Earth (which, of course is

More information

EAS 535 Laboratory Exercise Solar Radiation

EAS 535 Laboratory Exercise Solar Radiation EAS 535 Laboratory Exercise Solar Radiation Lab Objectives: Estimate the atmospheric optical depth and solar constant from a set of measurements of the total and diffuse solar radiation at the surface.

More information

Time and Diurnal Motion

Time and Diurnal Motion Time and Diurnal Motion Time and Diurnal Motion A. Geography: mapping the earth 2 B. Equatorial Coordinates C. Local Horizon System Updated Sep 30, 2012 A. Geography: mapping the earth Geometry: measure

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

Earth Science Seasons Test Name Per Date

Earth Science Seasons Test Name Per Date Name Per Date Page 1 1. The diagram below represents four positions of the Earth as it revolves around the Sun. 5. Base your answer to the following question on the diagram below, which shows the apparent

More information

The time they chose was the Vernal Equinox of March 20, 2000, at 7:30 AM Greenwich Mean Time (GMT). Right Ascension Offset

The time they chose was the Vernal Equinox of March 20, 2000, at 7:30 AM Greenwich Mean Time (GMT). Right Ascension Offset Star Coordinates and the Celestial Dome Astronomers have mapped out the sky in the shape of a spherical dome the Celestial Sphere, where earth is just a tiny spec at the center of the dome. The celestial

More information

Coordinate Systems for Astronomy or: How to get your telescope to observe the right object

Coordinate Systems for Astronomy or: How to get your telescope to observe the right object Coordinate Systems for Astronomy or: How to get your telescope to observe the right object Figure 1: Basic definitions for the Earth Definitions - Poles, Equator, Meridians, Parallels The rotation of the

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

For most observers on Earth, the sun rises in the eastern

For most observers on Earth, the sun rises in the eastern 632 CHAPTER 25: EARTH, SUN, AND SEASONS WHAT IS THE SUN S APPARENT PATH ACROSS THE SKY? For most observers on Earth, the sun rises in the eastern part of the sky. The sun reaches its greatest angular altitude

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

MiSP Astronomy Seasons Worksheet #1 L1

MiSP Astronomy Seasons Worksheet #1 L1 MiSP Astronomy Seasons Worksheet #1 L1 Name Date CHANGING HOURS OF DAYLIGHT ON LONG ISLAND Introduction You sometimes hear people say, Days are longer in the summer and shorter in the winter. That is a

More information

Essential Astrophysics

Essential Astrophysics ASTR 530 Essential Astrophysics Course Notes Paul Hickson The University of British Columbia, Department of Physics and Astronomy January 2015 1 1 Introduction and review Several text books present an

More information

pyorbital Documentation

pyorbital Documentation pyorbital Documentation Release 1.5.0+1.g6470079.dirty The Pytroll crew Nov 16, 2018 Contents 1 Installation 3 2 TLE files 5 3 Computing satellite position 7 4 Use actual TLEs to increase accuracy 9 5

More information

(defun solar-longitude-at-moment (moment) ;; TYPE moment -> angle ;; Longitude of sun at moment. (solar-longitude (jd-from-moment moment))) Finally, w

(defun solar-longitude-at-moment (moment) ;; TYPE moment -> angle ;; Longitude of sun at moment. (solar-longitude (jd-from-moment moment))) Finally, w Implementing Solar Astronomical Calendars Nachum Dershowitz Edward M. Reingold Department of Computer Science University of Illinois at Urbana-Champaign 1304 West Springfield Avenue Urbana, Illinois 61801-2987,

More information

UNIVERSITY OF TORONTO

UNIVERSITY OF TORONTO UNIVERSITY OF TORONTO t ERINDALE [;J CAMPUS "'~.. SURVEY SCIENCE AN ALGORITHM FOR THE AZIMUTH OF POLARIS by R. C. GUNN, Q L. S. and M. R. CRAYMER Technical Report No.8 September 1985 R.C. Gunn. O.L.S.

More information

ClassAction: Coordinates and Motions Module Instructor s Manual

ClassAction: Coordinates and Motions Module Instructor s Manual ClassAction: Coordinates and Motions Module Instructor s Manual Table of Contents Section 1: Warm-up Questions...3 The Sun s Path 1 4 Section 2: General Questions...5 Sledding or Going to the Beach...6

More information

NATIONAL UNIVERSITY OF SINGAPORE DEPARTMENT OF MATHEMATICS SEMESTER 2 EXAMINATION Heavenly Mathematics: Cultural Astronomy

NATIONAL UNIVERSITY OF SINGAPORE DEPARTMENT OF MATHEMATICS SEMESTER 2 EXAMINATION Heavenly Mathematics: Cultural Astronomy 1 GEK1506 NATIONAL UNIVERSITY OF SINGAPORE DEPARTMENT OF MATHEMATICS SEMESTER 2 EXAMINATION 2005 2006 GEK1506 Heavenly Mathematics: Cultural Astronomy April/May 2006 Time allowed: 2 hours 1. After taking

More information

Oberth: Energy vs. Momentum

Oberth: Energy vs. Momentum 1 2 The Oberth Effect 3 Oberth: Energy vs. Momentum 4 The Celestial Sphere From our perspective on Earth the stars appear embedded on a distant 2-dimensional surface the Celestial Sphere. 5 The Celestial

More information

NATIONAL UNIVERSITY OF SINGAPORE DEPARTMENT OF MATHEMATICS SEMESTER 1 EXAMINATION Heavenly Mathematics: Cultural Astronomy

NATIONAL UNIVERSITY OF SINGAPORE DEPARTMENT OF MATHEMATICS SEMESTER 1 EXAMINATION Heavenly Mathematics: Cultural Astronomy 1 GEK1506 NATIONAL UNIVERSITY OF SINGAPORE DEPARTMENT OF MATHEMATICS SEMESTER 1 EXAMINATION 2005 2006 GEK1506 Heavenly Mathematics: Cultural Astronomy November 2005 Time allowed: 2 hours 1. After taking

More information

Aileen A. O Donoghue Priest Associate Professor of Physics

Aileen A. O Donoghue Priest Associate Professor of Physics SOAR: The Sky in Motion Life on the Tilted Teacup Ride The Year Aileen A. O Donoghue Priest Associate Professor of Physics Celestial Coordinates Right Ascension RA or From prime meridian (0 h ) to 23 h

More information

Celestial Sphere Spectroscopy (Something interesting; e.g., advanced data analyses with IDL)

Celestial Sphere Spectroscopy (Something interesting; e.g., advanced data analyses with IDL) AST326, 2010 Winter Semester Celestial Sphere Spectroscopy (Something interesting; e.g., advanced data analyses with IDL) Practical Assignment: analyses of Keck spectroscopic data from the instructor (can

More information

Which Earth latitude receives the greatest intensity of insolation when Earth is at the position shown in the diagram? A) 0 B) 23 N C) 55 N D) 90 N

Which Earth latitude receives the greatest intensity of insolation when Earth is at the position shown in the diagram? A) 0 B) 23 N C) 55 N D) 90 N 1. In which list are the forms of electromagnetic energy arranged in order from longest to shortest wavelengths? A) gamma rays, x-rays, ultraviolet rays, visible light B) radio waves, infrared rays, visible

More information

Week 2. Problem Set 1 is due Thursday via Collab. Moon awareness Weather awareness

Week 2. Problem Set 1 is due Thursday via Collab. Moon awareness Weather awareness Week 2 Lab 1 observa.ons start real soon (in progress?) Prelab done? Observa.ons should wrap up this week. Lab 2 + Prelab 2 will be out next week early and observa.ons will follow Lab 1 write-up guidance

More information

OBSERVING PROJECT PARTNER ELECTION

OBSERVING PROJECT PARTNER ELECTION ASTRONOMY 25 NOON SUN PROJECT P. P. 1 Name(s) Section Day/Time Fill in either Part 1 or Part 2. OBSERVING PROJECT PARTNER ELECTION Part I. SOLO OBSERVER I will do the observing project by myself. I will

More information

A UNIFORM METHOD TO COMPUTE FLAT SUNDIALS

A UNIFORM METHOD TO COMPUTE FLAT SUNDIALS A UNIFORM METHOD TO COMPUTE FLAT SUNDIALS usable all over the world by fer j. de vries, netherlands example of sundials on a dodecahedron date: january 1997, revised october 2002 Last Modified 02/05/2004

More information

Name: Date: 5. The bright stars Vega, Deneb, and Altair form A) the summer triangle. B) the winter triangle. C) the Big Dipper. D) Orion, the Hunter.

Name: Date: 5. The bright stars Vega, Deneb, and Altair form A) the summer triangle. B) the winter triangle. C) the Big Dipper. D) Orion, the Hunter. Name: Date: 1. If there are about 6000 stars in the entire sky that can be seen by the unaided human eye, about how many stars would be seen at a particular instant on a given dark night from a single

More information

ZW2000 and Your Sundial

ZW2000 and Your Sundial 1 The Sundial Primer created by At this point I assume that you have downloaded and set up ZW2000 on your computer. If not please read Getting Started with ZW2000. Initiate the program ZW2000. Figure 1

More information

Earth s Time Zones. Time Zones In The United States

Earth s Time Zones. Time Zones In The United States Name: Mr. DeLeo Date: Period: Earth s Time Zones Goal: Students will understand why humans have developed time zones on Earth, and how to figure out time at different positions on Earth. Background: One

More information

6/17. Universe from Smallest to Largest:

6/17. Universe from Smallest to Largest: 6/17 Universe from Smallest to Largest: 1. Quarks and Leptons fundamental building blocks of the universe size about 0 (?) importance: quarks combine together to form neutrons and protons. One of the leptons

More information

Research On Sun Shadow Positioning Genetic Algorithm Based On BP Neural Network Xu Ying

Research On Sun Shadow Positioning Genetic Algorithm Based On BP Neural Network Xu Ying 2nd International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2016) Research On Sun Shadow Positioning Genetic Algorithm Based On BP Neural Network Xu Ying North

More information

Welcome to Astronomy 402/602

Welcome to Astronomy 402/602 Welcome to Astronomy 402/602 Introductions Syllabus Telescope proposal Coordinate Systems (Lecture) Coordinate System Exercise Light (Lecture) Telescopes (Lecture) Syllabus Course goals Course expectations

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

C) wavelength C) eastern horizon B) the angle of insolation is high B) increases, only D) thermosphere D) receive low-angle insolation

C) wavelength C) eastern horizon B) the angle of insolation is high B) increases, only D) thermosphere D) receive low-angle insolation 1. What is the basic difference between ultraviolet, visible, and infrared radiation? A) half-life B) temperature C) wavelength D) wave velocity 2. In New York State, the risk of sunburn is greatest between

More information

Topic Guide: The Celestial Sphere. GCSE (9-1) Astronomy. Pearson Edexcel Level 1/Level 2 GCSE (9-1) in Astronomy (1AS0)

Topic Guide: The Celestial Sphere. GCSE (9-1) Astronomy. Pearson Edexcel Level 1/Level 2 GCSE (9-1) in Astronomy (1AS0) Topic Guide: The Celestial Sphere GCSE (9-1) Astronomy Pearson Edexcel Level 1/Level 2 GCSE (9-1) in Astronomy (1AS0) The Celestial Sphere Contents Specification Points 1 The Astronomy 2 Equatorial coordinates

More information

pyorbital Documentation

pyorbital Documentation pyorbital Documentation Release v1.3.1 The Pytroll crew Sep 14, 2018 Contents 1 Installation 3 2 TLE files 5 3 Use actual TLEs to increase accuracy 7 3.1 TLE files.................................................

More information

ZW2000 and Your Vertical Sundial Carl Sabanski

ZW2000 and Your Vertical Sundial Carl Sabanski 1 The Sundial Primer created by At this point I assume that you have downloaded and set up ZW2000 on your computer and have also read the overview document. If not please read Getting Started with ZW2000

More information

https://www.webassign.net/v4cgi/assignments/pre...

https://www.webassign.net/v4cgi/assignments/pre... Practice Test 2 Part A Chap 1 Sections 5,6,7,8 (11514149) Question 12345678910111213141516171819202122232425262728293031323334353 Description This is one of two practice tests to help you prepare for Test

More information

Appearance of the Sky Orientation Motion of sky Seasons Precession (?)

Appearance of the Sky Orientation Motion of sky Seasons Precession (?) Today Appearance of the Sky Orientation Motion of sky Seasons Precession (?) The Celestial Sphere Stars at different distances all appear to lie on the celestial sphere. The ecliptic is the Sun s apparent

More information

Geometry of Earth Sun System

Geometry of Earth Sun System 12S56 Geometry of Earth Sun System Figure below shows the basic geometry Northern Hemisphere Winter ω equator Earth s Orbit Ecliptic ω ω SUN equator Northern Hemisphere Spring Northern Hemisphere Fall

More information

ME 476 Solar Energy UNIT THREE SOLAR RADIATION

ME 476 Solar Energy UNIT THREE SOLAR RADIATION ME 476 Solar Energy UNIT THREE SOLAR RADIATION Unit Outline 2 What is the sun? Radiation from the sun Factors affecting solar radiation Atmospheric effects Solar radiation intensity Air mass Seasonal variations

More information

Fundamentals of Satellite technology

Fundamentals of Satellite technology Fundamentals of Satellite technology Prepared by A.Kaviyarasu Assistant Professor Department of Aerospace Engineering Madras Institute Of Technology Chromepet, Chennai Orbital Plane All of the planets,

More information

Appearance of the Sky Orientation Motion of sky Seasons Precession (?)

Appearance of the Sky Orientation Motion of sky Seasons Precession (?) Today Appearance of the Sky Orientation Motion of sky Seasons Precession (?) The Celestial Sphere Stars at different distances all appear to lie on the celestial sphere. The ecliptic is the Sun s apparent

More information

March 21. Observer located at 42 N. Horizon

March 21. Observer located at 42 N. Horizon March 21 Sun Observer located at 42 N Horizon 48 June 21 March 21 A 48 90 S 23.5 S 0 23.5 N 42 N 90 N Equator (June 21) C (March 21) B A 71.5 48 Horizon 24.5 Observer Sun 40 Observer Sun 22 Observer Sun

More information

Modern Navigation. Thomas Herring

Modern Navigation. Thomas Herring 12.215 Modern Navigation Thomas Herring Review of Monday s Class Spherical Trigonometry Review plane trigonometry Concepts in Spherical Trigonometry Distance measures Azimuths and bearings Basic formulas:

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

Chapter 1: Discovering the Night Sky. The sky is divided into 88 unequal areas that we call constellations.

Chapter 1: Discovering the Night Sky. The sky is divided into 88 unequal areas that we call constellations. Chapter 1: Discovering the Night Sky Constellations: Recognizable patterns of the brighter stars that have been derived from ancient legends. Different cultures have associated the patterns with their

More information

PHAS 1511: Foundations of Astronomy

PHAS 1511: Foundations of Astronomy PHAS 1511: Foundations of Astronomy Dr Roger Wesson Research interests: deaths of stars. Planetary nebulae, novae and supernovae. Astronomy: some maths You can see that distances in astronomy are huge.

More information

Astron 104 Laboratory #2 The Celestial Sphere

Astron 104 Laboratory #2 The Celestial Sphere Name: Date: Section: Astron 104 Laboratory #2 The Celestial Sphere Basic Setup Once the celestial sphere is properly setup, it will serve as an exact model of the heavens relative to your location on Earth.

More information

Astronomy 101: 9/18/2008

Astronomy 101: 9/18/2008 Astronomy 101: 9/18/2008 Announcements Pick up a golf ball at the front of the class or get one from Alex; you will need it for an in-class activity today. You will also need the question sheet from Alex.

More information

Time and Diurnal Motion. 1a. The Earth Is Flat. 1c. Aristotle ( BC) 1b. The Earth Is Round. Time and Diurnal Motion

Time and Diurnal Motion. 1a. The Earth Is Flat. 1c. Aristotle ( BC) 1b. The Earth Is Round. Time and Diurnal Motion Time and Diurnal Motion Time and Diurnal Motion A. Geography: mapping the earth 2 B. Equatorial Coordinates C. Local Horizon System A. Geography: mapping the earth Geometry: measure the earth! 1) The earth

More information

In all cases assume the observer is located at the latitude of Charlottesville (38 degrees north).

In all cases assume the observer is located at the latitude of Charlottesville (38 degrees north). 1. Recalling that azimuth is measured around the sky from North (North is 0 degrees, East is 90 degrees, South is 180 degrees, and West is 270 degrees) estimate (do not calculate precisely) the azimuth

More information

ASTRO Fall 2012 LAB #2: Observing the Night Sky

ASTRO Fall 2012 LAB #2: Observing the Night Sky ASTRO 1050 - Fall 2012 LAB #2: Observing the Night Sky ABSTRACT Today we will be calibrating your hand as an angular measuring device, and then heading down to the planetarium to see the night sky in motion.

More information

PHSC 1053: Astronomy Time and Coordinates

PHSC 1053: Astronomy Time and Coordinates PHSC 1053: Astronomy Time and Coordinates Astronomical Clocks Earth s Rotation on its Axis Time between two successive meridian transits of the sun 1 solar day (our adopted clock time) 24 hours (86,400

More information

ASTR-1010: Astronomy I Course Notes Section II

ASTR-1010: Astronomy I Course Notes Section II ASTR-1010: Astronomy I Course Notes Section II Dr. Donald G. Luttermoser Department of Physics and Astronomy East Tennessee State University Edition 2.0 Abstract These class notes are designed for use

More information

Local Coordinates. These are centered upon you, the observer.

Local Coordinates. These are centered upon you, the observer. Astronomy 30, Observing #3 Name: Lab Partners: Date: Materials: This lab, with the star chart completed from the pre-lab. Some sheets of paper for sketches. A pencil with eraser. A small flashlight, ideally

More information

3. The Sun s Position

3. The Sun s Position 3. The Sun s Position In order to understand how to collect energy from the sun, one must first be able to predict the location of the sun relative to the collection device. In this chapter we develop

More information

Vigyan Pratibha Learning Unit (Student version) Shadows

Vigyan Pratibha Learning Unit (Student version) Shadows Shadows Take a look around and you will notice that all things form shadows. You must have played in the ground on a bright sunny day and seen that shadow formed by your body runs around with you. Have

More information

Compendium* A Mean Time Sundial by Hendrik Hollander

Compendium* A Mean Time Sundial by Hendrik Hollander Volume 3 Number ISSN 074-397 (printed) ISSN 074-8059 (digital) June 006 The Journal of the North American Sundial Society Compendium* A Mean Time Sundial by Hendrik Hollander Time and reflection change

More information

Astronomy. Unit 2. The Moon

Astronomy. Unit 2. The Moon Astronomy Unit 2 The Moon 1 Traveling on Spaceship Earth Although we imagine ourselves to be at rest, the Earth takes part in the motions outlined below. The Earth spins about its N-S axis, with a period

More information

Physics 312 Introduction to Astrophysics Lecture 3

Physics 312 Introduction to Astrophysics Lecture 3 Physics 312 Introduction to Astrophysics Lecture 3 James Buckley buckley@wuphys.wustl.edu Lecture 3 Celestial Coordinates the Planets and more History Reason for the Seasons Summer Solstice: Northern Hemisphere

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

Earth Motions Packet 14

Earth Motions Packet 14 Earth Motions Packet 14 Your Name Group Members Score Minutes Standard 4 Key Idea 1 Performance Indicator 1.1 Explain complex phenomena, such as tides, variations in day length, solar insolation, apparent

More information

Earth s Orbit. Sun Earth Relationships Ridha Hamidi, Ph.D. ESCI-61 Introduction to Photovoltaic Technology

Earth s Orbit. Sun Earth Relationships Ridha Hamidi, Ph.D. ESCI-61 Introduction to Photovoltaic Technology 1 ESCI-61 Introduction to Photovoltaic Technology Sun Earth Relationships Ridha Hamidi, Ph.D. Spring (sun aims directly at equator) Winter (northern hemisphere 23.5 tilts away from sun) 2 Solar radiation

More information

Astronomy 291. Professor Bradley M. Peterson

Astronomy 291. Professor Bradley M. Peterson Astronomy 291 Professor Bradley M. Peterson The Sky As a first step, we need to understand the appearance of the sky. Important points (to be explained): The relative positions of stars remain the same

More information

DRAFT OF NOMENCLATURE & TERMINOLOGY FOR IAU WG 1

DRAFT OF NOMENCLATURE & TERMINOLOGY FOR IAU WG 1 s TIO terrestrial intermediate origin DRAFT OF NOMENCLATURE & TERMINOLOGY FOR IAU WG 1 This is not a complete list. Symbols are not, and need not necessarily be unique, eg φ is used for latitude, both

More information

ILLUSTRATING SHADOWS TABLE OF CONTENTS

ILLUSTRATING SHADOWS TABLE OF CONTENTS ILLUSTRATING SHADOWS TABLE OF CONTENTS 316 pages Introduction Chapter Page Introduction and "A Quick Hands On Project" Part One 1 10 The approximate evolution of the dial 2 13 How the earth does its thing

More information

Solar Position Algorithm for Solar Radiation Applications

Solar Position Algorithm for Solar Radiation Applications Revised January 2008 NREL/TP-560-34302 Solar Position Algorithm for Solar Radiation Applications Ibrahim Reda and Afshin Andreas National Renewable Energy Laboratory 1617 Cole Boulevard Golden, Colorado

More information

Chapter 2 Lecture. The Cosmic Perspective Seventh Edition. Discovering the Universe for Yourself Pearson Education, Inc.

Chapter 2 Lecture. The Cosmic Perspective Seventh Edition. Discovering the Universe for Yourself Pearson Education, Inc. Chapter 2 Lecture The Cosmic Perspective Seventh Edition Discovering the Universe for Yourself Discovering the Universe for Yourself 2.1 Patterns in the Night Sky Our goals for learning: What does the

More information

Time and Diurnal Motion. 1a. The Earth Is Flat. 1c. Aristotle ( BC) 1b. The Earth Is Round. Time and Diurnal Motion

Time and Diurnal Motion. 1a. The Earth Is Flat. 1c. Aristotle ( BC) 1b. The Earth Is Round. Time and Diurnal Motion Time and Diurnal Motion Time and Diurnal Motion A. Geography: mapping the earth 2 B. Equatorial Coordinates C. Local Horizon System Updated April 12, 2006 A. Geography: mapping the earth Geometry: measure

More information

PHYS 160 Astronomy Test #1 Fall 2017 Version B

PHYS 160 Astronomy Test #1 Fall 2017 Version B PHYS 160 Astronomy Test #1 Fall 2017 Version B 1 I. True/False (1 point each) Circle the T if the statement is true, or F if the statement is false on your answer sheet. 1. An object has the same weight,

More information

announcements 5/1/08 L10 Analysis and Design Tools 5/1/08 Analysis and Design Tools

announcements 5/1/08 L10 Analysis and Design Tools 5/1/08 Analysis and Design Tools Analysis and Design Tools ARCH 331/431 Spring 2008 Lecture 10 announcements 5/1/08 Information Meeting: INDIA program winter 2009 Friday May 2, 12:30, Gould 208P Assignment 4: Shading Model Studies Available

More information

Introduction To Modern Astronomy I: Solar System

Introduction To Modern Astronomy I: Solar System ASTR 111 003 Fall 2007 Lecture 02 Sep. 10, 2007 Introduction To Modern Astronomy I: Solar System Introducing Astronomy (chap. 1-6) Planets and Moons (chap. 7-15) Chap. 16: Our Sun Chap. 28: Search for

More information

Earth s Rotation. reflect

Earth s Rotation. reflect reflect In ancient Greece, people believed that powerful gods were responsible for all things that happened in nature. The Greeks believed that Helios, the Sun god, drove his fiery chariot from one end

More information

Latitude and Longitude. North. Latitude. South

Latitude and Longitude. North. Latitude. South Latitude and Longitude North Latitude Longitude South 54 North America 55 Longitude Latitude United States 56 Latitude New York 72w 44n 42n 57 Site Location The site location is specified by a latitude

More information