Commit d9901a5361091933f46690db38317cd5701ed882

Authored by Benjamin Renard
1 parent e2d7887b

Remove isPosition selection for GSE2GSM and GSM2GSE functions (#8004)

Showing 1 changed file with 2 additions and 8 deletions   Show diff stats
generic_data/Functions/functions.xml
... ... @@ -161,17 +161,11 @@
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>
  164 + <function name="GSE2GSM()" kind="frames" group="space">
168 165 <info_brief>GSE to GSM frame transformation</info_brief>
169 166 <new_kernel>#GSE2GSM</new_kernel>
170 167 </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>
  168 + <function name="GSM2GSE()" kind="frames" group="space">
175 169 <info_brief>GSM to GSE frame transformation</info_brief>
176 170 <new_kernel>#GSM2GSE</new_kernel>
177 171 </function>
... ...