-
Notifications
You must be signed in to change notification settings - Fork 3
/
CITATION.cff
92 lines (82 loc) · 2.67 KB
/
CITATION.cff
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
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: aurora
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Karl
name-particle: N.
family-names: Kappler
orcid: 'https://orcid.org/0000-0002-1877-1255'
- given-names: Jared
name-particle: R.
family-names: Peacock
orcid: 'https://orcid.org/0000-0002-0439-0224'
- given-names: Gary
name-particle: D.
family-names: Egbert
orcid: 'https://orcid.org/0000-0003-1276-8538'
- orcid: 'https://orcid.org/0000-0002-8818-3731'
given-names: Frassetto
family-names: Andrew
- given-names: Heagy
family-names: Lindsey
orcid: 'https://orcid.org/0000-0002-1551-5926'
- given-names: Kelbert
family-names: Anna
orcid: 'https://orcid.org/0000-0003-4395-398X'
- given-names: Laura
family-names: Keyson
- given-names: Douglas
family-names: Oldenburg
orcid: 'https://orcid.org/0000-0002-4327-2124'
- given-names: Timothy
family-names: Ronan
orcid: 'https://orcid.org/0000-0001-8450-9573'
- given-names: Justin
family-names: Sweet
orcid: 'https://orcid.org/0000-0001-7323-9758'
identifiers:
- type: doi
value: 10.5281/zenodo.13334589
description: >-
Contains the software at time of manuscript
acceptance.
- type: doi
value: 10.21105/joss.06832
description: The JOSS manuscript
repository-code: 'https://github.com/simpeg/aurora'
url: 'https://simpeg.xyz/aurora/'
abstract: >-
The Aurora software package robustly estimates single
station and remote reference electro-
magnetic transfer functions (TFs) from magnetotelluric
(MT) time series. Aurora is part of
an open-source processing workflow that leverages the
self-describing data container MTH5,
which in turn leverages the general mt_metadata framework
to manage metadata. These
pre-existing packages simplify the processing workflow by
providing managed data structures,
transfer functions to be generated with only a few lines
of code. The processing depends on
two inputs – a table defining the data to use for TF
estimation and a JSON file specifying
the processing parameters, both of which are generated
automatically and can be modified if
desired. Output TFs are returned as mt_metadata objects,
and can be exported to a variety
of common formats for plotting, modeling, and inversion.
keywords:
- open-source
- python
- 'magnetotelluric '
- processing
- transfer function
license: MIT
commit: d62c784a39c96692a3b1e10d50acb869b83d17c9
version: 0.3.14
date-released: '2024-08-30'