Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -21,9 +21,7 @@ _IMPORTANT: SDOML and SDOML-lite datasets are different in structure and data di
|
|
21 |
* **Number of Chunks (Days):** 5194
|
22 |
* **Image Resolution:** 512x512 pixels for all channels
|
23 |
* **Data Type:** `float32` (NumPy `.npy` files)
|
24 |
-
- **Channels per sample**: 6 (separate `.npy` files per channel)
|
25 |
-
* AIA: 131 Å, 171 Å, 193 Å, 211 Å, 1600 Å (`aia_0131`, `aia_0171`, `aia_0193`, `aia_211`, `aia_1600`)
|
26 |
-
* HMI: Line-of-sight magnetogram (`hmi_m`)
|
27 |
* **Cadence:** Images are provided every 15 minutes within each daily TAR file. Each TAR file contains up to 96 observation sets.
|
28 |
|
29 |
## Intended Uses
|
@@ -43,7 +41,7 @@ This dataset is provided as a collection of daily TAR files. No predefined train
|
|
43 |
|
44 |
## Dataset Structure
|
45 |
|
46 |
-
The dataset is organized into 5194 TAR files, with
|
47 |
|
48 |
**Inside each daily TAR file:**
|
49 |
Files are organized with a path structure that WebDataset uses as the `__key__`. For example, files for May 13, 2010, at 00:00 UTC would be:
|
@@ -58,8 +56,7 @@ And for 00:15 UTC on the same day:
|
|
58 |
* `2010/05/13/0015.aia_0131.npy`
|
59 |
* ...and so on.
|
60 |
|
61 |
-
Each `.npy` file contains a 2D NumPy array of shape `(512, 512)` with `float32` values, representing the solar image.
|
62 |
-
|
63 |
|
64 |
### Features
|
65 |
|
|
|
21 |
* **Number of Chunks (Days):** 5194
|
22 |
* **Image Resolution:** 512x512 pixels for all channels
|
23 |
* **Data Type:** `float32` (NumPy `.npy` files)
|
24 |
+
- **Channels per sample**: 6 (separate `.npy` files per channel). AIA: 131 Å, 171 Å, 193 Å, 211 Å, 1600 Å (`aia_0131`, `aia_0171`, `aia_0193`, `aia_211`, `aia_1600`). HMI: Line-of-sight magnetogram (`hmi_m`)
|
|
|
|
|
25 |
* **Cadence:** Images are provided every 15 minutes within each daily TAR file. Each TAR file contains up to 96 observation sets.
|
26 |
|
27 |
## Intended Uses
|
|
|
41 |
|
42 |
## Dataset Structure
|
43 |
|
44 |
+
The dataset is organized into 5194 TAR files, with one TAR file per day within the temporal coverage period. Each daily TAR file contains multiple observation sets, one for every 15-minute interval of that day (up to 96 observation sets per day). An observation set consists of 6 NumPy (`.npy`) files, one for each specified channel.
|
45 |
|
46 |
**Inside each daily TAR file:**
|
47 |
Files are organized with a path structure that WebDataset uses as the `__key__`. For example, files for May 13, 2010, at 00:00 UTC would be:
|
|
|
56 |
* `2010/05/13/0015.aia_0131.npy`
|
57 |
* ...and so on.
|
58 |
|
59 |
+
Each `.npy` file contains a 2D NumPy array of shape `(512, 512)` with `float32` values, representing the solar image.
|
|
|
60 |
|
61 |
### Features
|
62 |
|