update readme file
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ tags:
|
|
12 |
|
13 |
## Dataset Summary
|
14 |
|
15 |
-
This dataset provides binary segmentation maps (4096×4096 resolution) derived from Solar Dynamics Observatory (SDO) magnetograms. The maps highlight regions containing Active Regions (ARs) and Polarity Inversion Lines (PILs). The data spans observations from
|
16 |
|
17 |
## Supported Tasks and Applications
|
18 |
- `segmentation`: Binary segmentation of solar magnetograms to identify ARs with embedded PILs.
|
@@ -21,16 +21,10 @@ This dataset provides binary segmentation maps (4096×4096 resolution) derived f
|
|
21 |
|
22 |
### Data Files
|
23 |
|
24 |
-
- `train.csv`:
|
25 |
-
- `val.csv`:
|
26 |
-
- `test.csv`:
|
27 |
-
- `
|
28 |
-
|
29 |
-
To create other train, validation, and test set, use these files
|
30 |
-
- `ar_2011.csv`: Data for 2011
|
31 |
-
- `ar_2012.csv`: Data for 2012
|
32 |
-
- ...
|
33 |
-
- `ar_2024.csv`: Data for 20124
|
34 |
|
35 |
### Features
|
36 |
Each .h5 file contains two keys:
|
@@ -41,9 +35,9 @@ Each .h5 file contains two keys:
|
|
41 |
|
42 |
| Field | Description |
|
43 |
|------------------------|---------------------------------------------|
|
44 |
-
| **Temporal Coverage** |
|
45 |
| **Data Format** | HDF5 (.h5) |
|
46 |
| **Data Shape** | [1, 4096, 4096] per file |
|
47 |
-
| **Total Instances** | Total
|
48 |
| **Size per File** | ~ 53kB |
|
49 |
-
| **Total Dataset Size** | ~
|
|
|
12 |
|
13 |
## Dataset Summary
|
14 |
|
15 |
+
This dataset provides binary segmentation maps (4096×4096 resolution) derived from Solar Dynamics Observatory (SDO) magnetograms. The maps highlight regions containing Active Regions (ARs) and Polarity Inversion Lines (PILs). The data spans observations from May 2010 to July 2024 and is intended for image segmentation tasks using full-disk 4096×4096 magnetogram rasters as input.
|
16 |
|
17 |
## Supported Tasks and Applications
|
18 |
- `segmentation`: Binary segmentation of solar magnetograms to identify ARs with embedded PILs.
|
|
|
21 |
|
22 |
### Data Files
|
23 |
|
24 |
+
- `train.csv`: Data from weeks 7–52 of each year (2010–2019, day index `[42:-1]`)
|
25 |
+
- `val.csv`: Data from weeks 3–4 of each year (2010–2019, day index `[14:28]`)
|
26 |
+
- `test.csv`: Data from weeks 1–52 of each year (2020–2024, day index `[:]`)
|
27 |
+
- `val_data_leaky.csv`: Data from weeks 1–2 and 5–6 of each year (2010–2019, day index `[0:14]`)
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
### Features
|
30 |
Each .h5 file contains two keys:
|
|
|
35 |
|
36 |
| Field | Description |
|
37 |
|------------------------|---------------------------------------------|
|
38 |
+
| **Temporal Coverage** | May 10, 2010 – Dec 31, 2024 |
|
39 |
| **Data Format** | HDF5 (.h5) |
|
40 |
| **Data Shape** | [1, 4096, 4096] per file |
|
41 |
+
| **Total Instances** | Total 128,352 instances |
|
42 |
| **Size per File** | ~ 53kB |
|
43 |
+
| **Total Dataset Size** | ~ 1.2GB |
|