JinsuHong commited on
Commit
17638e9
·
1 Parent(s): 91a696c

upload dataset and dataset card

Browse files
Files changed (18) hide show
  1. README.md +45 -0
  2. ar_2011.csv +0 -0
  3. ar_2012.csv +0 -0
  4. ar_2013.csv +0 -0
  5. ar_2014.csv +0 -0
  6. ar_2015.csv +0 -0
  7. ar_2016.csv +0 -0
  8. ar_2017.csv +0 -0
  9. ar_2018.csv +0 -0
  10. ar_2019.csv +0 -0
  11. ar_2020.csv +0 -0
  12. ar_2021.csv +0 -0
  13. ar_2022.csv +0 -0
  14. ar_2023.csv +0 -0
  15. ar_2024.csv +0 -0
  16. test.csv +0 -0
  17. train.csv +0 -0
  18. val.csv +0 -0
README.md CHANGED
@@ -1,3 +1,48 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 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.
19
+
20
+ ## Dataset Structure
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
+
28
+ To create other train, validation, and test set, use these files
29
+ - `ar_2011.csv`: Data for 2011
30
+ - `ar_2012.csv`: Data for 2012
31
+ - ...
32
+ - `ar_2024.csv`: Data for 20124
33
+
34
+ ### Features
35
+ Each .h5 file contains two keys:
36
+ - `intersection`: Binary map of polarity inversion lines (PILs)
37
+ - `union_with_intersect`: Binary map of active regions that contain PILs
38
+
39
+ ## Dataset Details
40
+
41
+ | Field | Description |
42
+ |------------------------|---------------------------------------------|
43
+ | **Temporal Coverage** | Jan 01, 2011 – July 31, 2024 |
44
+ | **Data Format** | HDF5 (.h5) |
45
+ | **Data Shape** | [1, 4096, 4096] per file |
46
+ | **Total Instances** | Total 109,175 instances |
47
+ | **Size per File** | ~ 53kB |
48
+ | **Total Dataset Size** | ~ 7GB |
ar_2011.csv ADDED
The diff for this file is too large to render. See raw diff
 
ar_2012.csv ADDED
The diff for this file is too large to render. See raw diff
 
ar_2013.csv ADDED
The diff for this file is too large to render. See raw diff
 
ar_2014.csv ADDED
The diff for this file is too large to render. See raw diff
 
ar_2015.csv ADDED
The diff for this file is too large to render. See raw diff
 
ar_2016.csv ADDED
The diff for this file is too large to render. See raw diff
 
ar_2017.csv ADDED
The diff for this file is too large to render. See raw diff
 
ar_2018.csv ADDED
The diff for this file is too large to render. See raw diff
 
ar_2019.csv ADDED
The diff for this file is too large to render. See raw diff
 
ar_2020.csv ADDED
The diff for this file is too large to render. See raw diff
 
ar_2021.csv ADDED
The diff for this file is too large to render. See raw diff
 
ar_2022.csv ADDED
The diff for this file is too large to render. See raw diff
 
ar_2023.csv ADDED
The diff for this file is too large to render. See raw diff
 
ar_2024.csv ADDED
The diff for this file is too large to render. See raw diff
 
test.csv ADDED
The diff for this file is too large to render. See raw diff
 
train.csv ADDED
The diff for this file is too large to render. See raw diff
 
val.csv ADDED
The diff for this file is too large to render. See raw diff