QuakeManager supports reading CSMIP file format volume 2 with extension .V2
A Volume 2 file contains the instrument and base-line corrected data corresponding to the data in a Vol. 1 file. For each of the channels, the file has three headers, followed by the acceleration time series, the velocity time series, and the displacement time series. Specifically, the elements of a Vol. 2 file, for each channel, are:
1.Text header, alphanumeric
2.Integer header
3.Real-value header
4.Acceleration data-start line
5.Acceleration data, equal time spacing
6.Velocity data-start line
7.Velocity data, equi-spaced
8.Displacement data-start line
9.Displacement data, equi-spaced
10.End-of-data flag
These 10 elements are then repeated for the next channel. Similar to the Vol. 1 headers, the text header contains the most information and is best for scanning by an investigator.
|