Skip to content

Latest commit

ย 

History

History
14 lines (11 loc) ยท 721 Bytes

File metadata and controls

14 lines (11 loc) ยท 721 Bytes

Halo CME Detection using ATSFusion (VELC + ASPEX)

This notebook implements a hybrid CNN-LSTM architecture ("ATSFusion") to detect Halo CMEs using image data from the VELC instrument and time-series proton flux data from ASPEX.

๐Ÿ” Dataset

  • VELC: FITS-format solar images
  • ASPEX: CDF-format proton flux time-series

โš  Datasets not included in this repo due to size. Please contact [riyarathod415@gmail.com] for access or use your own formatted data. Dataset reference link: (https://pradan.issdc.gov.in/al1/protected/payload.xhtml)

๐Ÿš€ How to Run

  1. Install dependencies in a Jupyter/Colab environment.
  2. Update the VELC_DIR and ASPEX_DIR variables to point to your local dataset.
  3. Run all cells.
โšก