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.
- 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
MP-ISRO-T9
|-- backend
|-- frontend
cd backend
pip install -r requirements.txt
python app.py
cd frontend
npm install
npm start
Interface will be live at http://localhost:3000/
Use this file to upload and visulalize the X-ray data : sample_file_ch2_xsm_20211111_v1_level2.lc
Detailed explanation of the code is available in the attached PDF file : MP_ISRO_Final_T9.pdf