-
Notifications
You must be signed in to change notification settings - Fork 387
/
Copy pathRadiationEquivalentDoseRate.json
59 lines (59 loc) · 1.5 KB
/
RadiationEquivalentDoseRate.json
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
{
"Name": "RadiationEquivalentDoseRate",
"BaseUnit": "SievertPerSecond",
"XmlDocSummary": "A dose rate is quantity of radiation absorbed or delivered per unit time.",
"XmlDocsRemarks": "https://en.wikipedia.org/wiki/Dose_rate",
"BaseDimensions": {
"L": 2,
"T": -3
},
"Units": [
{
"SingularName": "SievertPerHour",
"PluralName": "SievertsPerHour",
"FromUnitToBaseFunc": "{x}/3600",
"FromBaseToUnitFunc": "{x}*3600",
"Prefixes": [ "Nano", "Micro", "Milli" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Sv/h" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "Зв/ч" ]
}
]
},
{
"SingularName": "SievertPerSecond",
"PluralName": "SievertsPerSecond",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Nano", "Micro", "Milli" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Sv/s" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "Зв/с" ]
}
]
},
{
"SingularName": "RoentgenEquivalentManPerHour",
"PluralName": "RoentgensEquivalentManPerHour",
"FromUnitToBaseFunc": "{x} / 100 / 3600",
"FromBaseToUnitFunc": "{x} * 100 * 3600",
"Prefixes": [ "Milli" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "rem/h" ]
}
]
}
]
}