forked from cicwi/PyCorrectedEmissionCT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
54 lines (54 loc) · 1.77 KB
/
codemeta.json
File metadata and controls
54 lines (54 loc) · 1.77 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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Computed Tomography",
"author": [
{
"id": "https://orcid.org/0000-0003-1704-5574",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "CEA-IRIG, UGA, MEM, Grenoble, France"
},
"email": "nicola.vigano@cea.fr",
"familyName": "Viganò",
"givenName": "Nicola"
},
{
"id": "_:author_2",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "ESRF - The European Synchrotron"
},
"email": "jerome.lesaint@esrf.fr",
"familyName": "Lesaint",
"givenName": "Jerome"
},
{
"id": "https://orcid.org/0000-0001-9798-8710",
"type": "Person",
"familyName": "Harrison",
"givenName": "Patrick"
}
],
"codeRepository": "github.com:cicwi/PyCorrectedEmissionCT.git",
"description": "Physically corrected projectors for X-ray-induced emission CT. PyCorrectedEmissionCT is usually abbreviated to its Python module name: corrct (either pronounced \"corr-C-T\" or \"correct\").",
"identifier": "10.5281/zenodo.3569684",
"keywords": [
"xrf-ct",
"X-ray",
"self-attenuation",
"attenuation correction",
"tomography"
],
"license": "https://spdx.org/licenses/BSD-3-Clause",
"name": "PyCorrectedEmissionCT",
"operatingSystem": [
"Linux",
"Windows",
"macOS"
],
"programmingLanguage": "Python",
"issueTracker": "https://github.com/cicwi/PyCorrectedEmissionCT/issues"
}