Commit e283142af28b3dadd8abc84ac92c44728c20c846

Authored by Quentin Brzustowski
1 parent 32ecdd7a

updated paramKey name to get velocity and t_tensor in RTN coord

PARAM_DEF/psp_spi_Hv.xml
... ... @@ -3,7 +3,7 @@
3 3 <gap_threshold>128</gap_threshold>
4 4 <get>
5 5 <vi name='psp:spi:Hmom'>
6   - <baseParam name='VEL'/>
  6 + <baseParam name='VEL_RTN'/>
7 7 </vi>
8 8 </get>
9 9 <process/>
... ...
PARAM_DEF/psp_spi_Hwt.xml
... ... @@ -3,7 +3,7 @@
3 3 <gap_threshold>128</gap_threshold>
4 4 <get>
5 5 <vi name='psp:spi:Hmom'>
6   - <baseParam name='T_TEMP'/>
  6 + <baseParam name='T_TENSOR_RTN'/>
7 7 </vi>
8 8 </get>
9 9 <process/>
... ...
PARAM_DEF/psp_spi_Hwt_sc.xml
... ... @@ -3,7 +3,7 @@
3 3 <gap_threshold>128</gap_threshold>
4 4 <get>
5 5 <vi name='psp:spi:Hmom'>
6   - <baseParam name='T_TEMP_SC'/>
  6 + <baseParam name='T_TENSOR_SC'/>
7 7 </vi>
8 8 </get>
9 9 <process/>
... ...
PARAM_DEF/psp_spi_av.xml
... ... @@ -3,7 +3,7 @@
3 3 <gap_threshold>128</gap_threshold>
4 4 <get>
5 5 <vi name='psp:spi:amom'>
6   - <baseParam name='VEL'/>
  6 + <baseParam name='VEL_RTN'/>
7 7 </vi>
8 8 </get>
9 9 <process/>
... ...
PARAM_DEF/psp_spi_awt.xml
... ... @@ -3,7 +3,7 @@
3 3 <gap_threshold>128</gap_threshold>
4 4 <get>
5 5 <vi name='psp:spi:amom'>
6   - <baseParam name='T_TEMP'/>
  6 + <baseParam name='T_TENSOR_RTN'/>
7 7 </vi>
8 8 </get>
9 9 <process/>
... ...
PARAM_DEF/psp_spi_awt_sc.xml
... ... @@ -3,7 +3,7 @@
3 3 <gap_threshold>128</gap_threshold>
4 4 <get>
5 5 <vi name='psp:spi:amom'>
6   - <baseParam name='T_TEMP_SC'/>
  6 + <baseParam name='T_TENSOR_SC'/>
7 7 </vi>
8 8 </get>
9 9 <process/>
... ...