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,16 +2,15 @@ | ||
2 | <param xml:id='psp_spi_Heph'> | 2 | <param xml:id='psp_spi_Heph'> |
3 | <info> | 3 | <info> |
4 | <table> | 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 | </table> | 6 | </table> |
7 | </info> | 7 | </info> |
8 | <gap_threshold>150</gap_threshold> | 8 | <gap_threshold>150</gap_threshold> |
9 | <get> | 9 | <get> |
10 | <vi name='psp:spi:Hsp'> | 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 | </vi> | 12 | </vi> |
13 | + <amdaParam name='psp_spi_Hphtab'/> | ||
15 | </get> | 14 | </get> |
16 | <process/> | 15 | <process/> |
17 | <output> | 16 | <output> |
PARAM_DEF/psp_spi_aeph.xml
@@ -2,16 +2,15 @@ | @@ -2,16 +2,15 @@ | ||
2 | <param xml:id='psp_spi_aeph'> | 2 | <param xml:id='psp_spi_aeph'> |
3 | <info> | 3 | <info> |
4 | <table> | 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 | </table> | 6 | </table> |
7 | </info> | 7 | </info> |
8 | <gap_threshold>150</gap_threshold> | 8 | <gap_threshold>150</gap_threshold> |
9 | <get> | 9 | <get> |
10 | <vi name='psp:spi:asp'> | 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 | </vi> | 12 | </vi> |
13 | + <amdaParam name='psp_spi_aphtab'/> | ||
15 | </get> | 14 | </get> |
16 | <process/> | 15 | <process/> |
17 | <output> | 16 | <output> |
PARAM_INFO_PREDEFINED/info_psp_spi_Heph.xml
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | <components/> | 4 | <components/> |
5 | <tables> | 5 | <tables> |
6 | <table relatedDim="dim_1" name="azimuth" units="deg"> | 6 | <table relatedDim="dim_1" name="azimuth" units="deg"> |
7 | - <channel min="-" max="-"/> | 7 | + <channel min="168.75" max="180"/> |
8 | <channel min="157.50" max="168.75"/> | 8 | <channel min="157.50" max="168.75"/> |
9 | <channel min="146.25" max="157.50"/> | 9 | <channel min="146.25" max="157.50"/> |
10 | <channel min="135.00" max="146.25"/> | 10 | <channel min="135.00" max="146.25"/> |
PARAM_INFO_PREDEFINED/info_psp_spi_aeph.xml
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | <components/> | 4 | <components/> |
5 | <tables> | 5 | <tables> |
6 | <table relatedDim="dim_1" name="azimuth" units="deg"> | 6 | <table relatedDim="dim_1" name="azimuth" units="deg"> |
7 | - <channel min="-" max="-"/> | 7 | + <channel min="168.75" max="180"/> |
8 | <channel min="157.50" max="168.75"/> | 8 | <channel min="157.50" max="168.75"/> |
9 | <channel min="146.25" max="157.50"/> | 9 | <channel min="146.25" max="157.50"/> |
10 | <channel min="135.00" max="146.25"/> | 10 | <channel min="135.00" max="146.25"/> |