StellarMilk
commited on
Commit
•
972d816
1
Parent(s):
a48a81d
add dataset card
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- image-classification
|
4 |
+
tags:
|
5 |
+
- astrophysics
|
6 |
+
- flares
|
7 |
+
- solar flares
|
8 |
+
- sun
|
9 |
+
pretty_name: e-Callisto Solar Flare Detection
|
10 |
+
size_categories:
|
11 |
+
- 100K<n<1M
|
12 |
+
---
|
13 |
+
|
14 |
+
# e-Callisto Solar Flare Detection Dataset
|
15 |
+
|
16 |
+
## Overview
|
17 |
+
This dataset comprises radio spectra from the [e-Callisto solar spectrometer network](https://www.e-callisto.org/index.html), annotated based on [labels from the e-Callisto database](http://soleil.i4ds.ch/solarradio/data/BurstLists/2010-yyyy_Monstein/).
|
18 |
+
It's designed for training machine learning models to automatically detect and classify solar flares.
|
19 |
+
|
20 |
+
## Data Collection
|
21 |
+
Data has been collected from various stations, with the following date ranges:
|
22 |
+
|
23 |
+
| Station | Date Range |
|
24 |
+
|-------------------|--------------------------|
|
25 |
+
| Australia-ASSA_01 | 2021-02-13 to 2021-12-11 |
|
26 |
+
| Australia-ASSA_02 | 2021-02-13 to 2021-12-09 |
|
27 |
+
| Australia-ASSA_62 | 2021-12-10 to 2023-12-12 |
|
28 |
+
| Australia-ASSA_63 | 2021-12-10 to 2023-12-12 |
|
29 |
+
|
30 |
+
## Data Augmentation
|
31 |
+
Due to the rarity of solar flares, we've augmented the dataset by padding the time series data around each flare event.
|
32 |
+
|
33 |
+
## Caution
|
34 |
+
The dataset underwent preprocessing and certain assumptions were made for label cleanup. Be aware of potential inaccuracies in the labels.
|
35 |
+
|
36 |
+
## Split Recommendations
|
37 |
+
The dataset doesn't include predefined train-validation-test splits. When creating splits, ensure augmented data does not overlap between training and validation/test sets to avoid data leakage.
|