Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -78,9 +78,7 @@ FlareBench/
|
|
78 |
└── xrs/ # X-Ray Sensor data from GOES satellites
|
79 |
├── 2011/ # 📊 Data available (full year)
|
80 |
├── 2012/ # 📁 Directory structure only
|
81 |
-
|
82 |
-
├── g15/ # GOES-15 specific data structure
|
83 |
-
└── g16/ # GOES-16 specific data structure
|
84 |
```
|
85 |
|
86 |
## 📈 Dataset Statistics
|
@@ -113,25 +111,17 @@ FlareBench focuses on predicting the **maximum class of solar flare within the n
|
|
113 |
- **X-class**: Major flares (≥10⁻⁴ W/m²)
|
114 |
- **M-class**: Moderate flares (10⁻⁵ to 10⁻⁴ W/m²)
|
115 |
- **C-class**: Minor flares (10⁻⁶ to 10⁻⁵ W/m²)
|
116 |
-
- **
|
117 |
-
|
118 |
-
## 📋 Current Release (2011 Data)
|
119 |
-
|
120 |
-
This initial release contains **2011 data only**. The complete dataset spanning 2011-2022 will be released upon paper publication.
|
121 |
-
|
122 |
-
**Available in this release:**
|
123 |
-
- Solar images: April-December 2011 (AIA), January-December 2011 (HMI)
|
124 |
-
- XRS data: Full year 2011
|
125 |
-
- Directory structure for all years (2010-2024) for future releases
|
126 |
|
127 |
## 📧 Request Full Dataset
|
128 |
|
129 |
-
**Need data from other years (2012-2022)?** Please contact us at:
|
130 |
|
131 |
We will provide access to the complete dataset for research purposes. Please include:
|
132 |
- Your research affiliation
|
133 |
- Brief description of your research project
|
134 |
- Intended use of the dataset
|
|
|
135 |
|
136 |
## 🔬 Evaluation Protocol
|
137 |
|
@@ -165,13 +155,6 @@ If you use FlareBench in your research, please cite our ICCV 2025 paper:
|
|
165 |
|
166 |
This dataset is released under the **Creative Commons Attribution 4.0 International License (CC BY 4.0)**.
|
167 |
|
168 |
-
You are free to:
|
169 |
-
- **Share** — copy and redistribute the material in any medium or format
|
170 |
-
- **Adapt** — remix, transform, and build upon the material for any purpose, even commercially
|
171 |
-
|
172 |
-
Under the following terms:
|
173 |
-
- **Attribution** — You must give appropriate credit and indicate if changes were made
|
174 |
-
|
175 |
## 🤝 Acknowledgments
|
176 |
|
177 |
This dataset is built using observations from:
|
@@ -184,8 +167,8 @@ We thank the SDO and GOES teams for making these invaluable observations publicl
|
|
184 |
|
185 |
For questions, issues, or collaboration opportunities:
|
186 |
|
187 |
-
- **Primary Contact**:
|
188 |
-
- **Institution**:
|
189 |
- **Project Page**: [https://keio-smilab25.github.io/DeepSWM](https://keio-smilab25.github.io/DeepSWM)
|
190 |
|
191 |
---
|
|
|
78 |
└── xrs/ # X-Ray Sensor data from GOES satellites
|
79 |
├── 2011/ # 📊 Data available (full year)
|
80 |
├── 2012/ # 📁 Directory structure only
|
81 |
+
└── ...
|
|
|
|
|
82 |
```
|
83 |
|
84 |
## 📈 Dataset Statistics
|
|
|
111 |
- **X-class**: Major flares (≥10⁻⁴ W/m²)
|
112 |
- **M-class**: Moderate flares (10⁻⁵ to 10⁻⁴ W/m²)
|
113 |
- **C-class**: Minor flares (10⁻⁶ to 10⁻⁵ W/m²)
|
114 |
+
- **O-class**: Below C-class threshold
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
|
116 |
## 📧 Request Full Dataset
|
117 |
|
118 |
+
**Need data from other years (2012-2022)?** Please contact us at: [email protected]
|
119 |
|
120 |
We will provide access to the complete dataset for research purposes. Please include:
|
121 |
- Your research affiliation
|
122 |
- Brief description of your research project
|
123 |
- Intended use of the dataset
|
124 |
+
- Preferred data transfer method
|
125 |
|
126 |
## 🔬 Evaluation Protocol
|
127 |
|
|
|
155 |
|
156 |
This dataset is released under the **Creative Commons Attribution 4.0 International License (CC BY 4.0)**.
|
157 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
## 🤝 Acknowledgments
|
159 |
|
160 |
This dataset is built using observations from:
|
|
|
167 |
|
168 |
For questions, issues, or collaboration opportunities:
|
169 |
|
170 |
+
- **Primary Contact**: Shunya Nagashima - [email protected]
|
171 |
+
- **Institution**: Keio University
|
172 |
- **Project Page**: [https://keio-smilab25.github.io/DeepSWM](https://keio-smilab25.github.io/DeepSWM)
|
173 |
|
174 |
---
|