Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.13.0
metadata
title: FOXES - A Framework for Operational X-ray Emission Synthesis
colorFrom: yellow
colorTo: red
sdk: gradio
sdk_version: 5.12.0
app_file: app.py
pinned: false
license: cc-by-4.0
FOXES - A Framework for Operational X-ray Emission Synthesis
Upload an SDO/AIA multi-wavelength observation to GOES soft X-ray (SXR) flux.
Model
- Architecture: ViT-based regression model
- Input: 7-channel AIA image (94, 131, 171, 193, 211, 304, 335 Angstrom) at 512x512 resolution
- Output: Predicted GOES soft X-ray flux (W/m^2)
- Patch size: 8x8 pixels (64x64 = 4096 patches)
Usage
Upload a .npy file containing a (7, 512, 512) float32 array of AIA wavelength images.
The app will return:
- Predicted SXR flux and GOES classification
- AIA composite image (211/193/171 Angstrom as RGB)
- Flux contribution map showing the spatial distribution of predicted flux
Setup
- Upload
normalized_sxr.npyto this Space - Upload your model checkpoint to a HF model repo (e.g.,
griffingoodwin04/FOXES-model) or placemodel.ckptdirectly in this Space - (Optional) Add example
.npyfiles to anexamples/folder