Commit 5f04363f8f100da5da514fb37355d8f670f2a00e
1 parent
c9343cf5
Exists in
master
and in
111 other branches
format for help; mars bowshock hall
Showing
3 changed files
with
31 additions
and
25 deletions
Show diff stats
generic_data/Functions/plotCurves.xml
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <curves> |
3 | 3 | <!-- internal = true => constants, are not modified in interface--> |
4 | 4 | <!-- bowshock |
5 | - r = x0 + L/(1+eps*cos(theta)) | |
5 | + r = x0 + L/(1+eps*cos(theta)) | |
6 | 6 | L = param2 |
7 | 7 | eps = param3 |
8 | 8 | x0 = param4 |
... | ... | @@ -24,6 +24,14 @@ |
24 | 24 | <param name="param4" internal="true" defaultValue="0.55"/> |
25 | 25 | </params> |
26 | 26 | </curve> |
27 | + <curve id="mars_bowshock_hall" name="Mars Bowshock (Hall; JGR; 2016)" functionName="bowshock"> | |
28 | + <params> | |
29 | + <param name="param1" internal="true" defaultValue="135"/> | |
30 | + <param name="param2" internal="true" defaultValue="1.82"/> | |
31 | + <param name="param3" internal="true" defaultValue="1.01"/> | |
32 | + <param name="param4" internal="true" defaultValue="0.74"/> | |
33 | + </params> | |
34 | + </curve> | |
27 | 35 | <!--Mercury's magnetopause and bow shock from MESSENGER Magnetometer observations |
28 | 36 | Reka Winslow; JGR; May 2013 |
29 | 37 | --> |
... | ... | @@ -60,14 +68,21 @@ |
60 | 68 | <param name="ramPressure" internal="false" defaultValue="0.05"/> |
61 | 69 | </params> |
62 | 70 | </curve> |
63 | - <curve id="jupiter_bowshock_high" name="Jupiter Bowshock : High Pressure (0.2 nPa) (Huddlestone; JGR; 1998)" functionName="bowshock1"> | |
71 | + <!-- bowshock1 | |
72 | + r = L/(1+eps*cos(theta)) | |
73 | + L = param2 | |
74 | + eps = param3 | |
75 | + | |
76 | + param1 => theta Max (deg) | |
77 | + --> | |
78 | + <curve id="jupiter_bowshock_high" name="Jupiter Bowshock : High Pressure (0.2 nPa) (Huddleston; JGR; 1998)" functionName="bowshock1"> | |
64 | 79 | <params> |
65 | 80 | <param name="param1" internal="true" defaultValue="145"/> |
66 | 81 | <param name="param2" internal="true" defaultValue="134"/> |
67 | 82 | <param name="param3" internal="true" defaultValue="0.85"/> |
68 | 83 | </params> |
69 | 84 | </curve> |
70 | - <curve id="jupiter_bowshock_low" name="Jupiter Bowshock : Low Pressure (0.05 nPa) (Huddlestone; JGR; 1998)" functionName="bowshock1"> | |
85 | + <curve id="jupiter_bowshock_low" name="Jupiter Bowshock : Low Pressure (0.05 nPa) (Huddleston; JGR; 1998)" functionName="bowshock1"> | |
71 | 86 | <params> |
72 | 87 | <param name="param1" internal="true" defaultValue="145"/> |
73 | 88 | <param name="param2" internal="true" defaultValue="116"/> |
... | ... | @@ -110,14 +125,14 @@ |
110 | 125 | <param name="ramPressure" internal="false" defaultValue="0.05"/> |
111 | 126 | </params> |
112 | 127 | </curve> |
113 | - <curve id="jupiter_magnetopause_high" name="Jupiter Magnetopause : High Pressure (0.2 nPa)(Huddlestone; JGR; 1998)" functionName="bowshock1"> | |
128 | + <curve id="jupiter_magnetopause_high" name="Jupiter Magnetopause : High Pressure (0.2 nPa)(Huddleston; JGR; 1998)" functionName="bowshock1"> | |
114 | 129 | <params> |
115 | 130 | <param name="param1" internal="true" defaultValue="145"/> |
116 | 131 | <param name="param2" internal="true" defaultValue="92"/> |
117 | 132 | <param name="param3" internal="true" defaultValue="0.70"/> |
118 | 133 | </params> |
119 | 134 | </curve> |
120 | - <curve id="jupiter_magnetopause_low" name="Jupiter Magnetopause : Low Pressure (0.05 nPa)(Huddlestone; JGR; 1998)" functionName="bowshock1"> | |
135 | + <curve id="jupiter_magnetopause_low" name="Jupiter Magnetopause : Low Pressure (0.05 nPa)(Huddleston; JGR; 1998)" functionName="bowshock1"> | |
121 | 136 | <params> |
122 | 137 | <param name="param1" internal="true" defaultValue="145"/> |
123 | 138 | <param name="param2" internal="true" defaultValue="116"/> | ... | ... |
help/standardTimeFormat
1 | - | |
2 | -<h2>Standard Time Format</h2><br/> | |
3 | - | |
4 | - Two possible ASCII file formats: | |
5 | - | |
1 | +<h3>Standard Time Format</h3> | |
2 | +Two possible ASCII file formats: | |
6 | 3 | <ul>1. "Running" Time: |
7 | 4 | <li> line 1: Time Parameter1 Parameter2_Component1 Parameter2_Component2 Parameter2_Component3 Parameter3 ..... |
8 | 5 | <li> line 2: Time Parameter1 Parameter2_Component1 Parameter2_Component2 Parameter2_Component3 Parameter3 ..... |
9 | 6 | <li> ..................... |
10 | 7 | </ul> |
11 | - <br/> | |
12 | 8 | <ul>2. StartTime and DeltaT |
13 | 9 | <li> line 1: StartTime (<b>standard format only!</b>) DeltaT_in_Secs |
14 | 10 | <li> line 2: Parameter1 Parameter2_Component1 Parameter2_Component2 Parameter2_Component3 Parameter3 ..... |
15 | 11 | <li> ..................... |
16 | 12 | </ul> |
17 | - <br/> | |
18 | -By default AMDA assumes that Time is "standard" formatted: | |
19 | 13 | |
14 | +By default AMDA assumes that Time is "standard" formatted: | |
20 | 15 | <ul><b>DATE:</b> |
21 | 16 | <li> YYYYMMDD (20011128) |
22 | 17 | <li> YYYY/MM/DD (2001/11/28) |
23 | 18 | <li> YYYY-MM-DD (2001-11-28) |
24 | - </ul> | |
25 | - | |
19 | + </ul> | |
26 | 20 | <ul><b>TIME:</b> |
27 | 21 | <li> THH:MM:SS[.MSEC] (T10:25:15[.003]) |
28 | 22 | <li> THHMMSS (T102515) |
29 | 23 | </ul> |
30 | -<br/> | |
31 | - An example of standard formatted Date+Time: <b>2001-11-28T10:25:15</b> <br/><br/> | |
24 | + | |
25 | + An example of standard formatted Date+Time: <b>2001-11-28T10:25:15</b> <br/> | |
32 | 26 | <b>Valid time range: 1970-01-01 - 2038-01-19</b> |
33 | 27 | |
34 | 28 | ... | ... |
help/userTimeFormat
1 | - | |
2 | -<h2>NonStandard Time Format</h2> | |
3 | - | |
1 | +<h3>NonStandard Time Format</h3> | |
4 | 2 | Year Month Day Hour Minute Second => in any combination and with different separators |
5 | 3 | should be described in the special input area. This input area is displayed after selection of Nonstandard |
6 | -Time Format.<br/> <br/>You have to put: | |
7 | - | |
4 | +Time Format.<br/>You have to put: | |
8 | 5 | <ul> |
9 | 6 | <li> <b>Y</b> - for full numeric representation of a year, 4 digits |
10 | 7 | <li> <b>y</b> - for two digit representation of a year |
... | ... | @@ -19,12 +16,12 @@ Time Format.<br/> <br/>You have to put: |
19 | 16 | <li> <b>.u</b> - for milliseconds, <b>3 digits after decimal point</b> |
20 | 17 | <li> <b>.k</b> - for milliseconds, <b>1 digit after decimal point</b> |
21 | 18 | <li> separators: " ", ":", "-"; "/" |
22 | - </ul><br/> | |
19 | + </ul> | |
23 | 20 | In case of time formats with spaces and <b>without leading zeros</b> or full (<b>F</b>) month representation you should fill <b>time length</b> input field |
24 | - <br/><br/> | |
21 | + <br/> | |
25 | 22 | d-m-Y H:i:s.u => '30-06-2001 10:40:20.003' <br/> |
26 | 23 | d m Y H i s.u => '30 6 2001 1 02 20.003'; timeLength => 21<br/> |
27 | 24 | Y/d/m H-i-s => '2001/30/06 10-40-20' <br/> |
28 | 25 | etc... |
29 | -<br/><br/> | |
26 | +<br/> | |
30 | 27 | <b>Valid time range: 1970-01-01 - 2038-01-19</b> | ... | ... |