summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
Diffstat (limited to 'R')
-rw-r--r--R/idinput.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/idinput.R b/R/idinput.R
index 043ef48..0f279c0 100644
--- a/R/idinput.R
+++ b/R/idinput.R
@@ -46,7 +46,7 @@ rbs <- function(n,band,levels){
butter_filt <- function(x,band){
filt <- T; type <- "pass"
- if(band[1]==0){
+ if(band[1]<=2e-3){
if(band[2]==1){
filt <- F
} else{