Commit 3c7d00590022a09b8579655227b33c7357965be0

Authored by Myriam Bouchemit
2 parents 9bdebf12 db02a4be
Exists in master

Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/TREPS

ihm/app/Constants.js
... ... @@ -2,7 +2,7 @@ Ext.define("treps.Constants",
2 2 {
3 3 singleton : true,
4 4  
5   - APP_TITLE : "TREPS - Coordinate Transformations",
  5 + APP_TITLE : "TREPS - Coordinate and Time Transformations",
6 6  
7 7 APP_DESCRIPTION : "Space physics coordinate transformation tool by CDPP.",
8 8  
... ...
ihm/app/controller/Application/Help/Help.js
... ... @@ -93,7 +93,7 @@ Ext.define('treps.controller.Application.Help.Help', {
93 93 text = text.replace(/@@treps_logo@@/g,'resources/images/logo/logo_TREPS.png');
94 94  
95 95 //treps_version
96   - text = text.replace(/@@treps_version@@/g,"<div id='about-version'>"+treps.model.Session.get('kernelVersion')+"</div>");
  96 + text = text.replace(/@@treps_version@@/g,"<div id='about-version' style='display: inline;'>"+treps.model.Session.get('kernelVersion')+"</div>");
97 97  
98 98 //3DView WS documentation
99 99 text = text.replace(/@@treps_wsdoc@@/g, treps.Constants.WS_DOC);
... ...
ihm/help/about
1 1 <b>TREPS tool by CDPP</b><br/>
2   -Space physics coordinate transformation tool.
  2 +Space physics coordinate and time transformation tool.
3 3 <br/>
4 4 <br/>
5 5 Kernel version : @@treps_version@@
... ... @@ -11,12 +11,23 @@ Coordinate systems list :
11 11 <li>ECLIPJ2000 - Ecliptic coordinates based upon the J2000 frame</li>
12 12 <li>EME - Earth Mean Equator and Equinox</li>
13 13 <li>GPHIO - Ganymede Phi-Omega</li>
  14 +<li>GRIGGSKELL_EME - EME2000 centered on asteroid GRIGG-SKJELLERUP</li>
14 15 <li>GSE - Geocentric Solar Ecliptic</li>
15 16 <li>GSEQ - Geocentric Solar Equatorial</li>
16 17 <li>GSM - Geocentric Solar Magnetospheric</li>
  18 +<li>HALLEY_EME -EME2000 centered on asteroid HALLEY </li>
17 19 <li>HCI - Heliocentric Inertial</li>
18 20 <li>HEE - Heliocentric Earth Ecliptic</li>
19 21 <li>HEEQ - Heliocentric Earth Equatorial</li>
  22 +<li>IAU_EARTH - International Astronomical Union Earth</li>
  23 +<li>IAU_JUPITER - International Astronomical Union Jupiter</li>
  24 +<li>IAU_MARS - International Astronomical Union Mars</li>
  25 +<li>IAU_MERCURY - International Astronomical Union Mercury</li>
  26 +<li>IAU_NEPTUNE - International Astronomical Union Neptune</li>
  27 +<li>IAU_PLUTO - International Astronomical Union Pluton</li>
  28 +<li>IAU_SATURN - International Astronomical Union Saturn</li>
  29 +<li>IAU_URANUS - International Astronomical Union Uranus</li>
  30 +<li>IAU_VENUS - International Astronomical Union Venus</li>
20 31 <li>J2000 - Earth mean equator, dynamical equinox of J2000</li>
21 32 <li>JECLIP - ECLIPJ2000 centered on Jupiter</li>
22 33 <li>JEME - EME2000 centered on Jupiter</li>
... ... @@ -35,8 +46,16 @@ Coordinate systems list :
35 46 <li>MESO - Mercury-centric Solar Orbital</li>
36 47 <li>MME - Mars Mean Equator</li>
37 48 <li>MSO - Mars-centric Solar Orbital</li>
  49 +<li>NECLIP - ECLIPJ2000 centered on Neptune</li>
  50 +<li>PEME -EME2000 centered on Pluto </li>
  51 +<li>PECLIP - ECLIPJ2000 centered on Pluto</li>
  52 +<li>UEME - EME2000 centered on Uranus</li>
38 53 <li>SM - Solar Magnetic coordinates</li>
39 54 <li>STEINS_EME - EME2000 centered on asteroid STEINS</li>
  55 +<li>SYSTEM_3 - SYSTEM 3 centered on Jupiter</li>
  56 +<li>TIIS - TItan Inter-action coordinate System</li>
  57 +<li>UECLIP - ECLIPJ2000 centered on Uranus</li>
  58 +<li>UEME - EME2000 centered on Uranus</li>
40 59 <li>VME - Venus Mean Equator</li>
41 60 <li>VSO - Venus Solar Orbital</li>
42 61 </ul>
... ...
ihm/help/pages.xml
... ... @@ -67,6 +67,11 @@
67 67 <file>help/about</file>
68 68 </page>
69 69 <page>
  70 + <id>tools</id>
  71 + <title>Companion tools</title>
  72 + <file>help/tools</file>
  73 + </page>
  74 + <page>
70 75 <id>3dview</id>
71 76 <title>CDPP/3DView Web Services</title>
72 77 <file>help/3dview</file>
... ...
ihm/help/tools 0 → 100644
... ... @@ -0,0 +1,7 @@
  1 +CDPP develops other analysis/visualisation tools for space physics and planetary sciences
  2 +<ul>
  3 + <li><a href="http://amda.cdpp.eu" target="_blank">AMDA</a>: access and analyze in-situ, model and simulations data in a web-based environment</li>
  4 + <li><a href="http://3dview.cdpp.eu" target="_blank">3DView</a>: visualize celestial bodies, plasma data and models in 3D context</li>
  5 + <li><a href="http://propagationtool.cdpp.eu" target="_blank">The Propagation Tool</a>: bridge solar perturbations to in-situ data via STEREO imagery and analytical models</li>
  6 +
  7 +</ul>
0 8 \ No newline at end of file
... ...