forked from tessgi/tess-point
-
Notifications
You must be signed in to change notification settings - Fork 1
/
codemeta.json
134 lines (134 loc) · 4.54 KB
/
codemeta.json
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/christopherburke/tess-point",
"dateCreated": "2018-11-13",
"datePublished": "2018-11-13",
"dateModified": "2020-02-24",
"downloadUrl": "https://github.com/christopherburke/tess-point/archive/v0.4.0.tar.gz",
"name": "tess-point",
"version": "0.4.0",
"description": "Tess-point converts astronomical target coordinates given in right ascension and declination to detector pixel coordinates for the MIT-led NASA Transiting Exoplanet Survey Satellite (TESS) spacecraft. The program can also provide detector pixel coordinates for a star by TESS input catalog identifier number and common astronomical name. Tess-point outputs the observing sector number, camera number, detector number, and pixel column and row. Original programming in C and focal plane geometry solutions by Alan Levine (MIT). This python translation by Christopher J. Burke (MIT)",
"applicationCategory": "Astronomy",
"developmentStatus": "active",
"funder": {
"@type": "Organization",
"name": "MIT and NASA"
},
"keywords": [
"astronomy",
"coordinates",
"TESS",
"NASA"
],
"programmingLanguage": [
"Python"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-7754-9486",
"givenName": "Christopher J.",
"familyName": "Burke",
"affiliation": {
"@type": "Organization",
"name": "MIT"
}
},
{
"@type": "Person",
"givenName": "Alan",
"familyName": "Levine",
"affiliation": {
"@type": "Organization",
"name": "MIT"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-9113-7162",
"givenName": "Michael",
"familyName": "Fausnaugh",
"affiliation": {
"@type": "Organization",
"name": "MIT"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-6763-6562",
"givenName": "Roland",
"familyName": "Vanderspek",
"affiliation": {
"@type": "Organization",
"name": "MIT"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-7139-2724",
"givenName": "Thomas",
"familyName": "Barclay",
"affiliation": {
"@type": "Organization",
"name": "NASA GSFC; Univ. of Maryland Baltimore County"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-2990-7613",
"givenName": "Jessica E.",
"familyName": "Libby-Roberts",
"affiliation": {
"@type": "Organization",
"name": "Univ. of Colorado"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-2528-3409",
"givenName": "Brett",
"familyName": "Morris",
"affiliation": {
"@type": "Organization",
"name": "Univ. of Washington"
}
},
{
"@type": "Person",
"givenName": "Brigitta",
"familyName": "Sipocz",
"affiliation": {
"@type": "Organization",
"name": "Univ. of Washington"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-8852-499X",
"givenName": "Martin",
"familyName": "Owens"
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-9464-8101",
"givenName": "Adina D.",
"familyName": "Feinstein",
"affiliation": {
"@type": "Organization",
"name": "Univ. of Chicago; NSF Graduate Research Fellow"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-5121-5560",
"givenName": "Joao",
"familyName": "Camacho",
"affiliation": {
"@type": "Organization",
"name": "Institute of Astrophysics and Space Sciences; Univ. of Porto"
}
}
]
}