Commit a98a1504ce934a1ee95ed3c46d956868519d3125
1 parent
22cbc642
Exists in
master
and in
69 other branches
functions.xml updates
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
test/data/functions.xml
... | ... | @@ -109,8 +109,9 @@ |
109 | 109 | <info_brief>Shifts parameter by T secs back (T < 0) and forth (T > 0))</info_brief> |
110 | 110 | <new_kernel>#timeShift</new_kernel> |
111 | 111 | </function> |
112 | - <function name="filter()" kind="amda" group="space"> | |
113 | - <info_brief>Remove Spikes</info_brief> | |
112 | + <function name="filter()" args="3" kind="filter" group="space"> | |
113 | + <default_args>,6,100</default_args> | |
114 | + <info_brief>Remove Spikes: filter(param, factor,nPoints)</info_brief> | |
114 | 115 | <new_kernel>#filter</new_kernel> |
115 | 116 | </function> |
116 | 117 | <function name="vAlfven(,)" args="2" kind="physics" group="space"> | ... | ... |