Skip to content

i4Ds/fcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCD: Fourier Convolutional Decoder

FCD is designed to work with STIX data; it takes 48 Fourier components (24 real, 24 imaginary) and reconstructs the image corresponding to them.

Below is the comparison of the FCD with other popular STIX reconstruction alorithms.

Framework

Running the Project

pip install -r requirements.txt to install all the necessary packages.

Project Bits and Pieces

Pretrained model of the FCD and a demo of the model are available on HuggingFace.

Data

Citation

If this repository proves useful for your research, please cite our work as follows.

@article{SelcukSimsek2025,
 author    = {Selcuk-Simsek, Merve and Massa, Paolo and Xiao, Hualin and Krucker, S{\"a}m and Csillaghy, Andr{\'e}},
 title     = {Fourier convolutional decoder: reconstructing solar flare images via deep learning},
 journal   = {Neural Computing and Applications},
 pages     = {1--32},
 year      = {2025},
 publisher = {Springer}
 doi       = {10.1007/s00521-025-11283-6},
 url       = {https://doi.org/10.1007/s00521-025-11283-6}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages