Difference between revisions of "UCVM Plotting"

From SCECpedia
Jump to navigationJump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
#redirect [https://github.com/SCECcode/ucvm_plotting]
+
== UCVM Plotting Wiki Entry ==
 
+
The UCVM Plotting Scripts have been moved out of the core UCVM codebase into a separate standalone github repository. Details about UCVM Plotting have been moved to UCVM Plotting GitHub Wiki Pages
UCVM_plotting repo now contains scripts for plotting ucvm results. Command in ucvm_plotting repo are listed here:
+
*[https://github.com/SCECcode/ucvm_plotting UCVM Plotting Github Wiki]
 
 
== 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
 
 
 
conda env list
 
 
 
source activate python2
 
 
 
== 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 ==
 
== Related Entries ==
*[[UCVM Tests]]
+
*[https://github.com/SCECcode/ucvm/wiki UCVM GitHub Wiki]
*[[UCVM Release Planning]]
 

Latest revision as of 04:26, 2 May 2022

UCVM Plotting Wiki Entry

The UCVM Plotting Scripts have been moved out of the core UCVM codebase into a separate standalone github repository. Details about UCVM Plotting have been moved to UCVM Plotting GitHub Wiki Pages

Related Entries