Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Generate summary csv and meta info file using https://github.com/ucgmsim/IM_calculation/blob/master/calculate_ims.py. For further info please refer to IM Calculation Refactor

2. Identify a station.ll file or a rrup.csv file that contains station and coordinates information

3. Generate .xyz files using https://github.com/ucgmsim/visualization/blob/im_plot/im_plotting/im_plot.py with the following input:  (1) meta info files summary csv in step 1;  (2) station file in step 2.

...

Code Block
python im_plot.py ~/kelly_sim_ims/kelly_sim_ims.infocsv /home/nesi00213/dev/impp_datasets/Darfield/sample_nz_grid.ll -o ~/xyz_test

To plot pngs

Code Block
python plot_stations.py ~/xyz_test/nonuniform_im_plot_map_kelly_sim_ims.xyz --out_dir ~/xyz_test --model_params /home/nesi00213/VelocityModel/v1.64_FVM/model_params_nz01-h0.100
--srf /home/nesi00213/RunFolder/Cybershake/v18p6/verification/Kelly/Kelly_HYP03-29_S1264.srf

...