Skip to content

Commit

Permalink
updated structure
Browse files Browse the repository at this point in the history
  • Loading branch information
KaratasD committed Mar 24, 2022
1 parent e38cbde commit c531b9b
Show file tree
Hide file tree
Showing 13 changed files with 51,194 additions and 130,893 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Optimization Framework for Selection and Scaling of Earthquake Records

## Workflow
![flowchart](https://user-images.githubusercontent.com/61163577/159950981-13642764-8c2b-4952-9168-aef0bc762b33.png)

## Example
```
import scaleopt
target = scaleopt.targetSpectrum(0.8, 0.4, 'ZD')
keys = scaleopt.recordSelection('4 9', '180 360', '0 20', 'Strike - Slip', '0 50', '0 50', '0 50', target, period=1)
scaleopt.amplitudeScaling(keys, target, 1, spectral_ordinate='srss')
```


## License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
39,434 changes: 19,554 additions & 19,880 deletions data/meta_data-R1.csv

Large diffs are not rendered by default.

19,881 changes: 0 additions & 19,881 deletions data/meta_data.csv

This file was deleted.

203 changes: 0 additions & 203 deletions data/read_data.ipynb

This file was deleted.

Loading

0 comments on commit c531b9b

Please sign in to comment.