Versions Compared

Key

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

...

The following command will create a IMs.csv file that should be copied to the private/data/eventname/doc/ directory on the SeisFinder server. It does also create a number of single station csv on a directory called ./IMs_per_station/ that should be copied to private/data/eventname/seismo/ directory on the server, as they will be provided to the users on the zip file

Code Block
pushd /home/nesi00213/post-processing/examples/
python export_IM_csv.py /home/nesi00213/RealTime/eventname/GM/Sim/Data/path_to/station_file.ll /home/nesi00213/RealTime/eventname/GM/Sim/Data/BB/Vel /home/nesi00213/RealTime/eventname/GM/Sim/Data/IMs.csv full_csv
popd

 


Important: run 'source path.sh' before running other steps. If the running folder was not created follow the wiki page Real-time Ground Motion Simulation Setup

...