powered by
Write RSEIS list to a file in ASCII format.
ASCII.SEISN(GH, sel = 1, HEAD = TRUE)
RSEIS list
vector, select which ttraces to write
logical, TRUE will put a header in the file
Side effects - files are created.
Used for data exchange for users who do not want to use RSEIS. The header consists of one line start date (yr, jd, hr, min, sec) and sample rate (dt).
# NOT RUN { # } # NOT RUN { data("GH") sel <- which(GH$COMPS == "V" & GH$STNS=="CE1" ) ASCII.SEISN(GH, sel = 1, HEAD = TRUE) # }
Run the code above in your browser using DataLab