Versions Compared

Key

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

...

Note: Step 3 is based on the assumptions that (1) summary csv and meta info files are in the same dir; (2) summary csv and meta info files have the same prefix

Code Block
 usageusage: im_plot.py [-h] [-o OUTPUT_PATH] [-c COMPONENT]
                  metacsv_filepath rrup_or_station_filepath
positional arguments:
  metacsv_filepath          path to input metadatacsv file
  rrup_or_station_filepath
                        path to inpurt rrup_csv/station_ll file path
optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT_PATH, --output_path OUTPUT_PATH
                        path to store output xyz files
  -c COMPONENT, --component COMPONENT
                        which component of the intensity measure. Available
                        compoents are ['geom', '090', '000', 'ver']. Default
                        is 'geom'
 
 
 

 

Example:

To generate .xyz

...