Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
EiffL commited on
Commit
414ad1a
·
verified ·
1 Parent(s): c3c34a6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -59
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
2
- description: 'Time-series dataset from the Supernova Legacy Survey (SNLS).
 
 
 
 
3
 
4
 
5
  Data Citations:
@@ -9,78 +13,57 @@ description: 'Time-series dataset from the Supernova Legacy Survey (SNLS).
9
 
10
  '
11
  homepage: https://www.aanda.org/articles/aa/full_html/2010/15/aa14468-10/aa14468-10.html
12
- version: 0.0.1
13
- citation: "\n@ARTICLE{2010A&A...523A...7G,\n author = {{Guy}, J. and {Sullivan},\
14
- \ M. and {Conley}, A. and {Regnault}, N. and {Astier}, P. and {Balland}, C. and\
15
- \ {Basa}, S. and {Carlberg}, R.~G. and {Fouchez}, D. and {Hardin}, D. and {Hook},\
16
- \ I.~M. and {Howell}, D.~A. and {Pain}, R. and {Palanque-Delabrouille}, N. and {Perrett},\
17
- \ K.~M. and {Pritchet}, C.~J. and {Rich}, J. and {Ruhlmann-Kleider}, V. and {Balam},\
18
- \ D. and {Baumont}, S. and {Ellis}, R.~S. and {Fabbro}, S. and {Fakhouri}, H.~K.\
19
- \ and {Fourmanoit}, N. and {Gonz{'a}lez-Gait{'a}n}, S. and {Graham}, M.~L. and {Hsiao},\
20
- \ E. and {Kronborg}, T. and {Lidman}, C. and {Mourao}, A.~M. and {Perlmutter}, S.\
21
- \ and {Ripoche}, P. and {Suzuki}, N. and {Walker}, E.~S.},\n title = \"{The\
22
- \ Supernova Legacy Survey 3-year sample: Type Ia supernovae photometric distances\
23
- \ and cosmological constraints}\",\n journal = {\aap},\n keywords = {supernovae:\
24
- \ general, cosmology: observations, Astrophysics - Cosmology and Nongalactic Astrophysics},\n\
 
 
 
 
 
 
 
 
25
  \ year = 2010,\n month = nov,\n volume = {523},\n \
26
  \ eid = {A7},\n pages = {A7},\n doi = {10.1051/0004-6361/201014468},\n\
27
  archivePrefix = {arXiv},\n eprint = {1010.4743},\n primaryClass = {astro-ph.CO},\n\
28
  \ adsurl = {https://ui.adsabs.harvard.edu/abs/2010A&A...523A...7G},\n \
29
- \ adsnote = {Provided by the SAO/NASA Astrophysics Data System}\n}\n\n"
30
- configs:
31
- - config_name: default
32
- data_files:
33
- - split: train
34
- path: data/train-*
35
- - config_name: snls
36
- data_files:
37
- - split: train
38
- path: snls/train-*
39
- dataset_info:
40
- config_name: snls
41
- features:
42
- - name: lightcurve
43
- sequence:
44
- - name: band
45
- dtype: string
46
- - name: flux
47
- dtype: float32
48
- - name: flux_err
49
- dtype: float32
50
- - name: time
51
- dtype: float32
52
- - name: redshift
53
- dtype: float32
54
- - name: host_log_mass
55
- dtype: float32
56
- - name: object_id
57
- dtype: string
58
- - name: obj_type
59
- dtype: string
60
- splits:
61
- - name: train
62
- num_bytes: 477672
63
- num_examples: 239
64
- download_size: 194207
65
- dataset_size: 477672
66
- ---
67
 
68
- # Snls Dataset
69
 
70
- GNU General Public License v3.0
71
 
72
- Time-series dataset from the Supernova Legacy Survey (SNLS).
73
 
74
  Data Citations:
75
 
76
  Guy et al. (2010)
77
 
78
 
79
-
 
 
 
 
 
 
 
80
  @ARTICLE{2010A&A...523A...7G,
81
- author = {{Guy}, J. and {Sullivan}, M. and {Conley}, A. and {Regnault}, N. and {Astier}, P. and {Balland}, C. and {Basa}, S. and {Carlberg}, R.~G. and {Fouchez}, D. and {Hardin}, D. and {Hook}, I.~M. and {Howell}, D.~A. and {Pain}, R. and {Palanque-Delabrouille}, N. and {Perrett}, K.~M. and {Pritchet}, C.~J. and {Rich}, J. and {Ruhlmann-Kleider}, V. and {Balam}, D. and {Baumont}, S. and {Ellis}, R.~S. and {Fabbro}, S. and {Fakhouri}, H.~K. and {Fourmanoit}, N. and {Gonz{'a}lez-Gait{'a}n}, S. and {Graham}, M.~L. and {Hsiao}, E. and {Kronborg}, T. and {Lidman}, C. and {Mourao}, A.~M. and {Perlmutter}, S. and {Ripoche}, P. and {Suzuki}, N. and {Walker}, E.~S.},
82
  title = "{The Supernova Legacy Survey 3-year sample: Type Ia supernovae photometric distances and cosmological constraints}",
83
- journal = {ap},
84
  keywords = {supernovae: general, cosmology: observations, Astrophysics - Cosmology and Nongalactic Astrophysics},
85
  year = 2010,
86
  month = nov,
@@ -95,4 +78,4 @@ archivePrefix = {arXiv},
95
  adsnote = {Provided by the SAO/NASA Astrophysics Data System}
96
  }
97
 
98
-
 
1
  ---
2
+ {}
3
+ ---
4
+
5
+ ---
6
+ description: 'Time-series dataset from the Supernova Legacy Survey (SNLS).
7
 
8
 
9
  Data Citations:
 
13
 
14
  '
15
  homepage: https://www.aanda.org/articles/aa/full_html/2010/15/aa14468-10/aa14468-10.html
16
+ version: 1.0.0
17
+ citation: "% % ACKNOWLEDGEMENTS\n% The SNLS is an International Collaboration of physicists\
18
+ \ and astronomers from various institutions in Canada, EU and US.\n% \n% Institution/group\
19
+ \ representatives (Collaboration Board) are: P. Astier (IN2P3/LPNHE, Fr), S. Basa\
20
+ \ (INSU/LAM, Fr), R. Carlberg (U. Toronto, Ca), I. Hook (U. Oxford, UK), R. Pain\
21
+ \ (CNRS/IN2P3, Fr; Chair), S. Perlmutter (LBNL, US), C. Pritchet (U. Victoria, Ca)\
22
+ \ and J. Rich (CEA/DAPNIA, Fr).\n% \n% Irfu/SPP (Saclay), IN2P3/LPNHE (Jussieu),\
23
+ \ INSU/LAM (Marseille), IN2P3/CPPM (Marseille), University of Toronto (Canada),\
24
+ \ University of Victoria (Canada)\n% \n% CITATION\n@ARTICLE{2010A&A...523A...7G,\n\
25
+ \ author = {{Guy}, J. and {Sullivan}, M. and {Conley}, A. and {Regnault},\
26
+ \ N. and {Astier}, P. and {Balland}, C. and {Basa}, S. and {Carlberg}, R.~G. and\
27
+ \ {Fouchez}, D. and {Hardin}, D. and {Hook}, I.~M. and {Howell}, D.~A. and {Pain},\
28
+ \ R. and {Palanque-Delabrouille}, N. and {Perrett}, K.~M. and {Pritchet}, C.~J.\
29
+ \ and {Rich}, J. and {Ruhlmann-Kleider}, V. and {Balam}, D. and {Baumont}, S. and\
30
+ \ {Ellis}, R.~S. and {Fabbro}, S. and {Fakhouri}, H.~K. and {Fourmanoit}, N. and\
31
+ \ {Gonz{\\'a}lez-Gait{\\'a}n}, S. and {Graham}, M.~L. and {Hsiao}, E. and {Kronborg},\
32
+ \ T. and {Lidman}, C. and {Mourao}, A.~M. and {Perlmutter}, S. and {Ripoche}, P.\
33
+ \ and {Suzuki}, N. and {Walker}, E.~S.},\n title = \"{The Supernova Legacy\
34
+ \ Survey 3-year sample: Type Ia supernovae photometric distances and cosmological\
35
+ \ constraints}\",\n journal = {\\aap},\n keywords = {supernovae: general,\
36
+ \ cosmology: observations, Astrophysics - Cosmology and Nongalactic Astrophysics},\n\
37
  \ year = 2010,\n month = nov,\n volume = {523},\n \
38
  \ eid = {A7},\n pages = {A7},\n doi = {10.1051/0004-6361/201014468},\n\
39
  archivePrefix = {arXiv},\n eprint = {1010.4743},\n primaryClass = {astro-ph.CO},\n\
40
  \ adsurl = {https://ui.adsabs.harvard.edu/abs/2010A&A...523A...7G},\n \
41
+ \ adsnote = {Provided by the SAO/NASA Astrophysics Data System}\n}\n"
42
+ ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
+ # Snls Dataset
45
 
46
+ GNU General Public License v3.0
47
 
48
+ Time-series dataset from the Supernova Legacy Survey (SNLS).
49
 
50
  Data Citations:
51
 
52
  Guy et al. (2010)
53
 
54
 
55
+ % % ACKNOWLEDGEMENTS
56
+ % The SNLS is an International Collaboration of physicists and astronomers from various institutions in Canada, EU and US.
57
+ %
58
+ % Institution/group representatives (Collaboration Board) are: P. Astier (IN2P3/LPNHE, Fr), S. Basa (INSU/LAM, Fr), R. Carlberg (U. Toronto, Ca), I. Hook (U. Oxford, UK), R. Pain (CNRS/IN2P3, Fr; Chair), S. Perlmutter (LBNL, US), C. Pritchet (U. Victoria, Ca) and J. Rich (CEA/DAPNIA, Fr).
59
+ %
60
+ % Irfu/SPP (Saclay), IN2P3/LPNHE (Jussieu), INSU/LAM (Marseille), IN2P3/CPPM (Marseille), University of Toronto (Canada), University of Victoria (Canada)
61
+ %
62
+ % CITATION
63
  @ARTICLE{2010A&A...523A...7G,
64
+ author = {{Guy}, J. and {Sullivan}, M. and {Conley}, A. and {Regnault}, N. and {Astier}, P. and {Balland}, C. and {Basa}, S. and {Carlberg}, R.~G. and {Fouchez}, D. and {Hardin}, D. and {Hook}, I.~M. and {Howell}, D.~A. and {Pain}, R. and {Palanque-Delabrouille}, N. and {Perrett}, K.~M. and {Pritchet}, C.~J. and {Rich}, J. and {Ruhlmann-Kleider}, V. and {Balam}, D. and {Baumont}, S. and {Ellis}, R.~S. and {Fabbro}, S. and {Fakhouri}, H.~K. and {Fourmanoit}, N. and {Gonz{\'a}lez-Gait{\'a}n}, S. and {Graham}, M.~L. and {Hsiao}, E. and {Kronborg}, T. and {Lidman}, C. and {Mourao}, A.~M. and {Perlmutter}, S. and {Ripoche}, P. and {Suzuki}, N. and {Walker}, E.~S.},
65
  title = "{The Supernova Legacy Survey 3-year sample: Type Ia supernovae photometric distances and cosmological constraints}",
66
+ journal = {\aap},
67
  keywords = {supernovae: general, cosmology: observations, Astrophysics - Cosmology and Nongalactic Astrophysics},
68
  year = 2010,
69
  month = nov,
 
78
  adsnote = {Provided by the SAO/NASA Astrophysics Data System}
79
  }
80
 
81
+