jacobbieker commited on
Commit
30e6fbf
1 Parent(s): 5d07f72

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +123 -3
README.md CHANGED
@@ -1,3 +1,123 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ astrophysics
2
+ astroparticle
3
+ simulation
4
+ timeseries
5
+ point-cloud
6
+
7
+ # Dataset Card for FACT Open Crab Sample
8
+
9
+ ## Table of Contents
10
+ - [Dataset Description](#dataset-description)
11
+ - [Dataset Summary](#dataset-summary)
12
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
13
+ - [Languages](#languages)
14
+ - [Dataset Structure](#dataset-structure)
15
+ - [Data Instances](#data-instances)
16
+ - [Data Fields](#data-instances)
17
+ - [Data Splits](#data-instances)
18
+ - [Dataset Creation](#dataset-creation)
19
+ - [Curation Rationale](#curation-rationale)
20
+ - [Source Data](#source-data)
21
+ - [Annotations](#annotations)
22
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
23
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
24
+ - [Social Impact of Dataset](#social-impact-of-dataset)
25
+ - [Discussion of Biases](#discussion-of-biases)
26
+ - [Other Known Limitations](#other-known-limitations)
27
+ - [Additional Information](#additional-information)
28
+ - [Dataset Curators](#dataset-curators)
29
+ - [Licensing Information](#licensing-information)
30
+ - [Citation Information](#citation-information)
31
+
32
+ ## Dataset Description
33
+
34
+ - **Homepage:** https://factdata.app.tu-dortmund.de/
35
+ - **Repository:** [Needs More Information]
36
+ - **Paper:** https://iopscience.iop.org/article/10.1088/1748-0221/8/06/P06008/pdf, https://iopscience.iop.org/article/10.1088/1748-0221/9/10/P10012/pdf
37
+ - **Leaderboard:** [Needs More Information]
38
+ - **Point of Contact:** [Needs More Information]
39
+
40
+ ### Dataset Summary
41
+
42
+ This is a mirror of the Open Crab Sample released by the FACT collaboration, containing simulations of astroparticle events as seen by the FACT telescope from the CORSIKA simulation program, as well as a few nights of observations of the Crab Nebula over 2013 and 2014. The simulation data is in two formats, the photon stream format, as well as a preprocessed version containing extracted features, and cleaned point clouds, which were performed with various levels of DBSCAN. The observations are all the raw data, with no cleaning or extracted features.
43
+
44
+ ### Supported Tasks and Leaderboards
45
+
46
+ - 'classification': Classification of simulated events as either hadron or gamma events.
47
+ - 'regression': Predicting the energy of the initial energy of the simulated events, or where in the night sky the original particle originated
48
+
49
+ ### Languages
50
+
51
+ [Needs More Information]
52
+
53
+ ## Dataset Structure
54
+
55
+ ### Data Instances
56
+
57
+ [Needs More Information]
58
+
59
+ ### Data Fields
60
+
61
+ [Needs More Information]
62
+
63
+ ### Data Splits
64
+
65
+ [Needs More Information]
66
+
67
+ ## Dataset Creation
68
+
69
+ ### Curation Rationale
70
+
71
+ The goal of the Open Crab Sample is to open up astroparticle data for exploring different ways of doing analysis.
72
+
73
+ ### Source Data
74
+
75
+ #### Initial Data Collection and Normalization
76
+
77
+ The initial simulated data was generated by the CORSIKA simulation program. The observations were taken by the FACT telescope on La Palma between 2013 and 2014. The data is not normalized.
78
+
79
+ #### Who are the source language producers?
80
+
81
+ [Needs More Information]
82
+
83
+ ### Annotations
84
+
85
+ #### Annotation process
86
+
87
+ The simulations were annotated from the ground truth in the simulation, while the observations have no ground truths.
88
+
89
+ #### Who are the annotators?
90
+
91
+ [Needs More Information]
92
+
93
+ ### Personal and Sensitive Information
94
+
95
+ [Needs More Information]
96
+
97
+ ## Considerations for Using the Data
98
+
99
+ ### Social Impact of Dataset
100
+
101
+ [Needs More Information]
102
+
103
+ ### Discussion of Biases
104
+
105
+ [Needs More Information]
106
+
107
+ ### Other Known Limitations
108
+
109
+ [Needs More Information]
110
+
111
+ ## Additional Information
112
+
113
+ ### Dataset Curators
114
+
115
+ [Needs More Information]
116
+
117
+ ### Licensing Information
118
+
119
+ [Needs More Information]
120
+
121
+ ### Citation Information
122
+
123
+ [Needs More Information]