Skip to content

A standalone web-based application developed for identification of Solar Bursts in X-ray Light Curves from ISRO datasets, as part of the Inter IIT Tech Meet 10.0

Notifications You must be signed in to change notification settings

SachinSahu431/Inter_IIT_ISRO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solar X-ray Monitor and Data Analysis System

ISRO’s Web-Based Automatic Identification of Solar Bursts in X-RAY Light Curves
Project submission for Inter IIT Tech Meet 2022

It is a standalone web-based application to identify X-ray bursts and categorise them based on peak energy flux and temperature from the given X-ray light curves. Parameters like peak occurence time, rise and decay time have been derived and made exportable as CSV. Main objecive is to browse XSM observations and visualise solar flares to facilitate research based on ISRO's XSM data.


Overview

Result

Processed Data

Features:

  • File upload option to analyse any .lc file
  • Visualise and analyse light curve data from the ISRO datasets
  • Identify solar flares and fit them to a curve
  • Tabularize properties such as the duration of the burst, peak flare occurence count, etc.
  • Export the data as CSV format for research purposes

Installation Procedure:

Download the repository. Structure of the repository is shown below:

   MP-ISRO-T9
   |-- backend
   |-- frontend

Run the backend :

1. Go to backend directory and install dependencies

cd backend

pip install -r requirements.txt

2. Run the server

python app.py

Run the frontend:

1. Go to frontend directory and install dependencies

cd frontend

npm install

2. Run the server

npm start

Interface will be live at http://localhost:3000/


Sample file for testing purpose

Use this file to upload and visulalize the X-ray data : sample_file_ch2_xsm_20211111_v1_level2.lc


Documentation & Code Explaination

Detailed explanation of the code is available in the attached PDF file : MP_ISRO_Final_T9.pdf

Meet the Team:

About

A standalone web-based application developed for identification of Solar Bursts in X-ray Light Curves from ISRO datasets, as part of the Inter IIT Tech Meet 10.0

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published