Commit dfb064df970850376d91b8c09d5b7d9cfaf3a150

Authored by Elena.Budnik
1 parent aec10202

interball orbit

Showing 2 changed files with 74 additions and 3 deletions   Show diff stats
PARAM_DEF/it_xyz.xml
1 1 <?xml version="1.0"?>
2   -<param xml:id="it_xyz"><!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>--><get><vi name="intt:orb:all"><baseParam name="Pos_GSE"/></vi></get><process/><output><!--<plot>ORBIT</plot>--></output></param>
  2 +<param xml:id="it_xyz">
  3 + <get>
  4 + <vi name="intt:orb:all">
  5 + <baseParam name="Pos_GSE"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output>
  10 + <plot>
  11 + <xyPlot isotropic="true">
  12 + <params>
  13 + <param id="it_xyz">
  14 + <orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1">
  15 + <line type="line" style="plain" width="1" color="[0,0,255]" />
  16 + <timeTick step="auto" number="0" minor="0" color="[255,0,0]">
  17 + <font name="sans-serif" size="8" style="upright" weight="bold"/>
  18 + <firstSymbol type="triangle" size="4" color="[0,255,0]"/>
  19 + <symbol type="full-circle" size="4" color="[255,0,255]"/>
  20 + </timeTick>
  21 + </orbitserie>
  22 + </param>
  23 + </params>
  24 + <additionalObjects>
  25 + <curvePlot serieId="1" color="[0,0,255]" width="4" style="long-spaced-dot">
  26 + <function name="bowshock_farris"/>
  27 + </curvePlot>
  28 + <curvePlot serieId="1" color="[255,0,0]" width="4" style="dot">
  29 + <function name="magnetopause_shue"/>
  30 + </curvePlot>
  31 + <curvePlot serieId="1" color="[255,128,0]" width="4" style="plain">
  32 + <function name="circle"/>
  33 + </curvePlot>
  34 + </additionalObjects>
  35 + </xyPlot>
  36 + </plot>
  37 + </output>
  38 +</param>
... ...
PARAM_DEF/it_xyz_gsm.xml
1 1 <?xml version="1.0"?>
2   -<param xml:id="it_xyz_gsm"><!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>--><get><vi name="intt:orb:all"><baseParam name="Pos_GSE"/></vi></get>
3   - <process>#framesTransformation($intt_orb_all_Pos_GSE;GSE;GSM;true)</process><output><!--<plot>ORBIT</plot>--></output></param>
  2 +<param xml:id="it_xyz_gsm">
  3 + <get>
  4 + <vi name="intt:orb:all">
  5 + <baseParam name="Pos_GSE"/>
  6 + </vi>
  7 + </get>
  8 + <process>#framesTransformation($intt_orb_all_Pos_GSE;GSE;GSM;true)</process>
  9 + <output>
  10 + <plot>
  11 + <xyPlot isotropic="true">
  12 + <params>
  13 + <param id="it_xyz_gsm">
  14 + <orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1">
  15 + <line type="line" style="plain" width="1" color="[0,0,255]" />
  16 + <timeTick step="auto" number="0" minor="0" color="[255,0,0]">
  17 + <font name="sans-serif" size="8" style="upright" weight="bold"/>
  18 + <firstSymbol type="triangle" size="4" color="[0,255,0]"/>
  19 + <symbol type="full-circle" size="4" color="[255,0,255]"/>
  20 + </timeTick>
  21 + </orbitserie>
  22 + </param>
  23 + </params>
  24 + <additionalObjects>
  25 + <curvePlot serieId="1" color="[0,0,255]" width="4" style="long-spaced-dot">
  26 + <function name="bowshock_farris"/>
  27 + </curvePlot>
  28 + <curvePlot serieId="1" color="[255,0,0]" width="4" style="dot">
  29 + <function name="magnetopause_shue"/>
  30 + </curvePlot>
  31 + <curvePlot serieId="1" color="[255,128,0]" width="4" style="plain">
  32 + <function name="circle"/>
  33 + </curvePlot>
  34 + </additionalObjects>
  35 + </xyPlot>
  36 + </plot>
  37 + </output>
  38 +</param>
... ...