Commit e145306e81b9d2368261a664ce25228c601b830f
1 parent
4acd80ba
Exists in
master
and in
11 other branches
pass err info
Showing
1 changed file
with
8 additions
and
1 deletions
Show diff stats
NumericalData/CDPP-AMDA/Solar_Orbiter/PAS/so-pas-momgr.xml
... | ... | @@ -56,7 +56,7 @@ |
56 | 56 | <Parameter> |
57 | 57 | <Name>density : err</Name> |
58 | 58 | <ParameterKey>pas_momgr_n_err</ParameterKey> |
59 | - <Description/> | |
59 | + <Description>err = density * sqrt(cnts) / cnts</Description> | |
60 | 60 | <Ucd/> |
61 | 61 | <Units>cm**-3</Units> |
62 | 62 | </Parameter> |
... | ... | @@ -97,6 +97,13 @@ |
97 | 97 | <Description/> |
98 | 98 | <Ucd/> |
99 | 99 | <Units>km/s</Units> |
100 | + </Parameter> | |
101 | + <Parameter> | |
102 | + <Name>|v_sc| : err</Name> | |
103 | + <ParameterKey>pas_momgr_v_err</ParameterKey> | |
104 | + <Description>err = v * sqrt(t/<e>)/sqrt(cnts)</Description> | |
105 | + <Ucd/> | |
106 | + <Units>km/s</Units> | |
100 | 107 | </Parameter> |
101 | 108 | <Parameter> |
102 | 109 | <Name>t_av</Name> | ... | ... |