Commit 7542cdc60a62b484d41f42a075ce6bd962b80e85
1 parent
9e59d9f2
Exists in
master
and in
11 other branches
Added magnitudes of velocity vectors as Parameters
Showing
2 changed files
with
45 additions
and
0 deletions
Show diff stats
NumericalData/CDPP-AMDA/PSP/SPC/psp-spc-fit.xml
... | ... | @@ -199,6 +199,15 @@ |
199 | 199 | </Element> |
200 | 200 | </Structure> |
201 | 201 | </Parameter> |
202 | + <Parameter> | |
203 | + <Name>|vp1|</Name> | |
204 | + <ParameterKey>psp_spc_vp1_nrm</ParameterKey> | |
205 | + <Description> | |
206 | + Velociy vector magnitude | |
207 | + </Description> | |
208 | + <Units>km/s</Units> | |
209 | + <RenderingHints>TimeSeries</RenderingHints> | |
210 | + </Parameter> | |
202 | 211 | |
203 | 212 | <!-- Parameters with "a" fit --> |
204 | 213 | |
... | ... | @@ -311,6 +320,15 @@ |
311 | 320 | </Element> |
312 | 321 | </Structure> |
313 | 322 | </Parameter> |
323 | + <Parameter> | |
324 | + <Name>|va|</Name> | |
325 | + <ParameterKey>psp_spc_va_nrm</ParameterKey> | |
326 | + <Description> | |
327 | + Velociy vector magnitude | |
328 | + </Description> | |
329 | + <Units>km/s</Units> | |
330 | + <RenderingHints>TimeSeries</RenderingHints> | |
331 | + </Parameter> | |
314 | 332 | |
315 | 333 | |
316 | 334 | <!-- parameters with 3 fit --> |
... | ... | @@ -425,6 +443,15 @@ |
425 | 443 | </Element> |
426 | 444 | </Structure> |
427 | 445 | </Parameter> |
446 | + <Parameter> | |
447 | + <Name>|v3|</Name> | |
448 | + <ParameterKey>psp_spc_v3_nrm</ParameterKey> | |
449 | + <Description> | |
450 | + Velociy vector magnitude | |
451 | + </Description> | |
452 | + <Units>km/s</Units> | |
453 | + <RenderingHints>TimeSeries</RenderingHints> | |
454 | + </Parameter> | |
428 | 455 | |
429 | 456 | <!-- parameters with p tot --> |
430 | 457 | |
... | ... | @@ -537,6 +564,15 @@ |
537 | 564 | </Element> |
538 | 565 | </Structure> |
539 | 566 | </Parameter> |
567 | + <Parameter> | |
568 | + <Name>|vp_tot|</Name> | |
569 | + <ParameterKey>psp_spc_vp_tot_nrm</ParameterKey> | |
570 | + <Description> | |
571 | + Velociy vector magnitude | |
572 | + </Description> | |
573 | + <Units>km/s</Units> | |
574 | + <RenderingHints>TimeSeries</RenderingHints> | |
575 | + </Parameter> | |
540 | 576 | |
541 | 577 | </NumericalData> |
542 | 578 | </Spase> | ... | ... |
NumericalData/CDPP-AMDA/PSP/SPC/psp-spc-mom.xml
... | ... | @@ -221,5 +221,14 @@ |
221 | 221 | </Element> |
222 | 222 | </Structure> |
223 | 223 | </Parameter> |
224 | + <Parameter> | |
225 | + <Name>|vp_mom|</Name> | |
226 | + <ParameterKey>psp_spc_vp_mom_nrm</ParameterKey> | |
227 | + <Description> | |
228 | + Velociy vector magnitude | |
229 | + </Description> | |
230 | + <Units>km/s</Units> | |
231 | + <RenderingHints>TimeSeries</RenderingHints> | |
232 | + </Parameter> | |
224 | 233 | </NumericalData> |
225 | 234 | </Spase> | ... | ... |