-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodemeta.json
More file actions
55 lines (55 loc) · 1.94 KB
/
codemeta.json
File metadata and controls
55 lines (55 loc) · 1.94 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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"author": [
{
"id": "https://orcid.org/0009-0004-0120-3464",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Curtin Institute for Data Science, Astronomy Data and Computing Services"
},
"email": "joel.g.dunstan@curtin.edu.au",
"familyName": "Dunstan",
"givenName": "Joel"
},
{
"id": "https://orcid.org/0000-0003-2064-6979",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "University of New South Wales"
},
"email": "nichole.barry@unsw.edu.au",
"familyName": "Barry",
"givenName": "Nichole"
}
],
"codeRepository": "https://github.com/EoRImaging/PyFHD",
"contributor": {
"id": "https://orcid.org/0000-0002-9130-5920",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Curtin University, Astronomy Data and Computing Services"
},
"email": "jack.line@curtin.edu.au",
"familyName": "Line",
"givenName": "Jack"
},
"dateCreated": "2022-01-06",
"dateModified": "2025-07-03",
"datePublished": "2025-06-24",
"description": "Python Fast Holographic Deconvolution (PyFHD) is an open source Python package that is a translation of the Interactive Data Language (IDL) package, Fast Holographic Deconvolution (FHD). PyFHD is primarily used for fast-mode Epoch of Reionization analysis.",
"downloadUrl": "https://github.com/EoRImaging/PyFHD",
"license": "https://spdx.org/licenses/MIT",
"name": "Python Fast Holographic Deconvolution (PyFHD)",
"programmingLanguage": "Python",
"version": "1.0.2",
"codemeta:contIntegration": {
"id": "https://github.com/EoRImaging/PyFHD/actions"
},
"continuousIntegration": "https://github.com/EoRImaging/PyFHD/actions",
"developmentStatus": "active",
"issueTracker": "https://github.com/EoRImaging/PyFHD/issues"
}