emanuelhuber / RGPR

Ground-penetrating radar (GPR) data processing and visualisation: a free and open-source software package (R language)
http://emanuelhuber.github.io/RGPR/
158 stars 48 forks source link

`timeCorOffset()` #24

Closed emanuelhuber closed 5 years ago

emanuelhuber commented 5 years ago
  1. Replace "You must first define the antenna separation" by "You must first define the velocity model":

    if(is.null(x@vel) || length(x@vel)==0){
      stop("You must first define the antenna separation",
            "with `vel(x)<-...`!")
    }
  2. Set antsep to zero because the traces were "virtually recorded without offset".

emanuelhuber commented 5 years ago

Done!