Commit 4776497a41c55a00fb50e70ff8bc0273c2b2fd25
1 parent
c036653d
Exists in
master
and in
12 other branches
MAVEN EUV correction
Showing
1 changed file
with
52 additions
and
15 deletions
Show diff stats
NumericalData/AMDA/MAVEN/EUV/mvn-euv-clb.xml
... | ... | @@ -2,9 +2,10 @@ |
2 | 2 | <Spase xmlns="http://www.spase-group.org/data/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.spase-group.org/data/schema http://cdpp.irap.omp.eu/AMDA-NG/public/schemas/spase-amda-1_2_0.xsd"> |
3 | 3 | <Version>2.2.6</Version> |
4 | 4 | <NumericalData> |
5 | - <ResourceID>spase://CDPP/NumericalData/AMDA/MAVEN/EUV/mvn-euv-mod</ResourceID> | |
5 | + <ResourceID>spase://CDPP/NumericalData/AMDA/MAVEN/EUV/mvn-euv-clb</ResourceID> | |
6 | 6 | <ResourceHeader> |
7 | - <ResourceName>measured EUV flux</ResourceName> | |
7 | + <ResourceName>measured EUV flux</ResourceName> | |
8 | + <AlternateName>Extreme Ultraviolet monitor calibrated irradiances</AlternateName> | |
8 | 9 | <ReleaseDate>2016-10-12T10:48:29Z</ReleaseDate> |
9 | 10 | <Description>Extreme Ultraviolet (EUV) monitor calibrated irradiances in three bandpasses: 17-22 nm, |
10 | 11 | 0-7 nm, and 121-122 nm. See Eparvier et al, Space Research, 195, 203-301 2015 |
... | ... | @@ -62,17 +63,29 @@ |
62 | 63 | * 7 : spare |
63 | 64 | </Caveats> |
64 | 65 | <Parameter> |
65 | - <Name>flux</Name> | |
66 | + <Name>energy flux</Name> | |
66 | 67 | <ParameterKey>mav_euv_fluxc</ParameterKey> |
67 | 68 | <Description/> |
68 | 69 | <Ucd/> |
69 | 70 | <Units>Watts/m^2</Units> |
70 | - <UnitsConversion/> | |
71 | - <RenderingHints> | |
72 | - <DisplayType>StackPlot</DisplayType> | |
73 | - </RenderingHints> | |
71 | + <UnitsConversion/> | |
74 | 72 | <Structure> |
75 | 73 | <Size>3</Size> |
74 | + <Element> | |
75 | + <Name>A: 17-22 nm</Name> | |
76 | + <Index>1</Index> | |
77 | + <ParameterKey>mav_euv_fluxc(0)</ParameterKey> | |
78 | + </Element> | |
79 | + <Element> | |
80 | + <Name>B: 0-7 nm</Name> | |
81 | + <Index>2</Index> | |
82 | + <ParameterKey>mav_euv_fluxc(1)</ParameterKey> | |
83 | + </Element> | |
84 | + <Element> | |
85 | + <Name>C: 121-122 nm</Name> | |
86 | + <Index>3</Index> | |
87 | + <ParameterKey>mav_euv_fluxc(2)</ParameterKey> | |
88 | + </Element> | |
76 | 89 | </Structure> |
77 | 90 | <Wave> |
78 | 91 | <WaveType>Photon</WaveType> |
... | ... | @@ -85,12 +98,24 @@ |
85 | 98 | <Description/> |
86 | 99 | <Ucd/> |
87 | 100 | <Units>%</Units> |
88 | - <UnitsConversion/> | |
89 | - <RenderingHints> | |
90 | - <DisplayType>StackPlot</DisplayType> | |
91 | - </RenderingHints> | |
101 | + <UnitsConversion/> | |
92 | 102 | <Structure> |
93 | 103 | <Size>3</Size> |
104 | + <Element> | |
105 | + <Name>A: 17-22 nm</Name> | |
106 | + <Index>1</Index> | |
107 | + <ParameterKey>mav_euv_deltac(0)</ParameterKey> | |
108 | + </Element> | |
109 | + <Element> | |
110 | + <Name>B: 0-7 nm</Name> | |
111 | + <Index>2</Index> | |
112 | + <ParameterKey>mav_euv_deltac(1)</ParameterKey> | |
113 | + </Element> | |
114 | + <Element> | |
115 | + <Name>C: 121-122 nm</Name> | |
116 | + <Index>3</Index> | |
117 | + <ParameterKey>mav_euv_deltac(2)</ParameterKey> | |
118 | + </Element> | |
94 | 119 | </Structure> |
95 | 120 | <Support> |
96 | 121 | <SupportQuantity>Other</SupportQuantity> |
... | ... | @@ -102,12 +127,24 @@ |
102 | 127 | <Description/> |
103 | 128 | <Ucd/> |
104 | 129 | <Units>%</Units> |
105 | - <UnitsConversion/> | |
106 | - <RenderingHints> | |
107 | - <DisplayType>StackPlot</DisplayType> | |
108 | - </RenderingHints> | |
130 | + <UnitsConversion/> | |
109 | 131 | <Structure> |
110 | 132 | <Size>3</Size> |
133 | + <Element> | |
134 | + <Name>A: 17-22 nm</Name> | |
135 | + <Index>1</Index> | |
136 | + <ParameterKey>mav_euv_deltatot(0)</ParameterKey> | |
137 | + </Element> | |
138 | + <Element> | |
139 | + <Name>B: 0-7 nm</Name> | |
140 | + <Index>2</Index> | |
141 | + <ParameterKey>mav_euv_deltatot(1)</ParameterKey> | |
142 | + </Element> | |
143 | + <Element> | |
144 | + <Name>C: 121-122 nm</Name> | |
145 | + <Index>3</Index> | |
146 | + <ParameterKey>mav_euv_deltatot(2)</ParameterKey> | |
147 | + </Element> | |
111 | 148 | </Structure> |
112 | 149 | <Support> |
113 | 150 | <SupportQuantity>Other</SupportQuantity> | ... | ... |