Skip to the content.

Team Members

Abstract

Large dust storms are a common occurrence on Mars. Martian dust devils are known to contribute to these dust storms and are thought to be an even larger contributor to these storms. The Python package Muldoon was created to analyze data from the Mars Environmental Dynamics Analyzer (MEDA) to find these dust devils from wind speed and air pressure data. The extent to which these dust devils affect Martian atmospheric conditions is currently not well known. Allowing researchers to analyze this data to search for dust devils helps fill these holes in the data.

While the Muldoon program is currently capable of generating graphs to visualize the Martian data, the images are static and can only be viewed locally. The aim of this project is to create an interactive webpage that can render the Mars 2020 MEDA data graphs dynamically, allowing researchers to explore the data and collarborate in a more effective manner. Incorporation of Muldoon’s existing analysis tools will build upon the interactive webpage implementation in the future.

Project Description

What was built

The final product that was built is a website that allows the user to select a specific Sol(A day on Mars) as well as the time range and type of data to display. Once this information is selected the user will then be able to generate an interactive graph. Once the graph has been generated that user will then be able to zoom in on the graph to get a better understanding of what is happening. They will also have the option to save the image or copy the link to send to someone else so they can generate the exact same graph.

By just using Javascript and Node.js instead of a large frontend framework we were able to build a lighter website that is easier to manage. To generate the graph used the Plotly for Javascript library.

Figure 1: Muldoon application

User Interface (UI)

The user interface is several fields that allow you to narrow down was data is displayed.

Figure 2: User interface (UI) for Muldoon application


Plot Dashboard Options

The ability to collaborate with peers has been implemented through the Share URL and Export Data functions seen in Figure 3.

Figure 3: Dashboard options for Muldoon application

Plot Navigation Options

The Plotly javascript library provides a set of built functions (Figure 4) for navigation; displayed in the upper right corner of the visualization. Each function is described from left to right below.

Figure 4: Plot navigation options for Muldoon application

Plot Hover Tooltips

Hover tooltips are displayed on mouseover of any data point of the current plot.

Figure 5: Plot hover tooltip for Muldoon application