]> Creatis software - clitk.git/blobdiff - tools/clitkSignalFilter.ggo
modification of clitkSignal -> remove dependance to fftw3
[clitk.git] / tools / clitkSignalFilter.ggo
index 5067fcd0807df562d6ce9d969ad9ac264c157955..0ae384aff17d90eb8325b0a081b150317ac0cb73 100644 (file)
@@ -1,6 +1,6 @@
 #File clitkSignalFilter.ggo
-Package "clitk"
-Version "Pass an filter on an signal"
+package "clitk"
+version "Pass an filter on an signal"
 
 option "config"                -       "Config file"                     string        no
 option "verbose"       v       "Verbose"                         flag          off
@@ -13,8 +13,8 @@ option "multiply"     -       "Mulitply values of input 1 with input 2 (same size)"      f
 option "divide"                -       "Divide values of input 1 with input 2 (same size, zeros are skipped)"   flag           off     
 option "norm"          n       "Normalize signal between p1=min and p2=max"              flag          off
 option "rescale"       -       "Rescale signal to p1=mean and p2=StdDev"                 flag          off
-option "highPass"      -       "High Pass Filter: p1=sampPeriod, p2= cutOffFrequecy"     flag          off
-option "lowPass"       -       "Low Pass Filter: p1=sampPeriod, p2= cutOffFrequecy"      flag          off
+#option "highPass"     -       "High Pass Filter: p1=sampPeriod, p2= cutOffFrequecy"     flag          off
+#option "lowPass"      -       "Low Pass Filter: p1=sampPeriod, p2= cutOffFrequecy"      flag          off
 option "detect"        -       "Detect Local extrema: local window= 2*p1+1, p1>=1"               flag          off
 option "limPhase"      -       "Convert extrema signal into limited phase [0, 1["                flag          off
 option "monPhase"      -       "Convert extrema signal into monotone phase [0, inf["             flag          off