jeraud commited on
Commit
47149e4
·
verified ·
1 Parent(s): f342e60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -13,10 +13,26 @@ We provide standardized tasks, data splits, and evaluation protocols for denoisi
13
 
14
  ### LIGO Dataset Field Description
15
 
 
16
  ## TESS
 
 
 
17
 
18
  ### TESS Dataset Field Description
19
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ## TIDMAD
21
  The TIDMAD dataset is broken into training and validation data which are identically constructed differing only by the time at which the detector data was taken.
22
  This temporal difference results in variable detector noise conditions.
 
13
 
14
  ### LIGO Dataset Field Description
15
 
16
+
17
  ## TESS
18
+ The TESS dataset is broken into training, validation and test data, which are identically constructed.
19
+ There are is a set for classification and one for regression.
20
+ The data is is parquet and includes the following:
21
 
22
  ### TESS Dataset Field Description
23
 
24
+ | Parameter | Type / Size | Description |
25
+ |-----------|-------------|-------------|
26
+ | `GaiaID` | dtype=int | Unique Gaia DR3 Identifier |
27
+ | `TIC` | dtype=int | TESS Input Catalog Identifier |
28
+ | `sector` | dtype=int | TESS Observing Sector (https://tess.mit.edu/observations/) |
29
+ | `label` | dtype=string | Class label (for the classification task) |
30
+ | `frot` | dtype=double | Near-core rotation rate of the star (for the regression task) |
31
+ | `frot_err` | dtype=double | Near-core rotation rate error (for the regression task) |
32
+ | `time` | dtype=list | Time stamps in BTJD (Barycentric TESS Julian Date. Corrected for light travel time to solar system barycenter) |
33
+ | `flux` | dtype=list | Time series measurements in normalized flux |
34
+
35
+
36
  ## TIDMAD
37
  The TIDMAD dataset is broken into training and validation data which are identically constructed differing only by the time at which the detector data was taken.
38
  This temporal difference results in variable detector noise conditions.