Commit 38295399bf638d78173d27d2aab140f53caeaaeb

Authored by Elena.Budnik
1 parent bf7e1c49

cassini 1m + szs frame

HELP_PREDEFINED/cass-saturn-orb 0 → 100644
... ... @@ -0,0 +1,45 @@
  1 +<h1>Cassini : orbit reference frames in AMDA</h1>
  2 +
  3 +<ul>
  4 +<li><b>IAU_SATURN</b><br/>
  5 +Body-fixed frame.
  6 +</li>
  7 +<li><b>KSO</b><br/>
  8 +Kronocentric Solar Orbital Coordinates<br/>
  9 +--------------------------------------------
  10 +KSO is a cartesian Saturn-centered coordinate system where X points
  11 +from Saturn to the Sun, Z is parallel to Saturn's orbital plane
  12 +upward normal, and Y completes the right handed set</li>
  13 +
  14 +<li><b>KSM</b>
  15 + Kronocentric Solar Magnetospheric Coordinates <br/>
  16 + ---------------------------------------------------
  17 + KSM is a cartesian Saturn-center coordinate system where X points
  18 + from Saturn to the Sun, the X-Z plane contains Saturn's centered
  19 + magnetic dipole axis, M, and Y completes right handed set.
  20 +
  21 + For consistency with the custom software at the PPI Node of PDS
  22 + the Saturn's centered magnetic dipole axis is set to 180 degrees
  23 + longitude, 89.99 degrees latitude in the IAU_SATURN frame. Note that
  24 + other source make assume that the dipole axis is
  25 + parallel to the spin axis.
  26 +
  27 +<li><b>KRTP</b><br/>
  28 +Kronocentric body-fixed, J2000 spherical Coordinates<br/>
  29 +-----------------------------------------------------------
  30 +KRTP magnetic field vector components form the standard right-handed
  31 +spherical triad (R, Theta, Phi) for a planet-centered system.
  32 +Namely, R is radial (along the line from the center of Saturn to the
  33 +center of the spacecraft), and positive away from Saturn. Phi, the
  34 +azimuthal component, is parallel to the Kronographic equator (Omega
  35 +x R) and positive in the direction of corotation. Theta, the
  36 +'southward' component, completes the right-handed set.</li>
  37 +<li><b>SZS</b><br/>
  38 +Saturn Equatorial System Frame<br/>
  39 +-----------------------------------------------------------
  40 + The primary axis, labeled Z, is parallel to the Saturn spin
  41 + axis. The Y-axis is then defined as the cross product of
  42 + this vector with the Saturn-Sun vector. The X-axis completes
  43 + the right-handed system and is directed "towards" the Sun
  44 + </li>
  45 +</ul>
0 46 \ No newline at end of file
... ...
PARAM_DEF/cass_lat_sat_1m.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="cass_lat_sat_1m">
  3 + <get>
  4 + <vi name="cass:orb:60s">
  5 + <baseParam name="LAT_IAU_SATURN"/>
  6 + </vi>
  7 + </get>
  8 + <process>$cass_orb_60s_LAT_IAU_SATURN*RAD2DEG</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/cass_lon_sat_1m.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="cass_lon_sat_1m">
  3 + <get>
  4 + <vi name="cass:orb:60s">
  5 + <baseParam name="LON_IAU_SATURN"/>
  6 + </vi>
  7 + </get>
  8 + <process>$cass_orb_60s_LON_IAU_SATURN*RAD2DEG</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/cass_r_sat_1m.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="cass_r_sat_1m">
  3 + <get>
  4 + <vi name="cass:orb:60s">
  5 + <baseParam name="R_IAU_SATURN"/>
  6 + </vi>
  7 + </get>
  8 + <process>$cass_orb_60s_R_IAU_SATURN/RADIUS_SATURN</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/cass_xyz_krtp_1m.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="cass_xyz_krtp_1m">
  3 + <get>
  4 + <vi name="cass:orb:60s">
  5 + <baseParam name="CASSINI_KRTP"/>
  6 + </vi>
  7 + </get>
  8 + <process>$cass_orb_60s_CASSINI_KRTP/RADIUS_SATURN</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/cass_xyz_ksm_1m.xml 0 → 100644
... ... @@ -0,0 +1,38 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="cass_xyz_ksm_1m">
  3 + <get>
  4 + <vi name="cass:orb:60s">
  5 + <baseParam name="CASSINI_KSM"/>
  6 + </vi>
  7 + </get>
  8 + <process>$cass_orb_60s_CASSINI_KSM/RADIUS_SATURN</process>
  9 + <output>
  10 + <plot>
  11 + <xyPlot isotropic="true">
  12 + <params>
  13 + <param id="cass_xyz_ksm_1m">
  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="saturn_bowshock_went"/>
  27 + </curvePlot>
  28 + <!--<curvePlot serieId="1" color="[255,0,0]" width="4" style="dot">
  29 + <function name="mercury_magnetopause"/>
  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/cass_xyz_kso_1m.xml 0 → 100644
... ... @@ -0,0 +1,38 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="cass_xyz_kso_1m">
  3 + <get>
  4 + <vi name="cass:orb:60s">
  5 + <baseParam name="CASSINI_KSO"/>
  6 + </vi>
  7 + </get>
  8 + <process>$cass_orb_60s_CASSINI_KSO/RADIUS_SATURN</process>
  9 + <output>
  10 + <plot>
  11 + <xyPlot isotropic="true">
  12 + <params>
  13 + <param id="cass_xyz_kso_1m">
  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="saturn_bowshock_went"/>
  27 + </curvePlot>
  28 + <curvePlot serieId="1" color="[255,0,0]" width="4" style="dot">
  29 + <function name="saturn_magnetopause"/>
  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/cass_xyz_szs.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="cass_xyz_szs">
  3 + <get>
  4 + <vi name="cass:orb:saturn">
  5 + <baseParam name="CASSINI_SATURN_EQU_SOLAR"/>
  6 + </vi>
  7 + </get>
  8 + <process>$cass_orb_saturn_CASSINI_SATURN_EQU_SOLAR/RADIUS_SATURN</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/cass_xyz_szs_1m.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="cass_xyz_szs_1m">
  3 + <get>
  4 + <vi name="cass:orb:60s">
  5 + <baseParam name="CASSINI_SATURN_EQU_SOLAR"/>
  6 + </vi>
  7 + </get>
  8 + <process>$cass_orb_60s_CASSINI_SATURN_EQU_SOLAR/RADIUS_SATURN</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/cass_xyz_szs_1s.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="cass_xyz_szs_1s">
  3 + <get>
  4 + <vi name="cass:orb:1s">
  5 + <baseParam name="CASSINI_SATURN_EQU_SOLAR"/>
  6 + </vi>
  7 + </get>
  8 + <process>$cass_orb_1s_CASSINI_SATURN_EQU_SOLAR/RADIUS_SATURN</process>
  9 + <output/>
  10 +</param>
... ...