Commit 03ff71b2df6ffcef518fa63a35b925d0309e6773
1 parent
1bb6d620
Exists in
master
and in
94 other branches
typo
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
generic_data/Functions/functions.xml
... | ... | @@ -124,13 +124,13 @@ |
124 | 124 | <info_brief> |
125 | 125 | Magnetic latitude of the neutral sheet (Lopez1990 model) <br/> |
126 | 126 | MLAT = lopez90(Kp, MLT, R, tilt_angle) <br/> |
127 | - Kp is the 3-hour magnetic index, MLT the magnetic local time in degrees (phi = 0° at midnight) | |
127 | + Kp is the 3-hour magnetic index, MLT the magnetic local time in degrees (MLT = 0° at midnight) | |
128 | 128 | R is the radial distance in RE and dipole tilt angle in degrees |
129 | 129 | </info_brief> |
130 | 130 | <new_kernel>lopez90</new_kernel> |
131 | 131 | </function> |
132 | - <!--<function name="frameTransformation(,,)" args="2" kind="vectors"> | |
133 | - <prompt>FROM, TO</prompt> | |
132 | + <!-- <function name="frameTransformation(,,)" args="3" kind="vectors"> | |
133 | + <prompt>FROM, TO, isPosition</prompt> | |
134 | 134 | <info_brief>frame transformation</info_brief> |
135 | 135 | <new_kernel>#framesTransformation</new_kernel> |
136 | 136 | </function>--> | ... | ... |