Commit 62c84f74440a6cf3c0ad14ea1bbcac3baab36a1d

Authored by Benjamin Renard
1 parent a3a2dd61
Exists in master

Fix PSP/SPI/PHI table definition

INTERNAL_PARAM_DEF/psp_spi_Hphtab.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="psp_spi_Hphtab">
  3 + <get>
  4 + <vi name="psp:spi:Hsp">
  5 + <baseParam name="PHI_VALS"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 +</param>
... ...
INTERNAL_PARAM_DEF/psp_spi_aphtab.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="psp_spi_aphtab">
  3 + <get>
  4 + <vi name="psp:spi:asp">
  5 + <baseParam name="PHI_VALS"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/psp_spi_Heph.xml
... ... @@ -2,16 +2,15 @@
2 2 <param xml:id='psp_spi_Heph'>
3 3 <info>
4 4 <table>
5   - <boundsTable name="azimuth" boundsName="phTabBnds" units="deg"/>
  5 + <centerAutoTable name="azimuth" variable="true" fullVariable="true" centerName="psp_spi_Hphtab" units="deg" log="false"/>
6 6 </table>
7 7 </info>
8 8 <gap_threshold>150</gap_threshold>
9 9 <get>
10 10 <vi name='psp:spi:Hsp'>
11   - <baseParam name='EFLUX_VS_PHI'>
12   - <clb name="phTabBnds"/>
13   - </baseParam>
  11 + <baseParam name='EFLUX_VS_PHI'/>
14 12 </vi>
  13 + <amdaParam name='psp_spi_Hphtab'/>
15 14 </get>
16 15 <process/>
17 16 <output>
... ...
PARAM_DEF/psp_spi_aeph.xml
... ... @@ -2,16 +2,15 @@
2 2 <param xml:id='psp_spi_aeph'>
3 3 <info>
4 4 <table>
5   - <boundsTable name="azimuth" boundsName="phTabBnds" units="deg"/>
  5 + <centerAutoTable name="azimuth" variable="true" fullVariable="true" centerName="psp_spi_aphtab" units="deg" log="false"/>
6 6 </table>
7 7 </info>
8 8 <gap_threshold>150</gap_threshold>
9 9 <get>
10 10 <vi name='psp:spi:asp'>
11   - <baseParam name='EFLUX_VS_PHI'>
12   - <clb name="phTabBnds"/>
13   - </baseParam>
  11 + <baseParam name='EFLUX_VS_PHI'/>
14 12 </vi>
  13 + <amdaParam name='psp_spi_aphtab'/>
15 14 </get>
16 15 <process/>
17 16 <output>
... ...
PARAM_INFO_PREDEFINED/info_psp_spi_Heph.xml
... ... @@ -4,7 +4,7 @@
4 4 <components/>
5 5 <tables>
6 6 <table relatedDim="dim_1" name="azimuth" units="deg">
7   - <channel min="-" max="-"/>
  7 + <channel min="168.75" max="180"/>
8 8 <channel min="157.50" max="168.75"/>
9 9 <channel min="146.25" max="157.50"/>
10 10 <channel min="135.00" max="146.25"/>
... ...
PARAM_INFO_PREDEFINED/info_psp_spi_aeph.xml
... ... @@ -4,7 +4,7 @@
4 4 <components/>
5 5 <tables>
6 6 <table relatedDim="dim_1" name="azimuth" units="deg">
7   - <channel min="-" max="-"/>
  7 + <channel min="168.75" max="180"/>
8 8 <channel min="157.50" max="168.75"/>
9 9 <channel min="146.25" max="157.50"/>
10 10 <channel min="135.00" max="146.25"/>
... ...