-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.zenodo.json
More file actions
30 lines (30 loc) · 756 Bytes
/
.zenodo.json
File metadata and controls
30 lines (30 loc) · 756 Bytes
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
{
"title": "rbvfit: A Voigt profile fitting tool",
"version": "2.0.0",
"description": "A Python package for fitting Voigt profiles to absorption lines using MCMC sampling and interactive visualization tools.",
"creators": [
{
"name": "Bordoloi, Rongmon",
"affiliation": "North Carolina State University",
"orcid": "0000-0002-3120-7173"
},
{
"name": "Higginson, Jack",
"affiliation": "North Carolina State University"
}
],
"license": "MIT",
"keywords": [
"spectral fitting",
"Voigt profile",
"MCMC",
"astrophysics",
"absorption lines"
],
"related_identifiers": [
{
"relation": "isSupplementTo",
"identifier": "https://github.com/rongmon/rbvfit"
}
]
}