Update README.md
Browse files
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 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
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 |
|