rlal011 berkayaydin commited on
Commit
6e195da
·
verified ·
1 Parent(s): f119961

readme updates (#3)

Browse files

- readme updates (28c0255da1e8e56c996ccadefe9a0d75a0e575b3)


Co-authored-by: Berkay Aydin <berkayaydin@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +46 -42
README.md CHANGED
@@ -1,43 +1,47 @@
1
- ---
2
- license: mit
3
- tags:
4
- - solar-physics
5
- - solar-active-regions
6
- - segmentation
7
- - polarity-inversion-lines
8
- - space-weather
9
- ---
10
-
11
- # Binary Map Creator for Active Regions with Polarity Inversion Lines
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.
19
-
20
- ## Dataset Structure
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 (20202024, day index `[:]`)
27
- - `val_data_leaky.csv`: Data from weeks 1–2 and 5–6 of each year (20102019, day index `[0:14]`)
28
-
29
- ### Features
30
- Each .h5 file contains two keys:
31
- - `intersection`: Binary map of polarity inversion lines (PILs)
32
- - `union_with_intersect`: Binary map of active regions that contain PILs
33
-
34
- ## Dataset Details
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 |
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - solar-physics
5
+ - solar-active-regions
6
+ - segmentation
7
+ - polarity-inversion-lines
8
+ - space-weather
9
+ pretty_name: ARPIL
10
+ ---
11
+
12
+ # A Dataset of Binary Maps of Active Regions with Polarity Inversion Lines
13
+
14
+ ## Dataset Summary
15
+
16
+ This dataset provides hourly binary segmentation maps (4096×4096 resolution) derived from Solar Dynamics Observatory (SDO) / Helioseismic and Magnetic Imager (HMI) line-of-sight magnetograms. The maps highlight regions containing Active Regions (ARs) and Polarity Inversion Lines (PILs). The dataset spans observations from May 13, 2010 to December 31, 2024 and is intended for image segmentation tasks using full-disk 4096×4096 magnetogram rasters as input.
17
+
18
+ ## Supported Tasks and Applications
19
+ - `segmentation`: Binary segmentation of solar magnetograms to identify ARs with strong PILs.
20
+
21
+ ## Dataset Structure
22
+
23
+ ### Data Files
24
+
25
+ - `train.csv`: Instances from Feb 15 to Dec 31 of each year between 2010–2019, day index `[45:]`
26
+ - `validation.csv`: Instances from Jan 15 to Jan 31 of each year between 20102019, day index `[14:31]`
27
+ - `test.csv`: All instances from each year between 20202024, day index `[:]`
28
+ - `leaky_validation.csv`: Instances from Jan 1 to 14 and Feb 1-14 of each year between 2010–2019, day indices `[0:14]` and `[31:45]`
29
+
30
+ ### Features
31
+
32
+ Each .h5 file contains two keys:
33
+ - `intersection`: Binary map of polarity inversion lines (PILs)
34
+ - `union_with_intersect`: Binary map of active regions that contain PILs
35
+
36
+ ## Dataset Details
37
+
38
+ | Field | Description |
39
+ |------------------------|---------------------------------------------|
40
+ | **Temporal Coverage** | May 13, 2010 Dec 31, 2024 |
41
+ | **Data Format** | HDF5 (.h5) |
42
+ | **Data Shape** | [2, 4096, 4096] per file |
43
+ | **Total Instances** | Total 128,352 instances |
44
+ | **Cadence** | 1 hour |
45
+
46
+ | **Size per File** | ~ 53kB |
47
  | **Total Dataset Size** | ~ 1.2GB |