EiffL commited on
Commit
05537f3
·
verified ·
1 Parent(s): 3145235

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -34
README.md CHANGED
@@ -1,36 +1,53 @@
1
  ---
2
- dataset_info:
3
- config_name: train_only
4
- features:
5
- - name: lightcurve
6
- sequence:
7
- - name: band
8
- dtype: string
9
- - name: flux
10
- dtype: float32
11
- - name: flux_err
12
- dtype: float32
13
- - name: time
14
- dtype: float32
15
- - name: hostgal_photoz
16
- dtype: float32
17
- - name: hostgal_specz
18
- dtype: float32
19
- - name: redshift
20
- dtype: float32
21
- - name: obj_type
22
- dtype: string
23
- - name: object_id
24
- dtype: string
25
- splits:
26
- - name: train
27
- num_bytes: 20200662
28
- num_examples: 1000
29
- download_size: 2087385
30
- dataset_size: 20200662
31
- configs:
32
- - config_name: train_only
33
- data_files:
34
- - split: train
35
- path: train_only/train-*
36
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ description: 'The Photometric LSST Astronomical Time-Series Classification Challenge
3
+ (PLAsTiCC) is a community-wide challenge to spur development of algorithms to classify
4
+ astronomical transients. The Large Synoptic Survey Telescope (LSST) will discover
5
+ tens of thousands of transient phenomena every single night. To deal with this massive
6
+ onset of data, automated algorithms to classify and sort astronomical transients
7
+ are crucial.
8
+
9
+
10
+ PLAsTiCC, based on the highly successful Supernova Photometric Classification Challenge,
11
+ will consist of a set of realistic LSST simulations of a variety of transient and
12
+ variable phenomena. The challenge will be publicly available on a popular data science
13
+ platform, encouraging algorithm submissions from outside the Astronomy community.
14
+
15
+ '
16
+ homepage: https://zenodo.org/records/2539456
17
+ version: 0.0.1
18
+ citation: "@article{Kessler_2019,\n title={Models and Simulations for the Photometric\
19
+ \ LSST Astronomical Time Series Classification Challenge (PLAsTiCC)},\n volume={131},\n\
20
+ \ ISSN={1538-3873},\n url={http://dx.doi.org/10.1088/1538-3873/ab26f1},\n \
21
+ \ DOI={10.1088/1538-3873/ab26f1},\n number={1003},\n journal={Publications of\
22
+ \ the Astronomical Society of the Pacific},\n publisher={IOP Publishing},\n \
23
+ \ author={Kessler, R. and Narayan, G. and Avelino, A. and Bachelet, E. and Biswas,\
24
+ \ R. and Brown, P. J. and Chernoff, D. F. and Connolly, A. J. and Dai, M. and Daniel,\
25
+ \ S. and Stefano, R. Di and Drout, M. R. and Galbany, L. and González-Gaitán, S.\
26
+ \ and Graham, M. L. and Hložek, R. and Ishida, E. E. O. and Guillochon, J. and Jha,\
27
+ \ S. W. and Jones, D. O. and Mandel, K. S. and Muthukrishna, D. and O’Grady, A.\
28
+ \ and Peters, C. M. and Pierel, J. R. and Ponder, K. A. and Prša, A. and Rodney,\
29
+ \ S. and Villar, V. A.},\n year={2019},\n month=jul, pages={094501} }\n"
 
 
 
 
 
 
30
  ---
31
+
32
+ # Plasticc Dataset
33
+
34
+ CC BY 4.0
35
+
36
+ The Photometric LSST Astronomical Time-Series Classification Challenge (PLAsTiCC) is a community-wide challenge to spur development of algorithms to classify astronomical transients. The Large Synoptic Survey Telescope (LSST) will discover tens of thousands of transient phenomena every single night. To deal with this massive onset of data, automated algorithms to classify and sort astronomical transients are crucial.
37
+
38
+ PLAsTiCC, based on the highly successful Supernova Photometric Classification Challenge, will consist of a set of realistic LSST simulations of a variety of transient and variable phenomena. The challenge will be publicly available on a popular data science platform, encouraging algorithm submissions from outside the Astronomy community.
39
+
40
+
41
+ @article{Kessler_2019,
42
+ title={Models and Simulations for the Photometric LSST Astronomical Time Series Classification Challenge (PLAsTiCC)},
43
+ volume={131},
44
+ ISSN={1538-3873},
45
+ url={http://dx.doi.org/10.1088/1538-3873/ab26f1},
46
+ DOI={10.1088/1538-3873/ab26f1},
47
+ number={1003},
48
+ journal={Publications of the Astronomical Society of the Pacific},
49
+ publisher={IOP Publishing},
50
+ author={Kessler, R. and Narayan, G. and Avelino, A. and Bachelet, E. and Biswas, R. and Brown, P. J. and Chernoff, D. F. and Connolly, A. J. and Dai, M. and Daniel, S. and Stefano, R. Di and Drout, M. R. and Galbany, L. and González-Gaitán, S. and Graham, M. L. and Hložek, R. and Ishida, E. E. O. and Guillochon, J. and Jha, S. W. and Jones, D. O. and Mandel, K. S. and Muthukrishna, D. and O’Grady, A. and Peters, C. M. and Pierel, J. R. and Ponder, K. A. and Prša, A. and Rodney, S. and Villar, V. A.},
51
+ year={2019},
52
+ month=jul, pages={094501} }
53
+