Commit f2200ae887b9b5ff799be1224f455bbb994d5312
1 parent
0b343c94
Exists in
master
and in
11 other branches
Added parameters Velocity_SC and T_TENSOR_SC in scpacecraft F.O.R.
Showing
2 changed files
with
86 additions
and
0 deletions
Show diff stats
NumericalData/CDPP-AMDA/PSP/SPI/psp-spi-Hmom.xml
... | ... | @@ -94,6 +94,15 @@ |
94 | 94 | </RenderingHints> |
95 | 95 | </Parameter> |
96 | 96 | <Parameter> |
97 | + <Name>t_temp_sc</Name> | |
98 | + <ParameterKey>psp_spc_Hwt_sc</ParameterKey> | |
99 | + <Description>Temperature Tensor in SC frame</Description> | |
100 | + <Units>eV</Units> | |
101 | + <RenderingHints> | |
102 | + <DisplayType>TimeSeries</DisplayType> | |
103 | + </RenderingHints> | |
104 | + </Parameter> | |
105 | + <Parameter> | |
97 | 106 | <Name>v_rtn</Name> |
98 | 107 | <ParameterKey>psp_spi_Hv</ParameterKey> |
99 | 108 | <Description>Particle Velocity in RTN frame</Description> |
... | ... | @@ -127,5 +136,39 @@ |
127 | 136 | </Element> |
128 | 137 | </Structure> |
129 | 138 | </Parameter> |
139 | + <Parameter> | |
140 | + <Name>v_sc</Name> | |
141 | + <ParameterKey>psp_spi_Hv_sc</ParameterKey> | |
142 | + <Description>Particle Velocity in SC frame</Description> | |
143 | + <Units>km/s</Units> | |
144 | + <CoordinateSystem> | |
145 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
146 | + <CoordinateSystemName>SC</CoordinateSystemName> | |
147 | + </CoordinateSystem> | |
148 | + <RenderingHints> | |
149 | + <DisplayType>TimeSeries</DisplayType> | |
150 | + </RenderingHints> | |
151 | + <Structure> | |
152 | + <Size>3</Size> | |
153 | + <Element> | |
154 | + <Name>vx</Name> | |
155 | + <Qualifier>Component.I</Qualifier> | |
156 | + <Index>1</Index> | |
157 | + <ParameterKey>psp_spi_Hv_sc(0)</ParameterKey> | |
158 | + </Element> | |
159 | + <Element> | |
160 | + <Name>vy</Name> | |
161 | + <Qualifier>Component.J</Qualifier> | |
162 | + <Index>2</Index> | |
163 | + <ParameterKey>psp_spi_Hv_sc(1)</ParameterKey> | |
164 | + </Element> | |
165 | + <Element> | |
166 | + <Name>vz</Name> | |
167 | + <Qualifier>Component.K</Qualifier> | |
168 | + <Index>3</Index> | |
169 | + <ParameterKey>psp_spc_Hv_sc(2)</ParameterKey> | |
170 | + </Element> | |
171 | + </Structure> | |
172 | + </Parameter> | |
130 | 173 | </NumericalData> |
131 | 174 | </Spase> | ... | ... |
NumericalData/CDPP-AMDA/PSP/SPI/psp-spi-amom.xml
... | ... | @@ -94,6 +94,15 @@ |
94 | 94 | </RenderingHints> |
95 | 95 | </Parameter> |
96 | 96 | <Parameter> |
97 | + <Name>t_temp_sc</Name> | |
98 | + <ParameterKey>psp_spc_awt_sc</ParameterKey> | |
99 | + <Description>Temperature Tensor in SC frame</Description> | |
100 | + <Units>eV</Units> | |
101 | + <RenderingHints> | |
102 | + <DisplayType>TimeSeries</DisplayType> | |
103 | + </RenderingHints> | |
104 | + </Parameter> | |
105 | + <Parameter> | |
97 | 106 | <Name>v_rtn</Name> |
98 | 107 | <ParameterKey>psp_spi_av</ParameterKey> |
99 | 108 | <Description>Particle Velocity in RTN frame</Description> |
... | ... | @@ -127,5 +136,39 @@ |
127 | 136 | </Element> |
128 | 137 | </Structure> |
129 | 138 | </Parameter> |
139 | + <Parameter> | |
140 | + <Name>v_sc</Name> | |
141 | + <ParameterKey>psp_spi_av_sc</ParameterKey> | |
142 | + <Description>Particle Velocity in SC frame</Description> | |
143 | + <Units>km/s</Units> | |
144 | + <CoordinateSystem> | |
145 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
146 | + <CoordinateSystemName>SC</CoordinateSystemName> | |
147 | + </CoordinateSystem> | |
148 | + <RenderingHints> | |
149 | + <DisplayType>TimeSeries</DisplayType> | |
150 | + </RenderingHints> | |
151 | + <Structure> | |
152 | + <Size>3</Size> | |
153 | + <Element> | |
154 | + <Name>vx</Name> | |
155 | + <Qualifier>Component.I</Qualifier> | |
156 | + <Index>1</Index> | |
157 | + <ParameterKey>psp_spi_av_sc(0)</ParameterKey> | |
158 | + </Element> | |
159 | + <Element> | |
160 | + <Name>vy</Name> | |
161 | + <Qualifier>Component.J</Qualifier> | |
162 | + <Index>2</Index> | |
163 | + <ParameterKey>psp_spi_av_sc(1)</ParameterKey> | |
164 | + </Element> | |
165 | + <Element> | |
166 | + <Name>vz</Name> | |
167 | + <Qualifier>Component.K</Qualifier> | |
168 | + <Index>3</Index> | |
169 | + <ParameterKey>psp_spc_av_sc(2)</ParameterKey> | |
170 | + </Element> | |
171 | + </Structure> | |
172 | + </Parameter> | |
130 | 173 | </NumericalData> |
131 | 174 | </Spase> | ... | ... |