Update README.md
Browse files
README.md
CHANGED
@@ -58,7 +58,9 @@ Each sample consists of:
|
|
58 |
|
59 |
- **Photometry**: Light curve data of shape `(N, 3)` (time, flux, flux\_error).
|
60 |
- **Spectra**: Spectra observations of shape `(M, 3)` (wavelength, flux, flux\_error).
|
61 |
-
- **Metadata**:
|
|
|
|
|
62 |
- **Label**: The class name as a string.
|
63 |
|
64 |
## Corresponding paper and code
|
|
|
58 |
|
59 |
- **Photometry**: Light curve data of shape `(N, 3)` (time, flux, flux\_error).
|
60 |
- **Spectra**: Spectra observations of shape `(M, 3)` (wavelength, flux, flux\_error).
|
61 |
+
- **Metadata**:
|
62 |
+
- `meta_cols`: Dictionary of metadata feature names and values.
|
63 |
+
- `photo_cols`: Dictionary of photometric feature names and values.
|
64 |
- **Label**: The class name as a string.
|
65 |
|
66 |
## Corresponding paper and code
|