EiffL commited on
Commit
2259efb
1 Parent(s): b93697b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -63
README.md CHANGED
@@ -1,65 +1,36 @@
1
  ---
2
- dataset_info:
3
- config_name: provabgs
4
- features:
5
- - name: ra
6
- dtype: float32
7
- - name: dec
8
- dtype: float32
9
- - name: object_id
10
- dtype: string
11
- - name: PROVABGS_MCMC
12
- dtype:
13
- array2_d:
14
- shape:
15
- - 100
16
- - 13
17
- dtype: float32
18
- - name: PROVABGS_THETA_BF
19
- sequence: float32
20
- - name: LOG_MSTAR
21
- dtype: float32
22
- - name: Z_HP
23
- dtype: float32
24
- - name: Z_MW
25
- dtype: float32
26
- - name: TAGE_MW
27
- dtype: float32
28
- - name: AVG_SFR
29
- dtype: float32
30
- - name: ZERR
31
- dtype: float32
32
- - name: TSNR2_BGS
33
- dtype: float32
34
- - name: MAG_G
35
- dtype: float32
36
- - name: MAG_R
37
- dtype: float32
38
- - name: MAG_Z
39
- dtype: float32
40
- - name: MAG_W1
41
- dtype: float32
42
- - name: FIBMAG_R
43
- dtype: float32
44
- - name: HPIX_64
45
- dtype: float32
46
- - name: PROVABGS_Z_MAX
47
- dtype: float32
48
- - name: SCHLEGEL_COLOR
49
- dtype: float32
50
- - name: PROVABGS_W_ZFAIL
51
- dtype: float32
52
- - name: PROVABGS_W_FIBASSIGN
53
- dtype: float32
54
- splits:
55
- - name: train
56
- num_bytes: 5757000
57
- num_examples: 1000
58
- download_size: 6024283
59
- dataset_size: 5757000
60
- configs:
61
- - config_name: provabgs
62
- data_files:
63
- - split: train
64
- path: provabgs/train-*
65
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ description: 'The PROVABGS catalog from Hahn, et al. (2022) is a catalog of galaxy
3
+ properties derived using a state-of-the-art SED modeling of DESI
4
+
5
+ spectroscopy and photometry. More details are located here: https://github.com/changhoonhahn/provabgs
6
+
7
+ '
8
+ homepage: https://changhoonhahn.github.io/provabgs/current/
9
+ version: 1.1.0
10
+ citation: "@article{hahn2023desi,\n title={The DESI PRObabilistic Value-added Bright\
11
+ \ Galaxy Survey (PROVABGS) Mock Challenge},\n author={Hahn, ChangHoon and Kwon,\
12
+ \ KJ and Tojeiro, Rita and Siudek, Malgorzata and Canning, Rebecca EA and Mezcua,\
13
+ \ Mar and Tinker, Jeremy L and Brooks, David and Doel, Peter and Fanning, Kevin\
14
+ \ and others},\n journal={The Astrophysical Journal},\n volume={945},\n number={1},\n\
15
+ \ pages={16},\n year={2023},\n publisher={IOP Publishing}\n}\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
+
18
+ # Desi_provabgs Dataset
19
+
20
+ MIT License
21
+
22
+ The PROVABGS catalog from Hahn, et al. (2022) is a catalog of galaxy properties derived using a state-of-the-art SED modeling of DESI
23
+ spectroscopy and photometry. More details are located here: https://github.com/changhoonhahn/provabgs
24
+
25
+
26
+ @article{hahn2023desi,
27
+ title={The DESI PRObabilistic Value-added Bright Galaxy Survey (PROVABGS) Mock Challenge},
28
+ author={Hahn, ChangHoon and Kwon, KJ and Tojeiro, Rita and Siudek, Malgorzata and Canning, Rebecca EA and Mezcua, Mar and Tinker, Jeremy L and Brooks, David and Doel, Peter and Fanning, Kevin and others},
29
+ journal={The Astrophysical Journal},
30
+ volume={945},
31
+ number={1},
32
+ pages={16},
33
+ year={2023},
34
+ publisher={IOP Publishing}
35
+ }
36
+