Commit 1983d56ed2fa77ad43df723b2081121d2b82720f
1 parent
355b96ac
Exists in
master
and in
53 other branches
adding spectrum function
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
test/data/functions.xml
... | ... | @@ -222,6 +222,13 @@ |
222 | 222 | <info_brief>Frames transformation</info_brief> |
223 | 223 | <new_kernel>#framesTransformation</new_kernel> |
224 | 224 | </function> |
225 | + <function name="fourierSpectrum(,)" args="1" kind="amda" group="space"> | |
226 | + <prompts> | |
227 | + <prompt type="list" subtype="spectrum" default="Centerd">Sampling type:</prompt> | |
228 | + </prompts> | |
229 | + <info_brief>fourier spectrum</info_brief> | |
230 | + <new_kernel>#spectrum</new_kernel> | |
231 | + </function> | |
225 | 232 | <function name="GSE2GSM()" kind="frames" group="space"> |
226 | 233 | <info_brief>GSE to GSM frame transformation</info_brief> |
227 | 234 | <new_kernel>#GSE2GSM</new_kernel> | ... | ... |