Ground Motion File Selection Dialog
Previous Topic  Next Topic 

This dialog is called from the Earthquake dialog by click on the "Read" button. This dialog consists of the generic Windows Open File dialog with additional buttons and options at the bottom (Figure 6). The user then uses the familiar Windows file picking dialog to choose the desired input motion file. It's also possible to type in the file name in a specified box on the ground motion dialog. A name without a path description is assumed to be in the same directory as the Bispec executable file (usually under C:\Program Files\Bispec\).

After the file selection, the user should specify the format of the file. Currently 8 formats are supported.


After one of the formats is chosen, the user can read the record and exit the dialog. The program will give a warning message if the record is not read correctly. However the user should check the number of points read which the program reports to make sure the file was actually read. That's especially the case when the User option is picked.

The Automatic feature is a very convenient tool when the format of the file is not known ahead of time. When chosen, Bispec will attempt to automatically identify the format of the file, and open it.

With the User option, three parameters have to be supplied: Lines to skip, Number of points N, timestep dt, and Units:

  1. Lines to skip: The first parameter is just the number of lines that should be skipped at the beginning of the file which could contain text description about the record, or other less relevant data. That's meant to avoid the inconvenience of having to delete those lines.
  2. Number of points N: The second parameter is the number of points to be read. The program will keep reading values from the file until this number is reached or the end of file reached whichever happens first. This can be used if the user is unsure of the number of points in the record. If the user specifies a larger number than the actual number of values in the file, this number will be replaced by the actual number of points read. Unreasonably high values of N should not be specified since the memory allocated is proportional to the number of points.
  3. Timestep dt: This is the assumed sampling rate of the record.
  4. Units: The assumed units of the read values, which could be ft/sec2, in/sec2, mm/sec2, cm/sec2, m/sec2 or G.


Figure 6: Ground Motion File Selection dialog