-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.zenodo.json
More file actions
83 lines (78 loc) · 3.82 KB
/
.zenodo.json
File metadata and controls
83 lines (78 loc) · 3.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"creators": [
{
"orcid": "0000-0002-9552-8822",
"affiliation": "School of Cosmic Physics, DIAS Dunsink Observatory, Dublin Institute for Advanced Studies, Dublin 15, Ireland",
"name": "Louis, C. K."
},
{
"orcid": "0000-0003-0635-7361",
"affiliation": "School of Cosmic Physics, DIAS Dunsink Observatory, Dublin Institute for Advanced Studies, Dublin 15, Ireland",
"name": "Jackman, C M."
},
{
"orcid": "0000-0001-7511-5652",
"affiliation": "Department of Electronics & Computer Science, University of Southampton",
"name": "Mangham, S. W."
},
{
"orcid": "0000-0002-9274-8715",
"affiliation": "School of Cosmic Physics, DIAS Dunsink Observatory, Dublin Institute for Advanced Studies, Dublin 15, Ireland",
"name": "Smith, K. D."
},
{
"orcid": "0000-0003-3780-4953",
"affiliation": "School of Cosmic Physics, DIAS Dunsink Observatory, Dublin Institute for Advanced Studies, Dublin 15, Ireland",
"name": "O'Dwyer, E. P."
},
{
"orcid": "0000-0001-6448-7178",
"affiliation": "School of Cosmic Physics, DIAS Dunsink Observatory, Dublin Institute for Advanced Studies, Dublin 15, Ireland",
"name": "Empey, A."
},
{
"orcid": "0000-0001-7915-5571",
"affiliation": "LESIA, Observatoire de Paris, CNRS, PSL Research University, Meudon, France",
"name": "Cecconi, B."
},
{
"orcid": "0000-0002-8693-9398",
"affiliation": "LESIA, Observatoire de Paris, CNRS, PSL Research University, Meudon, France",
"name": "Boudouma, A."
},
{
"orcid": "0000-0003-1672-9878",
"affiliation": "LESIA, Observatoire de Paris, CNRS, PSL Research University, Meudon, France",
"name": "Zarka, P."
},
{
"orcid": "0000-0002-4715-1805",
"affiliation": "School of Cosmic Physics, DIAS Dunsink Observatory, Dublin Institute for Advanced Studies, Dublin 15, Ireland",
"name": "Maloney, S."
}
],
"license": "MIT",
"title": "SPACE Labelling Tool Version 2.0.0",
"keywords": ["Planetary, Solar and Heliospheric Radio Emissions", "Python Tool", "Labelling Tool", "Solar System", "Sun", "Jupiter", "Earth", "Saturn"],
"description": "The SPectrogram Analysis and Cataloguing Environment (SPACE) tool is an interactive python tool designed to label radio emission features of interest in a time-frequency map (called “dynamic spectrum”). The program uses Matplotlib’s Polygon Selector widget to allow a user to select and edit an undefined number of vertices on top of the dynamic spectrum before closing the shape (polygon). Multiple polygons may be drawn on any spectrum, and the feature name along with the coordinates for each polygon vertex are saved into a “.json” file as per the “Time-Frequency Catalogue” (TFCat) format along with other data such as the feature id, observer name, and data units.",
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/CorentinLouis/SPACE_labelling_tool/tree/v2.0.1",
"relation": "isSupplementedBy",
"resource_type": "software"
},
{
"scheme": "doi",
"identifier": "10.3389/fspas.2022.1001166",
"relation": "documents",
"resource_type": "publication-article"
},
{
"scheme":"url",
"identifier":"https://space-labelling-tool.readthedocs.io/",
"relation":"isDocumentedBy",
"resource_type":"publication-softwaredocumentation"
}
]
}