Skip to content

Automatically detect ground-motion types in the ground-motion file

Tara Evaz Zadeh requested to merge feature/detect-gm-types into master

Instead of having column number of the ground-motion types being hard-coded into the program through the dictionary gmDict = {"PGA": 2, "SA(0.3)": 3, "SA(0.6)": 4, "SA(1)": 5}, it is now being automatically created by reading the header of the ground-motion file.

\approve @ds @fd

Merge request reports