Giter Club home page Giter Club logo

cs_selection's People

Contributors

bakerjw avatar cynthia-lee-1 avatar nealsimonkwong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cs_selection's Issues

Problem in Selection Ground Motions

I am a user of this program.
I noticed a few issue of the program so I'd like to note here:

  1. It seems that the URL in the output file that is obtained when "NGA_W1_meta_data" and "simulated ground motions" are used is expired.

  2. When "NGA_W2_meta_data" is used, sometimes "2008 Wenchuan earthquake" is selected, however, the related acceleration data is not available in PEER NGA-West2 database.

Regarding comment 2. above, if the program has an option to exclude specified ground motions (by RSN), it may be helpful for users to avoid selecting unavailable data.

Simulate_spectra: Problem in initial seed for simulation when use 'shuffle' in rng function

Hi!
I just found an error while using 'shuffle' in the control number random generator (rng) (simulate_spectra function). I changed it by rng('default') instead, and now the code runs.
According to rng documentation, it is not recommended to use 'shuffle' when parallel processing is performed. It is better to use 'default'. This could be my case.
Here is what I modified
`% Set initial seed for simulation

if seedValue ~= 0
rng(seedValue);
else
rng('default');
end`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.