Commit aaabc750bec77df20661eae39647b06d25c84b04

Authored by Benjamin Renard
1 parent b2c607b8
Exists in juice_jdc and in 1 other branch amdadev

Parameters for Geotail/LEP@DARTS

INTERNAL_PARAM_DEF/gtl_lepb_azimuth.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="gtl_lepb_azimuth">
  3 + <get>
  4 + <vi name="gtl:lepb:darts">
  5 + <baseParam name="Azimuth"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 +</param>
... ...
INTERNAL_PARAM_DEF/gtl_lepb_energy.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="gtl_lepb_energy">
  3 + <get>
  4 + <amdaParam name="gtl_lepb_mode"/>
  5 + </get>
  6 + <process>#getClbInfo($gtl_lepb_mode;0:Energy_1;1:Energy_0)</process>
  7 + <output/>
  8 +</param>
... ...
PARAM_DEF/gtl_lepb_icps.xml 0 → 100644
... ... @@ -0,0 +1,35 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="gtl_lepb_icps_##DIR##">
  3 + <info>
  4 + <table>
  5 + <centerAutoTable variable="true" name="Energy" units="keV" centerName="gtl_lepb_energy" log="true"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="gtl:lepb:darts">
  10 + <baseParam name="CountsPerSample"/>
  11 + </vi>
  12 + <amdaParam name="gtl_lepb_azimuth"/>
  13 + <amdaParam name="gtl_lepb_energy"/>
  14 + </get>
  15 + <process>#gtl_lepb_calculate($gtl_lepb_darts_CountsPerSample;$gtl_lepb_azimuth;$gtl_lepb_energy;##DIR##)</process>
  16 + <output>
  17 + <plot>
  18 + <timePlot>
  19 + <params>
  20 + <param id="gtl_lepb_icps_##DIR##">
  21 + <spectro yAxis="y-left"/>
  22 + </param>
  23 + </params>
  24 + <axes>
  25 + <yAxis>
  26 + <digitalAxis id="y-left" scale="logarithmic"/>
  27 + </yAxis>
  28 + <zAxis>
  29 + <colorAxis scale="logarithmic"/>
  30 + </zAxis>
  31 + </axes>
  32 + </timePlot>
  33 + </plot>
  34 + </output>
  35 +</param>
... ...
PARAM_DEF/gtl_lepb_icpsanisotropy.xml 0 → 100644
... ... @@ -0,0 +1,35 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="gtl_lepb_icpsanisotropy_##ENERGY_MIN##_##ENERGY_MAX##">
  3 + <info>
  4 + <table>
  5 + <rangeTable name="Azimuth" units="deg" min="0" max="360" step="22.5"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="gtl:lepb:darts">
  10 + <baseParam name="CountsPerSample"/>
  11 + </vi>
  12 + <amdaParam name="gtl_lepb_azimuth"/>
  13 + <amdaParam name="gtl_lepb_energy"/>
  14 + </get>
  15 + <process>#gtl_lepb_calculate_anisotropy($gtl_lepb_darts_CountsPerSample;$gtl_lepb_azimuth;$gtl_lepb_energy;##ENERGY_MIN##;##ENERGY_MAX##)</process>
  16 + <output>
  17 + <plot>
  18 + <timePlot>
  19 + <params>
  20 + <param id="gtl_lepb_icpsanisotropy_##ENERGY_MIN##_##ENERGY_MAX##">
  21 + <spectro yAxis="y-left"/>
  22 + </param>
  23 + </params>
  24 + <axes>
  25 + <yAxis>
  26 + <digitalAxis id="y-left" scale="linear"/>
  27 + </yAxis>
  28 + <zAxis>
  29 + <colorAxis scale="logarithmic"/>
  30 + </zAxis>
  31 + </axes>
  32 + </timePlot>
  33 + </plot>
  34 + </output>
  35 +</param>
... ...
PARAM_DEF/gtl_lepb_icpsomni.xml 0 → 100644
... ... @@ -0,0 +1,35 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="gtl_lepb_icpsomni">
  3 + <info>
  4 + <table>
  5 + <centerAutoTable variable="true" name="Energy" units="keV" centerName="gtl_lepb_energy" log="true"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="gtl:lepb:darts">
  10 + <baseParam name="CountsPerSample"/>
  11 + </vi>
  12 + <amdaParam name="gtl_lepb_azimuth"/>
  13 + <amdaParam name="gtl_lepb_energy"/>
  14 + </get>
  15 + <process>#gtl_lepb_calculate($gtl_lepb_darts_CountsPerSample;$gtl_lepb_azimuth;$gtl_lepb_energy;0;360)</process>
  16 + <output>
  17 + <plot>
  18 + <timePlot>
  19 + <params>
  20 + <param id="gtl_lepb_icpsomni">
  21 + <spectro yAxis="y-left"/>
  22 + </param>
  23 + </params>
  24 + <axes>
  25 + <yAxis>
  26 + <digitalAxis id="y-left" scale="logarithmic"/>
  27 + </yAxis>
  28 + <zAxis>
  29 + <colorAxis scale="logarithmic"/>
  30 + </zAxis>
  31 + </axes>
  32 + </timePlot>
  33 + </plot>
  34 + </output>
  35 +</param>
... ...
PARAM_DEF/gtl_lepb_iocl.xml 0 → 100644
... ... @@ -0,0 +1,35 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="gtl_lepb_iocl_##DIR##">
  3 + <info>
  4 + <table>
  5 + <centerAutoTable variable="true" name="Energy" units="keV" centerName="gtl_lepb_energy" log="true"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="gtl:lepb:darts">
  10 + <baseParam name="OneCountLevel"/>
  11 + </vi>
  12 + <amdaParam name="gtl_lepb_azimuth"/>
  13 + <amdaParam name="gtl_lepb_energy"/>
  14 + </get>
  15 + <process>#gtl_lepb_calculate($gtl_lepb_darts_OneCountLevel;$gtl_lepb_azimuth;$gtl_lepb_energy;##DIR##)</process>
  16 + <output>
  17 + <plot>
  18 + <timePlot>
  19 + <params>
  20 + <param id="gtl_lepb_iocl_##DIR##">
  21 + <spectro yAxis="y-left"/>
  22 + </param>
  23 + </params>
  24 + <axes>
  25 + <yAxis>
  26 + <digitalAxis id="y-left" scale="logarithmic"/>
  27 + </yAxis>
  28 + <zAxis>
  29 + <colorAxis scale="logarithmic"/>
  30 + </zAxis>
  31 + </axes>
  32 + </timePlot>
  33 + </plot>
  34 + </output>
  35 +</param>
... ...
PARAM_DEF/gtl_lepb_ioclomni.xml 0 → 100644
... ... @@ -0,0 +1,35 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="gtl_lepb_ioclomni">
  3 + <info>
  4 + <table>
  5 + <centerAutoTable variable="true" name="Energy" units="keV" centerName="gtl_lepb_energy" log="true"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="gtl:lepb:darts">
  10 + <baseParam name="OneCountLevel"/>
  11 + </vi>
  12 + <amdaParam name="gtl_lepb_azimuth"/>
  13 + <amdaParam name="gtl_lepb_energy"/>
  14 + </get>
  15 + <process>#gtl_lepb_calculate($gtl_lepb_darts_OneCountLevel;$gtl_lepb_azimuth;$gtl_lepb_energy;0;360)</process>
  16 + <output>
  17 + <plot>
  18 + <timePlot>
  19 + <params>
  20 + <param id="gtl_lepb_ioclomni">
  21 + <spectro yAxis="y-left"/>
  22 + </param>
  23 + </params>
  24 + <axes>
  25 + <yAxis>
  26 + <digitalAxis id="y-left" scale="logarithmic"/>
  27 + </yAxis>
  28 + <zAxis>
  29 + <colorAxis scale="logarithmic"/>
  30 + </zAxis>
  31 + </axes>
  32 + </timePlot>
  33 + </plot>
  34 + </output>
  35 +</param>
... ...
PARAM_DEF/gtl_lepb_ipsd.xml 0 → 100644
... ... @@ -0,0 +1,35 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="gtl_lepb_ipsd_##DIR##">
  3 + <info>
  4 + <table>
  5 + <centerAutoTable variable="true" name="Energy" units="keV" centerName="gtl_lepb_energy" log="true"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="gtl:lepb:darts">
  10 + <baseParam name="PSD"/>
  11 + </vi>
  12 + <amdaParam name="gtl_lepb_azimuth"/>
  13 + <amdaParam name="gtl_lepb_energy"/>
  14 + </get>
  15 + <process>#gtl_lepb_calculate($gtl_lepb_darts_PSD;$gtl_lepb_azimuth;$gtl_lepb_energy;##DIR##)</process>
  16 + <output>
  17 + <plot>
  18 + <timePlot>
  19 + <params>
  20 + <param id="gtl_lepb_ipsd_##DIR##">
  21 + <spectro yAxis="y-left"/>
  22 + </param>
  23 + </params>
  24 + <axes>
  25 + <yAxis>
  26 + <digitalAxis id="y-left" scale="logarithmic"/>
  27 + </yAxis>
  28 + <zAxis>
  29 + <colorAxis scale="logarithmic"/>
  30 + </zAxis>
  31 + </axes>
  32 + </timePlot>
  33 + </plot>
  34 + </output>
  35 +</param>
... ...
PARAM_DEF/gtl_lepb_ipsdomni.xml 0 → 100644
... ... @@ -0,0 +1,35 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="gtl_lepb_ipsdomni">
  3 + <info>
  4 + <table>
  5 + <centerAutoTable variable="true" name="Energy" units="keV" centerName="gtl_lepb_energy" log="true"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="gtl:lepb:darts">
  10 + <baseParam name="PSD"/>
  11 + </vi>
  12 + <amdaParam name="gtl_lepb_azimuth"/>
  13 + <amdaParam name="gtl_lepb_energy"/>
  14 + </get>
  15 + <process>#gtl_lepb_calculate($gtl_lepb_darts_PSD;$gtl_lepb_azimuth;$gtl_lepb_energy;0;360)</process>
  16 + <output>
  17 + <plot>
  18 + <timePlot>
  19 + <params>
  20 + <param id="gtl_lepb_ipsdomni">
  21 + <spectro yAxis="y-left"/>
  22 + </param>
  23 + </params>
  24 + <axes>
  25 + <yAxis>
  26 + <digitalAxis id="y-left" scale="logarithmic"/>
  27 + </yAxis>
  28 + <zAxis>
  29 + <colorAxis scale="logarithmic"/>
  30 + </zAxis>
  31 + </axes>
  32 + </timePlot>
  33 + </plot>
  34 + </output>
  35 +</param>
... ...
PARAM_DEF/gtl_lepb_mode.xml 0 → 100644
... ... @@ -0,0 +1,28 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="gtl_lepb_mode">
  3 + <info>
  4 + <status_def>
  5 + <status minVal="0" maxVal="0" name="RAM-A"/>
  6 + <status minVal="1" maxVal="1" name="RAM-B"/>
  7 + </status_def>
  8 + </info>
  9 + <get>
  10 + <vi name="gtl:lepb:darts">
  11 + <baseParam name="Mode" useNearestValue="true">
  12 + <clb name="Energy"/>
  13 + </baseParam>
  14 + </vi>
  15 + </get>
  16 + <process/>
  17 + <output>
  18 + <plot>
  19 + <statusPlot position="top" colorMapIndex="0">
  20 + <params>
  21 + <param id="gtl_lepb_mode">
  22 + <serie/>
  23 + </param>
  24 + </params>
  25 + </statusPlot>
  26 + </plot>
  27 + </output>
  28 +</param>
... ...
PARAM_INFO_PREDEFINED/info_gtl_lepb_icps.xml 0 → 100644
... ... @@ -0,0 +1,7 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<paraminfo id="gtl_lepb_icps">
  3 + <dimensions dim_1="32"/>
  4 + <tables>
  5 + <table relatedDim="dim_1" name="Energy" units="eV" minValue="30.0" maxValue="43000" variable="true"/>
  6 + </tables>
  7 +</paraminfo>
... ...
PARAM_INFO_PREDEFINED/info_gtl_lepb_ipsd.xml 0 → 100644
... ... @@ -0,0 +1,7 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<paraminfo id="gtl_lepb_ipsd">
  3 + <dimensions dim_1="32"/>
  4 + <tables>
  5 + <table relatedDim="dim_1" name="Energy" units="eV" minValue="30.0" maxValue="43000" variable="true"/>
  6 + </tables>
  7 +</paraminfo>
... ...
PARAM_INFO_PREDEFINED/info_gtl_lepb_test.xml 0 → 100644
... ... @@ -0,0 +1,5 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<paraminfo id="gtl_lepb_test">
  3 + <dimensions dim_1="32"/>
  4 + <tables><table relatedDim="dim_1" name="Energy" units="keV" minValue="0." maxValue="50." variable="true"/></tables>
  5 +</paraminfo>
... ...
ParamTemplateList.xml
... ... @@ -2172,4 +2172,43 @@
2172 2172 <param>hs_ephem_tmfr_n8</param>
2173 2173 </predefined>
2174 2174 </paramTemplate>
  2175 +
  2176 + <paramTemplate paramId="gtl_lepb_icps" fileName="gtl_lepb_icps_##DIR##">
  2177 + <arguments>
  2178 + <argument key="DIR" name="Direction" type="list" default="0">
  2179 + <item key="0" name="tailward"/>
  2180 + <item key="1" name="dawnward"/>
  2181 + <item key="2" name="sunward"/>
  2182 + <item key="3" name="duskward"/>
  2183 + </argument>
  2184 + </arguments>
  2185 + </paramTemplate>
  2186 + <paramTemplate paramId="gtl_lepb_ipsd" fileName="gtl_lepb_ipsd_##DIR##">
  2187 + <arguments>
  2188 + <argument key="DIR" name="Direction" type="list" default="0">
  2189 + <item key="0" name="tailward"/>
  2190 + <item key="1" name="dawnward"/>
  2191 + <item key="2" name="sunward"/>
  2192 + <item key="3" name="duskward"/>
  2193 + </argument>
  2194 + </arguments>
  2195 + </paramTemplate>
  2196 + <paramTemplate paramId="gtl_lepb_iocl" fileName="gtl_lepb_iocl_##DIR##">
  2197 + <arguments>
  2198 + <argument key="DIR" name="Direction" type="list" default="0">
  2199 + <item key="0" name="tailward"/>
  2200 + <item key="1" name="dawnward"/>
  2201 + <item key="2" name="sunward"/>
  2202 + <item key="3" name="duskward"/>
  2203 + </argument>
  2204 + </arguments>
  2205 + </paramTemplate>
  2206 +
  2207 + <paramTemplate paramId="gtl_lepb_icpsanisotropy" fileName="gtl_lepb_icpsanisotropy_##ENERGY_MIN##_##ENERGY_MAX##">
  2208 + <arguments>
  2209 + <argument key='ENERGY_MIN' name='Energy Min.' type='float' default='30.'/>
  2210 + <argument key='ENERGY_MAX' name='Energy Max.' type='float' default='43000.'/>
  2211 + </arguments>
  2212 + </paramTemplate>
  2213 +
2175 2214 </paramTemplateList>
... ...