anowacki / Seis.jl

An open, fast and flexible framework for analysing seismic data in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `merge[!]` to merge traces

anowacki opened this issue · comments

Add merge! and merge functions to join traces together.

The following should be supported:

  • User choice about how to fill a gap between traces
  • Choice of how to cope with overlaps:
    • Second trace replaces
    • First trace is retained
    • Some average is taken
    • User-defined function can be passed in (Edit: Possible future addition)
  • Default to matching based on header information with override possible

Closed by #39