From b4a07ae43a952a88ccd484426b88a5f0972a9d16 Mon Sep 17 00:00:00 2001 From: Quentin Brzustowski <quentin.brzustowski@irap.omp.eu> Date: Wed, 22 Jan 2020 15:36:40 +0100 Subject: [PATCH] added information to display as spectro --- PARAM_DEF/uks_sfa_E.xml | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/PARAM_DEF/uks_sfa_E.xml b/PARAM_DEF/uks_sfa_E.xml index 5667c0c..10bf711 100644 --- a/PARAM_DEF/uks_sfa_E.xml +++ b/PARAM_DEF/uks_sfa_E.xml @@ -1,11 +1,43 @@ <?xml version="1.0"?> <param xml:id='uks_sfa_E'> + <info> + <table> + <centerAutoTable name="E field power" centerName="enTab" units="kHz" log="false"/> + </table> + </info> <get> <vi name='uks:wav:sfa'> - <baseParam name='Spectrum'/> + <baseParam name='Spectrum'> + <clb name="enTab"/> + </baseParam> </vi> </get> <process/> - <output/> + <output> + <plot> + <timePlot> + <params> + <param id="uks_sfa_E"> + <spectro yAxis="y-left"/> + </param> + </params> + <axes> + <yAxis> + <digitalAxis id="y-left" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> + <range extend="true"/> + <tick position="outwards" minorGrid="false" majorGrid="false"/> + <legend/> + </digitalAxis> + </yAxis> + <zAxis> + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> + <range extend="true"/> + <tick position="outwards" minorGrid="false" majorGrid="false"/> + </colorAxis> + </zAxis> + </axes> + </timePlot> + </plot> + </output> </param> -- libgit2 0.21.2