Commit 62c84f74440a6cf3c0ad14ea1bbcac3baab36a1d
1 parent
a3a2dd61
Exists in
master
Fix PSP/SPI/PHI table definition
Showing
6 changed files
with
28 additions
and
10 deletions
Show diff stats
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"/> | ... | ... |