JinsuHong commited on
Commit
65d9b4c
·
1 Parent(s): 4f4bb38

update readme file

Browse files
Files changed (1) hide show
  1. README.md +8 -14
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 January 2011 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,16 +21,10 @@ This dataset provides binary segmentation maps (4096×4096 resolution) derived f
21
 
22
  ### Data Files
23
 
24
- - `train.csv`: Input list for 2011 data
25
- - `val.csv`: Input list for 2012 data
26
- - `test.csv`: Input list for 2013 data
27
- - `ar_binary_masks.tar.gz`: Binary segmentation maps from 2011 to 2024
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** | Jan 01, 2011July 31, 2024 |
45
  | **Data Format** | HDF5 (.h5) |
46
  | **Data Shape** | [1, 4096, 4096] per file |
47
- | **Total Instances** | Total 109,175 instances |
48
  | **Size per File** | ~ 53kB |
49
- | **Total Dataset Size** | ~ 7GB |
 
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, 2010Dec 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 |