Overview

Project Heimdall is a stand-alone web-based application using Streamlit.io to identify and categorize X-ray bursts.

Submission for the Inter-IIT Tech Meet's Mid Prep event: ISRO'S Web-Based Automatic Identification Of Solar Bursts In X-Ray Light Curves

Quick Installation using App Executable

Prerequisites

Note: An active internet connection is required to run the executable. (If you don’t have an internet connection you can set up the application locally and then run it. In order to perform local setup, jump here.)

Windows

  1. Download and unzip the zip file from here
  2. Once unzipped, click on Heimdall.exe to launch the application

MacOS

  1. Download and unzip the zip file from here
  2. Once unzipped, click on Heimdall.app to launch the application

Linux and its various distributions

  1. Download and unzip the zip file from here
  2. Once unzipped, run the following command to cd into the directory using the terminal
cd Heimdall-linux-x64
  1. Then run the following command to run the binary
./Heimdall

Local Setup