View source: R/read_cosmosV2.R
read_cosmosV2 | R Documentation |
This function reads SMC format corrected data and output a list of date time network, station, channel, time step, and acceleration (in the unit of cm/sec2) of the record.
read_cosmosV2(file_path, n_comp = 3)
file_path |
A directory specifies the location of the SMC format files, |
n_comp |
A number, can be 3 or 1. 3 indicates the SMC file contains all three components together, while 1 indicates the SMC file only contains one component |
A list is returned which includes the date time, network, station, channel, time step, and acceleration time series (in the unit of cm/sec2) of the record
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.