-
Notifications
You must be signed in to change notification settings - Fork 8
/
Project.toml
82 lines (78 loc) · 2.84 KB
/
Project.toml
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
name = "LegendGeSim"
uuid = "e592b54b-af3c-468f-bcc7-10a913e293a7"
version = "0.1.3"
[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
CurveFit = "5a033b19-8c74-5913-a970-47c3779ef25c"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LegendDataManagement = "9feedd95-f0e0-423f-a8dc-de0970eae6b3"
LegendDataTypes = "99e09c13-5545-5ee2-bfa2-77f358fb75d8"
LegendHDF5IO = "c9265ca6-b027-5446-b1a4-febfa8dd10b0"
LegendTextIO = "c397c909-374d-579b-8af3-fa3aa4f02e89"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
MJDSigGen = "0b925020-e659-485c-98dd-189633cb4be4"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
PropDicts = "4dc08600-4268-439e-8673-d706fafbb426"
RadiationDetectorDSP = "afd6e06f-c550-5763-af36-7391d39e46ec"
RadiationDetectorSignals = "bf2c0563-65cf-5db2-a620-ceb7de82658c"
RadiationSpectra = "4f207c7e-01da-51d7-a1a0-c8c06dd1d883"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Random123 = "74087812-796a-5b5d-8853-05524746bad3"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SignalAnalysis = "df1fea92-c066-49dd-8b36-eace3378ea47"
SolidStateDetectors = "71e43887-2bd9-5f77-aebd-47f656f0a3f0"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[weakdeps]
MJDSigGen = "0b925020-e659-485c-98dd-189633cb4be4"
[extensions]
LegendGeSimExt = "MJDSigGen"
[compat]
ArgCheck = "1, 2"
ArraysOfArrays = "0.5, 0.6"
CurveFit = "0.3, 0.5, 0.6"
DSP = "0.7, 0.8"
DelimitedFiles = "1"
Distributions = "0.23, 0.24, 0.25"
ElasticArrays = "1"
IntervalSets = "0.5, 0.6, 0.7"
JSON = "0.21"
LegendDataManagement = "0.2.8, 0.3, 0.4"
LegendDataTypes = "0.1"
LegendHDF5IO = "0.1"
LegendTextIO = "0.1"
LsqFit = "0.13, 0.14, 0.15"
MJDSigGen = "0.2"
Parameters = "0.12, 0.13"
Polynomials = "2, 3, 4"
PropDicts = "0.2"
RadiationDetectorDSP = "0.2.1"
RadiationDetectorSignals = "0.3"
RadiationSpectra = "0.5"
Random123 = "1.2"
RecipesBase = "1"
Requires = "0.5, 1"
SignalAnalysis = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
SolidStateDetectors = "0.10.3"
StaticArrays = "0.12, 1"
Statistics = "1"
StatsBase = "0.32, 0.33, 0.34"
StructArrays = "0.5, 0.6, 0.7"
Tables = "1"
TypedTables = "1.2"
Unitful = "1"
julia = "1.10"