Skip to content

HackTheSolarSystem/star-track

Repository files navigation

star-track

Addressing Track The Stardust

Created by star-track

  • Zak Aroui: ZakAroui
  • Matt Casey: MattMCasey
  • Max Gribov: mgribov
  • Emma Jablonski: emmajab
  • Sarah Mathew: sarahmathew
  • Michael Saunders: pluto8195
  • Madelyne Xiao: madelyne

Solution Description

In order to calculate the metrics for the stardust, we needed to generate accurate trails. At first we tried to binarize the data but there was too much noise. This issue also affected our attempt to find edges in the picture. We then decided to denoise the data through multiple steps. We used a blue threshold filter, a standard deviation filter, and an average filter. These filters, used in order, work well to reduce noise in the first data set. The second data set still has background noise so the thresholds/parameters could be tweaked more. We then created two kinds of resulting data. One is a 2D stack (a single 2D picture) of the data to calculate some desired metrics. The other is the slices of data with their trails filled in. To create filled trails, we extracted points in the data and then connected them to form an outline. Future work includes using a GPU for some image processing functions because the data has ~12 million points per picture. It also includes generating image slices from the x and y directions to get a better view for some metrics such as the radius of entry area.

Installation Instructions

You must list by name all software packages, APIs, frameworks, databases, or any other tools or libraries you used.

You must also provide any step-by-step instructions for installation of your solution.

The following steps are for MacOS systems

About

Repo for the Star Track team @ Hack the Solar System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published