skasapis commited on
Commit
d50104a
·
verified ·
1 Parent(s): a0fbce7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -17
README.md CHANGED
@@ -30,23 +30,21 @@ These data products have already been applied successfully in machine learning m
30
 
31
  ## File Structure
32
 
33
- The repository contains the following:
34
-
35
- ar_emergence/
36
-
37
- ├── data.zip # Compressed folder with all AR subfolders
38
- ├── AR11130/
39
- ├── mean_int11130_flat.npz
40
- │ ├── mean_mag11130_flat.npz
41
- │ └── mean_pmdop11130_flat.npz
42
- ├── AR11149/
43
- │ ├── ...
44
- └── AR13183/
45
-
46
- ├── train.csv # Training split (36 ARs)
47
- ├── valid.csv # Validation split (8 ARs)
48
- ├── test.csv # Test split (12 ARs)
49
- └── README.md
50
 
51
  Each AR folder contains three `.npz` files:
52
 
 
30
 
31
  ## File Structure
32
 
33
+ The repository contains the following files and folders:
34
+
35
+ - `data.zip` — compressed folder containing all Active Region (AR) subfolders:
36
+ - `AR11130/`
37
+ - `mean_int11130_flat.npz` continuum intensity timeline
38
+ - `mean_mag11130_flat.npz` → magnetic field timeline
39
+ - `mean_pmdop11130_flat.npz` acoustic power timeline
40
+ - `AR11149/`
41
+ -
42
+ - `AR13183/`
43
+
44
+ - `train.csv` — training split (36 ARs)
45
+ - `valid.csv` — validation split (8 ARs)
46
+ - `test.csv` test split (12 ARs)
47
+ - `README.md` dataset description
 
 
48
 
49
  Each AR folder contains three `.npz` files:
50