MeriDK commited on
Commit
c3aa936
·
verified ·
1 Parent(s): a8eba61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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**: Auxiliary features of shape `(38,)`.
 
 
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