Commit 2ef5a60a6d64755bd5482b03d334f6ee8eaf5ca8

Authored by Benjamin Renard
1 parent 23f569c3

Add GSE2GSM & GSM2GSE functions (#8004)

Showing 1 changed file with 15 additions and 1 deletions   Show diff stats
generic_data/Functions/functions.xml
... ... @@ -156,11 +156,25 @@
156 156 <prompts>
157 157 <prompt type="list" subtype="frames">Input frame:</prompt>
158 158 <prompt type="list" subtype="frames">Output frame:</prompt>
159   - <prompt type="boolean">Transform a position?</prompt>
  159 + <prompt type="boolean">The vector represent a position in space?</prompt>
160 160 </prompts>
161 161 <info_brief>Frames transformation</info_brief>
162 162 <new_kernel>#framesTransformation</new_kernel>
163 163 </function>
  164 + <function name="GSE2GSM(,)" args="1" kind="frames" group="space">
  165 + <prompts>
  166 + <prompt type="boolean">The vector represent a position in space?</prompt>
  167 + </prompts>
  168 + <info_brief>GSE to GSM frame transformation</info_brief>
  169 + <new_kernel>#GSE2GSM</new_kernel>
  170 + </function>
  171 + <function name="GSM2GSE(,)" args="1" kind="frames" group="space">
  172 + <prompts>
  173 + <prompt type="boolean">The vector represent a position in space?</prompt>
  174 + </prompts>
  175 + <info_brief>GSM to GSE frame transformation</info_brief>
  176 + <new_kernel>#GSM2GSE</new_kernel>
  177 + </function>
164 178 <function name="angle(,)" args="2" kind="vectors" group="math">
165 179 <info_brief>Angle between two vectors</info_brief>
166 180 <new_kernel>angle</new_kernel>
... ...