Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

16
Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

description

Image Processing Comet Finding Group: Supernova. Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs. Introduction. The goal of this project is to create a suite of programs using MATLAB to find possible comets from images taken by the SOHO satellite. - PowerPoint PPT Presentation

Transcript of Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

Page 1: Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

Sheena PatelKeith HawkinsJoey StarnesDaniel Jacobs

Page 2: Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

Introduction

1. The goal of this project is to create a suite of programs using MATLAB to find possible comets from images taken by the SOHO satellite.

2. MATLAB- a program that has integrated image processing toolboxes.

3. Image Processing

Page 3: Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

The SOHO Satellite

1. SOHO stands for the Solar and Heliospheric Observatory.

2. SOHO is an international collaboration between ESA and NASA

3. SOHO studies the Sun from its deep core to the solar winds

4. SOHO orbits in a special orbit called L1 Lagrangian point, which allows it to observe the sun 24/7

5. We used data from the Large Angle and Spectrometric Coronagraph (LASCO) to run through our programs.

Figure 1: Example input pictureCourtesy of:

http://sohowww.nascom.nasa.gov/data/realtime/c2/1024/latest.html

Page 4: Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

General Introduction to Comets• Comets are small,

irregularly shaped astronomical bodies

• Most Comets are composed of a mixture of small grains and frozen gases.

• Comets have highly

eccentric orbits which make them extremely bright and visible to the naked eye

• Therefore comets have a unique structure built of two parts:– Nucleus– Tail

Figure 2: (a) example of a circle and ellipse.

(B) Structure of a comet

Courtesy of:http://www.solarviews.com/eng/comet.htm

a. b.

Page 5: Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

Concepts Behind the Project

• Images coming from LASCO, once masked, have bright dots that can either be stars or comets

• In order to extract the comets from the background stars the project makes use running images in sets of four and the program will watch the dots to see which dots are not moving in harmony with the background dots or stars

Figure 3: picture of SOHO comet

Courtesy of:http://www.cnn.com/2005/TECH/space/01/26/comet.contest/

Page 6: Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

Procedure: Step 1

1. Get pictures from directory

2. Isolate date and time from picture name

3. Calculate time between images

4. Store date, time, and elapsed time for later use

*See Animations

Page 7: Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

Procedure: Step 2• involves using MATLAB

to determine the coordinates of all of the bright spots on the masked images.

• writing code to seek out all the bright spots

Figure 4: Masked SOHO image

*See Animations

Page 8: Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

Procedure: Step 3

• takes the output of step 2

• takes multiple masked images and calculates distances

• applies distance constraints to make a list of possible trajectories

*See Animations

Page 9: Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

Procedure: Step 4

1. Take input of points in 2 images

2. Connect into paths through 4 images

3. Check for consistent distance

4. Check for angles and linear relationship

*See Animations

Page 10: Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

Procedure: Step 5

1. Take in coordinates of comet paths

2. Make circle around coordinates

3. Change contrast inside circle- Results in highlighted comet

*See Animations

Page 11: Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

Procedure: Step 6

1. Main Loop

2. Connects previous five steps

3. Coordinates inputs and outputs

4. Prints final comet images

*See Animations

Page 12: Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

Applications

1. Program used to find comets

2. Increased knowledge of galactic neighborhood

- NASA can keep tabs on objects close to earth

3. Programs can be modified for other purposes

.

Page 13: Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

Conclusions

• Although there was not enough time to go through new data, the programs that was written by team supernova was able to identify previously known comets from SOHO data!!

Figure : Picture of a SOHO comet

Courtesy of:http://www.esa.int/esaCP/ESA26YTM5JC_FeatureWeek_1.html

Page 14: Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

Movie Animation

Page 15: Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

Comets from May 6, 2005

Page 16: Sheena Patel Keith Hawkins Joey Starnes Daniel Jacobs

??????ANY QUESTIONS??????