1 / 19

A Presentation for the 8 th semester Project Work 2 Entitled Extracting Stars from Sky Images: Applications to TAUVEX/

A Presentation for the 8 th semester Project Work 2 Entitled Extracting Stars from Sky Images: Applications to TAUVEX/ASTROSAT Being carried out at Indian Institute of Astrophysics By Sindhu Ravishankar 1PI01CS103 Sneader Sequeira 1PI01CS104 Sourav Basu 1PI01CS105

michael
Download Presentation

A Presentation for the 8 th semester Project Work 2 Entitled Extracting Stars from Sky Images: Applications to TAUVEX/

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Presentation for the 8th semester Project Work 2 Entitled Extracting Stars from Sky Images: Applications to TAUVEX/ASTROSAT Being carried out at Indian Institute of Astrophysics By Sindhu Ravishankar 1PI01CS103 Sneader Sequeira 1PI01CS104 Sourav Basu 1PI01CS105 Varun Sarin 1PI01CS113 Feb’05 – May’05 DEPARTMENT OF COMPUTER SCIENCE PES INSTITUTE OF TECHNOLOGY, 100 FEET RING ROAD, BSK-III STAGE, BANGALORE – 560 085

  2. TAUVEX • Satellite to be launched by India as part of it’s developing space program • India’s first multi-wavelength astronomy satellite • Part Telescope - part communication satellite • Project related to the telescope aspect of the satellite

  3. Software for TAUVEX • IIA is developing ASTROJ. • Various algorithms and tools are provided • The first module that we developed is the point source algorithm • Original algorithm provided by European Southern Observatory

  4. Point Source Algorithm • Stars are usually point objects that are easily detected and distinguished by our eyes • But when placed on film, they tend to spread and form spheres called as Gaussian Surfaces • Discrepancies may arise. • Hence an algorithm is present that allows us to individually trace and label all point objects in the image

  5. Unique features (Design) • FITS images processed • Integration of various detection methods • Additional tools to fine tune output

  6. FITS Images • Flexible Image Transport System • Entirely new format of images • N-dimensional, goes beyond standard images • Format [PICTURE]

  7. Default Values FITS Image Display Main Process User Setting Smear, FinePos, FWHM, PHOT and Detected Method Flags and Values Program Directed Graphical Output Textual Output with X,Y coordinates,Median values Data Flow Diagram

  8. Detection methods • Two different detection methods can be used : • Kappa Sigma method • Squares method • Objective in both is to detect point objects and store in the respective structure.

  9. Kappa Sigma Method • Bright objects are detected when: 1. Peak is greater than threshold 2. Cover a surface of at least of 3x3 pixels. • Smearing option available for images covering smaller area. • Look for signals 2 deviations above median pixel value.

  10. Process 1. Smearing (optional) 2. Binary mapping 3. Perform binary morphological erosion to remove bad pixels. 4. Apply flood fill algorithm 5. Fine positioning (optional)

  11. Squares Method • standard deviation filter applied to the image • make the bright points appear like squares • squares image used as a mask to detect objects • morphological closing applied and remaining objects registered

  12. Additional tools provided • FWHM calculation • Fine positioning • Photometry calculations

  13. FWHM Calculation • Full Width Half Maximum • Used as a standard to measure the width value of Gaussian surfaces • FWHM flag set to toggle working

  14. Fine Pos Calculation • A type of filtering mechanism that treats bright peaks like bright squares • For each found peak position: • Calculate median pixel value • Compute barycenter using background • Limitation: all peaks must be of similar size

  15. Photometry calculation • Uses principles of photometry to investigate a star’s • Magnitude • Color • MAGNITUDE gives relative idea of its luminosity and distance • COLOR gives surface temperature

  16. Graphical user Interface • The following GUI elements have been incorporated in our project: • JFrame • JPanel • JMenu • JMenuItem • WindowListener • WindowAdapter • MouseListenerMouseMotionListener • JButton • ActionListener • Ellipse2D.Double • JSlider • JTextArea • MouseMotionAdapter

  17. Output • The structure detected keeps count of the number of detected objects after the kappa sigma or squares method is initiated. • For all the objects detected, the following is done • 1. The x and y coordinates are obtained • 2. Ellipses are drawn on the screen corresponding to these values

  18. Conclusion • Provides astrophysics tools with advantages of programming in Java • Is an important tool that is useful for astronomical purposes • Is a crucial part of a series of tools to be used for data and image validation

  19. Thank You

More Related