Difference between revisions of "UCVM Plotting"

From SCECpedia
Jump to navigationJump to search
Line 1: Line 1:
 
UCVM_plotting repo now contains scripts for plotting ucvm results. Command in ucvm_plotting repo are listed here:
 
UCVM_plotting repo now contains scripts for plotting ucvm results. Command in ucvm_plotting repo are listed here:
 +
 +
== Two Python Installation ==
 +
Conda, the package manager for Anaconda, fully supports separated environments. The easiest way to create an environment for Python 2.7 is to do
 +
 +
conda create -n python2 python=2.7 anaconda
 +
 +
This will create an environment named python2 that contains the Python 2.7 version of Anaconda. You can activate this environment with
 +
 +
source activate python
  
 
== UCVM Plotting Utility Scripts ==
 
== UCVM Plotting Utility Scripts ==

Revision as of 02:03, 2 May 2022

UCVM_plotting repo now contains scripts for plotting ucvm results. Command in ucvm_plotting repo are listed here:

Two Python Installation

Conda, the package manager for Anaconda, fully supports separated environments. The easiest way to create an environment for Python 2.7 is to do

conda create -n python2 python=2.7 anaconda

This will create an environment named python2 that contains the Python 2.7 version of Anaconda. You can activate this environment with

source activate python

UCVM Plotting Utility Scripts

  • plot_compare_plot.py
  • plot_cross_section.py
  • plot_density_plot.py
  • plot_depth_profile.py
  • plot_elevation_cross_section.py
  • plot_elevation_horizontal_slice.py
  • plot_elevation_map.py
  • plot_elevation_profile.py
  • plot_horizontal_slice.py
  • plot_scatter_plot.py
  • plot_vs30_etree_map.py
  • plot_vs30_map.py
  • plot_z10_map.py
  • plot_z25_map.py
  • make_map_grid.py
  • run_depth.sh
  • run_test.sh

pycvm utilities list

utilities/pycvm/pycvm

  • basin_slice.py
  • common.py
  • cross_section.py
  • cybershake.py
  • depth_profile.py
  • difference.py
  • elevation_cross_section.py
  • elevation_horizontal_slice.py
  • elevation_profile.py
  • elevation_slice.py
  • horizontal_slice.py
  • map_grid_horizontal_slice.py
  • nafe_drake.py
  • vs30_etree_slice.py
  • vs30_slice.py

Plotting Cmd Syntax

  • /project/maechlin_162/mei/ucvm_19_4/UCVM/utilities/view_png.py -f /project/maechlin_162/mei/ucvm_19_4/UCVM/utilities/gmt.png

Related Entries