Commit ccafb48911c3cec23ccd12c6107170da36408083
1 parent
e3b40909
Exists in
master
and in
83 other branches
functions.xml
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
generic_data/Functions/functions.xml
... | ... | @@ -110,8 +110,8 @@ |
110 | 110 | <new_kernel>#timeShift</new_kernel> |
111 | 111 | </function> |
112 | 112 | <function name="filter()" args="3" kind="filter" group="space"> |
113 | - <default_args>,100,6</default_args> | |
114 | - <info_brief>Remove Spikes: filter(param, nPoints, factor)</info_brief> | |
113 | + <default_args>,6,100</default_args> | |
114 | + <info_brief>Remove Spikes: filter(param, factor,nPoints)</info_brief> | |
115 | 115 | <new_kernel>#filter</new_kernel> |
116 | 116 | </function> |
117 | 117 | <function name="vAlfven(,)" args="2" kind="physics" group="space"> |
... | ... |