Commit 3c7d00590022a09b8579655227b33c7357965be0
Exists in
master
Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/TREPS
Showing
5 changed files
with
34 additions
and
3 deletions
Show diff stats
ihm/app/Constants.js
@@ -2,7 +2,7 @@ Ext.define("treps.Constants", | @@ -2,7 +2,7 @@ Ext.define("treps.Constants", | ||
2 | { | 2 | { |
3 | singleton : true, | 3 | singleton : true, |
4 | 4 | ||
5 | - APP_TITLE : "TREPS - Coordinate Transformations", | 5 | + APP_TITLE : "TREPS - Coordinate and Time Transformations", |
6 | 6 | ||
7 | APP_DESCRIPTION : "Space physics coordinate transformation tool by CDPP.", | 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,7 +93,7 @@ Ext.define('treps.controller.Application.Help.Help', { | ||
93 | text = text.replace(/@@treps_logo@@/g,'resources/images/logo/logo_TREPS.png'); | 93 | text = text.replace(/@@treps_logo@@/g,'resources/images/logo/logo_TREPS.png'); |
94 | 94 | ||
95 | //treps_version | 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 | //3DView WS documentation | 98 | //3DView WS documentation |
99 | text = text.replace(/@@treps_wsdoc@@/g, treps.Constants.WS_DOC); | 99 | text = text.replace(/@@treps_wsdoc@@/g, treps.Constants.WS_DOC); |
ihm/help/about
1 | <b>TREPS tool by CDPP</b><br/> | 1 | <b>TREPS tool by CDPP</b><br/> |
2 | -Space physics coordinate transformation tool. | 2 | +Space physics coordinate and time transformation tool. |
3 | <br/> | 3 | <br/> |
4 | <br/> | 4 | <br/> |
5 | Kernel version : @@treps_version@@ | 5 | Kernel version : @@treps_version@@ |
@@ -11,12 +11,23 @@ Coordinate systems list : | @@ -11,12 +11,23 @@ Coordinate systems list : | ||
11 | <li>ECLIPJ2000 - Ecliptic coordinates based upon the J2000 frame</li> | 11 | <li>ECLIPJ2000 - Ecliptic coordinates based upon the J2000 frame</li> |
12 | <li>EME - Earth Mean Equator and Equinox</li> | 12 | <li>EME - Earth Mean Equator and Equinox</li> |
13 | <li>GPHIO - Ganymede Phi-Omega</li> | 13 | <li>GPHIO - Ganymede Phi-Omega</li> |
14 | +<li>GRIGGSKELL_EME - EME2000 centered on asteroid GRIGG-SKJELLERUP</li> | ||
14 | <li>GSE - Geocentric Solar Ecliptic</li> | 15 | <li>GSE - Geocentric Solar Ecliptic</li> |
15 | <li>GSEQ - Geocentric Solar Equatorial</li> | 16 | <li>GSEQ - Geocentric Solar Equatorial</li> |
16 | <li>GSM - Geocentric Solar Magnetospheric</li> | 17 | <li>GSM - Geocentric Solar Magnetospheric</li> |
18 | +<li>HALLEY_EME -EME2000 centered on asteroid HALLEY </li> | ||
17 | <li>HCI - Heliocentric Inertial</li> | 19 | <li>HCI - Heliocentric Inertial</li> |
18 | <li>HEE - Heliocentric Earth Ecliptic</li> | 20 | <li>HEE - Heliocentric Earth Ecliptic</li> |
19 | <li>HEEQ - Heliocentric Earth Equatorial</li> | 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 | <li>J2000 - Earth mean equator, dynamical equinox of J2000</li> | 31 | <li>J2000 - Earth mean equator, dynamical equinox of J2000</li> |
21 | <li>JECLIP - ECLIPJ2000 centered on Jupiter</li> | 32 | <li>JECLIP - ECLIPJ2000 centered on Jupiter</li> |
22 | <li>JEME - EME2000 centered on Jupiter</li> | 33 | <li>JEME - EME2000 centered on Jupiter</li> |
@@ -35,8 +46,16 @@ Coordinate systems list : | @@ -35,8 +46,16 @@ Coordinate systems list : | ||
35 | <li>MESO - Mercury-centric Solar Orbital</li> | 46 | <li>MESO - Mercury-centric Solar Orbital</li> |
36 | <li>MME - Mars Mean Equator</li> | 47 | <li>MME - Mars Mean Equator</li> |
37 | <li>MSO - Mars-centric Solar Orbital</li> | 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 | <li>SM - Solar Magnetic coordinates</li> | 53 | <li>SM - Solar Magnetic coordinates</li> |
39 | <li>STEINS_EME - EME2000 centered on asteroid STEINS</li> | 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 | <li>VME - Venus Mean Equator</li> | 59 | <li>VME - Venus Mean Equator</li> |
41 | <li>VSO - Venus Solar Orbital</li> | 60 | <li>VSO - Venus Solar Orbital</li> |
42 | </ul> | 61 | </ul> |
ihm/help/pages.xml
@@ -67,6 +67,11 @@ | @@ -67,6 +67,11 @@ | ||
67 | <file>help/about</file> | 67 | <file>help/about</file> |
68 | </page> | 68 | </page> |
69 | <page> | 69 | <page> |
70 | + <id>tools</id> | ||
71 | + <title>Companion tools</title> | ||
72 | + <file>help/tools</file> | ||
73 | + </page> | ||
74 | + <page> | ||
70 | <id>3dview</id> | 75 | <id>3dview</id> |
71 | <title>CDPP/3DView Web Services</title> | 76 | <title>CDPP/3DView Web Services</title> |
72 | <file>help/3dview</file> | 77 | <file>help/3dview</file> |
@@ -0,0 +1,7 @@ | @@ -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 | \ No newline at end of file | 8 | \ No newline at end of file |