Commit c7095bfb6d63f50f1a5562675e9ee9d91548a52b
1 parent
ea339088
Exists in
master
and in
11 other branches
corrections on AMPTE parameters
Showing
2 changed files
with
51 additions
and
15 deletions
Show diff stats
Instrument/CDPP-AMDA/IRM/MAG.xml
... | ... | @@ -12,6 +12,7 @@ |
12 | 12 | respectively and was read out at 32, 16, 8, or 4 vector samples per second, |
13 | 13 | depending on the T/M rate. Signals from each sensor were also fed into four band pass |
14 | 14 | filters with 5.5, 11, 22, and 44 Hz center frequencies and were read out up to two times per second. |
15 | + The IRM's spin is constant over the period of the measurements at 4.053 s | |
15 | 16 | </Description> |
16 | 17 | <Acknowledgement>User will acknowledge the AMPTE/IRM magnetometer team in any publication resulting from the use of these data.</Acknowledgement> |
17 | 18 | <Contact> |
... | ... |
NumericalData/CDPP-AMDA/IRM/MAG/irm-mag-all.xml
... | ... | @@ -98,6 +98,43 @@ |
98 | 98 | <ParameterKey>irm_b_all(2)</ParameterKey> |
99 | 99 | </Element> |
100 | 100 | </Structure> |
101 | + <Parameter> | |
102 | + <Name>b_rlp</Name> | |
103 | + <ParameterKey>irm_b_rlp</ParameterKey> | |
104 | + <Description> | |
105 | + Magnetic field vector in GSE Cartesian coordinates in Magnitude, latitude, longitude | |
106 | + </Description> | |
107 | + <Ucd>phys.magField</Ucd> | |
108 | + <Units>nT</Units> | |
109 | + <UnitsConversion>1e-9>T</UnitsConversion> | |
110 | + <CoordinateSystem> | |
111 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
112 | + <CoordinateSystemName>GSE</CoordinateSystemName> | |
113 | + </CoordinateSystem> | |
114 | + <RenderingHints> | |
115 | + <DisplayType>TimeSeries</DisplayType> | |
116 | + </RenderingHints> | |
117 | + <Structure> | |
118 | + <Size>3</Size> | |
119 | + <Element> | |
120 | + <Name>|b|</Name> | |
121 | + <Qualifier>Component.I</Qualifier> | |
122 | + <Index>1</Index> | |
123 | + <ParameterKey>irm_b_rlp(0)</ParameterKey> | |
124 | + </Element> | |
125 | + <Element> | |
126 | + <Name>lat</Name> | |
127 | + <Qualifier>Component.J</Qualifier> | |
128 | + <Index>2</Index> | |
129 | + <ParameterKey>irm_b_rlp(1)</ParameterKey> | |
130 | + </Element> | |
131 | + <Element> | |
132 | + <Name>long</Name> | |
133 | + <Qualifier>Component.K</Qualifier> | |
134 | + <Index>3</Index> | |
135 | + <ParameterKey>irm_b_rlp(2)</ParameterKey> | |
136 | + </Element> | |
137 | + </Structure> | |
101 | 138 | <Field> |
102 | 139 | <Qualifier>Vector</Qualifier> |
103 | 140 | <Qualifier>Component.I</Qualifier> |
... | ... | @@ -107,20 +144,18 @@ |
107 | 144 | </Field> |
108 | 145 | </Parameter> |
109 | 146 | <Parameter> |
110 | - <Name>|b|</Name> | |
111 | - <ParameterKey>irm_b_tot</ParameterKey> | |
112 | - <Description> | |
113 | - Magnetic field magnitude (5sec) | |
114 | - </Description> | |
115 | - <Ucd>phys.magField</Ucd> | |
116 | - <Units>nT</Units> | |
117 | - <UnitsConversion>1e-9>T</UnitsConversion> | |
118 | - <RenderingHints> | |
119 | - <DisplayType>TimeSeries</DisplayType> | |
120 | - </RenderingHints> | |
121 | - <Structure> | |
122 | - <Size>1</Size> | |
123 | - </Structure> | |
124 | - </Parameter> | |
147 | + <Name>sig(b)/b</Name> | |
148 | + <ParameterKey>irm_b_nsig</ParameterKey> | |
149 | + <Description> | |
150 | + Normalised sigma of B distribution | |
151 | + </Description> | |
152 | + <Units></Units> | |
153 | + <RenderingHints> | |
154 | + <DisplayType>TimeSeries</DisplayType> | |
155 | + </RenderingHints> | |
156 | + <Structure> | |
157 | + <Size>1</Size> | |
158 | + </Structure> | |
159 | + </Parameter> | |
125 | 160 | </NumericalData> |
126 | 161 | </Spase> |
... | ... |